Advanced Search

View RSS Feed

Uncategorized

Entries with no category

  1. Document Resizer

    Just a little script I made to make the document size bigger.
    Quote Originally Posted by Nile View Post
    Ok:
    Code:
    <html>
    <head>
    <title>Javascript Document Resizer</title>
    <script type="text/javascript">
    // Made by Nile
    //UnlinkThis.net
    //This credit tag must not be removed!
    var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge");
    var reSize =
    ...
    Categories
    Uncategorized
  2. Randomizing Fading Scroller

    The script does not have a randomizing option on the scroller, and due to a recent thread I made. (http://www.dynamicdrive.com/forums/s...70&postcount=2).

    Your new code should look like this:
    Code:
    <script type="text/javascript">
    
    /***********************************************
    * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit
    ...
    Categories
    Uncategorized
  3. Free User-Login Script

    http://unlinkthis.net/scripts/user-login/
    User Login is a free script that provides a non registerable user login script. It doesn't use MySQL or XML, and it is very easy to use. My only request is that you always downlaod the current version of User Login, because v 1, and v 2 have problems that will not be fixed. You can leave credit to: Nile, unlinkthis.net, but as you see if you download the script it is not there. So thats your choice. You may download the script my clicking the download
    ...
    Categories
    Uncategorized
  4. Javascript & CSS Highlighter

    Quote Originally Posted by Master_script_maker View Post
    Many people have been seeking this for javascript and css, so I have created a highlighter which will add colors. This is still a work in progress and is not efficient for long code, but it should work. Try it out: http://masterscriptmaker.co.cc/tools/hl.php
    Highlighting is great for readability, and lets you know when you've done something wrong. For this reason, there should be an online highlighter that gives you the bb code too!
    Categories
    Uncategorized