10 Great jQuery Plugins for Web Developers
I started working with Javascript quite a few years ago and have always had a love/hate relationship with it. Sure, you can do a lot of cool things with...
9 comments
I started working with Javascript quite a few years ago and have always had a love/hate relationship with it. Sure, you can do a lot of cool things with...
9 comments
My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and...
200 comments
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...
8 comments
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...
40 comments
I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...
30 comments
I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might...
5 comments
Wouldn’t you like to be able to display the actual search term entered by your user on the search results’ page? Good thing there is a very simple way...
5 comments
I created a plugin for the function I talked about in my post Retrieve and Display Images from a WordPress Post just in case there is anyone out there...
145 comments
This is something that most people who use PHP already know. I still think it is useful to mention it because some less experienced PHP coders might not have...
2 comments
I was creating a drop down menu for the categories in my Magazine Basic theme and I came across something that started to annoy me a bit. When you...
50 comments