Skip to main content

Freeware / Free Softwares 8 Jul 2010

ObjectDock

ObjectDock is a program that adds a skinnable dock to your Windows desktop. It is one of the most popular desktop enhancement programs available. ObjectDock lets you organize short-cuts and running tasks onto an extremely customizable, attractive and fun animated dock that sits on the desktop. ObjectDock provides the users with have more control over how the desktop icons and shortcuits - they can be placed wherever they want 'em. Among the other features are: Displays running tasks on your dock, put docklets on your dock, Icons zoom on mouse-over, user can change the appearance of the icons of running tasks and short-cuts, position dock on any edge of the screen, optionally hide Windows task bar, optionally represent running programs by snapshot of their window, skinnable, and optional swinging icons on mouse over.

ObjectDock for Windows 7, Vista, or XP can be downloaded at at http://www.stardock.com/products/downloads/objectdock.asp

ObjectDockStar Plus has added features: adds tabbed docks, system tray support, additional mouse-over effects, multiple dock support, taskbar grouping, and more.

Synchredible

Synchredible, developed by ASCOMP Software GmbH, can synchronize folders and drives with only one click the easy way, Features: supports defining of scheduled jobs for data synchronization data backup; Network support integrated for data synchronization between local area networks (LAN); Real Synchronisations: Synchredible supports both synchronisations in one and two directions. The application can recognize changes automatically and create protocols of new and changed data; As backup strategy: Synchredible can be used for data backup operations onto internal or external drives (USB1.1/2.0 supported).

The 3.8M Synchredible v3.002 (11th April 2010) for Windows 7, Vista, 2003, XP, 2000, 2008 can be downloaded at
http://www.ascomp.net/synchredible/synchred.exe 

Calibre

Calibre, deveoped by Kovid Goyal, is comprehensive tool for the management of digital texts. It is a free and open source e-book library management application. The features of Calibre can be broadly categorised into these categories: Library Management, E-book conversion, Syncing to e-book reader devices, Downloading news from the web and converting it into e-book form, Comprehensive e-book viewer, and Content server for online access to your book collection. Calibre is supported by a vibrant open-source community with half a dozen developers and dozens of dedicated testers and bug reporters.

Calibre can be downloaded at

http://calibre-ebook.com/download_osx
http://calibre-ebook.com/download_linux and
http://calibre-ebook.com/download_windows

A demo on Calibre can be watched at http://calibre-ebook.com/demo Various tutorials can be browsed at http://calibre-ebook.com

---------------------------

Could you suggest a freeware to monitor AdSense account?

You could try AdSense Monitor, a Firefox extension, at
https://addons.mozilla.org/en-US/firefox/addon/12735/

-----------------------------------------------------

QUOTE TO MULL ABOUT

Every great mistake has a halfway moment, a split second when it can be recalled and perhaps remedied.

Pearl S. Buck

Comments

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Probationary/ Specialist Officers in Indian Bank

Probationary/ Specialist Officers Location :  Across India Eligibility: BE/ B.Tech (Che/ Electrical/ Mech/ Prdn/ Textile/ ETE/ ECE/ CS/ IT)/ MCA/ MBA www.freshersworld.com Details:     Indian Bank (A Govt of India Undertaking) Recruitment of Probationary Officers/ Specialist Officers (Industrial Development Officers/ Computer Officers) Indian Bank, a leading Public Sector Bank, with headquarters in Chennai having geographical presence all over India and abroad invites online applications from Indian Citizens for the following posts. Post Code Post Scale Total Vacancy Age as on 01.07.09 Min Max 1 Probationary Officers I 118 21 30 Specialist Officers         Industrial Development Officers in the following Engineering disciplines         2 Chemical I 02 21 30 3 Electrical I 02 21 30 4 Electronics I 02 21 30 5 Leather Technology I 02 21 30 6 Mechanical I 02 21 30 7 Production/ Metallurgy I 02 ...

Virtual desktop manager for Windows

nSpaces can help create several Virtual desktops. These are easy to use and can be customized. nSpaces can facilitate creation of four desktops, but more can be added. Each desktop can be individually customized with different background images, desktops colors etc. There are hotkeys as well for desktop switching, and passwords can be set too. . nSpaces is and compatible with Windows 200, Windows xp, Vista and Windows 7. It requires Microsoft .NET framework 3.5 or later. nSpaces at http://www.bytesignals.com/nspaces/

Tavant Technologies Interview Questions

Hi Friends, This interview is for 3 years experienced Java/J2EE guy. First Round: 1) About project 2) All basics of Java – Encapsulation , Polymorphism, Over riding, inheritance, over loading 3) Exception handling – Checked and unchecked exceptions 4) Example for runtime exceptions 5) What is abstraction and difference between interface and abstract class 6) Basics of threads 7) Which one is preferable thread class or runnable interface 8) Single ton – Other design patterns - Write sample singleton class 9) Collections 10) What is the output: Try{ sysout(“hello”); some code written here which throw an exception } catch(Exception e){ System.exit(0) } finally{ Sysout (“end”); } 11) A class Thread A with overridden run method.. {run(){Sysout("TT"); }} A main program psvm{ a.run(); // call run a.run(); // call run ...