
So a few months ago, the Envato network put out a call to all HTML5 developers to help them fill out their new HTML5 category on CodeCanyon.net. I decided to convert one of my existing drop down menu scripts to an HTML5 powerhouse that used some new entities and CSS3 properties.
After one simple revision my HTML5, CSS3 and Javascript drop menu system was approved for sale. Check it out here!
See the rest »
Code Bin | No Comments »

HTML and CSS Validation has been the center of an intense debate for years; some web developers believe that validation is pointless since many of the specs change on various DOCTYPE’s and DTD’s, while others believe that your website is not truly valid and accessible unless you are in 100% compliance with whatever DOCTYPE you use. I will not begin to pretend that I can fairly and accurately mitigate both sides of this argument, what I want to do is take a look at it from a different perspective.
See the rest »
Code Bin | 1 Comment »
I recently got a project that required a really dynamic navigation. The client wanted the ability to add and remove pages at will with no interaction from a developer. This is generally a pretty simple request, but the client has a very specific set of style guidelines. Here is a php function that I wrote to do the job.
See the rest »
Code Bin | 3 Comments »
I wrote this little script to just create some self clearing input fields. Its pretty simple but it does the job.
See the rest »
Code Bin | 1 Comment »
Sometimes doing something simple should be just that, simple. Thanks to Twitters excellent restful API, I am easily able to grab my last tweet plus some bonus data about my account and display it on my website. So Here it is, simple and clean.
See the rest »
Code Bin | 1 Comment »
So after cruising the web for a few hours trying to find ‘dummy’ style documentation on changing colors in terminal using .bashrc, I finally stumbled across a site that got me half way there. After playing around a bit I found a few little tricks and things that no one really likes to share. So here it is.
See the rest »
Code Bin, Unix Pie | 3 Comments »
So a few days ago my mighty mouse decided to crap out. I did my best to take it apart and clean it, but we all know that once you take apart a ‘glued together’ piece of electronics things are rarely ever the same again. So, seeing as I needed a new mouse and had an extra $70 burning a hole in my pocket, I decided to dive in and get myself a new Magic Mouse.

See the rest »
Tech Stuff | 2 Comments »
The quest for my perfect guitar tone continues…

After a few weeks of playing with the settings, re-biasing, and changing out tubes I finally decided that I just didn’t like the power tubes, and that they were likely the source of my problems with tone. So I called up my friends at thetubestore.com and had them ship me a set of EL34B’s.
See the rest »
Audio Projects | No Comments »
I was working on a little attendance tracking system today and I used PHP and some native CodeIgniter functions to get it to play nice with my APP. I’m using one of my favorite new scripts CalendarView to pass the dates into this function from a simple form post.
See the rest »
Code Bin | 1 Comment »

I am going to go ahead a regurgitate what everyone has been saying for years now, that IE6 is just well past its prime and its time to retire it. This has been beaten death time and time again, so I am not going to list all the reasons why we should drop it, I am just going to tell you how to make sure that users with IE6 are properly handled on your site.
See the rest »
Code Bin | 1 Comment »