
Search In
Hello Readers, this is a small blog on spinning effect on mouse hover on social icons in css3. In this example , I have taken five icons when we hover the mouse , that particular icon will spin. Here I have used transition, which a
Binding ArrayList to DataList
DataList is a web server data bound control which display data items in repeating list. DataList provides an optional facility of selecting and editing data items. In DataList,Templates defines the content and layout of
FlexSlider is a most popular jQuery responsive slider plugin for image slider. It provides both designers and developers a fast runnable image slider.
Some important features:
It is supported in all major browsers.
Pro
In CodeIgniter URI routing system we find one-to-one relationship between the path Controller_class/Controller_class_method and the URL .All the segments in a URI displays the below mentioned pattern :
Domain_name/Controller_class_name/Controller_c
Instructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, it uses loops, arrays, decisions, accumulating, counting, search
Hello readers, In this tutorial I will guide you to "How to add Custom Metabox in a particular page in Wordpress."
In WordPress, If you want to add or save some extra field in a post, custom post type or in the page. So basically w

Hi everybody I just learned some things in the past week about SQLite in Unity and I thought I share them as I had to figure out most of it myself. All code in C#.
Set up a database in Unity
Its my first time i am working with db in unity. I am ba
Hello Reader's
If you working on Codeingiter and looking for to making the free cropping of image before uploading then this blog is very helpful to you.
The process of cropping the images is start from loading the preview of images via ajax an
Below example code will helps you to create Chronometer. For this firstly, In activity_main.xml layout I have added buttons and Chronometer layout. Now See MainActivity, here I have used start(), stop(), SystemClock.elapsedRealtime()), setFormat() me
Creating style for circle checkbox:
<Style TargetType="CheckBox" x:Key="CircleCheckbox">
<Setter Property="Cursor" Value="Hand"></Setter>
<Setter Property="Content" Value=""></Setter>
