Go Back   Themers Club : Computers , Mobiles and Web Development Themes > Webmaster forum > Scripts and Tools

Scripts and Tools Share your free scripts , tools , icons, fontz, screen savers , etc here.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-28-2009, 02:37 PM
JavaScriptBank JavaScriptBank is offline
Senior Member
 
Join Date: Jul 2009
Posts: 207
Rep Power: 16
JavaScriptBank is on a distinguished road
Default 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
	-->
Step 2: Use JavaScript code below to setup the script
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
	-->
Step 3: Download files below
Files
hole.gif






JavaScript Line Graph script - JavaScript Virtual Keyboard - JavaScript Horizontal Slider
Quote:
Originally Posted by Copyright
The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.
Reply With Quote
  #2  
Old 07-31-2010, 08:13 AM
sams ron sams ron is offline
Junior Member
 
Join Date: Jul 2010
Posts: 5
Rep Power: 0
sams ron is on a distinguished road
Default

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!
Reply With Quote
  #3  
Old 08-02-2010, 03:08 AM
gyrertr gyrertr is offline
Junior Member
 
Join Date: Aug 2010
Posts: 2
Rep Power: 0
gyrertr is on a distinguished road
Default

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.
Reply With Quote
  #4  
Old 06-25-2011, 07:24 PM
johndevid02 johndevid02 is offline
Junior Member
 
Join Date: Jun 2011
Posts: 5
Rep Power: 0
johndevid02 is on a distinguished road
Default

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.
Reply With Quote
  #5  
Old 06-27-2012, 11:25 AM
williamxaviers williamxaviers is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Rep Power: 0
williamxaviers is on a distinguished road
Default

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.
Reply With Quote
  #6  
Old 08-15-2012, 12:22 PM
nick! nick! is offline
Junior Member
 
Join Date: Aug 2012
Posts: 12
Rep Power: 0
nick! is on a distinguished road
Default

I use alot of java its very useful.
Reply With Quote
  #7  
Old 11-07-2012, 06:49 AM
brainusa brainusa is offline
Junior Member
 
Join Date: May 2012
Posts: 15
Rep Power: 0
brainusa is on a distinguished road
Default

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...]
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 09:28 AM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.