Sign in
A course on JavaScript, HTML5 and Windows 8 App building
Sanjeev Dwivedi @MSFT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
A course on Javascript
Blend
C#
HTML5
javascript
Microsoft Expression
OAuth
Quotes and musings
share conract
Single Sign On
SSO
Uncategorized
Visual Studio
win8
Win8 app building
Windows 8
XAML
Browse by Tags
MSDN Blogs
>
A course on JavaScript, HTML5 and Windows 8 App building
>
All Tags
>
win8
Tagged Content List
Blog Post:
Lesson 11: Scope in JavaScript
Sanjeev Dwivedi
In this lesson, I focus on the nitty gritty of Scope and Lifetime of variables in JavaScript Language. JavaScript has similar scoping model as most other C like languages with a minor difference in that it does not have block... ...read more
on
26 Feb 2013
Blog Post:
Lesson 10: Prototypes in JavaScript
Sanjeev Dwivedi
Sorry for the long delay between the last lesson and this one. Lots of travel and work got in the way of this post. Without further ado, here is the lesson on Prototypes. Prototype is much misused keyword in JavaScript.... ...read more
on
12 Feb 2013
Blog Post:
Lesson 9: Constructor Functions
Sanjeev Dwivedi
Constructor functions in JavaScript are special functions that allow you to create a factory function that can create many objects of the same type through code reuse. For Object Oriented programmers, constructor functions are a familiar concepts. The ...read more
on
18 Jan 2013
Blog Post:
Lesson 8: JavaScript Functions
Sanjeev Dwivedi
JavaScript functions are what gives Javascript its power. With JavaScript functions, you can break down your code into small modules which, helps with readability, debuggability and reusability of code. JavaScript functions double up as objects as well ...read more
on
9 Jan 2013
Blog Post:
Lesson 7: Assignment 1 – Etch-a-Sketch and CScript
Sanjeev Dwivedi
Hello and Happy New Year! I am back in the new year with the first blog entry that will exercise your mind and give you some hands on experience as you progress through it. Reading input using node.js is not... ...read more
on
2 Jan 2013
Blog Post:
Lesson 6: Arrays in JavaScript
Sanjeev Dwivedi
Arrays are one of the built in DataTypes in JavaScript. They are on par, if not more useful than Objects. Arrays in JavaScript perform the function of Arrays and Lists/Vectors in other languages. Arrays allow you to traverse their contents... ...read more
on
20 Dec 2012
Blog Post:
Learning Expression Blend – Finally!
Sanjeev Dwivedi
I have been developing Windows Phone apps for a while but like most developers, I had a bit of an block towards tools that require fiddling around buttons to change the UI. Windows Phone is all about XAML + C#.... ...read more
on
14 Nov 2012
Blog Post:
Windows 8: Finding the details of the current system (including processor architecture) from Win8 app
Sanjeev Dwivedi
Someone asked me today how to find the details of what system/processor architecture the metro app is running on. Searching on the Internet initially did not provide much help, but some deep dive finally did yield some results: On StackOverflow,... ...read more
on
7 Nov 2012
Blog Post:
Windows 8: Sharing a HTML5 canvas as an image
Sanjeev Dwivedi
Recently, I was working on a Win8 Javascript app where I drawing something on an HTML canvas. One of the requirements was that the user should be able to share the contents of the canvas as an image. The toDataURL... ...read more
on
7 Nov 2012
Page 1 of 1 (9 items)