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

PDF Converter Ultimate - Awesome Converter

PDF Converter Ultimate  Convert your documents to PDF, and PDF documents to Word, Excel, JPG, and more, right on your Android device. Conversions are accurate and very fast, layout is preserved, and best-on-market OCR engines will take care of your scanned files. Easy to use app, and amazing conversion quality makes this app the ultimate converter for your phone. You can convert files from your phone, or files from your favorite cloud services directly within our app. Files are being converted by our powerful servers, and after conversion is done, result is downloaded to your device and files are being deleted from our servers. This also means the app won't burden your processor or RAM, nor it will drain your battery. • Conversions are fast and accurate • Scanned and complex documents are converted as well  • Immediate conversions for free users • Several conversion types available depending on the file format needed • No limit on file size or number of files you c...

DesignEvo - A free and easy online logo designer

DesignEvo is  easy-to-use online logo design tool with millions of icons, 100+ stylish  fonts, 3,000+ practical logo templates and handy editing tools. It can help  people easily create appealing and effective logos for their brands,  websites, blogs, social media channels, etc.  It is really awesome and intuitive interface. Easy to design and customize. A person can easily design by selecting a pre-defined logo design and modify it on the fly. Hardly you need 1 minute to design your new logo with minor modifications. Its really awesome site. I suggest you to try it out.   You can discover more about DesignEvo here: https://www.designevo.com Learn more about Designevo  @ YouTube designevo, free logo design, logo maker, create a logo, easy logo maker, design logo free, free logo, logo designs, logo images

Java J2EE Interview Questions and Answers - Part 1

What is the difference between procedural and object-oriented programs? - a) In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program, unit of program is object, which is nothing but combination of data and code. b) In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible within the object and which in turn assures the security of the code. What are Encapsulation, Inheritance and Polymorphism? - Encapsulation is the mechanism that binds together code and data it manipulates and keeps both safe from outside interference and misuse. Inheritance is the process by which one object acquires the properties of another object. Polymorphism is the feature that allows one interface to be used for general class actions. What is the difference between Assignment and Initialization? - Assignment can be do...

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