Skip to main content

Freewares / Free Softwares 02 Dec 2010

OtherInbox

OtherInbox can help regain control of your Inbox by automatically organizing email clutter. Acclaimed as a cure for email overload, OtherInbox organizes emails from online shopping and social networking sites, enabling you to focus on messages which really matter to you. Acting like a personal assistant for Gmail or Yahoo! Mail the OtherInbox"s spam filter moves the stuff you do not want to read immediately into folders ( you can read them later) - the preset labels or folders have "OIB" at the beginning; for example - OIB Finance, OIB Shopping, etc. This leads to no clutter, your Inbox gets smaller, saves them time and gives them control over your Inbox. Nothing would be missed as each morning you'll receive a daily digest that summarizes the messages which reached your inbox the previous day.

To put your email on autopilot, check out the OtherInbox at
http://www.otherinbox.com/

FocusWriter

FocusWriter is a full screen, distraction-free word processor. It helps you to concentrate more on the work by taking care of the mundane activities which you otherwise would have to carry out, time and again. The features include: Autosaving - autosaves your work in progress, and reloads the last files opened to make it easy to get back to where you were; Hide-away Interface - simply drag your mouse to the top, bottom, or right side edges of the screen to gain access to a number of customizable options and useful information, flick them aside whenever you dont need them; Themes: Multiple environments with different fonts, colors, and background images to create an ambiance or inspiration you require; Live Statistics - Word count, paragraph count, page count, and character count; almost anything that you could want to know about your progress, updated live as you type; Daily Goals - word count, and time spent typing, set them to motivate yourself; Spell Checking - optional automatic spell check (on by default), as well as the good old standby spell check dialog that you can call upon only when you need it, enable or disable automatic spell checking, customize your own personal dictionary; and Document Tabs - files appear as tabs located at the bottom of the program, the saved files which are kept opened at the end of the session are reloaded the next time the programme is launched.

The The 9 MB FocusWriter v1.3.0 for Windows can be downloaded at http://gottcode.org/focuswriter/FocusWriter_1.3.1.zip  and for Mac OS X at http://gottcode.org/focuswriter/FocusWriter_1.3.1.dmg

Weebly

Weebly, named one of TIME's 50 Best Websites of the year, could prove to be a good choice to create classroom websites, student e-portfolios, and websites for assigned projects. The website editor is simple to use, and appropriate for use by students of all ages. Students can express themselves creatively by using a variety of multimedia features, all within a protected environment which a teacher can control totally. The powerful multimedia features can help students to add pictures, videos, audio players, documents, maps, and photo galleries, just by drag and drop. Weebly supports Flexible Blogging - an unlimited number of blogs within the website, has features to let an open, moderated, or closed conversation. Class updates, homework assignments and news for parents can be posted. You have options to either purchase a domain directly within Weebly, or configure a domain that you already own, and host your website for free.

More details at http://www.weebly.com/

-----------------------------------------------------
How to find out hardware/software details about my PC?

You could try the PC Audit v1.8 to get know details
about a computer's hardware and software. It can be
downloaded at http://www.misutilities.com/free-pc-audit/ind

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

A QUOTE TO MULL ABOUT

There is no delight in owning anything unshared.

--Seneca

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 ...