Category Archives: Code

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 [...]

Posted in Blog, Code | Tagged , , , | Leave a comment


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 [...]

Posted in Code, CSS3, Designer's Corner | Tagged , , , | Leave a comment


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 [...]

Posted in Code, Designer's Corner | Tagged , , , | Leave a comment