Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts

Friday, April 19, 2013

Good resources for Web App developers


(1) To get involved with the World Wide Web Consortium (W3C)
Now anyone can form a W3C community group that could lead to standardization.
It would be good to monitor these W3C sponsored community groups and any new ones that are formed. I expect some of these to evolve into full W3C level (or even at ISO level) standards. Declarative-3D and Web Payments groups looks interesting from our perspective.

 (2)  Graphics and OGL programming
·         
(3) Benchmarks

·         
(4) Testing
·        A neat tool from Google GWT team that will give you lot of insight into a Chrome desktop browser – unlike Firebug/FF or WebInspector/Chrome, Speed Tracer tool will break down all Chrome web processing – including paint, layout, style calculations.But it only works on a desktop Chrome browser and on a dev channel Chrome build.So next time you want to compare a scenario on desktop Chrome, I suggest try it with Speed Tracer.

http://code.google.com/webtoolkit/speedtracer/ (To monitor time spent on different WebKit activities likes loading resources, parsing (html, css, & js),  layout, painting, and rendering)


(5) Good resources on HTML5 know-how

  • http://www.webplatform.org/