
Search In
In this blog we will learn about array and it's type in Java. Array is defined as a collection of similar type of elements.
Array are seen as a collection of elements these elements belongs to sam
This blog is about how to update android notification and how to use Expanded and Big notification.
For Big style Notification you can check my previous blog which is:-
http://findnerd.com/account#url=/list/publish/Big-View-Notification-And
Here are step-by-step guide to obtain UIColor:
1- Firstly you need to do is to remove all spaces and new line character sets from the string and then covert the string to UPPER Case example AABBCC.
var cString:String = hexColorString.stringByTrimm
Caching with Data Source Controls:
Why do we need caching..?
In a Website majority of the pages are dynamic that provide dynamic content, customized
for the user requesting the page. Dynamic pages also help provide dynamic content fetched
from
Hi friends,
In my previous two blogs Rails Active Records Callbacks: Part 1 and Rails Active Records Callbacks: Part 2, I explained about available rails active records callbacks available. Now I will talk about some more callbacks methods avai
How to use CheckBoxList in Asp.Net MVC
For using CheckBoxList in Asp.Net MVC, we have to follow the following steps:-
Step1: First download the CheckBoxList from Nuget, Once it is downloaded we can see the reference of MVCCheckBoxList in the
Ref
ORDERBY alters the order of the specified column into the table by giving there fields name and arrange them in desc as well as asc ordering but default ordering is asc while in GROUPBY aggregates the records by the specified column which allow to
Suppose we have a table name employees in which a number of employees are there.
id
Employee
Age
1
User1
23
2
User2
34
3
User3
22
4
User4
35
Now what we need t
Regular expressions(abbreviated regex or regexp) are the sequence of characters to match different set of patterns
,strings or inputs .
We can assign the custom email template for mailing in magento. For this we have template tag in xml file. Here I am assigning new email template for requesting quote in contact us form. Below are the steps you can perform to assign custom email temp