Archive OpenSource

Written by davidonzo on 15/10/2008, Filled in OpenSource, Web, Tutorial
Easy to think, easy to use   function in_array(thaArray, element){  var res=false;   for(var e=0;e<thaArray.length;e++){      if(thaArray == element[e]){        res=true;  &n ==>
Comments (11)
Written by davidonzo on 11/10/2008, Filled in OpenSource, Tutorial
I was working on some template modification of this blog, when I dediced to make a php image extractor function. I don't love to use big class with thousend of code lines to parse html.   Looking on PHP5 core it seems to be some DOM function avail ==>
Comments (6)
Written by davidonzo on 13/09/2008, Filled in OpenSource, Web, Tutorial
Blogs, online journals and in general the 90% of the content management system, use XHTML output as markup language. Both strict and transitional version.   Often people choose to embed youtube videos in their websiste. To avoid the annoing cut &a ==>
Comments (4)
Written by davidonzo on 12/09/2008, Filled in Notizie, OpenSource, Web, Tutorial
Just a quick information about the XML Google mobile sitemap. The standard format will be upgradet early. The new XML Google mobile sitemap specifications are available here.   Using the new format, it must be update che number versione declaratio ==>
Comments (4)
Written by davidonzo on 10/09/2008, Filled in OpenSource, Web, Tutorial
The GD library released by the ubuntu team and available in their repository, is not compiled with all options. The imagerotate() function doesn't work at all.   In this case you have two possibilities. Download the sources from the GD official we ==>
Comments (5)