Convert Hex Color to RGB using PHP
Converting certain values back and forth is often necessary when developing functions to help your website work the way you want it to. I needed a function that would...
7 comments
Converting certain values back and forth is often necessary when developing functions to help your website work the way you want it to. I needed a function that would...
7 comments
I was working with Digibomb on presswork.me and we needed to add the current post’s category name to the body class in order to style the page differently from...
8 comments
I have been playing around with a lot of CSS3 lately due to PressWork, and I’ve come up with some cool tricks. One that I really like uses the...
11 comments
HTML5 has made it a lot easier to include certain elements. Especially videos, since you no longer have to embed them with all those parameters. Here’s a short code...
10 comments
This is just a little snippet of code I wrote to count the number of hits on a specific page. I only wanted it to work on single post...
7 comments
Some of you may or may not know that I have been working on an HTML5 WordPress framework that was just released called PressWork. We are still squashing some...
7 comments
WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content....
6 comments
I had originally written about Removing Images from a WordPress Post quite a while ago, and while that snippet still works, I recently discovered another way to do it...
10 comments
If you have ever done a search on a WordPress site you have probably noticed that the URL ends up looking something like this: http://your-site.com/?s=searchterm Even if you have...
7 comments
Having a backup strategy is a definite must for any website, whether it’s for a small blog or a big commercial site. Think about the number of hours that...
6 comments