May
Not so long ago i had a problem with one site. There was name of user in vertical text.
Link to example
Continue Reading
Not so long ago i had a problem with one site. There was name of user in vertical text.
Link to example
Continue Reading
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;
}
/**/
A small collection of nice free icons from fasticon.com
comments