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…
Defining a constant in PHP can come in handy when working with a value that will be used throughout your script. What is a constant exactly? According to PHP.net, “A…
June is here, and to some of us, that means quite a few things. Summer is on the horizon (for those of us in the Northern Hemisphere). We’re slowly getting…
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…
As it stands right now, bbPress and WordPress are two separate pieces of software. Last month, it was announced that a bbPress plugin might end up replacing the stand alone…
This is a quick little piece of code that I have been using a lot lately. I needed to get the category ID but all I had to work with…
Photoshop is a great tool for creating simple yet impressive design effects with type. I don’t pretend to be an expert but I do know how to do a few…
WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons which…
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 information…
WordPress widgets are great. They have tons of amazing functions and are extremely easy to use. The only problem is that not all themes support them. But that is a…