-
Search
-
Archives
- May 2025
- May 2022
- July 2020
- June 2020
- May 2020
- March 2020
- August 2019
- May 2019
- February 2019
- January 2019
- October 2018
- May 2018
- April 2018
- January 2018
- December 2017
- June 2017
- May 2017
- August 2016
- December 2015
- May 2015
- November 2014
- July 2014
- June 2014
- March 2013
- December 2012
- September 2012
- January 2012
- October 2011
- March 2011
- November 2010
- October 2010
- August 2010
- May 2010
- March 2010
- January 2010
- October 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- June 2007
- May 2007
- February 2007
- November 2006
- October 2006
- September 2006
- July 2006
- May 2006
- April 2006
- March 2006
- October 2005
-
Meta
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> Javascript
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/
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 […]
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/