Advanced Search

View RSS Feed

Nile

  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. Alternative to tables, divs!

    Quote Originally Posted by Nile View Post
    Here's the code I came up with:
    HTML Code:
    <style type="text/css">
      div.advertise {
      }
      div.advertise div.row {
        clear: both;
    	margin: 1px;
    	padding: 1px;
    	min-height: 45px;
      }
      div.advertise div.row div.ad {
        border: 1px solid #D8D6CF;
    	margin: 2px;
    	padding: 2px 0px 0px 0px;
    	width: 117px;
    	height: 45px;
    	text-align: center;
    	float: left;
      }
    ...

    Updated 04-28-2009 at 10:13 PM by ddadmin

    Tags: css, divs, html, tables Add / Edit Tags
    Categories
    CSS related
  4. 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
  5. 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