Archive Tutorial

Written by davidonzo on 20/05/2008, Filled in OpenSource, Tutorial
IlSilente ask me to do this tutorial (thi info maybe not true :P). We just explate how to create a reflection effect using The Gimp. Now let's see how to create a 2.0 button using the best open source (and not only) image editor.   First of all we ==>
Comments (2)
Written by davidonzo on 14/05/2008, Filled in OpenSource, Tutorial
Do you love 2.0 style reflection? Somebody tell you, photoshop is needed to do it? Nothing true! Use The Gimp (the best open source image creator). Let's see hot to do it.   Ho to procede Create a new image using the prefered dimensions e backgr ==>
Comments (4)
Written by davidonzo on 09/05/2008, Filled in OpenSource, Web, Tutorial
JavaScript is often used to provide more contemporary routines in the same web page. This may give problem if the function, written using a regural contruction, is able to be instanced just one time.   To avoid this limit - is a natural limit depe ==>
Comments (0)
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 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 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)
Written by davidonzo on 31/03/2008, Filled in MioBlog, Tutorial
If your audio streaming of any media player suddenly seems to be dead and the system get you errors like "XYZ is not a valid Win32 application", maybe your quartz.dll is corrupted.   Browse your /system32/ directory and check the dimensi ==>
Comments (0)