The Great Mystery of the Tilde(~)
‘~’ Unary operator we never use, but it is very useful.
http://www.joezimjs.com/javascript/great-mystery-of-the-tilde/
‘~’ Unary operator we never use, but it is very useful.
http://www.joezimjs.com/javascript/great-mystery-of-the-tilde/
Here you will get a list of all constants defined in core WordPress.
http://wpengineer.com/2382/wordpress-constants-overview/
Here are some wordpress snippet and hacks which are very useful for admin side.
These are very helpful cheat sheets for both designers and developers. This covers various technologies and languages.
http://www.themeflash.com/45-cheat-sheet-desktop-wallpaper-for-web-designers-and-developers/
We don’t need to write out own character excerpt function. wp_html_excerpt() extracts not more than the first $count characters from html string and return string excerpt. If you want to add ‘…’ to string , append it after calling the function.
Syntax: wp_html_excerpt( $str, $count );
$str String to get the excerpt from.
$count Maximum number of characters to take.
you will get this function in /wp-includes/formatting.php.
Good find Umesh…will be helpful…
This Plugin gives ability to zoom image on your posts. It is jQuery zoom tool and Nice tool.
Alternate option for rounded corner with images
http://www.schillmania.com/content/entries/2006/04/more-rounded-corners/
Good one Umesh…!