Main > Free Download Search >

Free longer than script

longer than

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 248
Long Date And Time Format 1.0

Long Date And Time Format 1.0


The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Long Date And Time Format
Long Date And Time Formatout the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. ... out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd
License:Freeware
Download
1631 downloads
Added: 2005-05-12
jWeb Counter PHP

jWeb Counter PHP


This script can be placed anywhere on the page as a blank image and it will record the date and IP of every access. Updated: script now allows for multiple page usage. It will record the current page more>> This script can be placed anywhere on the page as a blank image and it will record the date and IP of every access. Updated: script now allows for multiple page usage. It will record the current page in the log. 2005/03/07 - This script no longer exists due to a server move. I will try to get it back and if not Ill recreate it. Sorry to all who have been trying to download it :(<<less
Added: 2002-12-28 License: Freeware Price: Free
2491 downloads
Load Timer 1.0

Load Timer 1.0


You know how long your sites pages take to load in your browser, but have you ever wanted to know how long it takes for your visitors? Now you can find out with this script! Load Timer will calculate how many seconds it takes for the monitored page to more>> You know how long your sites pages take to load in your browser, but have you ever wanted to know how long it takes for your visitors? Now you can find out with this script! Load Timer will calculate how many seconds it takes for the monitored page to load for each person that visits it. You then view all the stats, including a graph.<<less
Added: 2005-08-15 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Load Timer
Load Timerin your browser, but have you ever wanted to know how long it takes for your visitors? Now you can ... in your browser, but have you ever wanted to know how long it takes for your visitors? Now you can
License:Freeware
Download
1549 downloads
Added: 2005-08-15
Formating Date and Time 1

Formating Date and Time 1


In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings. more>> In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings.<<less
Added: 2004-02-10 License: Freeware Price: $0.00USD
12 downloads
Make a Long URL Short

Make a Long URL Short


If you have a long URL (website address) which has problems wrapping in email messages or in chat rooms or is impossible to read over the phone, use our free Short URL service to make a shorter URL. Your long URL :: http://www.google.com/ver more>> If you have a long URL (website address) which has problems wrapping in email messages or in chat rooms or is impossible to read over the phone, use our free Short URL service to make a shorter URL. Your long URL : http://www.google.com/ver y_long_url/3535%464646sjj s%eheh/......and_more Your short URL : http://linkname.i2i.bz Its FREE use it today visit http://i2i.bz<<less
Added: 2008-03-25 License: Freeware Price: $0.00USD
16 downloads
Long Time Operations in ASP.NET 1

Long Time Operations in ASP.NET 1


Explains everything about how to work with long running task in ASP.NET. Almost every ASP.NET developer, before or later experiences a problem with page timeout error. Sometimes it is because of some error in code, but sometimes you just need more time more>> Explains everything about how to work with long running task in ASP.NET. Almost every ASP.NET developer, before or later experiences a problem with page timeout error. Sometimes it is because of some error in code, but sometimes you just need more time to execute long running task.<<less
Added: 2008-10-22 License: Freeware Price: $0.00USD
12 downloads
EMO Breeder Manager 1.0

EMO Breeder Manager 1.0


EMO Breader Manager software is an excellent solution to help you promote high quality website, custom-designed for dog breeding and kennels. You no longer have to pay a webmaster to update your website. You can easily maintain and update pedigrees, more>> EMO Breader Manager software is an excellent solution to help you promote high quality website, custom-designed for dog breeding and kennels. You no longer have to pay a webmaster to update your website. You can easily maintain and update pedigrees, pictures, video, photo gallery etc for your website. All the tools you need to increase sales and reflect your professional knowledge is built into EMO Breader Manager. With only a few keystrokes on your computer, your web site will be launched and...... the success will follow... Its simple, its cool!<<less
Added: 2008-05-03 License: Commercial Price: $0.00USD
14 downloads
ClarkConnect

ClarkConnect


ClarkConnect is a program which features as an Internet server and gateway solution. It will give your organization enterprise-level server features at an affordable price. more>> ClarkConnect is a program which features as an Internet server and gateway solution. It will give your organization enterprise-level server features at an affordable price. It is free / Open Source.

Firewall and Intrusion Detection/Prevention: ClarkConnect provides several levels of security. At the network level, the firewall restricts access to your systems and provides advanced features, including DMZ, 1-to-1 NAT and Port Forwarding. At the protocol level, the Peer-to-Peer detection system lets you manage peer-to-peer file sharing usage. At the application level, the Intrusion Detection and Intrusion Prevention systems provide another layer of defense against threats to your network.

Major Features:

  1. Multi-WAN
    • With the Multi-WAN solution, you can connect two or more Internet connections to your ClarkConnect system. The solution not only increases your available bandwidth, but also provides automatic network failover.
  2. Bandwidth Management
    • Some applications are more important than others. The Bandwidth Manager lets you prioritize network traffic -- downloading the latest Windows updates will no longer interfere with your Voice-over-IP (VoIP) calls.
  3. VPN - On The Road
    • With the PPTP VPN solution, you can use the built-in VPN client that comes with Microsoft Windows to connect remote desktops and laptops to your network. Theres no need to purchase and install expensive third party software -- the PPTP VPN solution works right out of the box.
  4. VPN - Connecting Local Area Networks
    • If you need to securely connect two or more networks via the Internet, using unique Managed/Dynamic VPN fits the bill. The VPN solution not only makes connecting remote networks easy, but also more reliable. This solution is based on the standard IPsec VPN protocol, so you can count on industry standard encryption and authentication technologies.
<<less
Added: 2008-06-11 License: Other Free / Open Source License Price: OtherFourcereeOpenSLicense
1 downloads
Explain garbage collection 1.0.0

Explain garbage collection 1.0.0


Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the more>> Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
14 downloads
FCKeditor 2.6.4 Beta

FCKeditor 2.6.4 Beta


This is an HTML text editor which brings to the web much of the power of desktop editors like MS Word. more>>
FCKeditor 2.6.4 Beta is a powerful tool that can be integrated into any Web site through JavaScript, AFP, ASP, ASP.NET, ColdFusion, Java, PHP, Python, as well as other languages. It is fully compatible with Internet Explorer 5.5+, Firefox 1.5+, Safari 3.0+, Opera 9.5+, Netscape 7.1+ and Camino 1.0+.

Installation:

  1. Download the latest version of the editor.
  2. Extract (decompress) the file to a directory called "fckeditor" in the root of your web site.
  3. Point your browser to the //_samples/default.html to run the test sample.

Major Features:

  1. Multi browser compatibility
  2. Outputs XHTML 1.0
  3. CSS support for better integration with your web site
  4. Font formatting: type, size, color, style, bold, italic, etc
  5. Text formatting: alignment, indentation, bullets list, etc
  6. Cut, Paste, and Paste as Plain Text, Undo and Redo
  7. Paste from Word cleanup with auto detection
  8. Link and anchors support
  9. Image insertion, with upload and server browsing support
  10. Table creation and editing (add, delete rows, etc) one of the best systems on the market.
  11. Table cells editing (size, colors, etc)
  12. Form fields
  13. Right click context menus support
  14. Complete toolbar customization
  15. Skins support
  16. Plugins support
  17. Spell checker
  18. Multi-language support with automatic user language detection. Including Right to Left scripting.
  19. Complete page editing or just contents.
  20. Lightweight and fast
  21. Automatic browser detection and customization
  22. Integration with ASP, ASP.NET, Java, ColdFusion, Perl, PHP, JavaScript and more.
  23. Image and file links upload and server repository browser
  24. For web developers it is easy to install and customize

Enhancements:

  • New Features and Improvements:
    • Integration with "WebSpellChecker", a zero installation and free spell checker. This is now the default spell checker in the editor (requires internet connection). All previous spell checking solutions are still available.
    • In the table dialog its possible to create header cells in the first row (included in a thead element) or the first column of the table.
    • The table cell dialog allows switching between normal data cells or header cells (TD vs. TH).
    • New language file for Icelandic.
  • Fixed Bugs:
    • Protected the editor from duplicate iframes
    • Fixed the issue with table commands plugin and undefined tagName.
    • The > character inside text wasn't encoded in Opera and Safari.
    • Fixed JavaScript error with the fit window command in source mode.
    • Splitting a TH will create a two TH, not a TH and a TD.
    • Removed unnecessary name attributes in dialogs.
    • If an image was placed inside a container with dimensions or floating it wasnt possible to edit its properties from the toolbar or context menu.
    • Submenus in IE7 now are shown properly.
    • Using the Paste dialogs in IE might insert the content at the start of the editor.
    • Fixed RTL dialog layout in Internet Explorer.
    • Fixed the issue where email links in IE would take the browser to a new page in addition to calling up the email client.
    • Fixed race condition at registering the FCKeditorAPI object in multiple editor scenarios.
    • Fixed JavaScript error in Google Chrome when StartupShowBlocks is set to true.
    • Language file updates for the following languages: Dutch, Basque, Danish and German.
    • The ENTER key will properly scroll to the cursor position when breaking long paragraphs.
    • The type name in configurations for the ASP connector are now case sensitive.
    • DL, DT and DD where missing the formatting in the generated HTML.
    • Replaced the extension AddItem of Array with the standard "push" method.
    • Vertically splitting cell with colspan > 1 breaks table layout.
    • Fixed the issue where dropping contents from outside of the editor doesn't work in Safari.
    • Fixed the issue where FCK.InsertHtml() is no longer removing selected contents after content insertion in Firefox.
    • Fixed the issue where the Div container command and the blockquote command would break lists.
    • Fixed a minor issue where FCK.SetData() may cause the editor to become unresponsive to the first click after being defocused.
    • Fixed an extra slash on quickupload of the asp connector.
    • Fixed another situation where new elements were inserted at the beginning of the content in IE.
    • Fixed two obsolete references to Array: AddItem() instances still in the code.
    • Fixed infinite loop problems with FCKDomRangeIterator class which causes some commands to hang when applied to certain document structures.
    • Fixed a JavaScript error in IE when user tries to search with the "Match whole word" option enabled and the matched word is at exactly the end of document.
    • Changed the EMailProtection to "none" for better compatibility.
    • The ForcePasteAsPlainText configuration option didn't work correctly in Safari and Chrome.
    • Fixed non-working autogrow plugin.
    • Fixed occasional exceptions in the drager size table plugin with IE.
    • Enable undo of changes to tables and table cells.
    • The context menu is now working properly over the last row in a table with thead.
<<less
Added: 2009-01-16 License: GPL Price: GPL
17 downloads
Download Tracker 0.04

Download Tracker 0.04


Download Tracker brings you a powerful and very convenient software which helps you mask the download directory to prevent other sites from linking directly to your downloads. more>>

Download Tracker 0.04 brings you a powerful and very convenient software which helps you mask the download directory to prevent other sites from linking directly to your downloads. This product is very necessary and a good choice for users. Specified files are logged as they are accessed.

This is a nice enhancement to the standard logging that the web server does, as it only tracks what you specify. Download Tracker uses a combination of JavaScript and PERL to track the downloads. The following information is stored for further analysis using Local Analysis: Date, Time, IP Address, Item.

Enhancements:

  • Tightened up the code to improve efficiency.
  • Added handling routine to filter out duplicate downloads from same IP in the same day. Double clicks... will no longer be logged.
  • Improved download.txt efficiency, by making mods to reduce file size.

Requirements:

  • Linux, UNIX, or Windows
  • PERL 5.003_07
  • Local Analysis 0.01 or newer.
<<less
Added: 2007-06-06 License: Freeware Price: Freeware
1 downloads
Application Data Recovery 3.4

Application Data Recovery 3.4


Inspector File Recovery is a data recovery program with support for FAT 12/16/32 and NTFS file systems. It recovers files with the original time and date stamp, and can optionally restore them to a network drive and can recover many files, even when a more>> Inspector File Recovery is a data recovery program with support for FAT 12/16/32 and NTFS file systems. It recovers files with the original time and date stamp, and can optionally restore them to a network drive and can recover many files, even when a header entry is no longer available.<<less
Added: 2004-04-30 License: GPL Price: $0.00USD
17 downloads
n1url 1.1

n1url 1.1


Long Web addresses (URLs) are tricky to remember, difficult to dictate to others and often break across lines when being sent by email. The purpose of this service is to shorten long URLs to overcome these problems. more>> Long Web addresses (URLs) are tricky to remember, difficult to dictate to others and often break across lines when being sent by email. The purpose of this service is to shorten long URLs to overcome these problems.<<less
Added: 2005-06-25 License: Freeware Price: $0.00USD
13 downloads
Uservisit

Uservisit


Uservisit displays in the admin area, details of what pages your users have been looking at, how many times for each page, and how long each visit was. more>>
Uservisit is created as a script with the ability to perform in the admin area, what pages looked at by your users, how many times for each page, and how long each visit was. There is a small piece of code to add to footer.php otherwise it installs like any other module.
<<less
Added: 2007-06-23 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
SimpleFAQ

SimpleFAQ


This application helps you quickly develop long or a short list of frequently asked questions. It features very easy yet powerfull online administration, no limitations. Also includes dynamic navigati more>> This application helps you quickly develop long or a short list of frequently asked questions. It features very easy yet powerfull online administration, no limitations. Also includes dynamic navigation for public (next, top, previous frequently asked question). Now includes categories. And the best of all ? Its free !<<less
Added: 2004-12-31 License: Freeware Price: Free
1764 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5