|
Scripts and Tools Share your free scripts , tools , icons, fontz, screen savers , etc here. |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Usefull JavaScripts
JavaScript library Elastic band trail Using VML (vectored graphics) to generate the 'string' interface and DHTML to then animate it, this script creates an 'elastic band' trail for your mouse. Fling it around and watch it bounce back. VML... detail [IMG]hxxp ://w w w.javascriptbank. com/javascript.images/mouse/elastic-band-trail.jpg[/IMG] Demo: Elastic band trail How to setup Step 1: CSS below for styling thescript, place it into HEAD section CSS Code:
<STYLE> v\:* { BEHAVIOR: url(#default#VML) } </STYLE> <!-- This script downloaded from w w w.JavaScriptBank. com Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com --> JavaScript Code:
<SCRIPT language="JavaScript1.2"> //Elastic band trail //By Elastic_Ouille_script@GHindoute. net //Thanks to MP1515 <MP1515@aramette. net> for all Mathematical model var stringcolor="black" //SPECIFY STRING COLOR var ballsrc="../image/hole.gif" //SPECIFY URL TO BALL IMAGE ///No editing required below this line////////////////////////// if (document.all&&window.print){ document.write('<IMG id=Om style="LEFT: -10px; POSITION: absolute" src="'+ballsrc+'">') ddx=0;ddy=0;PX=0;PY=0;xm=0;ym=0 OmW=Om.width/2;OmH=Om.height/2 } function Ouille(){ x=Math.round(PX+=(ddx+=((xm-PX-ddx)*3)/100)) y=Math.round(PY+=(ddy+=((ym-PY-ddy)*3-300)/100)) Om.style.left=x-OmW Om.style.top=y-OmH elastoc.to=x+","+y //elastoc.strokecolor="RGB("+x+","+(2*y)+",0)" elastoc.strokecolor=stringcolor setTimeout("Ouille()",1) } function momouse(){ xm=window.event.x+5 ym=window.event.y+document.body.scrollTop+15 elastoc.from=xm+","+ym } if(document.all&&window.print){ code="<v:line id=elastoc style='LEFT:0;POSITION:absolute;TOP:0' strokeweight='1.5pt'></v:line>"} else { code="<v:group style='LEFT:-10;WIDTH:100pt;POSITION:absolute;TOP:0;HEIGHT:100pt' coordsize='21600,21600'><v:line id=elastoc style='LEFT:0;WIDTH:100pt;POSITION:absolute;TOP:0;HEIGHT:100pt' strokeweight='1.5pt'></v:line></v:group>"} if(document.all&&window.print){ document.body.insertAdjacentHTML("afterBegin",code) document.onmousemove=momouse Ouille() } </SCRIPT> <!-- This script downloaded from w w w.JavaScriptBank. com Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com --> Files hole.gif JavaScript Line Graph script - JavaScript Virtual Keyboard - JavaScript Horizontal Slider
Quote:
|
#2
|
|||
|
|||
I create interactive Acrobat forms and I've taken a couple classes. I hightly recommend Thom Parker from Windjack Solutions. He knows the app inside out. Info for Thom can be found here...tech_corners/javascript_corner/
I know that Thom does classes for various companies, so your best bet would be to contact him directly and ask where he's teaching next... Good luck! |
#3
|
|||
|
|||
Java scripts is a most useful for web designing and we have a develop a graphic in web site by Java script.It is a more useful in HTML and it is a easy language and best way for web designing.We have a create text editor in website for Java script.
__________________
Life is either a daring adventure or nothing. |
#4
|
|||
|
|||
Highcharts JS is a library written in pure JavaScript plot, providing an easy way to add interactive graphics to your Web site or Web application. JS Highcharts currently supports line, spline, region, areaspline, column, bar, pie and scatter chart types. It works in all modern browsers, including iPhone and Internet Explorer since version 6. Standard browsers using the Canvas element, and in some cases for SVG graphic rendering. In Internet Explorer Graphics are drawn using VML.
__________________
[Only Registered users can see links . Click Here To Register...] |
#5
|
|||
|
|||
Java script is very useful coding for creating some best website, Sometimes it create problem when we run this script for PHP. This file is called CSS it is used to develop some related script.
__________________
[Only Registered users can see links . Click Here To Register...] |
#6
|
|||
|
|||
I use alot of java its very useful.
__________________
Do you play [Only Registered users can see links . Click Here To Register...]? Get Top-Notch Online: [Only Registered users can see links . Click Here To Register...] |
#7
|
|||
|
|||
CSS and Java script both are important parts of any website. They create a impressive and a live website by using coding system accordingly. The above mentioned article on CSS and Java script code information is really useful for any website designer to implement it for creating an effective web design. Thank you for sharing.
__________________
SPINX INC. – Professional web designing company from Los Angeles, California [Only Registered users can see links . Click Here To Register...] |
Bookmarks |
|
|