Now let's see how to create a WordPress plugin. Why this post? Often WP users active a plugin and use only the 5% of its features. Is not a good choise. There are people who boasts of using 50 or more plugin. IMHO they just wrong CMS :)
In any c
==>
The italian movie's theme.
==>
A simple function to read a cookie value.
function CookieValue (offset) {
var stringend = document.cookie.indexOf (";", offset);
if (stringend == -1)
stringend = document.cookie.length;
return unes
==>
Written by davidonzo on 20/04/2008, Filled in
MioBlog
When I decided to write this blog begenning from a blank text file, I start coding because I relized most famous blogging platform (like WordPress of course) have a number of serious shortcomings. One of this is no real multilanguages system.
To transla
==>
TextScroller is a JavaScript library that permit to scroll the text of the target ID of the web page. It's easy to use, easy to configure and require just javascript enable on the browser's client surfing you web pages.
How to setup the script
==>