Creating a Scrolling Back to Top Button with jQuery
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until it…
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until it…
When you’re emailing or uploading larger files, it always makes sense to compress them first. This decreases file size and also helps avoid file corruption during transfer. The most common…
I have been having a lot of fun messing around with CSS3 and received a lot of emails since I posted my tutorial for Creating Shadows with CSS3. I decided…
CSS3 has introduced some cool effects that give you control over elements of design that were once only possible using images. One of the new effects I have been having…
I have been spending a bit of time lately figuring out how to create my own plugins for jQuery. It doesn’t take much to accomplish and I thought it would…
When you have completed a post in WordPress, you have the ability to save it as a draft, publish it immediately or schedule a future date when it will be…
I have been a Mac man for a long time. I know some people hate ’em for whatever reason, but I have always found them to be great machines for…
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 add…
Whenever I start a project, I like to work with a grid layout to help me place all the elements I need into proper alignment. Most sites work around a…
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 sub-pages…