Update: There is now a plugin for this functionality. Check out the Jigoshop Custom Tabs Plugin to see if it meets your needs. Lately we’ve been working with a new e-commerce plugin called Jigoshop that integrates with WordPress and adds shopping capabilities to the site. It’s been fairly easy to use, with some exceptions regarding […]
Redirect mp3 Files to Download Instead of Stream
Here’s a quick hit that may prove useful. We had a need to have mp3 files default to offering the ability to save the file rather than stream it using the browser default player. I realize you can right click/save as, but this not the most user friendly solution. When the goal is to make it […]
Eric Meyer CSS Reset 2.0
For anyone that doesn’t know, each web browser “assumes” various padding, margins, font-weight and size, and other variables that render how a web page looks. As a developer, it is our responsibility to make a website look the same across multiple browsers (or at least as close as possible). To do so, it is important […]
Linux 301 Redirect Code
I constantly find myself needing .htaccess code for a 301 redirect of some kind. I frequently Google to find what I need. Eventually I bookmarked a couple sites for easy access. However, I finally decided to make the information more readily available and saved a txt file in my code library. No idea why it […]