You are here

Blog

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