Main > Free Download Search >

Free filemaker to script

filemaker to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 440
Image to ASCII

Image to ASCII


This is a PHP program that generates ASCII images from JPG, GIF or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few. So if more>> This is a PHP program that generates ASCII images from JPG, GIF or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few. So if you are looking to generate ASCII images from regular jpg, gif or png images, look no further as this is definitely the PHP script for you and will get the job done.<<less
Added: 2007-12-04 License: GPL Price: 1.00GBP
11 downloads
Title To Note

Title To Note


This script uses the standard title attribute to show a message in the bottom right corner of the browser instead of the standard browser tooltip. more>> This script uses the standard title attribute to show a message in the bottom right corner of the browser instead of the standard browser tooltip.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
12 downloads
LDAP to SQL

LDAP to SQL


Whilst working on the automatic production of web statistics - came across the following problem: How do I get relational data from an Hierarchical structure? It didnt take long to realize - Id have more>> Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didnt take long to realize - Id have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots. This is the Perl port of the PHP version.<<less
Added: 2006-05-02 License: Freeware Price: Free
1296 downloads
LabStoRe 1.5.3

LabStoRe 1.5.3


LabStoRe is a modular, optionally account-based, inventory or LIMS system that provides a way to collect, maintain, present and archive information on laboratory stocks and records. A laboratory with a good inventory, or better, information system, saves more>> LabStoRe is a modular, optionally account-based, inventory or LIMS system that provides a way to collect, maintain, present and archive information on laboratory stocks and records. A laboratory with a good inventory, or better, information system, saves time, reduces errors, prevents wastage, and occasionally even provides insights. The interface to this system is web-based, making it conveniently accessible and even though it is web-based, embedded security measures make it secure. Being PHP/MySQL-based, the system is very flexible (imagine making Excel behave in a way that you want). The database (MySQL-based) is kept separate from the interface (web, i.e., PHP/HTML-based), which gives it a significant advantage over, say, an Excel- or Filemaker-based system. MySQL and PHP are very stable, widely-used and supported (and free) platforms. If required, the database can be exported for use in more-traditional application based systems (Excel, Access, Filemaker, etc.).<<less
Added: 2005-04-28 License: Freeware Price: $0.00USD
12 downloads
 
Other version of LabStoRe
LabStoReaccount-based, inventory or LIMS system that provides a way to collect, maintain, present and ... - or Filemaker-based system. MySQL and PHP are very stable, widely-used and supported (and
License:Freeware
Download
1644 downloads
Added: 2005-04-28
Array to List 1

Array to List 1


This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of more>> This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of values can be displayed optionally with the values followed by the entry indexes. The type of list and list item can also be configurable.<<less
Added: 2007-02-04 License: GPL Price: $0.00USD
11 downloads
 
Other version of Array to List
Array to ListThis class can be used to display an HTML list of entries from nested array. It traverses the ... This class can be used to display an HTML list of entries from nested array. It traverses the
Price: FreeAdditionalInfoYoucanuseitforanyperpose
License:GPL
Download
998 downloads
Added: 2007-02-04
Simple php form to email

Simple php form to email


This is a very simple php form to email script that sends what people enter to the email address that you specify. more>> This is a very simple php form to email script that sends what people enter to the email address that you specify.<<less
Added: 2004-09-19 License: Freeware Price: Free
1880 downloads
Send Page To Friend

Send Page To Friend


This is a simple send page to friend, it has spam protection. I have seen many of these types of scripts that allow the user to add their message, doing so allows persons to use your account to spam o more>> This is a simple send page to friend, it has spam protection. I have seen many of these types of scripts that allow the user to add their message, doing so allows persons to use your account to spam other people. So this script is more secure than most.<<less
Added: 2006-08-27 License: GPL Price: Free
1161 downloads
MetroPCS Web-to-SMS

MetroPCS Web-to-SMS


MetroPCS isnt included in many Web2SMS programs. This is one made especially for MetroPCS, and comes complete with customizable address book. Whats more, this doesnt use Teleflip or any other server, more>> MetroPCS isnt included in many Web2SMS programs. This is one made especially for MetroPCS, and comes complete with customizable address book. Whats more, this doesnt use Teleflip or any other server, so you dont need to depend on any server up-time besides your own. Simply enter the name and MetroPCS phone number and click ADD to add any MetroPCS user to your address book. At the same time, you can choose anyone from your address book (or enter the number of a non-contact), a subject, and a message, and the message will be sent via SMS Text Messaging to the chosen MetroPCS user.<<less
Added: 2006-08-31 License: Freeware Price: FreeAdditionalInfoCompletelyFreetoUse
1277 downloads
Database To XML 1.0

Database To XML 1.0


This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output. more>> This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output.<<less
Added: 2006-08-07 License: Freeware Price: $0.00USD
17 downloads
 
Other version of Database To XML
Database To XMLto convert your MySQL database layout into XML. Just specify connection informations and you ... to convert your MySQL database layout into XML. Just specify connection informations and you
License:Freeware
Download
1181 downloads
Added: 2006-08-07
GMT to UTC 1.0

GMT to UTC 1.0


Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format. more>> Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format.<<less
Added: 2006-10-03 License: Free Non-Commercial Price: $0.00USD
14 downloads
 
Other version of GMT to UTC
GMT to UTCDoes exactly what it says on the box - it converts a GMT date, entered by a user, in the ... A handy tool to have around when testing SQL date-based queries where dates are stored in UTC
License:Free for non-commercial use
Download
1131 downloads
Added: 2006-10-03
ExcelXML to HTML 1.1

ExcelXML to HTML 1.1


Read and load Excel document saved on XML format. Access to data of Excel document. Access to style sheet of Excel document. Show Excel document on HTML (support unified cells), configure Excel style(disable/enable style, change style) more>> Read and load Excel document saved on XML format. Access to data of Excel document. Access to style sheet of Excel document. Show Excel document on HTML (support unified cells), configure Excel style(disable/enable style, change style)<<less
Added: 2004-07-15 License: Freeware Price: $0.00USD
13 downloads
 
Other version of ExcelXML to HTML
ExcelXML to HTMLAccess to style sheet of Excel document. Show Excel document on HTML (support unified cells ... Access to style sheet of Excel document. Show Excel document on HTML (support unified cells
License:Freeware
Download
1926 downloads
Added: 2004-07-15
Beginners guide to php

Beginners guide to php


Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding. more>> Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.<<less
Added: 2006-11-05 License: Freeware Price: Free
1098 downloads
Simple Send To Friend Script

Simple Send To Friend Script


Simple and easy send to friend script to add site recommendation to your website. Uses a link to deploy a popup form that collects the EXACT url you want to send (where you were when you clicked the l more>> Simple and easy send to friend script to add site recommendation to your website. Uses a link to deploy a popup form that collects the EXACT url you want to send (where you were when you clicked the link). Fill out the form and send. One script for every link on your site for easy use on multiple pages.<<less
Added: 2007-04-30 License: GPL Price: $10.00
925 downloads
RSS to HTML

RSS to HTML


RSS to HTML script will allow you to create webpages that will always display the most current information from your RSS feed. more>> <<less
Added: 2008-02-22 License: Freeware Price: Freeware
13 downloads
MD Send to Friend

MD Send to Friend


This script allows your visitors to send an email about your site to their like minded friends. It includes a required field checking function that will return the user with the forgotten bits highlig more>> This script allows your visitors to send an email about your site to their like minded friends. It includes a required field checking function that will return the user with the forgotten bits highlighted in a colour of your choice.<<less
Added: 2002-12-09 License: Free for non-commercial use Price: Free
2519 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5