Archive April 2008

Written by davidonzo on 27/04/2008, Filled in OpenSource, Web, Tutorial
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 ==>
Comments (4)
Written by davidonzo on 26/04/2008, Filled in MioBlog, Foto, PodCast
  The italian movie's theme. ==>
Comments (7)
Written by davidonzo on 24/04/2008, Filled in OpenSource, Web, Tutorial
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 ==>
Comments (0)
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 ==>
Comments (5)
Written by davidonzo on 15/04/2008, Filled in OpenSource, Web, Tutorial
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 ==>
Comments (2)