19
May
Author: elPas0

Not so long ago i had a problem with one site. There was name of user in vertical text.

Link to example
Continue Reading

Author: elPas0

I discover very useful and simple method to comment php code blocks with single press


/**\/
foreach ( $array as $k=>$v ) {
     echo $k.' = ' . $v;
}
/**/

By adding or removing backslash you can comment whole code block


/**/
foreach ( $array as $k=>$v ) {
     echo $k.' = ' . $v;
}
/**/

14
May
16:08

nice free icons

 
Tags:
Author: elPas0

A small collection of nice free icons from fasticon.com

creaturecutes
Download
Continue Reading