Browse important and ready to use codes snippets for all your development and design work. Explore code snippets on CSS, HTML, jQuery, PHP, Bootstrap, SASS, Laravel, Ajax etc.
Mar 7, 2018
CSS Counters function CSS 2.1 introduced CSS counters. Using Counters in CSS we can keep track on the placement of any element in the document tree a...
ViewJun 2, 2016
CSS filter functions allow to adjust the color of an element before it is rendered on the site. For instance, we all know how much time is consumed i...
ViewFeb 17, 2016
In the web world, it's all about great user experience. Many times we need to use the data to copy paste from one place to another. For inst...
ViewDec 5, 2015
CSS3 can be used to create 3D effects for heading and decorations. Here is the basic setup. To give the 3D effect we will use simple&n...
ViewSep 15, 2015
$_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web applica...
ViewAug 12, 2015
PHP implode and explode functions are very easy to use. In this tutorial, we will learn how to do it. Let’s check it out. There...
ViewAug 12, 2015
It requires a little more thinking while working with loops in multidimensional arrays. Let’s see the situation here. Say w...
ViewAug 12, 2015
We know that array is the collection of data in list form, but what if we need to sort the data or sort it in reverse order or if...
ViewAug 12, 2015
Design matters. If you have interest and passion for front-end designing you have a lot to learn and experiment. So, we gonna create a button and it...
ViewAug 12, 2015
We have used DIVs many times in its best way and it has always served us as expected. Now it’s time to make some interesting lay...
ViewAug 11, 2015
The Ternary operator in PHP is a built-in operator that acts like an if statement in PHP. It shares with several other languages. It has an unus...
ViewAug 9, 2015
First of all... Why do we need to float div.? That’s the question and answer is quite simple. You want two column as in below image th...
ViewAug 9, 2015
Learn to create ‘multilevel drop down menu using HTML and CSS3' in easy steps. The CSS3 is used for a bit animation as well. Though you can...
ViewAug 9, 2015
Sending emails using PHP is not a big deal. Using PHP mail function we can send emails easily. But sometimes we may need to send emails using hig...
View