Thursday, July 21, 2011

Javascript Dancing text

Here is the code that makes the text Dancing: <script language="JavaScript1.2"> //configure message message="Welcome to webdesign-codes.blogspot.com" //animate text in NS6? (0 will turn it off) ns6switch=1 var ns6=document.getElementById&&!document.all mes=new Array(); mes[0]=-1; mes[1]=-4; mes[2]=-7;mes[3]=-10; mes[4]=-7; mes[5]=-4; mes[6]=-1; num=0; num2=0; txt=""; function jump0(){ if (ns6&&!ns6switch){ jump.innerHTML=message return } if(message.length > 6){ for(i=0; i != message.length;i++){ txt=txt+"<span style='position:relative;' id='n"+i+"'>"+message.charAt(i)+"</span>"}; jump.innerHTML=txt; txt=""; jump1a() } else{ alert("Your...

Tuesday, July 5, 2011

JQuery Hover Image Zoom

This is zooming hovered image. it can be use in image gallery or simple zoom effect on any image. 1. Here we need a file called jquery-1.6.1.min.js, Click Here to download 2.HTML Code: <!DOCTYPE html> <html> <head> <title>JQuery Zoom Hover</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="jquery-1.6.1.min.js"></script> <script type="text/javascript"> ...

Sunday, July 3, 2011

Make your website as user's Homepage

Here is the Code for make your website as user's Homepage. Code: <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin // If it's Internet Explorer, use automatic link // Be sure to change the "http://www.YourWebSite.com\" // to the URL you want them to bookmark. if (document.all){ document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.YourWebSite.com\');">'); document.write('<font size="5" color=6699FF face=arial><B>Click Here to Make My Web Page Your Homepage</B></font></a>'); } // If it's...

Tuesday, June 28, 2011

JavaScript Analog Clock

DHTML clock scripts sure have come a long way since the straightforward numeric display. Meet this clock app, which shows  neatly in the browser's corner the time in standard format. Preview <script language="JavaScript"> fCol='444444'; //face colour. sCol='FF0000'; //seconds colour. mCol='444444'; //minutes colour. hCol='444444'; //hours colour. Ybase=30; //Clock height. Xbase=30; //Clock width. H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); NS4=(document.layers); NS6=(document.getElementById&&!document.all); IE4=(document.all); Ypos=0; Xpos=0; dots=12; Split=360/dots; if...

PHP Contact Form

In this tutorial create 2 files 1. contact.php 2. send_contact.php Step 1. Create file contact.php. <table width="400" border="0" align="center" cellpadding="3" cellspacing="1"> <tr> <td><strong>Contact Form </strong></td> </tr> </table> <table width="400" border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td><form name="form1" method="post" action="send_contact.php"> <table width="100%"...

Sunday, June 12, 2011

Rounded corners without the HTML mess

Fortunately, CSS3 has come out with a way to create rounded corners automatically without using images, but on the other hand, many popular browsers (such as Internet Explorer) may take a while before it fully/partially supports CSS3 W3C recommendations. Many designers know how to create rounded corners using CSS, HTML, and a bunch of images, but these techniques cause a lot of HTML/CSS clutter.Below is an example of some cluttered HTML used to create rounded corners.<div...

useful jQuery tips, tricks

The use of the jQuery library is growing and growing(just released jQuery 1.4), more and more people are using this useful javascript library. This means that more and more useful jQuery tips, tricks and solutions are coming available. That’s why i created a small list of 26 cool and useful jQuery tips, tricks and solutions.jQuery has a lot of very useful plugins that can help you with almost anything, but there are a couple of plugins that aren’t that smart to use, why? Well sometimes 1 or 2 lines of jQuery code can do the same thing(or even better), so why use a big script if you can do the same trick with a small...

Page 1 of 3123Next