Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Hybrid View

  1. #1

    Default Helpful JavaScripts to develop website

    JavaScript codes for Web DEV

    Training Lexical Structure and Statements

    This free HTML JavaScript tutorial provides some basic JavaScript concepts for programming newbies. In this post, you will train some categories of JavaScript sta... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    AJAX news ticker - JavaScript Refresh Page - JavaScript Unclosable Window
    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, ***** or services available on or through any such site or resource.

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2

    Default Free JavaSccript codes

    JavaScript codes for Web DEV

    65 Free JavaScript Photo Gallery Solutions

    JavaScript photo gallery, JavaScript image gallery and web photo gallery ar... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    JavaScript Countdown Timer - JavaScript Web based Music Player - JavaScript AJAX Page Content Loader
    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, ***** or services available on or through any such site or resource.

  4. #3

    Default Free JavaSccript codes

    Free JavaSccript codes

    Smash a Smiley 1.2

    Similar to the free JavaScript game Whack the Gopher, this JavaScript game is simpler by change the picture of gophers into the ... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup

    Step 1: Use JavaScript code below to setup the script
    JavaScript
    Code:
    <script language="Javascript">
    /*
         This script downloaded from www.JavaScriptBank.com
         Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    */
    <!--
    /*                      
    SMASH a SMILEY 1.2 
    ---------------------------------------------------------------------                     
    Copyright 1997 Tomas Lilje
    http://home3.swipnet.se/~w-39426 || e.lilje@swipnet.se          
    Use this script if you want but don“t put             
    away this clip, and please drop me                   
    a note. Email comments etc. too              
    */
    
    function eraone () {
            document.play.first.value="";
    }
    
    function eratwo () {
            document.play.second.value="";
    }
    
    function erathree () {
            document.play.third.value="";
    }
    
    function erafour () {
            document.play.fourth.value="";
    }
    
    function erafive () {
            document.play.fifth.value="";
    }
    
    function erasix () {
            document.play.sixth.value="";
    }
    
    function eraseven () {
            document.play.seventh.value="";
    }
    
    function eraeight () {
            document.play.eighth.value="";
    }
    
    function eranine () {
            document.play.ninth.value="";
    }
    
    function start () {
            document.play.fourth.value=" :-)";
            document.play.third.value=" ;-o"; 
            setTimeout("nextone ()",500);
    }
    
    function nextone () {
            document.play.fourth.value="";
            document.play.fifth.value="d:-D"; 
            setTimeout("nexttwo ()",400);
    }
    
    function nexttwo () {
            document.play.third.value=""; 
            setTimeout("nextthree()",400);
    }
    
    function nextthree () {
            document.play.seventh.value=":-(";
            document.play.first.value=">:-)";
            document.play.sixth.value="B-)"; 
            setTimeout("nextfour ()",700);
    }
    
    function nextfour () {
            document.play.first.value="";
            document.play.sixth.value="";
            document.play.second.value="=)"; 
            setTimeout("nextfive ()",700);
    }
    
    function nextfive () {
            document.play.seventh.value="";
            document.play.second.value="";
            document.play.fourth.value="[:o]"; 
            setTimeout("nextsix ()",800);
    }
    
    function nextsix () {
            document.play.eighth.value="d:-(";
            document.play.second.value=">:-D"; 
            setTimeout("nextseven ()",700);
    }
    
    function nextseven () {
            document.play.eighth.value="";
            document.play.fifth.value=":-)"; 
            setTimeout("nexteight ()",400);
    }
    
    function nexteight () {
            document.play.ninth.value=";-)"
            document.play.fourth.value=":<0"; 
            setTimeout("nextnine ()",500);
    }
    
    function nextnine () {
            document.play.fifth.value="";
            document.play.fourth.value="";
            document.play.first.value=":-v"; 
            setTimeout("nextten ()",200);
    }
    
    function nextten () {
            document.play.third.value="B-)";
            document.play.sixth.value=":-("; 
            setTimeout("nexteleven ()",600);
    }
    
    function nexteleven () {
            document.play.first.value="";
            document.play.seventh.value=";-("; 
            setTimeout("nexttwelve ()",500);
    }
    
    function nexttwelve () {
            document.play.second.value="B-o";
            document.play.ninth.value=";-("; 
            setTimeout("nextthirteen ()",700);
    }
    
    function nextthirteen () {
            document.play.first.value=":-)";
            document.play.ninth.value="";
            document.play.seventh.value=""; 
            setTimeout("start ()",600);
    }
    
    function stop () {
            document.play.first.value="";
            document.play.second.value="";
            document.play.third.value="";
            document.play.fourth.value="";
            document.play.fifth.value="";
            document.play.sixth.value="";
            document.play.seventh.value="";
            document.play.eighth.value="";
            document.play.ninth.value="";
    }
    
    function about() {       
            alert("Smash a Smiley 1.2 is written by Tomas Lilje. You can use this game if you want, but don“t modify it, and please drop me a note. For further versions, please visit TNeT. Email-> e.lilje@swipnet.se  TNeT-> http://home3.swipnet.se/~w-39426");  
    }
    
    function help() {       
            alert("How to play: Your mission is to hit the smileys, when they show up. ");  
    }
    //-->
    
    </script>
    Step 2: Place HTML below in your BODY section
    HTML
    Code:
    <!--
    /*
         This script downloaded from www.JavaScriptBank.com
         Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    */
    -->
    <table border=8 bgcolor="midnightblue" cellpadding=0 cellspacing=0>
    <tr>
    <td>
    <form name="play">
    <center>  
    <font face="Arial" color="FANTASY" size="4">
    <b>Smash a Smiley 1.2
    <hr>  
    <INPUT TYPE="button" NAME="first" OnClick="eraone ()" value="      ">  
    
    <INPUT TYPE="button" NAME="second" OnClick="eratwo ()" value="      ">  
    <INPUT TYPE="button" NAME="third" OnClick="erathree ()" value="      ">
    <br>  
    <INPUT TYPE="button" NAME="fourth" OnClick="erafour ()" value="      ">  
    <INPUT TYPE="button" NAME="fifth" OnClick="erafive ()" value="      ">  
    <INPUT TYPE="button" NAME="sixth" OnClick="erasix ()" value="      ">
    <br>  
    <INPUT TYPE="button" NAME="seventh" OnClick="eraseven ()" value="      ">  
    <INPUT TYPE="button" NAME="eighth" OnClick="eraeight ()" value="      ">  
    <INPUT TYPE="button" NAME="ninth" OnClick="eranine ()" value="      ">
    <br>  
    <hr>  
    <INPUT TYPE="button" NAME="startitup" OnClick="start ()" value=" Start ">  
    <input type="button" name="hbutton" value=" Help" onclick="help()">
    <input type="button" name="abutton" value=" About" onclick="about()">
    <br>
    <hr>
    
    <font size="2">Copyright 1997 Tomas Lilje
    </form>
    </td>
    </tr>
    </table>





    JavaScript Bookmark Page script - JavaScript Color Wheel - JavaScript Image slideshow
    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, ***** or services available on or through any such site or resource.

  5. #4

    Default Free JavaSccript codes

    Helpful JavaScript for Web development

    Strip HTML tags in Rails, JavaScript and PHP

    In this HTML JavaScript tutorial, <i>Brijesh Shah</i> guides you create some simple codes in Rails, JavaScript and PHP to strip HTML tags, detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    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, ***** or services available on or through any such site or resource.

  6. #5

    Default Helpful JavaScripts to develop website

    Helpful JavaScripts to develop website

    A Basic AJAX Demo Application Using PHP And JavaScript

    This free AJAX JavaScript tutorial guides you how to build a simple AJAX application using PHP and JavaScript. This free HTMl JavaScript tutorial provides y... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    Javascript floating message - Javascript multi level drop down menu - JavaScript in_array()
    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, ***** or services available on or through any such site or resource.

  7. #6

    Default Good and Nice JavaScripts

    Free JavaSccript codes

    Marking your Sheet Music Notation with JavaScript

    One more wonderful JavaScript web application created by JavaScript developers, web developers. That is [URL="http://www.javascriptbank.com/tag=sheet music notation"]sheet music no... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup

    Step 1: Copy & Paste CSS code below in your HEAD section
    CSS
    Code:
    <style type="text/css">
    			canvas{
    				display:block;
    				border:1px solid #000;
    				width:100%;
    				height:300px;
    			}
    		</style>
    Step 2: Place JavaScript below in your HEAD section
    JavaScript
    Code:
    <script src="canvastext.js"></script>
    		<script src="ellipse.js"></script>
    		<script src="notation-viewer.js"></script>
    		<script src="/javascript/jquery.js"></script>
    		<script src="js.js"></script>
    Step 3: Copy & Paste HTML code below in your BODY section
    HTML
    Code:
    <form method="post"><select id="file_chooser" name="file"><option>0001 - john w schaum - at sea level</option><option selected="selected">0002 - john w schaum - seize the cs</option></select><select id="zoom"><option value="2">200%</option><option value="1.5">150%</option><option value="1" selected="selected">100%</option><option value=".8">80%</option><option value=".5">50%</option></select></form><canvas id="canvas"></canvas><script>var music={sp:{"work":"","part-list":{"score-part":{_a:{"id":"P1"},"part-name":"Staff 1","score-instrument":{_a:{"id":"P1-I1"},"instrument-name":"Piano 1"},"midi-instrument":{_a:{"id":"P1-I1"},"midi-channel":"1","midi-program":"1"}}},pa:{_a:{"id":"P1"},me:[{_a:{nu:1},at:{di:"1","key":{"fifths":"0"},ti:"4/4",cl:"F/4"},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}]},{_a:{nu:2},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}]},{_a:{nu:3},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"}]},{_a:{nu:4},no:[{pi:{s:5,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}]},{_a:{nu:5},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}]},{_a:{nu:6},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}]},{_a:{nu:7},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:5,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"}]},{_a:{nu:8},no:[{pi:{s:0,o:4},d:1,v:1,t:4,"stem":"down"},{pi:{s:6,o:3},d:1,v:1,t:4,"stem":"down"},{pi:{s:0,o:4},d:2,v:1,t:2,"stem":"down"}],"barline":{_a:{"location":"right"},"bar-style":"light-heavy"}}]}}};</script>
    Step 4: downloads
    Files
    canvastext.js
    ellipse.js
    jquery.js
    js.js
    notation-viewer.js






    JavaScript Enlarge Image - JavaScript Fading Slide Show - JavaScript Rotating Image script
    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, ***** or services available on or through any such site or resource.

  8. #7
    Join Date
    Dec 2010
    Location
    Philippines
    Posts
    5

    Default

    thanks for sharing those scripts.

  9. #8

    Default JavaScript codes for Web DEV

    JavaScript codes for Web DEV

    Automating Tasks with Windows Script Host and JScript JavaScript

    This free HTML JavaScript tutorial guides you how to create some simple automating tasks on your computer with Windows Script Host (WSH) and JScript JavaScript, without any third part software. Please... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    JavaScript Vertical Marquee - JavaScript DHTML analog clock - JavaScript Backwards Text
    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, ***** or services available on or through any such site or resource.

  10. #9

    Default JavaScript codes for Web DEV

    JavaScript codes for Web DEV

    Essential jQuery Examples for Web Designers

    jQuery is becoming more important than we think, although it's just JavaScript framework to help web coders, web programmers write the interactive tasks. However, with the higher requirements of moder... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup






    JavaScript Countdown Timer - JavaScript Web based Music Player - JavaScript AJAX Page Content Loader
    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, ***** or services available on or through any such site or resource.

  11. #10

    Default Helpful JavaScripts to develop website

    Helpful JavaScript for Web development

    Simple JavaScript Chat Box with OOP Skill

    This JavaScript code example (JavaScript chat code) just help you learn more OOP in JavaScript by making a message box with chat-style window. A simple free JavaScript chat effect with a few codelines... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup

    Step 1: Use CSS code below for styling the script
    CSS
    Code:
    <style type="text/css">
    div#list {
      background-color: #DFDFDF;
      color: #000;
      overflow: scroll;
      width: 15em;
      height: 10em;
      padding: 10px;
      text-align: left;
    }
    </style>
    Step 2: Place JavaScript below in your HEAD section
    JavaScript
    Code:
    <script type="text/javascript">
    // Created by: James Robertson | http://www.r0bertson.co.uk
    // This script downloaded from www.JavaScriptBank.com
    
    function addText() {
      olist = document.getElementById('list');
      op = document.createElement('p');
      op.innerHTML = 'More text ...';
      ocontent = document.getElementById('content');
      ocontent.appendChild(op);
      olist.scrollTop = olist.scrollHeight;
    }
    </script>
    Step 3: Copy & Paste HTML code below in your BODY section
    HTML
    Code:
    <p>A simple chat-style display</p>
    
    <div id="list">
      <div id="content">
      <p class="other_user">Good afternoon. How are you?</p>
      <p class="other_user">Hello?</p>
      <p class="other_user">Is anybody there?</p>
      </div>
    </div>
    <p>
    <div id="toolbar"><input type="button" value="add text" onclick="addText()" /></div>





    JavaScript Make link open in new tab/window - JavaScript World clock - circumference calculator
    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, ***** or services available on or through any such site or resource.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial