WordPress :: How to get rid of curly quotes

Sep 25

If you are wordpress blogger who shares piece of code with readers, and if quotes gets converted in curly quotes by wordpress then it makes tough job for your readers to use that code. WordPress also has way to avoid this. You have to put following line in your functions.php file and your problem is solved. <?php remove_filter('the_content',...

Read More

jQuery Music Player Using Mouse Gestures & Hotkeys

Jun 28

YensDesign has written an interesting jQuery tutorial (Create an music player using mouse gestures and hotkeys) focused on improve the user’s interaction in your web applications. There are a lot of online jukebox based on javascript interaction, but the most of them ignore the power of mouse gestures and hotkeys. YensDesign has created an amazing music player...

Read More

Disable wordpress 3.1 admin header bar

May 08

hide your top irritating admin top bar in wordpress site when you are logged in. Try wordpress hooks or css hacks, choice is totally yours.

Read More

Who Is Developing HTML5?

Jan 26

This job is handled by three authorities, Web Hypertext Application Technology Working Group (WHATWG): An unofficial collaboration of Web browser manufacturers and interested parties who wish to develop new technologies designed.Its  founded in 2004 by individuals working for browser vendors Apple, Mozilla, Google, and Opera, WHATWG develops HTML and APIs for...

Read More

Adding Custom Post Types To Your Search Query

Jan 06

All you need to do is create a function, which can be add to your functions.php file. This function checks if the $query variable is the search query $query->is_searchpasses the $query and then sets the post types which should be searched using the queried keyword you entered in the form, then returns what the $query should search within. // Define what post...

Read More

Find out last date of the Month in PHP

Sep 05

Its very easy to find out last date of current month in PHP. There is one PHP function date it has one parameter t when its used it return number of days in the given month. for e.g. if its january,2010 and you use date(‘t’) it will return 31. if you write down date(‘t-M-Y’) it will return...

Read More
Page 1 of 3123