Archive Web

Written by davidonzo on 18/06/2008, Filled in MioBlog, OpenSource, Web, Plugin
If you are using WordPress as CMS and you want to post something not really appropriate to childrens and young boy, you should find this plugin very usefull.   What can I do? Inappropriate Content allow you to moderate the content of specifics po ==>
Comments (3)
Written by davidonzo on 03/06/2008, Filled in MioBlog, OpenSource, Web
If you read in your server log a strange user agent: "Morfeus Fucking Scanner" you have to know that it's a bot who scan PHP server application to find some vulnerability.   At the moment, the relative IP scanned this server is located i ==>
Comments (3)
Written by davidonzo on 29/05/2008, Filled in Web, Sciocchezze
Languages: PHP Python ROR Perl Java JavaScript AJAX DOM HTML XHTML XML CSS MySQL Softwares: VIM And he will say you VI is too old for him... ==>
Comments (2)
Since some time, Intesa Sanpaolo - tha main financial group in Italy and one of the most important in Europe - launch his new web site. Realased using a 2.0 styling concept. AJAX integrations and generic JavaScript to provide nice effects and modern brow ==>
Comments (9)
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)