Conditional comments works only with Internet Explorer version 5 onwards.Their basic structure is HTML. The other browsers ignore them entirely since it starts with <!– and ends with –>. They are only recognized by internet explorer. Lets take an example of an html code which has 2 buttons to be displayed. The requirement here is we need one button strictly [...]

Categories: Html, Tools, Web Tools

Here i am going to create a customized alert/popup window using css and javascript. We can develop this popup window using simple div tag. Once this div window is loaded the hyperlinks inside the webpage will get automatically deactivated or disabled. Please check our tutorial on how to Disable and enable all hyperlinks inside a div using javascript for more [...]

Categories: Css, Html, JavaScripts

Simple jquery news ticker with unlimited scrolling.We have some limitations while using the regular MARQUEE tag which is available in HTML. This particular text scroll is built using jquery which has a very eye caching and repeating scroll without any delay which we usually experience while using marquee. It even has setting to show the number of lines.Other settings include [...]

Categories: Html, JavaScripts, Jquery

Simple script that validates email address using javascript. This is very much useful for login and contact forms which can validate the email address that are entered by the users. Grab the javascript function that is used for validation from below. Here the btnAdd is the ID of the submit button. The above script says if the entered email address [...]

Categories: Html, JavaScripts, scripts

We have lot of script to vibrate a login form using jquery. This is just another one. It has some jquery, CSS and basic HTML. Thanks to Andreas Lagerkvist for his excellent vibrating function. First load the jquery module. Then we have to add the main functions that helps in vibrating/buzzing the form. Here i have set some values of [...]

Categories: Css, Html, JavaScripts, Jquery, scripts

There are fields in a form where we need only numbers to be entered by our users, for example fields like pincode, phone numbers, mobile numbers etc., Here is a small function to accomplish this task. Here is the input field in HTML Explanation, the function will check whether the entered key code is greater than 31 and between 48 [...]

Categories: Html, JavaScripts, scripts

Simple and effective script to build a tag cloud for your website. Here we use PHP, Ajax and MYSQL. Tagging is now becoming an unavoidable area in website building and if you have a built in code like the one you are about to see, then it will be easy for a developer to integrate it or even customize it [...]

Categories: Ajax, Css, Html, Mysql, PHP, scripts, Tools

This script is written in PHP. AJAX and Some CSS script for adding an elegant look. Here we are not using any Database in the backend. Everything is displayed from the Array of data we have inside php.This is a very useful script for your website. The php script will look like this, Here i have declared an array $a[] [...]

Categories: Ajax, Css, Html, PHP, scripts

This is a simple script that will automatically display suggestions near the input box when the user start typing words/letters similar to that inside a database/text file/xml. Here i am using mysql as my back end data provider. For this i am also getting some data from wordpress. I am displaying the wordpress tags as output in the suggestion area. [...]

This is a simple css script that will create shadow from images. This is just a clean css class and you can call it from the image html tag using the class switch. Here is how it looks, there is no need of any complex scripts here. This can also be called using the below html DEMO

Categories: Css, Html