Like many developers out there, I do my best to write clean and manageable code. Read on to find out three simple steps to make your WordPress themes better than ever. Read More
Archives: Code 101
Where to Start with jQuery Selectors
With jQuery there are many ways to select elements. We are going to cover two of the most popular selectors id and class. Read More
jQuery's document.ready(), What is it and Why is it Useful?
The document.ready() function is the first thing anyone should learn about jQuery. This function will allow you to take all that ugly behavioral javascript out of your markup. Read More
jQuery 101: Adding jQuery to Your Website
Everyone has to start somewhere. So lets get you setup to begin learning jQuery. The first thing you will need to do is get jQuery setup and running on your site. Now let’s get started. Read More