RoyalSlider – A slick HTML5 video slider
RoyalSlider is an HTML5 video gallery that supports YouTube and Vimeo videos. It includes a basic api to add custom players such as JW player. RoyalSlider also allows you to add iframe content directly into a slide. RoyalSlider works with any content as any regular slider would and is not limited to video. RoyalSlider
Twitter Bootstrap 2.0 – Get it early
Twitter Bootstrap is just about ready for release but you can grab it on Github today. The 2.0 release of the html5 framework from the team at Twitter features a new responsive layout more in-tune with the current state of web design. I still like framework just for portability and ease of use but Bootstrap […]
ScrollTo – A Plugin for jQuery
This nice plugin for jQuery allows you to scroll horizontally or vertically to a position specified as: a raw number a string(‘44’, ‘100px’, ‘+=30px’, etc ) a DOM element (logically, child of the scrollable element) a selector, that will be relative to the scrollable element The string ‘max’ to scroll to the end. a string […]
WordPress 3 Taxonomies
Taxonomies are different methods for classifying things. Prior to version 2.3, WordPress had only one generic taxonomy, called Category, for Posts. Version 2.3 of WordPress added another type of taxonomy called Tags. While categories are usually thought out in advance, specific to the types of content on a site, tags provide a more freeform, impromptu […]
Digging Into WordPress Theme Clubhouse
Digging Into WordPress is a great book for anyone just starting out with WordPress. The Theme Clubhouse gives you several themes used in the book free for download. The Clubhouse also includes a Blank theme which comes complete with the base pages you’ll need to create your own WordPress theme including functions and a stylesheet […]
Zebra_Form – Easily create and validate HTML forms
Zebra_Form is a PHP class that simplifies the process of creating and validating HTML forms. Its object-oriented structure promotes rapid HTML forms development and encourages developers to write clean and easily maintainable code. It frees the developers from the repetitive task of writing the code for validating forms by offering powerful built-in client-side and server-side […]
CoffeeScript is a simple, easy-to-use language for web developers that compiles easily into JavaScript
CoffeeScript is a simple, easy-to-use language for web developers that makes working with JavaScript fun again. The golden rule of CoffeeScript is: “It’s just JavaScript”. The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output […]