Category Archives: HTML5

Choosing the right Javascript framework

Every organization goes through a cycle of reviewing and updating applications that have become dated and harder to maintain. There are many new competing technologies for building responsive web applications, both on the client and server side. A number of javascript frameworks are open source and free, and primarily for building Single Page Applications. Looking […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, .NET Framework, AJAX, HTML5, Web | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> | Comments Off on Choosing the right Javascript framework

HTML 5 – Useful Links

Some useful HTML 5 related links, Standard Specshttp://www.whatwg.org/specs/web-apps/current-work/http://dev.w3.org/html5/spec/Overview.html Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.http://caniuse.com HOW WELL DOES YOUR BROWSER SUPPORT HTML5?www.html5test.com HTML5 IE enabling scripthttp://code.google.com/p/html5shiv/ HTML5 Boilerplate is the professional base HTML/CSS/JS template for a fast, robust and future-proof site.http://html5boilerplate.com/

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, HTML5, Web | Comments Off on HTML 5 – Useful Links

Using canvas element in HTML 5

Canvas is an interesting HTML5 feature. HTML 5 defines the <canvas> element as “a resolution-dependent bitmap canvas which can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. Here’s a quick example […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, HTML5, Web | Comments Off on Using canvas element in HTML 5

HTML5 – Useful Links

Some useful HTML 5 related links, Standard Specs http://www.whatwg.org/specs/web-apps/current-work/ http://dev.w3.org/html5/spec/Overview.html Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers. http://caniuse.com HOW WELL DOES YOUR BROWSER SUPPORT HTML5? www.html5test.com HTML5 IE enabling script http://code.google.com/p/html5shiv/ HTML5 Boilerplate is the professional base HTML/CSS/JS template for a fast, robust and future-proof site. http://html5boilerplate.com/

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> HTML5, Web | Comments Off on HTML5 – Useful Links