
Downloads
Zombie with Film Camera for Head
I am working on a website for a horror film festival and created this image by splicing a few things together. Sadly, we won’t be using on the site but…
insert-headers-and-footers
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /nas/content/live/bavotasan/wp-includes/functions.php on line 6121I am working on a website for a horror film festival and created this image by splicing a few things together. Sadly, we won’t be using on the site but…
I already wrote about this a while back in “How to Display an Author List with Avatars in WordPress” but I recently realized that it needed updating. There’s a better…
Yesterday PressWork launched a new theme in conjunction with Empire Avenue. The original design had a really nice shadow effect on the images and I wanted to make sure that…
A while back I worked on a site that required a hover effect where a black and white image faded into a color image. I wrote a tutorial called Creating…
There was a time when the only way to fade an element or image was by using JavaScript/jQuery (see Creating a Mouseover Fade Effect with jQuery). With CSS3, you can…
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 convert…
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 the…
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 transform…
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 snippet…
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 pages…