Quantcast
Channel: WinJS – Dhananjay Kumar
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Data Binding and Observable in WinJS

Source code on GitHub In this post we will learn how to work with the data binding and observable class in the Windows Store application created using WinJS. We will learn to work with Data binding Two...

View Article



Image may be NSFW.
Clik here to view.

Classes in WinJS

Even if we have heard many times about the classes in the JavaScript, it is not an object oriented language. Rather JavaScript is a prototypal language. Working with classes in JavaScript can be but...

View Article

Image may be NSFW.
Clik here to view.

Capture photo and save on the disk in WinJS based Windows Store App

In this post we will learn to capture a photo and save the captured photo on the disk. You can work with camera and capture a photo in the WinJS using the Windows.Media.Capture.CameraCaptureUI(). Let...

View Article

Image may be NSFW.
Clik here to view.

Working with app bar in WinJS based Windows Store Application

In this post we will learn to work with the app bar in a WinJS based Windows Store application. Let us start with creating an app bar. The app bar can be created by setting the data-win-control value...

View Article

Image may be NSFW.
Clik here to view.

ListView in WinJS based Windows Store Application

In 2012 I wrote a post List View Data Binding in Windows 8 JavaScript Metro Application. If you follow along this post some of the code will not work. So I decided to write a post again on working with...

View Article


Image may be NSFW.
Clik here to view.

Flyout control in Windows 8 HTML JavaScript Metro Application

In this post, I will discuss how to work with Flyout in Windows 8 Metro application. Flyout is a type of UI surface in Windows 8 metro application. It is used to show simple message or popup. If user...

View Article

Image may be NSFW.
Clik here to view.

ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript...

Windows 8 CP and VS11 are around. Recently I wrote Setting up Visual Studio11 Beta for Metro Application Creation . In this post let us get into some development. In this post we will see Creating...

View Article

Image may be NSFW.
Clik here to view.

Working with OData and WinJS ListView in Metro Application

Follow @debug_mode In this post we will see how to consume Netflix OData feed in HTML based Metro Application. Movies information will be displayed as following. At the end of this post, we should have...

View Article


Image may be NSFW.
Clik here to view.

What is Namespace in WinJS

Let us first try to understand, why we need Namespace? I will try to explain you with an example, let us suppose you have a function named GreetingMessage in JS file named Library.js Now you need to...

View Article


Image may be NSFW.
Clik here to view.

How to work with Navigation App Template in Windows Store App with JavaScript

Recently I was attending a user group event and one young developer came to me with question, could you help me in finding out how to work with Navigation App Template in Windows Store App? So in this...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images