FEATURES
- HTML5 video with Flash fallback
- Easy CSS/HTML/JS customization and theming
- Full screen support
- Completely open source and free for commercial use
Posted on 06 September 2011.
Posted in HTML - XHTML, Programming0 Comments
Posted on 22 June 2011.
HTML 5 is far from finished (for those of you that want to know how many days are left till the official release date: check outishtml5readyyet.com, make sure that you check out the source code of the page too) and not all major (or less major) browsers support the new semantic elements yet. Internet Explorer for example has some problems seeing and thus styling the elements, resulting in a messed up layout. Luckily, there is an easy fix for this.
Posted in HTML - XHTML, JavaScript - Ajax, Programming0 Comments
Posted on 20 June 2011.
If you are still creating list data using table, look below and compare on how to make your life easier with HTML dl, dt, dd tags.
Posted in CSS, HTML - XHTML0 Comments
Posted on 12 May 2011.
jQuery is one popular Javascript library, and for good reasons! It’s easy to use, flexible, and most of all there’s a lot of jQuery tutorials and plugins available out, they are making the creation of dynamic effects much easier without using fx. flash. jQuery has become one of the most used JavaScript libraries today and can be found in the core of popular products like WordPress, joomla and Drupal.
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 10 May 2011.
jQuery Style is a showcase for great looking sites that use thejQuery javascript framework in interesting and thought provoking ways. If you’ve seen a site that uses jQuery please consider submitting it here.
If you’re not sure if a site uses jQuery or not, we suggest using this bookmarklet.
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 10 May 2011.
A plugin that enables HTML5 placeholder support for legacy browsers.
The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers.
Posted in CSS, HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 15 April 2011.
Monday, March 21, 2011
Along with HTML5 Boilerplate’s rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition to this, we now support lighttpd, Google App Engine, and NodeJS with optimized server configurations (along with Apache, Nginx, and IIS) and we’ve reduced the overall size of the published boilerplate by 50%.
Posted in HTML - XHTML, Programming0 Comments
Posted on 28 March 2011.
Public repo for the latest HTML5 JavaScript shiv for IE to recognise and style the HTML5 elements.
Posted in CSS, HTML - XHTML, Programming0 Comments
Posted on 16 February 2011.
The CSS to disable resizing for all textareas looks like this:
textarea {
resize: none;
}
Posted in Flash, HTML - XHTML0 Comments
Posted on 21 December 2010.
Some examples, with actual HTML Code included, follow:
Posted in HTML - XHTML, JavaScript - Ajax0 Comments
