
Search In
Hello readers !
In this blog we will discuss on a css property named calc().
What is calc() ?
This is a way to change simply any numeric value in CSS automatically. like height, width, margin, padding, font-size, background-position etc and you ca
This article demonstrate how to add and remove value on start and end of an array using predefined functions of PHP. The four important array functions in PHP are :
1. array_push() : This function is used to add one or more values to the end of an a
I have database of shapes, each shape has a color and value.
There are only 6 types of shapes and each shape can be used only once for a combination. Each shape in the database also has a different value, and a different color of shape. Ther
To Use Unwind Segues in iOS.
1- Create three controller using storyBoard
2- Push from FirstViewControleller to SecondViewController
3- Push From SecondViewController to Third
Write a function in FirstViewController like this
-(IBAction)prepareFor
eq ( ) method in jquerry is used for indexing purpose.Given a jQuery object that represents a set of DOM elements, the .eq() method constructs a new jQuery object from one element within that set. The supplied index identifies the position of this el
Hi today I would like to share 10 most frequently used module in Drupal.
Though Drupal have thousands of contributed modules. But there are always some good modules one should install when do a fresh installation as these would always help you in on
When Style sheets are effectively merged into a single style sheet in the order in which they appear in the HTML source is said to be Multiple style sheets.If some properties have been defined for the same element in different style sheets, than th
Many times, we being the developers come across a scenario where we need to Add or Remove a range of Items in a list.
In c# we have a function called AddRange to add a range of same data type elements in to a list that also has the same data type.
There are many times when we need to toggle the class dynamically.
Some time for changing the css.
Some time for adding html.
Some time to display html.
Some time to change dom.
That is all depend on your need. Now here I have tried to gave you
Hello readers, Today in my blog I have tried to create a Google colored button.
Before creating this a question arises in my find is it really possible to change each letter in a button to a different color at the same time on hover.