Posts Tagged ‘HTML5’

jQuery plugin, Converts tables to charts & graphs using the HTML 5

Wednesday, July 8, 2009 6:47 2 Comments

Visualize is a jQuery plugin which converts tables to charts & graphs using the HTML 5 canvas tag. The usage of tables is very important the data is already formatted in a way that is accessible to users browsing the web with a screen reader or other assistive technology. The plugin offers a very easy [...]

Share
This was posted under category: Development, Graphs, Jquery Tags: , , ,

Styling HTML 5 elements with Modernizr, Better HTML5 & CSS3 Usage By Detecting Browsers Capabilities

Thursday, July 2, 2009 11:47 No Comments

Similar to the IE6 situation, when using HTML5/CSS3 in our websites, it is a good idea to offer non-problematic outputs to web users with older/non-standard browsers. Modernizr is a JavaScript library that uses feature detection techniques to determine whether or not the current browser is capable of CSS3 and HTML5 features like rgba(), border-radius, CSS [...]

Share
This was posted under category: CSS, CSS3, Development, Web Standards Tags: , ,