How to Control Twitter Bootstrap Tabs from external links
Using basic JQuery, you can find out which tab should be highlighted by determining which link the user clicked on and then … Keep Reading
Tutorials & Samples
Using basic JQuery, you can find out which tab should be highlighted by determining which link the user clicked on and then … Keep Reading
I recently had to integrate CakePHP with Twitter BootStrap. With the CakePHP documentation being what it is, I ended up spending 2 … Keep Reading
Cake provides a very good tutorial on how to use the Auth component, but its not complete. So, I spent a couple … Keep Reading
In case you did not know it, Google uses a feature called Google Personalized Search on all your search results. With … Keep Reading
Whenever you are moving a site, it is best practice to use Htaccess 30 redirects. This is the standard practice for SEO … Keep Reading
In order to exclude a category from the list of posts that appear on your homepage, you can use the WordPress function … Keep Reading
The in_category() function will not test if the post belongs in a sub_category of the given category. So, if you have a … Keep Reading
One of the things that makes developing on WordPress so fun is that it is such a simple platform. A little while … Keep Reading
PHP Timestamps can be very useful in programming and tracking possible modifications which could have been made. The mktime() function in … Keep Reading
I recently had to create a bar graph to highlight for a simple project that I was working on. I took the … Keep Reading