Topic Index

@@Contents


@@Android
@@Canvas
@@Javascript
@@JSON
@@Nullable Types ?
@@Selenium Web Browser Testing
@@Training Video
@@Wikipedia


=======================================================================


@@Android






@@Canvas

http://www.msguy.com/2011/10/introduction-to-canvas-in-html5.html

The canvas element is a newly introduced element and is a part of HTML5. It allows dynamic scripting and rendering of 2D shapes and bitmap images.

Canvas actually is like a drawing board on which you can draw something. It will have a height and width. Now, you might have a question, “how do I write on it?

Well, the answer is very simple. 
You can write your JavaScript code and your code will have access to the entire canvas region. You can use a full set of drawing functions provided similar to any other API’S which provides 2D drawing functions. You can build Graphs, animations, games and image compositions.

@@Javascript Books

Free online:  Eloquent Javascript

@@Javascript Metro App Intro

Pluralsight Tutorials (paid membership)
http://www.pluralsight-training.net/microsoft/Courses/TableOfContents?courseName=win8-intro



Excellent  overview of Javascript Metro Apps

HTML5, JavaScript, and Windows 8 Metro Talk Slides from DevConnections Las Vegas

I had a great time at DevConnections Las Vegas this year and really enjoyed hanging out with existing friends as well as making some new friends. Thanks to everyone who attended my workshop and sessions. The slides from the different sessions are available to download below (click an image).

image

@@JSON

Lightweight data interchange format for javascript
http://windows8index.blogspot.com/2011/12/javascript-json-lightweight-data.html


@@Training Video


From http://www.pluralsight-training.net/microsoft/ a good paid site training introduction

JavaScript FundamentalsLiam McLennanBeginner[02:53:09]01/25/2011

@@Wikipedia

Windows 8 http://en.wikipedia.org/wiki/Windows_8
Features new to Windows 8 http://en.wikipedia.org/wiki/Features_new_to_Windows_8
Metro User Interface http://en.wikipedia.org/wiki/Metro_(user_interface)

No comments:

Post a Comment