
Search In
we often come to a situation where we have to create the dictionary based on the alphabetic order.
So here is the program for creating a Dictionary with first letter of the array element. array element First letter is a key for adding the element i
Gray Out an Image in android
In android, Sometimes, we have to gray out image to show it disable or to show it differently.
So I share my code to gray out any ImageView.
We just do it by using pixels.
private ImageView instagramIcon;
instagramIc
dGluZyBhcyBpdHMgb3duIHdhdGNoZG9nLiBKdXN0IGFzIGJhZCwgaXRzIGJvb2tzIGFyZSBjbG9z [url=http://toms.storeonline.us.com/]toms.storeonline.us.com[/url] Erratic rains l [url=http://t.siresays.com/]t.siresays.com[/url]
If you have a picture of the car, so muc
Hello All,
Here I am sharing some information about the animations through CSS3.
As we know animation is changing the style of an element. we can change the animation by changing the style of an element using css properties. When we talk about css3
By using jquery image slider plugin we can create Responsive Image slider .In below example, I am using rslider plugin.
Step-1. Link files
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script
Hello all,
Here I am sharing some information about how to get multiple columns layout using css3.
By using css3 column-count property we can divide an element into number of columns.
Here is an example:
div {
-webkit-column-count: 4; /* Chrom
In the example below, I have created a bind onclick event function. when we will click on the button, element will dynamically added to DOM and it will bind the click event only to the elements that exist at the time of binding. To bind the click
C# defines number of alias names for CLR (i.e. Common Language Runtime) types. Technically, there is no difference between string and String, as string is just the alias name for System.String or String.
System.String is a static sealed class, whethe
Few visitors are allowed beyond the "No Trespassing" sign and a remote-controlled gate and into the desert and mountain environment reminiscent of the Air Force's renowned Area 51 in Nevada. The privileged who do get inside decline to describe what t
Hello All,
Working with asp.net web api, we have multiple ways of handling error that is at controller level, method level we can use try and catch block and we can put our logic there to handle errors.
But to handle error occurred any where in our
