Author: SibeeshVenu
-
Creating a Simple Windows Application Using Azure
Introduction Hi all. I hope you all are doing good. This article explains how to start or create your first Windows application using Azure. If you ... -
Learning AngularJS: HTML DOM
Today we will learn about Angular JS HTML DOM elements. We will be discussion about ng-disabled, ng-show, ng-hide, ng-show-conditional expression in this article. These are the ... -
Configuring Mobile Services In Microsoft Azure
Introduction Hi all. I hope you all are fine. Today we will learn how to configure a mobile service in Microsoft Azure. I know you might ... -
Load Contents From Text File using jQuery
Introduction Hi all, this article explains how to load the contents from a text file using jQuery and style the contents. Background I wanted to load ... -
Mail Merge in Word 2013
Introduction document1 document2 output Hi all, in this article you will learn about mail merging in Word 2013. Most of you may have already worked on ... -
Learning AngularJS: $http
Hi all, I hope you are fine. Today we will learn about AngularJS Basic $http. If you are new to AngularJS then I suggest you read ... -
Basics of AngularJS
[toc] Introduction In this post we are going to discuss about AngularJS Most of you are familiar with the word AngularJS. This article is for those ... -
Basic Difference Between Local Storage and Session Storage in HTML 5
[toc] Introduction This article explains what is the basic difference between HTML 5 local storage and session storage. Basically, both session storage and local storage are ... -
Custom Handling of a href Tag in jQuery
Introduction Hi all. Today I came across a situation of disabling and enabling a href tag programmatically. The property enable and disable is applicable for the ... -
Creating Custom Color Palette Using JQuery, HTML5, CSS
Today I came across a requirement to integrate a colour palette into my application. When I searched for that, unfortunately I could not find any solution ...