In this post we will post a tweet using JavaScript. Let us assume we have a button like following On click event of this button we want to post a tweet. For that we need to navigate to user to…
In this post we will post a tweet using JavaScript. Let us assume we have a button like following On click event of this button we want to post a tweet. For that we need to navigate to user to…
In this post we will consume WCF SOAP Service in C#/XAML based Metro Application. This is level 100 post showing basic steps to create simple WCF Service and consume that in Metro Application. Very first let us create a WCF…
Objective In this post we will see how can integrate our application with Facebook. We will look into how a status, picture or video can be shared on Facebook wall using JavaScript. Expected output is as following Register Application to…
Objective In this post series we are going to make Netflix Movie Explorer App. We will use Kendo UI OData feed of Netflix to create application. Final application (after this post) will look like as following, And on tapping of…
On 16th June 2012 , I got an opportunity to present on Windows 8 Metro Dev for Pune User Group . It was a descent event with almost 100 audience. I presented on the topic “Windows 8 Metro Application Development using…
Recently while working I had a requierment to save Javascript array in local storage of HTML5. Let us say array is as follwing we want to save in local storage. Before saving iterate through array and display in the console.…
In this quick post we will detect whether browser is connected to Internet or not? There are two ways you can detect it By making a AJAX call and setting the TimeOut property Using HTML5 In HTML5 you can detect…
In this post we will migrate a Metro Project created in HTML5 and WinJS from VS11 to VS2012 RC. Recently I upgraded my system to Windows 8 Release Preview. After upgrading Windows, I migrated VS to VS2012 RC. After successful…
I must say, I liked this new HTML5 based Windows Azure Portal. Once you login in Windows Azure Portal at the bottom you can find View the Preview Portal You will be prompted to take a tour of new portal.…