software/ seabird software

Seabird Software, Gmail Checker and Encryption Library Products

Reviews 1-10 of 10
Innovative, cross-database analysis tools
This screensaver contains impressive fotos.
Show the world you''re using Mozilla FireFox
Automatically changes the desktop wallpaper
By Seabird Software, LLC

dbAnalyst is a database administration solution that is truly cross-platform: from connection, to import, to schema translation, to export. Database administrators and developers can manage any database with just one tool, reducing the learning curve and saving time and money. dbAnalyst?s intelligent interfaces, feature-rich console, and query wizards make it simple and easy to use yet powerful for any database analysis task.



By inso

This screensaver contains really impressive landscape pictures. The sunset pictures included are really awsome.



By FireFoxWeb.nl: (niet gerelateerd aan Mozilla FireFox)

FireFoxWeb.nl is a freeware screensaver to show the world (or at least your office) that you''re using Mozilla FireFox. Promote Mozilla FireFox even when your not behind your computer! This screensaver has FireFox logos bouncing over your screen. If features a clock which can display the time or time elapsed since your screensaver started (Or hide it if you prefer). The screensaver is ready to go but most options are completely configurable.



By Steve Murphy

The AWC is designed to do one thing well: allow you to change your desktop wallpaper on a timed basis. The displayed image can be stretched for best fit to the screen, optionally maintaining its aspect ratio, or displayed at its actual size. When displaying a picture the user can choose to display it in any of the four corners of the screen, centred on one edge or tiled. Images supported: *.jpg;*.jpeg;*.gif;*.bmp;*.png;*.rle;*.tga;*.pcx.



 
Creation of 3D animations and illustrations.

Easy 3D Objects
By Image Tools Group

Easy 3D Objects is intended for creation of 3D animations and illustrations. Areas where you can apply Easy 3D Objects: -making 3D GIF- animations for the Web; -making 3D banners; -making 3D illustrations; -presentation materials; --development of creative imagination. Program features: -adds to 3D scene the following types of objects: dummy cube, sprite, plane, disk, cube, frustum, sphere, cone, cylinder, annulus, torus, arrow line, space text, mirror; -edits parameters of objects; -rotates and moves objects and groups of objects; -fills objects by color or texture from BMP, JPEG (JPG), GIF, PNG, ICO - files and Windows Metafiles; -moves camera nearer/farther for viewing of 3D scene; -moves camera at different angles to change the view of 3D scene; -creates 3D GIF- animation; -assigns paths to objects where they move during animation; -copies 3D scene to clipboard in BMP - format; -exports 3D scene to GIF, BMP, PNG or JPG - files; -saves created 3D scene as e3d - file; -supports multi-language interface.



game storehouse, manage you flash game

Game Storehouse
By Thinker Software

Game Storehouse---Play,Manage a lots of interesting flash game quikly and expediently,include over 30 interesting game!You will get over 40 additional game after register.Include type of game:Action,Adventure,Board,Classic,Shooting,Sport etc.



MP3 protection for musicians

MP3Guard MP3 Protection
By Zapper Software (510862 B.C. Ltd.)

MP3Guard: This program is for musicians who want to sell or distribute mp3 files online. This program will encrypt your mp3 files. This includes an MP3 player for playing the MP3 files. Users cannot copy your files. This program is ideal for musicians who wish to sell mp3 files online. This program works, optionally, with ShareGuard to provide a lock and key system for selling mp3 files. 2 Basic Components: MP3Guard Producer - allows you tailor your MP3 player and to create your MP3 playlist. MP3Guard Player - this program and the encrypted mp3 files are distributed. Only the MP3Guard Player can decrypt the MP3 files. 3 Basic Security Features: MP3Guard Player - the MP3Guard playerr program will decrypt your MP3 files and play them to the user. The user cannot copy or save the MP3 files. MP3Guard User Encryption - the MP3Guard encrypts your MP3 files so that only the specified player program will be able to decrypt your MP3 and splay them to the user. ShareGuard (optional) - the ShareGuard program will check the licensing of the MP3 Files before allowing the program to run. If the user is not licensed then the MP3 Player will not play your MP3 playlist. This program allows for marketing of MP3 files and/or upselling other products by providing addtional marketing screens and/or AdWare programs to run with the MP3 Player. This provides a turnkey system to sell MP3 files online and ensure that only 1 user can listen to your playlist. The MP3Guard along with ShareGuard will prevent users from copying your material or re-distributing your MP3 files. This MP3Guard system can be used to sell MP3 files and promote your music. Use MP3Guard to protect your intellectual property.


Safe, secure, inexpensive online backups.

Backup To The Web (Mac)
By Backup To The Web

What would you lose if your computer crashed right now? Are your tax records, photos and other important documents safe from fire or theft? Backup To The Web provides worry-free online backups at an amazing price: 1GB of secure data is as low as $5.95 per month, and larger accounts are available for even less per GB! Try us for free with our 30 day trial. Compare us with the expensive sites - we offer the same features at a fraction of the price. Compare us with inexpensive sites? Do they offer these features? We give you: - Unlimited versions ("I changed this proposal four times, but now I want my original back!"), - Unlimited retention ("I think I deleted that document last month, but I need it"), - Compressed backup - store more data than other sites in the same space, - Multiple computers on the same account at no additional cost, and - Restore from any browser ("That file is on my home computer - can I get it from work?"). Just set it up and forget it - your irreplaceable files are stored in TWO secure data sites automatically. You''ll receive e-mail verification of your backups, and reminders if you miss a backup - perfect for laptop computers that aren''t always online. Safe? Your files are protected by AES encryption, and only you know the key. It''s perfect for laptop computers - do your work, backup with one mouse click over your wireless connection, shut down. You''re protected! No more burning CDs or DVDs for backups - no more lugging expensive external hard drives to another place! This is the perfect answer for home businesses, college students, writers, digital photographers, perhaps even you!


Your own Windows Explorer menu verb with icon

Context Menu Extension DLL
By SoftMajor

The Context Menu Extension DLL is a standard type of the Shell extension handlers. Like all such handlers, it is in-process Component Object Model (COM) object implemented as dynamic-link library (DLL). The Context Menu Extension handler exports two interfaces in addition to IUnknown: IShellExtInit and IContextMenu. It uses standard functions and procedures that Windows Shell calls to manage data between the extension and the Shell, like IShellExtInit::Initialize, IContextMenu::QueryContextMenu, IContextMenu::GetCommandString, IContextMenu::InvokeCommand. And (of course) like all another COM objects the Context Menu Extension DLL exports standard functions: DllMain, DllGetClassObject, DllCanUnloadNow. BUT YOUR OWN APPLICATION NEEDN''T TO KNOW ALL THE THINGS WRITTEN ABOVE! Why? Because the Context Menu Extension DLL works only with the Shell and interacts with your own application through a Command Line, using ShellExecute function with the next parameters: lpOperation = "open"; lpFile = "fully_qualified_path_to_your_application" (The Context Menu Extension DLL reads this path from the registry) lpParameters = pointer to the zero terminated string that consists all the items the Context Menu Extension DLL had got from the Shell. Your application parses this string to retrieve all the item user had selected from the Windows Explorer. nShowCmd = SW_SHOWNORMAL The last and only thing, you have to write in your code in order to start execute your application together with the Context Menu is parsing the Command Line to get all the items, that Context Menu Extension Dll had passed into the Command Line string. Provided in this package TestMenu application helps you to test the parsing of the string (as well as menu functionality) prior you will code it in your project.


Checks on/off status of the PCs in the LAN.

NetScope
By AmoSoft

This program scans a network continuously, and checks when somebody switches a PC on. NetScope then sends an e-mail message to you or to your GSM SMS e-mail. When someone turns a PC off, NetScope also sends a message to you. NetScope also can play sound or run any program.



© 2003-2007 Serial Download

Serial Download periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.