ModernizrBar

ModernizrBar is a floating bar that utilizes the well developed Modernizr JavaScript library to display the user's current browser capabilities.

With HTML5 and CSS3 use on the rise many users might be left wondering as to why some content does not display properly. Hopefully, with this bar users will be more inclined towards using more modernized browsers. (Or at least upgrade their current browser.)
ModernizrBar

jQuery UI in Drupal

Drupal 7 includes jQuery UI so that you may create instant user interfaces right out of the gate. Drupal's method of implementing jQuery UI is really cool in that only the components required are included which adds to the efficiency of your site. For example, if you needed an accordion only the Core JS, Accordion JS and accompanying CSS files are included. This all happens automatically when you request the jQuery UI library. Just one reminder, jQuery is running in no conflict mode which means that any jQuery code should be written as "jQuery(selector)" not "$(selector)". Here are a few examples...

Welcome to my personal site

For a while I've thought about having a place where I can literally post anything I'd like while expanding my knowledge as I tinker with developing in various languages and systems. Well today is the day and to begin I have build this site on Drupal which I do not have any experience with. I've built on various CMS systems but never Drupal despite it's popularity. So I thought, why not dive in and from what i've researched Drupal will allow me to create a site which hold everything I'd like without many different systems in one site.