Freeware: Only Free Software, Games, Tools, Utilities. Free Download Center Freeware Home New Submit Links Contact Privacy
Business| Desktop| Developer Tools| Drivers| Education| Games| Home & Personal| Internet| Multimedia| Operating Systems| Utilities
 

 



   Freeware: Wri

 

 Sothink DHTML Menu Builder Free Version  License: Freeware

 
  Sothink Free DHTML Menu is a professional DHTML menu builder, which helps web designer to create beautiful DHTML menus. It is unnecessary to be familiar with JavaScript or DHTML acknowledge, just with Sothink Free DHTML Menu Builder, you can build DHTML drop down or popup menus in few minutes. The free DHTML menus are compatible with different browsers. Seamlessly integrate with Dreamweaver as extension and FrontPage as add-in. It can be fully customizable by changing text, font, link, background, border style, and special effect. Each menu item has its own style in the menu, which is different from other menu items. Sothink Free DHTML Menu Builder contains built-in templates, live preview and Publish Wizard. For built-in templates, you can choose the suitable menu and start free DHTML menu in easy way. You can get a brand-new menu just by modifying the text, changing their links and replacing the image since we have prepared everything for the users. For live preview, you can preview the menu instantly after editing the menu's properties. The menu displays in the preview window, which is the same result with the menu in web page. You can view the menu clearly, including menu dimension, menu's effect, and background color of menu item. For Publish Wizard, it guides you publishing the menu into web page step by step. There are four options in Publish Wizard; you can choose any method according to your requirements. They are as follows: insert code to an existing HTML file, publishing the menu into defined web page; view or copy code, inserting the relevant codes into HEAD and BODY parts respectively to publish menu; create a JavaScript (*.js) include file, saving the menu as JS file and inserting this JS file to publish menu; view or copy resource files to specified directory, publishing the resource files to specific path to make the menu display correctly. With Sothink Free DHTML Menu builder, create your own DHTML menu easily!

Author:
SourceTec Software| Date: 09-03-2007 | Size: 2470 KB
  -
 

 Virtual CD Manager  License: Freeware

 
  Manage your lots of image files of CD/DVD (*.ISO) with database, and can open them like in a physical CD-ROM ,write memo,search etc, it's very easy! and you can burn them into CD/DVD directly. It's a tool to manage your Virtual CDs, which are established from your CDs. Now, you can open your CDs conveniently. As if your PC have a lot of CD-ROMs.

Author:
Thinker Software| Date: 8-08-2006 | Size: 1633 KB
  -
 

 Pioneer DVR-108 Firmware v 1.20  License: Freeware

 
  Supports New 8x DVD-R Media, (8x writing FNSD/TCL)Tray DVD-R/RW (ATAPI), Once updated to version 1.20, this drive will not revert to older firmware versions Before starting this driver installation we suggest you make sure you are installing the latest driver version available. Follow readme instructions/help file for installing drivers when available. Sometimes you need to restart your system for the new installed driver to become active. You can install this driver with the following operating system: Windows 98/ME/2000/XP

Author:
Pioneer| Date: 28-04-2005 | Size: 50 KB
  -
 

 My digital Diary Standard Edition  License: Freeware

 
  My digital Diary 3 offers you everything you need to write your personal digital diary. You can easily write, read, edit and attach files and pictures to your entries. Multiple entries per day and memoirs are supported too. You can find your entries via a calendar or the search function. All entries and attached files are highly encrypted and securely stored within the program database. In order to prevent your entries from data loss you can create and restore backups with the integrated backup wizard.

Some Features:
  Easy usage.
  Multiple users are supported (completely seperated from each other)
  Maximum data security due to Blowfish and Rijndael encryption und SHA1 hashing technology. In addition a "passwort forgot" function is included.
  You can easily write, read and edit entries.
  You can freely format you entries with different text settings.
  You can attach files and pictures to your entries (highly encrypted)
  Multiple entries per day.
  Entries can be found via the calendar or the search function.
  Memoirs function (Memoirs are entries which aren't linked to a date)
  Integrated backup function.
  Automatic auto-backup which will be restored when files are damaged.
  and much more...

Author:
wareconsult GmbH & Co KG| Date: 31-03-2006 | Size: 3477 KB
  -
 

 AJScreensaver  License: Freeware

 
  AJ all clocks screensaver displays the real time by the clock of your choice. E.g. the handwritten digital clock of Yugo Nakamura, the timeline of Insertmonley a free Rolex and more. No adware, no spyware, no nags, no registration, just time.

Author:
Anne Jan| Date: 20-12-2004 | Size: 396 KB
  -
 

 MyGeneration  License: Freeware

 
  MyGeneration is an extremely flexible development tool written in Microsoft .NET. MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. MyGeneration is great at generating ORM architectures or O/R Mapping files for architectures such as Gentle.NET, NHibernate, and others. The meta-data from your database is made available to your templates through the MyMeta API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, FireBird, Interbase, SQLite and VistaDB. MyGeneration also ships with a very popular .NET architecture available in C# and VB.NET known as dOOdads

Author:
MyGeneration Software| Date: 01-12-2004 | Size: 1496 KB
  -
 

 Free Java  License: Freeware

 
  The Java developer is ideal for beginners, based on J2SDK 1.3 version, that's why it can be runned on all the operation systems except Windows. Its editor shows the code with syntax highlight, it has redo-undo function. The work is easy with the structure panel and the file browser. You only need one push-button to compile/run, shows the compiling errors clearly. Running is in an virtual console at the same time, so writing console programs can be possible. It can also be used not just in Java but acquiring HTML, SQL language. Multiple languages are supported, and an English, Spanish translation is included.

Author:
Tibor Belovai| Date: 08-08-2006 | Size: 580 KB
  -
 

 CryptoText  License: Freeware

 
  CryptoText is a COM encryption component written in ATL3.0 for Windows 9x, NT4.0 and Windows 2000/XP. It provides simple access to the CryptoAPI in Windows from Visual Basic, Visual C++ and scripting languages (eg ASP). As well as being a standalone product CryptoText can be used with CryptoTextCE for the PocketPC / Windows CE platform to exchange encrypted data with handheld devices. CryptoText encrypts the input text data, and converts the resulting binary encrypted form to a series of ASCII characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. For example the text 'My Password' might become the text string '79978e13df1019826c16944fe1'. This type of conversion is necessary because certain characters are reserved and have special meanings in an SQL statement, and by default the Windows CryptoAPI functions will take binary input data (your text) and map each of the characters to a binary number in the range 0 - 255. The simplest solution, although somewhat wasteful of space, is to convert the binary number into a string representation of the equivalent hex number, guaranteeing that only the characters 0-9 and a-f will be present.

Author:
| Date: 31-10-2003 | Size: 46 KB
  -
 

 Perl Express  License: Freeware

 
  A free integrated development environment (IDE) for Perl with multiple tools for writing and debugging your scripts. It features multiple CGI scripts for editing, running, and debugging; multiple input files; full server simulation; queries created from an internal Web browser or query editor; test MySQL, MS Access scripts; interective I/O; directory window; code library; and code templates. Perl Express allows you to set environment variables used for running and debugging script. It has a customizable code editor with syntax highlighting, unlimited text size, printing, line numbering, bookmarks, column selection, a search-and-replace engine, multilevel undo/redo operations, and so on.

General Features:
 
 • Multiple scripts for editing, running and debugging
 • Full server simulation
 • Completely integrated debugging with breakpoints, stepping, displaying variable values, etc.
 • Queries may be created from internal Web browser or Query editor
 • Test MySQL, MS Access... scripts for Windows
 • Interactive I/O
 • Multiple input files
 • Allows you to set environment variables used for running and debugging script
 • Customizable code editor with syntax highlighting, unlimited text size, printing, line numbering, bookmarks, column selection, powerful search and replace engine, multilevel undo/redo operations, margin and gutter, etc.
 • Highlighting of matching braces
 • Windows/Unix/Mac line endings support
 • OfficeXP-styled menus and toolbars
 • HTML, RTF export
 • Live preview of the scripts in the internal web browser
 • Directory Window
 • Code Library
 • Operation with the projects
 • Code Templates
 • Help on functions
 • Perl printer, pod viewer, table of characters and HTML symbols, and others

Author:
Perl Express Group| Date: 23-12-2005 | Size: 3364 KB
  -
 

 Steel Inventory  License: Freeware

 
  Steel Inventory is a network inventory auditing program, that allows you to keep track of software and hardware changes across your network. After an initial scan, you can generate a snapshot that includes the current hardware and software information, and allows you to detect changes that were made later by comparing the snapshot with a current scan. In case of changes, the machines are marked, and the changed items can be viewed. The program is useful to detect newly added or removed software, as well as hardware devices that have been removed or added. In addition, you can also use the program for license tracking and be alerted if software licenses have been exceeded by to many installations. Other features include automatic refresh and reports. Steel Inventory does not require any software installation on the remote machines (admin and remote access privileges are required though).

Author:
SteelSonic| Date: 28-06-2005 | Size: 2010 KB
  -
 

 Genyu Toshi - Visual Novel Game  License: Freeware

 
  Genyu Toshi (Illusive City) is created with Blade Engine 2.0, a free Visual Novel construction tool. Maxter is a writer. He arrives an island called Nonozaura for the purpose of research....but strange fate awaits him. Visual Novel is originally from Japan, and is a Choose Your Own Adventure novels. Most, however, strive for a higher level of plot and character depth than the aforementioned series of interactive books. These can be more closely compared to story-driven interactive fiction.

Author:
CuriousFactory., Inc.| Date: 14-11-2006 | Size: 37326 KB
  -
 

 Graphic text generator  License: Freeware

 
  Graphic Text Generator lets you write high impact website headings or sentences using elaborate graphic text fonts instead of the limited range of installed fonts. Graphic Text Generator provides a better alternative to using large standard fonts, Flash animations or single bitmaps pictures. It gives a high quality, high impact appearance but is much quicker and easier to produce and will only require a low bandwidth. The hidden accessibility tags are also created automatically. Using Graphic Text Generator it is just as easy to write with text images as it is to write in normal text. When finished the user simply pushes one button to build the code they need to embed in their website. The resulting display instantly becomes the first line visitors will read and will often stand out better than Flash or pictures, even though it has takes much less time to produce. A limited number of free and pre-installed fonts are available but users can also create their own unique fonts using any bitmap editor.

Author:
Engineering Adventures Ltd| Date: 5-08-2006 | Size: 878 KB
  -
 

 Perfect CD & DVD Burner  License: Freeware

 
  Perfect CD & DVD Burner can make backup data CDs, store large media files, and compile music CDs. It can burn and save whole ISO files as well as create multi-session CDs and erase re-writable CDs. The program also supports drag and drop.

Author:
Bin Artisan LLC| Date: 5-06-2005 | Size: 2200 KB
  -
 

 EverNote 1.0  License: Freeware

 
  EverNote makes it easy to store and quickly access typed and handwritten memos, webpage excerpts, emails, phone messages, addresses, passwords, brainstorms, sketches, documents and more. EverNote innovates by storing content on an endless, virtual roll of paper. You can quickly scroll chronologically through your notes similar to scanning through handwritten notes in a notebook. Features: - Multiple note formats - Powerful SmartSearch - Intelligent, multiple categories - Handwriting recognition - To do's & templates - Intuitive UI EverNote is currently available in a free beta for Windows 2000/XP/XP Tablet PC Edition. A commercial launch of EverNote with device synchronization over the Internet and support for PDAs and smartphones is planned for 1Q2005, with a number of additional features. Other OS and hardware platform support is scheduled for 2005.

Author:
EverNote Corp.| Date: 26-10-2004 | Size: 5761 KB
  -
 

 Clone 2 CD & DVD Burner  License: Freeware

 
  Clone CD & DVD Burner can make backup data CDs, store large media files, and compile music CDs. It can burn and save whole ISO files as well as create multi-session CDs and erase re-writable CDs. The program also supports drag and drop.

Author:
Bin Artisan LLC| Date: -0-0631 | Size: 1690 KB
  -
 

 WhiteBoard PS  License: Freeware

 
  WhiteBoard PS - this cool little utility is your own personal White Board. Write on it, mark it up. Scrawl down your notes and important things to do so when you're sitting at your monitor so you don't forget those things you got to do! Put it in your Startup folder and let it run in your system tray. This program makes jotting down reminders fun! There is no setup program. Just download it, unzip it to the directory of your choice and let it go to work for you.

Author:
PinderSoft| Date: 23-08-2006 | Size: 65 KB
  -
 

 AVS Disc Creator FREE  License: Freeware

 
  It's revolutionary Blu-Ray freeware. The first and the only one free Blu-ray Disc burning software in the international market of multimedia solutions today! Write your data to CD, DVD and Blu-ray Discs quickly and easily using FREE AVS Disc Creator. No trial periods, no feature limitations, no watermarks. No spyware or adware. AVS Disc Creator 2.1 supports wide range of media types and drives, true multisession, disk images (ISO) and projects.

Author:
Online Media Technologies Ltd., UK| Date: 28-02-2006 | Size: 5504 KB
  -
 

 ASUS DRW-1608P Firmware v 1.57  License: Freeware

 
  ASUS DRW-1608P firmware version 1.57, Support new DVD-R media., Improve DVD+R DL writing function., Improve DVD-R DL writing function.OS Supported: DOS / Win9x / Win2K / WinXP / Win2003 / WinXP 64bit / Win2003 64bit Before starting this driver installation we suggest you make sure you are installing the latest driver version available. Follow readme instructions/help file for installing drivers when available. Sometimes you need to restart your system for the new installed driver to become active. You can install this driver with the following operating system: Windows 98/ME/2000/XP

Author:
ASUS| Date: 24-08-2005 | Size: 50 KB
  -
 

 ObjectDB for Java/JDO  License: Freeware

 
  ObjectDB for Java/JDO a powerful yet compact Object Database (ODBMS) for Java, written entirely in Java, and compliant with the Java Data Objects (JDO) standard developed by Sun. ObjectDB for Java/JDO is designed to handle efficiently databases of various sizes, from a few KBs to hundreds of GBs. Among its features are small footprint, high performance, rapid development, easy deployment and flexible architecture (1-Tier, 2-Tier or N-Tier).

Author:
ObjectDB Software| Date: 03-06-2003 | Size: 1193 KB
  -
 

 AutoPlay me PRO  License: Freeware

 
  Simply drag and drop your PowerPoint, Word or PDF file and then press the Write CD Now button and you are done. AutoPlay me PRO does all the work. Not only does it add your file it also adds the correct viewer to the cd so you now do not need to worry whether a viewer is installed on the target computer.

Author:
Framewood Technologies| Date: 20-10-2004 | Size: 5790 KB
  -
 

 File Exterminator  License: Freeware

 
  File Exterminator is basically a file shredding utility that will delete files and overwrite it multiple times to prevent file recovery. You can choose to shred multiple files across subdirectories or to shred a single file. Besides that, you can specify the file mask (ex : *.txt) when you want to shred files across subdirectories. The number of shreds to perform can be customised as well.

Author:
Malcolm Lim| Date: 17-09-2001 | Size: 388 KB
  -
 

 Developer's Notepad  License: Freeware

 
  Ideal for planning & reviewing projects.Create notes with hot links to source code. Selecting the link will automatically open source code to the exact point. Requires Visual Studio 97.

Author:
Reliable Software| Date: 05-01-2001 | Size: 164 KB
  -
 

 Language Identifier  License: Freeware

 
  Lextek Language Identifier is capable of automatically identifying that language that a piece of text is written in. Supporting over 260 different languages and encoding modules, the Language Identifier is capable of recognizing more languages and more character encodings than any other language identifier. Free for non-commercial use. SDK available for developers wishing to add language identification to their applications.

Author:
Lextek International| Date: 15-11-2001 | Size: 2148 KB
  -
 

 eBooksWriter LITE  License: Freeware

 
  WIth VisualVision's EBooksWriter you can create ebooks with ease. It's a professional all-in-one visual environment, not just a compiler! - you build compact self extracting ebooks with one click; - one ebook, one source file. All visual, no compilation, no coding, no complications...; - no royalties: you're free to redistribute your ebook / ebrochure over the Internet and on CD; - you can create unlimited number of ebooks; - built-in browser (does NOT require Internet Explorer or any other software installed); - no code / HTML; - full-text search capability, even boolean search; - you make .exe or aeh ebooks freely distributable, i.e. no royalties; up to 260000 pages per ebook (Pro and Gold; 200 for Standard, 20 for Lite); - you can prohibit print or copy; - you can set an expiration date; - you can password protect all or part of the ebook; - you can assign different passwords for different users; -  "lock to PC" personal key protection with the CBProtect Virtual Vault service; - music and video: AVI MPEG WMV......; - frames, text styles, popup windows, rollover / mouse over sensitive images, visual linking: feature rich, easy to use, fast; - forms and shopping cart (Gold edition) - plugin capabilities (e.g. the 3D Buttons plug-in for quick creation of headings and buttons); - little, quick and smart: runs also on MSWindows 95; - comprehensive online manual; easy to learn and easy to start; - you are NOT forced to sell your ebook through us; You can't protect your Web site from copy or printing. To distribute a compact ebook from your Web site is a handy way for distributing protected information! The internal album makes it easy to reuse objects and images, the clipart and templates collections help you to obtain results immediately, the optimized hypertext management makes it simple and visual even the placement of elaborated frame-to-frame links, the search/replace speeds up the work. It's comprehensive and the LITE is free, get it now!

Author:
Visual Vision| Date: 27-03-2007 | Size: 2460 KB
  -
 

 SpriteCraft  License: Freeware

 
  SpriteCraft is a sprite game engine for quick and easy development of qualitative 2D games. With SpriteCraft even a beginner programmer can quickly create a game in any suitable programming language. If you want to: - create great games without writing tons of code; - program games quickly and easily; - develop games with your favorite programming language and in your favorite programming style, then SpriteCraft is definitely what you need! Features: - High-level objects management SpriteCraft provides high-level, easy and clear management for all the game objects. Besides of that, it allows you to efficiently automate some operations and assign specific reactions on a variety of events. - "2D via 3D" approach Although SpriteCraft provides author with a sprite-level interface, the engine itself works with 3D objects and intensively uses the extended capabilities of 3D-accelerators. This allows to perform a lot of calculating operations directly on the video card and lower CPU usage. - Basic particles system Particle systems are required to show various explosions, trails, fire, fog, smoke and other similar effects. - Creating tile maps Tile maps allow you to create scrolling background which can also be cycled and/or multi-layered. Tile maps are really indispensable in creating scroll-shooters and other scrolling arcade games. - Collision detection SpriteCraft gives you convenient mechanisms both for automatic and explicit collision detection. During collision check, the sprite may be considered as a circle, a rect, or a bitmask, which grants you with a range of comparing types, from faster "circle-to-circle" upto slower "pixel-to-pixel". Other features: - OpenGL and Direct3D/DirectSound/DirectInput support - You can write you games in any language supporting COM: Microsoft Visual C++, Microsoft Visual Basic, Borland Delphi, VBScript or JavaScript. - Powerful scripting language

Author:
MoleStudio.com| Date: 11-03-2004 | Size: 1090 KB
  -
 

 ABC Typing lesson  License: Freeware

 
  The keys of early typewriters were, sensibly enough, laid out in alphabetical order. The impetus for change was not exactly the yearning for blistering speed that has brought us together here today, but rather necessity. Early typewriters were mechanical and prone to jamming. The QWERTY layout solved that problem by spreading the popular keys across the board, inadvertently creating an ideal layout for distributing the effort of typing to all ten fingers rather than the traditional hunt and peck method. Progress and fate hand in hand once more. The left index finger will control the R and T keys, the right index finger will control the Y and U keys. The left middle finger will control the E key, the right middle finger will control the I key. The left ring finger will control the W key, the right ring finger will control the O key. The left little finger will control the Q key, the right little finger will control the P key.

Author:
ABC Speed Typing| Date: 15-06-2006 | Size: 15 KB
  -
 

 Quick EXIF Writer  License: Freeware

 
  Quick EXIF Writer is a tool for fast preview or displaying of jpeg pictures. But its main purpose is to help you comment your digital camera jpeg pictures. Quick EXIF Writer uses the EXIF standard (see www.exif.org) for commenting the photos which means that the comment or description you write will be written in to the jpg file. Quick EXIF Writer uses the EXIF tags "User comment" and "Description" for commenting the jpg files. Quick EXIF Writer starts up very fast and there are no complicated menus to step through to be able to comment your family photos.

Author:
Picture2Icon.com| Date: 09-09-2005 | Size: 88 KB
  -
 

 Mobysaurus Thesaurus  License: Freeware

 
  Mobysaurus Thesaurus is a free, comprehensive (over 30,000 headwords and 2,500,000 synonyms), feature-rich, easy-to-use, off-line English thesaurus that helps you write and speak better by leading you to the right word for every purpose or occasion. Other features include cross-referencing, headword suggest, fast wildcard search, ability to find related/synonymous headwords (which is the fastest and simplest way for serious word hunters like you to go deep for the ultimate synonym of choice, from the word you are working with), keeping search history and favorites across sessions, system-wide hot key support (which automatically looks up highlighted words in most programs), online referencing, tabbed interface, full-text clipboard/print support, suggest-as-you-type and auto-completion, WordWeb support and more.

Author:
DonationCoder.com| Date: 06-11-2006 | Size: 4774 KB
  -
 

 Home Typist  License: Freeware

 
  Home Typist adds typewriter sounds to your computer keyboard. The program is useful for home typists. At every touch of the keyboard there is the new sound, which makes the process of typing more interesting, amuses and reduces stress and helps to produce rhythmic typing.

Author:
Kirill Braulov| Date: 03-01-2002 | Size: 312 KB
  -
 

 Pioneer DVR-108 Firmware v 1.18  License: Freeware

 
  Download the latest Pioneer DVR-108 Firmware v 1.18- Supports 16x writing on New 16x DVD-R Media, (16x writing: BeALL/CMC/Mitsubishi Chemical, Corporation(Verbatim)/Prodisc/TDK), (12x writing: Fuji Film/Maxell/SONY/Taiyo-Yuden(Thats) ), - Support 16x writing on New 16x +R Media, (16x writing: CMC/Prodisc/TDK), (12x writing: Maxell/Mitsubishi Chemical, Corporation(Verbatim)/Philips/RITEK/SONY/Taiyo-Yuden(Thats) ), - Support 8x writing on New 8x DVD-R Media, (AMC/LEADDATA/LGE/NANYA/Optodisc/Prodisc)DVD-R/RW/+R/+RW Writability Improvement, CD-R Writability Improvement, DVD Playability Improvement, CD Playability Improvement Once updated to version 1.18, this drive will not revert to older firmware versions. Before starting this driver installation we suggest you make sure you are installing the latest driver version available. Follow readme instructions/help file for installing drivers when available. Sometimes you need to restart your system for the new installed driver to become active. You can install this driver with the following operating system: Windows 98/ME/2000/XP

Author:
Pioneer| Date: 08-12-2004 | Size: 50 KB
  -

| 1 | 2 | 3 | 4 | 5 |

 

 
Sponsored Shareware

Universal Explorer
Powerful windows explorer
file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Extractor
Email marketing software to extract specific contact.


Web Data Extractor

ListMotor
Email List Manager, operates with email stored in simple text files or csv files.

Email List Manager

 

DirFile.Com - Freeware Software Download