Main > Free Download Search >

Free loading ramps script

loading ramps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
Page Loading Time Calculator 1.0

Page Loading Time Calculator 1.0


A very simple and powerfull Page Loading Time javascript !!!! This script can be used in result search page for exemple to see in how much time the curent page as been loaded... more>> A very simple and powerfull Page Loading Time javascript !!!! This script can be used in result search page for exemple to see in how much time the curent page as been loaded...<<less
Added: 2007-07-13 License: Other Price: $0.00USD
19 downloads
Delayed content loading

Delayed content loading


Additional content, or decorations, can be loaded after the basic content is displayed by including an external file with an AJAX call. more>> Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call.<<less
Added: 2007-08-10 License: Free for non-commercial use Price: Free
558 downloads
JS-Loader 1.7

JS-Loader 1.7


This script views a progress bar while your page is loading. It only works if your page contains images, since it checks for each image if loading is complete. After the page is loaded, contents will be faded in. more>> This script views a progress bar while your page is loading. It only works if your page contains images, since it checks for each image if loading is complete. After the page is loaded, contents will be faded in.<<less
Added: 2005-05-26 License: Free Non-Commercial Price: $0.00USD
16 downloads
Lazy loading with autoload and PHP! PHP5

Lazy loading with autoload and PHP! PHP5


Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;) more>> Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;)<<less
Added: 2008-05-15 License: Other Price: $0.00USD
12 downloads
Password Protection / Loading External Text

Password Protection / Loading External Text


In this tutorial you will learn how to password protect your Flash Movie or Application by loading in a password that is located in an external text file. more>> In this tutorial you will learn how to password protect your Flash Movie or Application by loading in a password that is located in an external text file.<<less
Added: 2006-04-15 License: Freeware Price: Free
1298 downloads
Faster pagination in Rails

Faster pagination in Rails


RoRs default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This more>> RoRs default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This method also works for pagination of find_by_sql queries and even supports find_by_sql with eager loading!<<less
Added: 2006-09-29 License: Other Free / Open Source License Price: Free
1144 downloads
Loading and Using JavaBean Classes in JSP Pages

Loading and Using JavaBean Classes in JSP Pages


This JSP tutorial helps you understand: Loading JavaBean classes into JSP pages; Setting and getting JavaBeans properties; Using Java objects as JavaBeans. more>> This JSP tutorial helps you understand: Loading JavaBean classes into JSP pages; Setting and getting JavaBeans properties; Using Java objects as JavaBeans.<<less
Added: 2006-10-30 License: Free Non-Commercial Price: $0.00USD
13 downloads
Common RSS Reader 1.0

Common RSS Reader 1.0


Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included. more>> Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included.<<less
Added: 2007-03-29 License: GPL Price: $0.00USD
11 downloads
 
Other version of Common RSS Reader
Common RSS ReaderSingle PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and ... Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and
License:GPL
Download
945 downloads
Added: 2007-03-29
Javascript Wait While Loading Page Display Image

Javascript Wait While Loading Page Display Image


If you have a page that takes long time to display it is a good idea to display a "wait until the page loads" image. This tutorial show you how to implement this in your webpage. more>> If you have a page that takes long time to display it is a good idea to display a "wait until the page loads" image. This tutorial show you how to implement this in your webpage.<<less
Added: 2006-05-14 License: Other Price: $0.00USD
18 downloads
Ajax For Beginners 1.0

Ajax For Beginners 1.0


AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it?s content and load them into your existing page without having to refresh the whole page. This means that services like email don?t have to reload the whole more>> AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it?s content and load them into your existing page without having to refresh the whole page. This means that services like email don?t have to reload the whole page everytime you click a message, saving on bandwidth (loading the header/footer all over again) and making things more efficient.<<less
Added: 2007-01-02 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Ajax For Beginners
Ajax For Beginnersyou click a message, saving on bandwidth (loading the header/footer all over again) and making
License:Freeware
Download
1045 downloads
Added: 2007-01-02
Ajax basics with examples

Ajax basics with examples


A scripting technique for silently loading new data from the server is called ajax. This site will help you for understanding the get and post method in ajax more>> A scripting technique for silently loading new data from the server is called ajax. This site will help you for understanding the get and post method in ajax<<less
Added: 2007-02-20 License: Freeware Price: Free
611 downloads
Site download Speeds Check

Site download Speeds Check


This tools lets you find out how long it takes for users to view your website. Dont forget a slow loading time can mean visitors will leave your site. more>> This tools lets you find out how long it takes for users to view your website. Dont forget a slow loading time can mean visitors will leave your site.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
13 downloads
AndyFileUploader 1.0

AndyFileUploader 1.0


Your visitor fills in a form with his e-mail-adress and selects a pic-file and gives optionally a comment. The pic-file is uploaded and sent to you by email using AJAX. So the process of uploading and sending the file works in the background, without the more>> Your visitor fills in a form with his e-mail-adress and selects a pic-file and gives optionally a comment. The pic-file is uploaded and sent to you by email using AJAX. So the process of uploading and sending the file works in the background, without the need of loading a new page.<<less
Added: 2007-10-08 License: Freeware Price: $0.00USD
14 downloads
How to load file into memory using plain ANSI C language

How to load file into memory using plain ANSI C language


This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform. more>> This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.<<less
Added: 2006-11-08 License: Other Free / Open Source License Price: Free
684 downloads
NavBoard 16

NavBoard 16


A forum designed for easy of use. Fast loading, easy setup with no installer needed, no database required, data is stored in flat files. Features that rival more popular boards like attachments, moderators, polls, profiles, bbcode, extra profile fields, more>> A forum designed for easy of use. Fast loading, easy setup with no installer needed, no database required, data is stored in flat files. Features that rival more popular boards like attachments, moderators, polls, profiles, bbcode, extra profile fields, unlimited sub forums, categories, banning, full featured admin cp, and much more.<<less
Added: 2002-05-24 License: Freeware Price: $0.00USD
12 downloads
 
Other version of NavBoard
NavBoardFast loading, easy setup with no installer needed, no database required, data is stored in ... Fast loading, easy setup with no installer needed, no database required, data is stored in
License:Freeware
Download
2716 downloads
Added: 2002-05-24
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5