I'm trying to have time for a blog template restyling. In order to do it I write a simple file to create live png, jpeg and gif thumbelins.
This script require the GD compiled on your PHP installation.
<?php
$file = $_G
==>
Written by davidonzo on 29/10/2008, Filled in
MioBlog
According to a Giambo request is now available on comment form the <pre> tag, that permit to insert preformatted text. By this way it will be possible to insert text source code like without missing the text indent so usefull to write and red sourc
==>
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
==>
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
==>