Tutorials
Using :target to Create a Lightbox Effect with CSS3
If you’ve messed around with CSS3 you have probably seen some of the new pseudo classes pop up here and there. An interesting one that I just started to use…
If you’ve messed around with CSS3 you have probably seen some of the new pseudo classes pop up here and there. An interesting one that I just started to use…
Sometimes, you need to upload a large file to your site, and the default 8mb limit in WordPress isn’t enough. I attempted to change my limit directly on my server,…
I have had a lot of requests to revisit and update my Add Logo to Admin WordPress plugin so today I sat down and went over the code. There have…
A while back I wrote a short tutorial entitled “A Clever and Safe Way to Display your Email Address” which explained how you could use CSS to safely display your…
I needed to figure out how to allow a user to use either their username or email address to log into WordPress. It took a bit of rooting around but…
Things have been pretty crazy over the last little while and I thought it would be a good idea to explain why I haven’t been updating the site as much…
The year is almost over and the holidays are coming closer, so I thought it would be a good time to package together some WordPress themes and offer people a…
I was working with placeholder text for the input fields on a recent project and I needed to make sure that the text would appear in all browsers. I had…
I published a tutorial quite a while back called Simple Voting for WordPress with PHP and jQuery. It was not without its problems, and recently I needed to improve on…
I know there are a few textarea word counter jQuery plugins out there already, but I felt like building my own since I wasn’t a fan of the ones that…