Code With Logic

Creating Code For Simplicity but Logic For Need

Monthly Archives: January, 2014

Using Collection Data Source in Windows Phone App Studio

Introduction This article explains Collection Data Sources of Windows Phone App Studio. You will first learn about a collection Data Sources and then will see how to add them to … Continue reading

January 21, 2014 · 1 Comment

Collection Data Source Operations on a Data Table

Introduction This article describes some operations available for Collection Data Sources. In my previous article we saw how easy it is to add a Collection Data Source to our app. … Continue reading

January 21, 2014 · Leave a comment

Using Import or Export in Collection Data Source

Introduction This article explains how to use the import and export feature of a Collection Data Source of Windows Phone App Studio. In my last article we learned about how … Continue reading

January 21, 2014 · Leave a comment

Using Cloud Service in Collection Data Source

Introduction In this article we will learn about the collection Data Sources of Windows Phone App Studio with cloud storage. First we will learn about collection Data Sources and then … Continue reading

January 21, 2014 · Leave a comment

Table Highlight Using CSS and jQuery: Part 1

Introduction In this article I will show you how to add a table highlighting feature in a HTML table. I assume that you have some basic knowledge of HTML, CSS3 … Continue reading

January 21, 2014 · Leave a comment

Table Highlight Using CSS and jQuery: Part 2

Introduction In Part 1 of  this article deries we made a single row highlighting effect. In this article we are creating a single column and a single table cell highlighting feature. I … Continue reading

January 21, 2014 · Leave a comment

Table Highlighting Using CSS and jQuery: Part 3

Introduction Table Highlight Using CSS and jQuery: Part 1 Table Highlight Using CSS and jQuery: Part 2 In Part 2 of  this article series we created a column and cell … Continue reading

January 21, 2014 · Leave a comment

Truthy Vs Falsy Values in JavaScript

Introduction This article describes the truthy and falsy values of JavaScript. What the difference is between them and some exceptions and so on. In simple and short words, it’s a … Continue reading

January 21, 2014 · Leave a comment