HTML marquees are always the best way to showcase a website most important information / news in a scrolling format to the users. We have different options inside a tag which can make a content/image scroll in variety of directions and speed. Here i will show you how to accomplish the marquee stuff in HTML along with instant DEMO. For [...]

Categories: Html

This tutorial will give you the idea of limiting the textarea characters inside a html form using simple Javascript. The script area will look like this We do have a HTML form where we have the textarea displayed. Just copy the above 2 set of script in to an html page and see how it works.

Categories: Html, JavaScripts

This tutorial will help you print a entire webpage or a part of it using javasript. It just uses document.getElementById tag to get the id from where it should start printing. The code will look like this. Very easy and simple approach.

Categories: DOM, JavaScripts, scripts

This script helps us to check whether a URL exist or not by checking the header details.Here we are also displaying the output of the URL header details for further reference. Sample output

Categories: cUrl, Html, PHP, scripts

A very simple usage of curl to get a webpage content in to a variable, here we are using functions of curl namely curl-setopt and curl-exec Find the code below. Save the above script inside a file with the name curl_check.php. Once the webpage is loaded we will get the contents of localhost/lic/upload.php inside curl_check.php

Categories: cUrl, Html, PHP

Create a rainbow color text or word using CSS and HTML . Very simple Just copy paste the code and modify it according to your need . The style part looks like this Just add the above set of code to an html page and see the magic.

Categories: Css, Html

A simple script for this New Year . This php script will help us find the number of days between 2 dates. You can give date manually or pass date dynamically. Here i have given time() as the start variable. Also commented out one section with //$start = strtotime(’2012-12-31′); You can use either one of those according to your convenience.

Categories: Html, PHP, scripts

The best way to say Happy Christmas & A Happy Newyear. Here is the mist effect combined with snow falling which is a very effect way to greet your website visitors this christmas season. The snow effect javascript looks like this View Demo

Categories: Css, JavaScripts, Jquery, Tools

Simple Smoke or mist Effect to greet your visitors this Christmas and New year (2013). The major part of the smoke or mist effect script is done with the help of easing effect in jquery. The scripts looks quiet complex. But i have given a demo at the bottom . You can have a look and customize it according to [...]

Categories: Css, Html, JavaScripts, Jquery

Just a simple javascript confirmation dialogue box. This is very essential when it comes to a webpage where there is a edit or delete option. If the user is not ready to move forward then they can stay in the same page. Here is the script. The above script is basically a hyperlink where it will confirm with the user [...]

Categories: JavaScripts, scripts