The cute kittens with their mother Cat.
This is the video I recorded at my neighbors' garden while they were away.
These are not their pets but street Cats. Two kittens and mother Cat were relaxing and enjoying the sunlight.
The mother Cat was actually knowing that I am recording this video so it kept on staring at me while I was recording! :)
The best part was that in the garden, there was an ample area to relax in the grass but mother Cat chose to sit on an elevated piece of...
Saturday, January 23, 2016
Friday, January 22, 2016
Unit Testing
Introduction
In the programming world, we often come across a word known as "Unit Testing". Many of us may or may not know what exactly it is. So in this post, I will share some of the information about Unit Testing with you all.
Few questions and their answers which are really important and must to know about "Unit Testing" are:
What is Unit Testing?
Units are the smallest building blocks of software system.
Unit testing takes place in the development environment...
Saturday, January 16, 2016
How To Create Fancy, Stylish Alert Dialog Box Using JQuery And How To Add Image In Alert Dialog Box

Introduction
In this post, I will demonstrate how to create alert dialog box which is fancy, stylish and have more control on what text to be displayed in its title and description. All in all, it will customized alert dialog box.
This alert box will be different from the regular browser alert box which I feel is little difficult to customize and make it look fancy.
Prerequisites
To create fancy and stylish alert dialog box, we will use:JQuery - To refer JQuery in our script,...
Thursday, January 14, 2016
How to get unique items or values from Multidimensional Array or an Object JQuery

Introduction
In my last post, I have demonstrated - How to get unique items or values from an Array using JQuery.
In this post, I will demonstrate how to get unique values from multidimensional array using JQuery.
Prerequisites
Basic knowledge of JQuery - To know more about the same, please see this site https://jquery.com/
CDN Reference of JQuery library which will be used in our JQuery script - JQuery CDN latest Stable Versions can be found here https://code.jquery.com/
Knowledge...
Tuesday, January 12, 2016
How to get unique items or values from an Array JQuery

Introduction
There are lots of ways by using programming techniques to filter the array data and get the unique item value(s) out of it.
In this post, I will show how to filter the array data and get the unique item values from it by using JQuery.
Again, there are many ways to do the same in JQuery but I will show you one of many ways which I find is easy to use and implement.
Prerequisites
Basic knowledge of JQuery - To know more about the same, please see this...
Subscribe to:
Posts (Atom)