Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.090 Times

Easy Todo freeware
Filter: All | Freeware | Demo
 

Easy Todo

1 2 3 4 5 > 
Added: March 31, 2013 | Visits: 400

WordPress Easy ToDo Create a To Do list on the WordPress Dashboard. This tool is very interesting if you're writing posts with several authors.The To Do list is in the theme of the WordPress admin pages so it will fit nice into your Dashboard!Read more about the plugin, suggest features or do you have other...



Platforms: PHP

License: Freeware Size: 10 KB Download (46): WordPress Easy ToDo Download

Added: May 20, 2006 | Visits: 3.541

e-Todo e-Todo is a little but useful utility, which can remind you your unfinished tasks. Key features: Always on top, give you facilities for reviewing. Minimize to just a bar when double click the title. Remind you when predefined time arrives. Alert methods include: Play background sound, flash...





Platforms: Windows

License: Freeware Size: 549 KB Download (395): e-Todo Download

Released: August 01, 2005  |  Added: November 01, 2006 | Visits: 6.469

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Access 2000 or later "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Released: August 01, 2005  |  Added: March 23, 2006 | Visits: 4.119

Easy Invoicing UK - Easy to Use, Order Processing Database for Microsoft Windows 95/98, ME, 2000 and "Easy Invoicing UK " - is a simple to use, order management system. "Easy Invoicing UK" is not a stock control database application, but provides an easy way to present your clients with smart, elegantly styled Invoices... But, you can also track your Invoices, record payments or part payments,...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE


Added: November 01, 2006 | Visits: 3.741

Easy Go Back Easy Go Back is an Internet Explorer add-on that allows you to conveniently navigate the browser back and forward. Now you can navigate Internet Explorer back & forward with intuitive mouse movements. Press and hold down the right mouse button, move the mouse cursor to the left (backward), then...


Platforms: Windows

License: Freeware Size: 213 KB Download (147): Easy Go Back Download

Released: October 07, 2004  |  Added: January 14, 2006 | Visits: 7.962

Easy Erase File Cleaner Easy Erase File Cleaner is a simple file cleaning utility. Easily erase your temporary internet files, temp files, browser histories, and other personal information. With an option to perform at startup, Easy Erase File Cleaner also allows you to easily clear your documents menu and your start...


Platforms: Windows

License: Freeware Size: 335 KB Download (1292): Easy Erase File Cleaner Download

Released: September 30, 2006  |  Added: January 20, 2007 | Visits: 6.357

Easy Text To HTML Converter Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main window: 'Single File', 'Files List', 'Text Block'...


Platforms: Windows

License: Freeware Size: 253.86 KB Download (341): Easy Text To HTML Converter Download

Released: March 25, 2006  |  Added: April 21, 2007 | Visits: 7.611

Inletex Easy Remote Control (ERC) InletEX ERC-Easy Remote Control can help you eliminate problem to effectual remote support. Easy Remote Control (ERC) is one of the best programs for remote administration under Windows that allow you to work remotely on a computer using the regular graphic user interface (GUI). Easy Remote...


Platforms: Windows

License: Freeware Size: 535 KB Download (654): Inletex Easy Remote Control (ERC) Download

Released: February 21, 2009  |  Added: April 09, 2009 | Visits: 5.720

Easy Image Modifier Change the resolution, file format and filename of a single image or a collection in a comfortable and handy way. Even advanced operations like removing meta informations or renaming and sorting your images with an enumeration are easy to manage. Furthermore the used drag'n'drop technique...


Platforms: Windows

License: Freeware Size: 212.5 KB Download (619): Easy Image Modifier Download

Added: January 21, 2010 | Visits: 1.501

todo theme todo theme is a SuperKaramba theme for todo management. I was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): todo theme Download

Added: November 01, 2010 | Visits: 1.515

Easy various links manager Easy various links manager or Everest Linux Links Manager (evlinks) is a network manager and config toolkit that aims to replace network services and networkmanager. Tthe design of evlinks: 1. use mac address as config file names to avoid interface name change. 2. multi profile support, for...


Platforms: *nix

License: Freeware Download (99): Easy various links manager Download

Added: August 02, 2010 | Visits: 1.119

Class::MakeMethods::Docs::ToDo Class::MakeMethods::Docs::ToDo is a Perl module with ideas, problems, and suggestions. SYNOPSIS There are lots of things that could be done to improve this module. DISTRIBUTION ISSUES Issues about the distribution and supporting files, rather than the code: Documentation Make sure that...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (94): Class::MakeMethods::Docs::ToDo Download

Added: January 09, 2010 | Visits: 2.846

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: February 25, 2010 | Visits: 1.228

Rosetta::TODO Rosetta::TODO document maps out a rough development plan the Rosetta DBMS framework, so you know in roughly what order I plan to implement various features. When something is implemented, it will be removed from this list and instead be reflected elsewhere, such as the main documentation or the...


Platforms: *nix

License: Freeware Size: 86.02 KB Download (106): Rosetta::TODO Download

Added: May 04, 2010 | Visits: 1.119

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: June 12, 2010 | Visits: 2.319

Easy Hosting Control Panel Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP). Easy Hosting Control Panel aims to be easy to install and use, simple, and functional. Whats New in This Release: - The installer was improved. - Known bugs were...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (155): Easy Hosting Control Panel Download

Added: August 25, 2010 | Visits: 2.606

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: January 20, 2010 | Visits: 1.238

Easy DialUp Easy DialUp is a ultra simple web based dialup/modem client for Linux. Easy DialUp is the linux dialup client for someone who doesn’t want to know what a linux dialup client is. The primary goal in the development of Easy DialUp was to make the easist dialup client available for Linux so...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (177): Easy DialUp Download

Added: November 03, 2010 | Visits: 1.107

Easy SVN Browser Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (103): Easy SVN Browser Download

Added: March 04, 2010 | Visits: 1.132

DBIx::DBO2::Docs::ToDo DBIx::DBO2::Docs::ToDo are tasks, ideas, and bug reports. TODO Issues from Comparison.pod document: Supported databases Any database supported by one of the following: DBD::AnyData, DBD::CSV, DBD::MySQL, and DBD::Pg. TODO: Add ODBC to SQL Server. SQL Abstraction The base Record class...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (91): DBIx::DBO2::Docs::ToDo Download

1 2 3 4 5 >