Font Awesome icons and their CSS content values

Posted by on Oct 5, 2014 in Css, General, HTML | No comments yet
Font Awesome icons and their CSS content values

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. You can download the fonts from here Font Awesome is a web …

Upload image with preview

Posted by on Nov 4, 2013 in HTML, Javascript, Jquery, Php | No comments yet

Sometimes we need to preview images before uploading, As there are many JavaScript libraries like ajaxuploader to make this possible.There are time when we didn’t want to upload the files via AJAX. In that case we can do it using …

Set Style for placeholder text

Posted by on Sep 27, 2013 in Css, HTML | No comments yet

Sometimes we need to modify the placeholder styles like color for placeholder, text transformation etc. In this post we can see how this can be done A browser applies predefined styles to text displayed via the placeholder attribute. By default, …

Simple countdown timer using javascript

Posted by on Jun 26, 2013 in HTML, Javascript | 106 Comments

we can create an simple countdown timer using javascript without any javascript library for that first we need to create an html element with the following And add the javacript code from below countdown(2) is the function which invokes the …

Load More