font management software
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1680
Gift Management Database 1.0
Gift Management Database - Tutorial using Cocoa, ODBC, MySQL more>>
Gift Management Database is a complete project build with Cocoa and Xcode that use ODBC drivers for interfacing the MySql database.
This package includes all source code needed to build a complete application for managing presents and gifts. With this tutorial everyone can start to create a complete commercial application using databases.
You can manage person, gift and recurrence tables, meaning that you can create, modify, delete and print database information for Person, Gifts and so on.
<<lessThis package includes all source code needed to build a complete application for managing presents and gifts. With this tutorial everyone can start to create a complete commercial application using databases.
You can manage person, gift and recurrence tables, meaning that you can create, modify, delete and print database information for Person, Gifts and so on.
Download (5.8MB)
Added: 2006-05-11 License: Freeware Price:
1270 downloads
Sig Management Scripts 1.0
Sig Management Scripts - Export your sigs from OE into a file more>>
Sig Management Scripts is a set of 2 AppleScripts for Outlook Express.
Export exports your sigs from OE into a file.
Import takes sigs in a file and makes them sigs in OE. Open this script and edit the variable theTop to be what you want above the sig. If you know about AppleScript then you can probably change how the sig is formatted as well.
<<lessExport exports your sigs from OE into a file.
Import takes sigs in a file and makes them sigs in OE. Open this script and edit the variable theTop to be what you want above the sig. If you know about AppleScript then you can probably change how the sig is formatted as well.
Download (7KB)
Added: 2006-02-15 License: Freeware Price:
1349 downloads
Fonts Manager 3.9.3
Allows the enabling and disabling of font suitcases. more>>
Fonts Manager is similar to the System 7.5.x Extensions Manager, but it is more like a DeskAccessory. It allows the enabling and disabling of font suitcases and printer fonts in Sets.
It supportsexport of Sets, import of saved Sets, Balloon Help, and a Help Topics system. It works on All Macs withSystem 7.1 or later, including Mac OS 8, without modifying the Normal startup and operation of yourcomputer.
<<lessIt supportsexport of Sets, import of saved Sets, Balloon Help, and a Help Topics system. It works on All Macs withSystem 7.1 or later, including Mac OS 8, without modifying the Normal startup and operation of yourcomputer.
Download (285KB)
Added: 2004-11-20 License: Freeware Price:
3445 downloads
Xserve Lights-Out Management Firmware Update 1.0
The Xserve packs phenomenal power and industry-leading capabilities into a high-density more>>
The Xserve packs phenomenal power and industry-leading capabilities into a high-density, 1U rackmount server that fits easily into any network environment.
Xserve Lights-Out Management Firmware Update includes changes to the Lights-Out Management environment of the Intel-based Xserve. It addresses a security issue as well as provides enhanced reliability to the monitoring and management features of Xserve.
Xserve Lights-Out Management Firmware Update is strongly recommended for all Intel-based Xserve systems.
<<lessXserve Lights-Out Management Firmware Update includes changes to the Lights-Out Management environment of the Intel-based Xserve. It addresses a security issue as well as provides enhanced reliability to the monitoring and management features of Xserve.
Xserve Lights-Out Management Firmware Update is strongly recommended for all Intel-based Xserve systems.
Download (756KB)
Added: 2007-06-01 License: Updater Price:
877 downloads
Apple AirPort Management Tool 1.0
Apple AirPort Management Tool is a good tool possessing desirable qualities in planning, setting up, fine-tuning, and managing larger, enterprise-class wireless networks. more>> Apple AirPort Management Tool 1.0 is a good tool possessing desirable qualities in planning, setting up, fine-tuning, and managing larger, enterprise-class wireless networks.
Requirements:
- Mac OS X 10.3 or later
- AirPort 3.4 firmware.
Download (1.1MB)
Added: 2004-04-19 License: Free Price:
downloads
Font Image Library 3.5.7
Preview what each font looks like before using it. more>>
Font Image Library helps you keep track ofall your fonts. It identifies and loads allof the fonts installed in the system andshows exactly what each font looks like.
It also prints out great font samplelists. The program stores a lowresolution (screen) image of all yourfonts so you can preview them evenwhen they are not loaded.
Font ImageLibrary is an outstanding program foranyone who does any publishing, or whojust likes to have all of his font information at his fingertips.
<<lessIt also prints out great font samplelists. The program stores a lowresolution (screen) image of all yourfonts so you can preview them evenwhen they are not loaded.
Font ImageLibrary is an outstanding program foranyone who does any publishing, or whojust likes to have all of his font information at his fingertips.
Download (1.4MB)
Added: 2004-11-20 License: Freeware Price:
1798 downloads
Apple Font Manager Update 1.0
Apple Font Manager Update - Fixes some font related problems in OS 8.6 more>>
The Font Manager Update extension fixes the following problems in the Mac OS 8.6 Font Manager:
Corrupt FOND resources: Under certain circumstances, the Font Manager in Mac OS 8.6 may create a corrupt resource inside some applications or fonts. When this occurs, fonts with corrupted resources cannot be moved and some third-party font management tools may crash.
Bad character height: In Mac OS 8.6, the height of characters in Apples Japanese and Traditional Chinese fonts is one pixel shorter than in Mac OS 8.5, leading to problems displaying, editing, or printing text.
IMPORTANT The Update prevents the Font Manager from creating corrupt FOND resources, and eliminates problems caused by these corrupt resources. However, the update will not correct or remove any previously corrupted resources. To repair damaged files on your computer or on disks that are connected to your computer, you must use the Font First Aid utility, included with this update.
<<lessCorrupt FOND resources: Under certain circumstances, the Font Manager in Mac OS 8.6 may create a corrupt resource inside some applications or fonts. When this occurs, fonts with corrupted resources cannot be moved and some third-party font management tools may crash.
Bad character height: In Mac OS 8.6, the height of characters in Apples Japanese and Traditional Chinese fonts is one pixel shorter than in Mac OS 8.5, leading to problems displaying, editing, or printing text.
IMPORTANT The Update prevents the Font Manager from creating corrupt FOND resources, and eliminates problems caused by these corrupt resources. However, the update will not correct or remove any previously corrupted resources. To repair damaged files on your computer or on disks that are connected to your computer, you must use the Font First Aid utility, included with this update.
Download (312KB)
Added: 2006-05-05 License: Freeware Price:
1278 downloads
Font Menu 1.0
Font Menu - Adds two commands, do count available fonts and do list available fonts more>>
Font Menu is a OSAX that adds two commands, do count available fonts and do list available fonts.
To get a list of fonts, this osax internally creates a font menu that is invisible.
In classic type osax (that is code resource type):
the font menu is always created and disposed at every command execution (so there is no option for updating the menu).
In newer type osax:
the font menu is not disposed until the osax is uninstalled. By default, however, the font menu is updated (rebuilt) at each command execution. If there is no need to update the font menu (that is, if you assume no fonts are added nor removed while using the computer), you can specify false for updating parameter to make the 2nd and later executions a little bit faster.
<<lessTo get a list of fonts, this osax internally creates a font menu that is invisible.
In classic type osax (that is code resource type):
the font menu is always created and disposed at every command execution (so there is no option for updating the menu).
In newer type osax:
the font menu is not disposed until the osax is uninstalled. By default, however, the font menu is updated (rebuilt) at each command execution. If there is no need to update the font menu (that is, if you assume no fonts are added nor removed while using the computer), you can specify false for updating parameter to make the 2nd and later executions a little bit faster.
Download (17KB)
Added: 2006-01-06 License: Freeware Price:
1386 downloads
Apple Font Manager Updater 1.0
Apple Font Manager 1.0 Updater fixes the following problems in the MacOS 8.6 Font Manager: The Font Manager Update extension fixes the following problems in the Mac OS 8.6 Font Manager: Corrupt FOND more>> Apple Font Manager 1.0 Updater fixes the following problems in the MacOS 8.6 Font Manager:
- The Font Manager Update extension fixes the following problems in the Mac OS 8.6 Font Manager:
- Corrupt FOND resources: Under certain circumstances, the Font Manager in Mac OS 8.6 may create a corrupt resource inside some applications or fonts. When this occurs, fonts with corrupted resources cannot be moved and some third-party font management tools may crash.
- Bad character height: In Mac OS 8.6, the height of characters in Apples Japanese and Traditional Chinese fonts is one pixel shorter than in Mac OS 8.5, leading to problems displaying, editing, or printing text.
Requirements:
MacOS 8.6 or later.
<<lessMacOS 8.6 or later.
Download (312K)
Added: 1999-07-29 License: Updater Price:
downloads
Apple iMac Power Management Updater 1.1
Apple iMac Power Management Updater helps you preserve your iMacs internal battery power; espeicially if you switch off your Mac using a power strip more>> Apple iMac Power Management Updater helps you preserve your iMacs internal battery power; espeicially if you switch off your Mac using a power strip.
Requirements:
iMacs released in February or July 2001 ( iMacs - early 2001 and iMacs summer 2001).
<<lessiMacs released in February or July 2001 ( iMacs - early 2001 and iMacs summer 2001).
Download (1.1MB)
Added: 2001-09-29 License: Updater Price:
downloads

JumpBox for Joomla! Content Management System v1.5.x 1.1.11
Joomla!Ã???? is an award-winning Content Management System (CMS) that will help you build websites and other powerful online applications more>> <<less
Added: 2009-07-18 License: Freeware Price: $0.00
15 downloads
Other version of JumpBox for Joomla! Content Management System
License:Freeware
License:Freeware
Font Alert 1.0
When Font Alert is run it will examine your System Fonts Folder for files not on an approved list more>>
When Font Alert is run it will examine your System Fonts Folder for files not on an approved list that you construct when the script is first run.
If unapproved fonts are found, the script will alert the user, displaying a list of the names of the unapproved fonts.
To allow for unattended operation, the dialog will disappear after one minute. For use with the AppleScript scheduling program Script Timer 1.2, it will return the list of unapproved fonts for logging in Script Timers log file.
NOTE: The script is intended for OS 9 only.
<<lessIf unapproved fonts are found, the script will alert the user, displaying a list of the names of the unapproved fonts.
To allow for unattended operation, the dialog will disappear after one minute. For use with the AppleScript scheduling program Script Timer 1.2, it will return the list of unapproved fonts for logging in Script Timers log file.
NOTE: The script is intended for OS 9 only.
Download (6KB)
Added: 2005-10-29 License: Freeware Price:
1456 downloads
JumpBox for Tracks Task Management 1.1.0
JumpBox for Tracks Task Management 1.1.0 is a smart and easy-to-use software that enables dominate your to do list with an elegant implementation of the Getting Things Done methodology more>> <<less
Added: 2009-06-09 License: Freeware Price:
12 downloads

JumpBox for the TikiWiki Content Management System 1.1.10
JumpBox for the TikiWiki Content Management System is such an effective solution which has a long list of features, designed to help you build a compelling web-based community. more>> <<less
Added: 2009-10-05 License: Freeware Price: Notavailable
downloads
Font Mate 1.1.1
Font Mate is a simple program to help you see how fonts look on your computer, and to help you find symbol characters more>>
Its summer - and youre still in school! In Summer Session, you must balance your schedule to raise your stats and pass your exams. Meet unique characters, make friends, and find romance, then play again to unlock all the endings.
Requirements: 16mb video card
<<less Download (2.3MB)
Added: 2007-08-01 License: Freeware Price: FREE
218 downloads
Other version of Font Mate
License:Freeware
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 management software 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