font files mac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4109
Flash Files Resource
Flash Files is a growing website with flash and graphic resource both free and commercial and a new graphic resource blog. more>> Flash Files is a growing website with flash and graphic resource both free and commercial and a new graphic resource blog.<<less
Added: 2009-03-20 License: Freeware Price: $0.00USD
13 downloads
True Font Family 1.4
True Font Family is created to be a useful script that will allow to use True Type web fonts as if they were supported by current browsers . more>>
True Font Family 1.4 is created to be a useful script that will allow to use True Type web fonts as if they were supported by current browsers .
It is a combination of:
- CSS is used to add style as normal.
- JavaScript reads this style and calls PHP.
- PHP creates and returns images using this style.
This all happens in a blink of an eye.
It has been successfully tested with Internet Explorer 5.01+, Firefox 1.0+, Opera 8.0+, Safari 2.0+, Google Chrome 0.2, Netscape 7.1+, Mozilla 1.2+, Konqueror 3.5+ and 12 other types of browsers in over 50+ on all major platforms.
Major Features:
- Full support for all text related CSS features, even currently unsupported ones.
- No installation or webserver needed during local web design and development.
- No preparation or manual work of any kind needed after first installation.
- Dynamic text replacement (DTR) using only images, no Flash or plugins.
- TrueType web fonts without large font downloads or copyright issues.
Added: 2009-07-30 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Download files with cURL 1
A snippet that helps you download files from the web, with the use of the well known cURL library for php more>> A snippet that helps you download files from the web, with the use of the well known cURL library for php<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
68 downloads
Other version of Download files with cURL
License:Freeware
Show Zip Files
A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, more>> A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file containing this script.<<less
Added: 2004-05-19 License: Freeware Price: Free
1996 downloads
WebAsyst Files 2.0
With WebAsyst Files you can store and share files on the Internet. UPLOAD: bulk uploader allows you to add multiple files with just one click. PUBLISH: get direct links to any file, selected files, or entire folder; create customizable WIDGETS and place more>> With WebAsyst Files you can store and share files on the Internet. UPLOAD: bulk uploader allows you to add multiple files with just one click. PUBLISH: get direct links to any file, selected files, or entire folder; create customizable WIDGETS and place them on your website or blog. SHARE and COLLABORATE: create accounts for other users and customize access rights to any folder (Read, Write or Full); you also can create user groups to easily manage permissions for multiple users. With WebAsyst Files you can keep your documents, MP3, videos, whatever other files online and make them available to share with family, friends and colleagues. Seamless installation on virtually any hosting. FREE signup to try on our host. $179 to get complete PHP scripts package. FREE upgrades for 1 year. 24/7 support.<<less
Added: 2004-12-04 License: Commercial Price: $0.00USD
16 downloads
Duplicate files Searcher 2.0
Duplicate Files Searcher (DFS) is an application for finding and deleting duplicated files on your computer. The most important feature is that the program makes it possible to find duplicates not only within one computer but also among many computers or more>> Duplicate Files Searcher (DFS) is an application for finding and deleting duplicated files on your computer. The most important feature is that the program makes it possible to find duplicates not only within one computer but also among many computers or CD, DVD. It is platform-indpendent software and runs in Windows, Linux and MacOS.The program ensures 100% accuracy due to byte for byte files comparison.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
77 downloads
Electronic Files Hosting
500MB free file hosting service. 10MB file size limit. 1GB/month bandwidth. Hotlinking is allowed. All known filetypes are allowed. Uploaded files will never expire unless it violates their TOS. Hosted on fast servers with 1000mbps backbone connection. more>> 500MB free file hosting service. 10MB file size limit. 1GB/month bandwidth. Hotlinking is allowed. All known filetypes are allowed. Uploaded files will never expire unless it violates their TOS. Hosted on fast servers with 1000mbps backbone connection.<<less
Added: 2006-04-19 License: Freeware Price: $0.00USD
15 downloads
AJAX file upload
Cross browser method to upload files (submit forms) using AJAX in only 1Kb of code. Tested in IE5.5+, FF1.0+, OP 8.0+ more>> Cross browser method to upload files (submit forms) using AJAX in only 1Kb of code. Tested in IE5.5+, FF1.0+, OP 8.0+<<less
Added: 2007-01-02 License: Freeware Price: FreeAdditionalInfoConsidersupportingwww.webtoolkit.infobyclickingthebannersonthatwebsite
760 downloads
Stock Flash Files
Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members. more>> Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members.<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
19 downloads
Preloading MP3 files Actionscript 2
To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to more>> To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to track downloading progress of MP3 files.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
12 downloads
Perl File Handling
This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. more>> This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files.<<less
Added: 2007-05-24 License: Freeware Price: Free
917 downloads
Checking Files Exists 1
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now. more>> If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now.<<less
Added: 2004-01-24 License: Freeware Price: $0.00USD
11 downloads
Counting lines in text files
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method. more>> In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.<<less
Added: 2007-03-28 License: Freeware Price: Free
945 downloads
Renaming Files within a Directory 1.0.0
Using the common File I/O functions of Php such as opendir, is-dir, readir and rename, this script lists files while extracting unwanted ones and rename them. more>> Using the common File I/O functions of Php such as opendir, is-dir, readir and rename, this script lists files while extracting unwanted ones and rename them.<<less
Added: 2007-05-31 License: Other Price: $0.00USD
11 downloads
Other version of Renaming Files within a Directory
License:Other Free / Open Source License
SWF Movie Player for Mac
SWF Movie Player is a new absolutely free software solution specially designed for Mac OS. It provides a variety of useful features which make viewing SWF even more enjoyable. With Eltima SWF Player u more>> SWF Movie Player is a new absolutely free software solution specially designed for Mac OS. It provides a variety of useful features which make viewing SWF even more enjoyable. With Eltima SWF Player use new options, such as frame-by-frame preview, zoom, create/manage playlists etc. One of the interesting features is a possibility to restrict access to web resources and run SWF files in a sandbox. Moreover, you get all this for free.<<less
Added: 2006-01-15 License: Freeware Price: Free
1399 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above font files mac search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed