| Main Page | Links | Free Software | Family/Friends |
Last updated: Monday November 1st, 2010.
Viewedtimes, since Saturday June 8th, 2002.
This page contains information on some of my current software projects.
I'm not able to spend much time on programming at the moment, so they are not getting updated as often as I would like.
Current Projects
- POP3 E-Mail Previewer
- IDE for Borland C++ Builder Command-line Compiler
- A "Get your hands really dirty with tags" HTML Editor!
POP3 E-Mail Previewer
This is a program that connects to your POP3 e-mail server and tells you what messages are waiting there for you (without downloading them all).
You can then delete any messages that you don't want to read (like junk mail), then download the remaining messages as usual with your regular mail-reader (such as Mozilla Thunderbird or MS Outlook).I wrote it because I get a fair amount of junk mail and sometimes messages with large attachments that take a while to download. With this program I can delete the spam without it ever entering my computer, and I can see if someone has sent me a really large message that will take a long time to download!
I use Mozilla Thunderbird as my regular mail reader, and although it does have some junk mail handling features, it still downloads all the message(s) from the server before filtering them!
Features so far:
- Displays the following message fields
- Subject
- From
- Return-Path
- To
- Size
- Date
- Displays an icon to indicate if a message:
- is from a blocked email address or domain.
- is from an address in your white list.
- is Large (over 64 KB) in size.
- "Might be" SPAM (Junk mail).
- Can be used with multiple e-mail accounts.
- Ability to block individual addresses and/or domains.
- Define your own custom rules for blocking messages
(e.g, "Subject" contains "viagra")- White list of addresses that should never be blocked.
- A "Speed Button" to launch your default mail-reading program.
- Import/Export "blocked address lists" to/from file.
- InstallSheild setup.
System Requirements:
Download POP3 Preview Version 1.04 (4.31MB, InstallSheild EXE setup)
- Windows 95/98/ME/NT 4.0/2000/XP/7 (32 bit)
it has not been tested in Vista but should work ok (please let me know if it doesn't)!- A working Internet connection.
- 1 or more POP3 e-mail accounts to access.
Installing
Once you have downloaded the file, double-click it to install.
If you are upgrading from a previous version, please backup your current version (including all configuration files) before installing, and read the install notes carefully during setup, as it may save some headaches later!!
I hope you enjoy it!
IDE for Borland C++ Builder Command line Compiler
The nice people at Borland have made available a FREE command line only version of their C++ Builder 5.5 product for win32. It's absolutely wonderful - I highly recommend it.
Click here to download!Being a FREE Compiler, the 1 thing you don't get with it is an IDE (Integrated Development Environment).
There are a few free IDEs available for it on the net, but after looking at a couple I decided to write my own with all the features I need and want (and because I can) :).
Features in Version 1.03 include:
if YOU think of any additional features that YOU would like added in v1.04!
- Multiple-file text-editor
- Clipboard and text search features.
- Target application selection - Console, GUI, DLL etc.
- Compile via "BCC32.EXE" (naturally) - with its output redirected to a "Message View".
- Run the compiled EXE (with command line parameters).
- User installable "Tools" (including Macros in the command line parameters).
- User installable "Help" - Add any help-file(s) you like to the "Help" menu.
- Automatically makes all "C++ Builder Command line Tools" help file(s) available in the help menu.
- SpeedButtons for many common tasks.
- "Re-Open" sub-menu within the file menu allows you to quickly re-open files you have worked with before.
- Print Source code.
- Code Templates - store source code that you use often, allowing you to insert it into your current source file quickly and easily. Can save alot of typing!
- Status bar indication of "NUM Lock" and "CAPS lock" key states.
- Save/Restore desktop state. Saves a list of your open files when you close the program, and automatically reopens them the next time the program is started.
System Requirements:
- Windows 95/NT 4.0 or newer.
- Borland C++ Builder Command line tools
I have tested it about as much as 1 person can.
Please let me know if you come across any bugs or problems so I can get them fixed quickly.Download BW-IDE Version 1.03
File is a self-extracting zip.
Installing
Once you have downloaded the file, double-click it to extract the files it contains.
When the extract-window appears, you can enter the location that you would like to extract to, or use the default folder that is entered (I recommend putting it into a new empty folder as the program creates a couple of files when it's run).
Click the Unzip button to extract.
Once the files have been extracted, double click the help file BW_IDE.HLP (in the folder you extracted to) for setup and usage instructions.I hope you enjoy it!
HTML Editor
I have always preferred writing html by hand, in a plain old text-editor.
This may sound a bit stupid considering all the software that's available to do the job, but here are a few good reasons to write it this way:
Even-though I am calling this project a "HTML Editor", it is really just "a Plain old text editor with some extra bells and whistles!"
- Better control over which tags are used, and how they are used.
- I can be sure that my html doesn't end up full of unnecessary tags, which can happen with some WYSIWYG editors after playing around with formatting and such a few times.
- Better control over the internal formatting of the html.
- The satisfaction that can only come from doing something yourself!!!
You still need to know html tags, structure and rules in order to write good html with this program.
It may not do absolutely everything for you, but it should prove itself to be a useful, time-saving tool!Features so far:
- Multiple-file text editor, with Clipboard and Search
- Built-in "Web-browser" for previewing your html ("Microsoft Internet Explorer" ActiveX control)
- Speed-buttons, Menus and Shortcut -Keys for inserting many common html tags - Including formatting, Hyperlinks, Headings, etc.
System Requirements:
It will not be ready to put up here for awhile yet, as I am still working on it.
- Windows 95/NT 4.0 or newer
- Internet Explorer Version 5.0 or newer
I still have many features I want to include first!
If you can think of any really cool and useful features to include please let me know!