DesignHoefler & Frere-Jones's cloud.typographyAlright so web fonts from Hoefler & Frere-Jones Web Fonts are finally here with their TypeKit like cloud service: cloud.typography. However…
WebToDo List Using HTML5 Content Editable & Local StorageI have been wanting to showcase some of the very easy to implement HTML5 features. This example will be building what seems to be the…
WebjQuery .eq() vs. .index()Whenever a jQuery selector is called the results the selector returns are stored in an array. So for example a page with five tags in the…
WebAuto Advancing Form FieldsAlright so this post will explain how to automatically take a user to the next input/form field upon completion of the last. This is meant…