Main > Free Download Search >

Free can either be script

can either be

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
Eye Can Help You 1.0

Eye Can Help You 1.0


Eye Can Help You is a script that can either integrate with iPrimal BOT (Also free from iPrimal Industries) or stand alone and fully intergratable with your dynamic or non-dynamic site. When installed, its able to use either its own database table more>> Eye Can Help You is a script that can either integrate with iPrimal BOT (Also free from iPrimal Industries) or stand alone and fully intergratable with your dynamic or non-dynamic site. When installed, its able to use either its own database table (Provided) or an existing one (like the one from iPrimal BOT) to offer your visitors help by either hovering over the image for the script (Also customisable) and/or clicking it in order to display the tip in a new window. You can customise the messages in the database, or if there isnt one in the database, you can either have the script not show up, or show the icon with a message about how the script works or whatever you choose. For a demonstration of how this works for your visitors, you can use the one on our site. You can see how it integrates with iPrimal BOT by clicking the Help Bot link on the left of our site and typing in downloads.php and see what happens.<<less
Added: 2006-05-27 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Eye Can Help You
Eye Can Help YouEye Can Help You is a script that can either integrate with iPrimal BOT (Also free . Eye Can Help You is a script that can either integrate with iPrimal BOT (Also free
License:Freeware
Download
1254 downloads
Added: 2006-05-27
mikeroq.be 1.1

mikeroq.be 1.1


Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more. more>> Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more.<<less
Added: 2005-12-05 License: Freeware Price: $0.00USD
11 downloads
 
Other version of mikeroq.be
mikeroq.beSite for getting help with php, asp, c++, java, visual basic, and other programming . Site for getting help with php, asp, c++, java, visual basic, and other programming
License:Freeware
Download
1418 downloads
Added: 2005-12-05
Web Calendar 3.6

Web Calendar 3.6


Add a dynamic events calendar to your website or intranet, manage and display daily, weekly or montly events. Simply click into specific days and navigate montly or yearly forwards and backwards. An MS Access, MSSQL or MySQL database is used as backend. more>> Add a dynamic events calendar to your website or intranet, manage and display daily, weekly or montly events. Simply click into specific days and navigate montly or yearly forwards and backwards. An MS Access, MSSQL or MySQL database is used as backend. Can either be password protected, or allow anyone to add/edit events. Multilanguage with autoselection. Easily configurable. Upcoming events display, yearly recursive events, like birthdays or national holidays edited once. Event email reminder. External configurable WYSIWYG event editor. Selectable event category filter. Montly or yearly calendar layout.<<less
Added: 2005-06-17 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Web Calendar
Web CalendarCan either be password protected, or allow anyone to add/edit events. Multilanguage with autoselection. Easily configurable. Upcoming events display, yearly recursive events, like birthdays
License:Freeware
Download
900 downloads
Added: 2005-06-17
CSVupdate ? Visitors can update a record in your database

CSVupdate ? Visitors can update a record in your database


Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set- more>> Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set-up and customize using the look and feel of your own website. (CGI/Perl Unix)<<less
Added: 2004-03-24 License: Not Specified Price: Free
2046 downloads
Rich HTML Ticker

Rich HTML Ticker


Rich HTML TIcker is a practical script for displaying ordinary, rich HTML content in a rotated fashion on your page. The ticker contents can either be defined inline on the page, or within an external file and fetched using Ajax. more>> Rich HTML TIcker is a practical script for displaying ordinary, rich HTML content in a rotated fashion on your page. The ticker contents can either be defined inline on the page, or within an external file and fetched using Ajax.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
17 downloads
GNU Aspell 0.60.5

GNU Aspell 0.60.5


GNU Aspell is designed as a Free and Open Source spell checker for eventually replacing Ispell. more>>

GNU Aspell 0.60.5 is designed as a Free and Open Source spell checker for eventually replacing Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English language.

Unlike Ispell, Aspell can also easily check documents in UTF-8 without having to use a special dictionary. Aspell will also do its best to respect the current locale setting. Other advantages over Ispell include support for using multiple dictionaries at once and intelligently handling personal dictionaries when more than one Aspell process is open at once.

Major Features:

  1. Be able to accept words with spaces in them as many languages have words, such as a word in a foreign phrase, which only make sense when followed by other words. See Words With Symbols in Them.
  2. Reorganize manual to make it easier to understand and to make it possible to break out useful man pages.
  3. Support soundslike lookup with affix compression. I think it is possible, although I don't know how effective it will be. The basic idea is to affix compress the soundslike codes and then match the codes up with affix compressed words. If you are interested, email aspell-devel@gnu.org, and I will explain it in more detail.
  4. Use Lawrence Philips' new Double Metaphone algorithm. The main task involved here is converting the algorithm into table form. This will take some time but their is no real programming experience is required. If you want to help with Aspell but don't have any real programming experience, this would be a great place to start.
  5. Rank suggestions based on frequency information. Both global frequency and document specific frequency can be used. The latter will require that the whole document be made available to the spell checker. Also use frequency information to flag words which are found in the dictionary but not in common usage, and thus might not be what was intended.
  6. Support a "dual-script" mode where Aspell can use a separate dictionary depending on which script it detects the current word in, the two dictionaries can have nothing in common, ie an English one and a Russian one for example. This will not support two languages that use the same script as that is a lot more complicated. For example if the word is misspelled which dictionary should it use for the suggestions?
  7. Write a GUI for the aspell utility. Ideally it should be able to do everything the Aspell utility can do and not just be able spell check a document.
  8. Develop a more powerfull C API for Aspell. Ideally this API should allow one to perform all the tasks the Aspell utility can do. This included the ability to check whole documents, and create dictionaries, among other things.
  9. Create a C++ interface for Aspell, possibly on top of the C one.
  10. Support more than one spell checker engine. The basic support is there, but since there has only every been one spell checker engine, it will probably take a decent amount of work.

Enhancements:

  • Compile fix for gcc 4.1
  • Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61
  • Documentation improvements, including an updated `man' page.
  • Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files.
  • Large number of bug fixes.

Requirements: gcc 2.95

<<less
Added: 2007-06-04 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
1 downloads
CSVupdate ? Visitors can update a record in your database 2005

CSVupdate ? Visitors can update a record in your database 2005


Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set-up and customize using the look and feel of your own more>> Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set-up and customize using the look and feel of your own website. (CGI/Perl Unix)<<less
Added: 2004-03-24 License: Price: 0.00 Price: 0.00
13 downloads
Commentify 5.x-1.1

Commentify 5.x-1.1


Commentify is a helpful module that can show how to use Drupal as a commenting solution for third-party web sites. more>>
Commentify 5.x-1.1 is a helpful module that can show how to use Drupal as a commenting solution for third-party web sites. The websites can either be static pages, a different CMS, or another Drupal installation.

Installation: Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.

Requirements: Drupal 5.x

<<less
Added: 2008-10-22 License: GPL Price: GPL
1 downloads
How Code Reviews and PMD Can Crush Bugs In Your Code

How Code Reviews and PMD Can Crush Bugs In Your Code


The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is d more>> The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share their knowledge, it can help improve the overall quality of your Java applications.<<less
Added: 2006-07-17 License: Freeware Price: Free
1196 downloads
ASPEval Inline Code Execution

ASPEval Inline Code Execution


Ever had to dynamically execute ASP code? For example, do you want to retrieve ASP code from a database and execute it on the go? Or execute ASP code provided through a webform? ASPEval makes all this more>> Ever had to dynamically execute ASP code? For example, do you want to retrieve ASP code from a database and execute it on the go? Or execute ASP code provided through a webform? ASPEval makes all this possible, for free, with just one line of code.

All you have to do is pass a string containing the ASP code you want to execute to one of the ASPEval functions, and your code will be executed. The output can either be displayed to the user or returned as a string.
<<less
Added: 2004-04-14 License: GPL Price: Free
2021 downloads
DOM Menu 0.3.7

DOM Menu 0.3.7


DOM Menu allows developers to add dynamic, hierarchical popup menus on their web pages. The direction of the menu can either be horizontal or vertical and the menu can open (or popout) in either direction. It has both screen edge detection and select more>> DOM Menu allows developers to add dynamic, hierarchical popup menus on their web pages. The direction of the menu can either be horizontal or vertical and the menu can open (or popout) in either direction. It has both screen edge detection and select element detection. The styles for the menu items are controlled almost entirely through CSS and the menus are created/hidden using the DOM (Document Object M odel). Menu configuration is done using a custom Hash() class and is very portable from a PHP type array structure. Currently supports Mozilla, IE 5+ and Opera 7, though all DOM browsers will be supported in time.<<less
Added: 2002-12-18 License: Other Price: $0.00USD
14 downloads
Smooth Navigational Menu

Smooth Navigational Menu


Smooth Navigational Menu is a multi level, CSS list based menu with a smooth slide/fade in effect. The menu contents can either be from direct markup or an external file. Powered using jQuery. more>> Smooth Navigational Menu is a multi level, CSS list based menu with a smooth slide/fade in effect. The menu contents can either be from direct markup or an external file. Powered using jQuery.<<less
Added: 2008-11-26 License: Freeware Price: $0.00USD
13 downloads
9 PHP Debugging Techniques You Should Be Using

9 PHP Debugging Techniques You Should Be Using


Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of... more>> Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of...<<less
Added: 2008-05-07 License: Other Price: $0.00USD
12 downloads
How can I pass multiple selections from a drop down menu?

How can I pass multiple selections from a drop down menu?


This tutorial tells people how to transfer multiple selections from a drop down menu using html and php. more>> This tutorial tells people how to transfer multiple selections from a drop down menu using html and php.<<less
Added: 2005-07-11 License: Freeware Price: Free
1573 downloads
TemplateWorld.com - Website Templates You Can Actually Use!

TemplateWorld.com - Website Templates You Can Actually Use!


TemplateWorld.com (TW) is your premium resource for web site templates. Our membership includes unlimited download access to 1000s of unique and creative web site designs. We add new and exciting templates every week! We are not resellers or affiliates more>> TemplateWorld.com (TW) is your premium resource for web site templates. Our membership includes unlimited download access to 1000s of unique and creative web site designs. We add new and exciting templates every week! We are not resellers or affiliates of someone else!<<less
Added: 2006-05-19 License: Commercial Price: $0.00USD
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2