Enter/Return Press Event Listener
Disclaimer: I’m feeling lazy and this one is an easy one Wanna add an event listener to your form elements that fires a click() event for another element, but don’t want to write the code over and over again? var enter_key_press = function( obj, btn ) { var obj = obj; var btn = btn; obj.unbind('keyup'); obj.bind('keyup',function(event) { if(event.keyCode == 13){ btn.click(); } }); } // to call it enter_key_press( jQuery('#element_needing_event_listener'),...
read moreCSS3 Gradients, Border Radius and Internet Explorer 9
Internet Explorer 9 breaks border-radius declarations when used alongside filters for CSS background gradients. By utilizing SVG CSS markup, we can easily style elements with both declarations and still have it cross-browser compatible.
read morejQuery Multi-Accordion
I’ve developed my previous accordion a little further now. I’ve turned into a full plugin, plus it allows for multiple accordions on the same page. The way this differs, however, is that it allows you to create one accordion that closes open elements in another accordion and vice-versa. You may ask how this is different than a single accordion with tedious amounts of HTML and CSS. Well, the answer is simple: this is less work. By using jQuery’s traversing, I allow you to have more freedom in your HTML and CSS design, as well...
read moreWretchedBlues NOOKcolor Theme
Here it is. It’s the updated, and brand spankin’ new theme for the NOOKcolors running Froyo. XDA Forum Thread Change Log on XDA Downloads 0.1.4.10 WretchedBlues Sweetened Theme [bottom status bar [all densities]] (Status bar mod credited to brianf21 over at XDA Developers) 0.1.3.27 WretchedBlues Sweetened Theme [bottom status bar [all densities]] (Status bar mod credited to brianf21 over at XDA Developers) Revert from Sweetened to unModded WretchedBlues WretchedBlues unModded Theme [all densities] 0.1.2 WretchedBlues Theme...
read moreNOOKcolor Clean HDPI Theme (screenshots)
Here are some screenshots of the new NOOKcolor HDPI theme (I need a new name for it) I’ve been working on. Basic Form Elements Settings w/ Line Item Pressed Popup Full Bright Popup Full Bright/Dark Popup/full/dark Notification Pulldown New Wifi and Battery Indicators With...
read moreNook Froyo Theme Mock-up
This theme has been updated. You are being redirected to the new screenshots. Please the updated theme page for the new WretchedBlues NOOKcolor theme You will be redirect automatically in just a second.
read more