dave seah: better living through new media Filter Navigation Temporary Redirect Page Personal Articles Productivity Articles Compact Calendar The Printable CEO Series The Printable CEO Series Back to Home Page Admin:Login

My Favorite Software, Part I

POSTED 09/26/2004 UNDER EditorialTools

LAST UPDATED: September 26, 2004

I'm picky about the tools I have installed on my computer. Every once in a while, I flip out and look to see if there's something better out there than what I'm using. I'm fairly happy with what I'm using now, so here's what I'm using right now on my Windows XP box.

TEXT EDITOR

My text editor of choice is still TextPad, currently version 4.3 on my boxen. It's loaded with all the features that a 2000-era text editor would have: syntax highlight, multi-document management, and regular expression searching. It's also got a useful binary view mode, which is useful when figuring out file types quickly (I just append ".bin" at the end of the filename). It's still missing a few things that I'd like: function recognition, code folding, and maybe FTP connectivity. NotePadPro is perhaps more capable, and SciTE looks like a possible replacement. But TextPad doesn't overload its toolbar with giant ugly buttons, and it loads and feels faster than just about any other full-featured text editor I've tried.

EMAIL

I use TheBat! 3.0. I've been using it since around 2001, when I first became incensed at total unimpressiveness of Eudora 4.x. Outlook and Outlook Express, with their dodgy record on reliability with large mailboxes and tendency to lock you in via broken data exchange, not to mention the continuing security problems...not even a consideration. I tried PegasusMail and some others that escape my memory, and it was TheBat that I stuck with. It's fast, it has great backup and restore, and once configured to do away with its "stock ticker" thingy, it's lean and mean. It also will show you meta information, such as full headers and email parts, much more readily than just about any email program I've used. And it takes pains to make itself less susceptable to evil executable attachments and HTML (it actually has its own HTML rendering engine, instead of using the Internet Explorer engine which seems to have a new exploit every week). As a result, the program isn't as pretty compared to other mail clients, but it's cleanly designed.

ZIP UTILITIES

The earliest version of Stuffit for Windows was a simple shell extension. You double-clicked a file to expand it, which it would in same directory as the archive. To compress files, you selected them and right-clicked to choose "Stuff" or "Stuff with Options". When it added ZIP compression, it became my current favorite archiving tool. I still use it in the way I describe. The current version I'm using, version 8.0, adds a lot of useless stuff like an archive browser with huge buttons and marginal additional utility. But it beats the shit out of WinZip and its wizard-driven ilk, and it doesn't created corrupted archives or extra mystery folders as its early progeny did. Archiving with Stuffit, once you turn off all the new stuff, is fast and seamless. I'd just get the regular version...I don't use any of the other features.

But what about corrupt archives? For years, I thought I had lost an important archive from 1996. But one day, having discovered a separate archive was also bad, I started to doubt the integrity of the unzipping software. Although the name of the archive format, "ZIP", hasn't changed, there have been internal changes. there was a chance, I thought, that modern Zip programs had forgotten how to unzip the old standards. There's one last-ditch program called Info-Zip that might serve your needs, and recover partial archives. Apparently it was written by archive maintainers, who have to deal with ancient 80s-era zip files. So compatibility is very important to them, as you can imagine.

DATA SYNCHRONIZATION

SynchronEx will let you compare the contents of two folders, and synchronize them so they are the same. The registered version can do one-way syncs (for backup) . Unlike most synchronizing programs, you can get the control you want by editing a script with a regular text editor. You execute the script by double-clicking or right clicking to do the sync. It will by default just pretend to run the sync to tell you what it would do...if that works, then you can choose to actually execute. The nice thing about SynchronEx over others is its transparency of operation and nearly-seamless integration into Windows Explorer. There's no need to hunt around for a program. Just right-click and select SYNC and it goes. It will work across the network just fine too, so I use it for production backups to my file server. The first time you install it, you'll wonder if it actually did anything, but read the information that pops up on the screen. While it's initially kind of confusing, it's well worth the effort to learn.

ONLINE TOOLS

Updated Markdown Image Hack 0.2

POSTED 09/24/2004 UNDER Gweeping

I've made some improvements: better syntax, image popup code, embedded CSS styles, and it now can use [id] references. Code is still ugly though, and still in the Markdown source :-)

Check it out.

Atkins 1, Twinkies 0

POSTED 09/23/2004 UNDER Suckage

I felt a pang of anxiety when I read that Interstate Bakeries Corporation has entered Chapter 11 (via BoingBoing). They manufacture Twinkies!

I haven't had one in years, finding them far too sweet, but they're one of America's Great Pop Cultural References. The deep fried twinkie is a testament to this food's continuing ability to frighten and intrigue carb addicts everwhere. And without them, our slang would not be quite as sweet.

Perhaps they will be transmuted to organic form or become haute cuisine, but I'd hate to see the original Twinkie go away. So do your duty and buy a box (just don't eat them all at once, geez). Pick up a loaf of Wonder Bread while you're at it!

Demise of NPR in Rhode Island?

POSTED 09/22/2004 UNDER Suckage

My sister commented that her local NPR station, WRNI, seems to be up for sale...distressing! That reminded me of this article about the rise of 'middlebrow culture' and how the nature of public radio changed when threats to their endowment allowed them to seek advert--er, underwriting from other sources. Also, how the demand for talk and news has displaced classical music over the years. Great article.

WordPress Email Form Hack

POSTED 09/21/2004 UNDER Gweeping

UPDATE: You can download a much more useful plugin at from Ryan Duff's site: wp-contactform. There's also a version with more validation of the email address (through DNS, no less) called PXSMail, which I haven't tried.

My own contact page now uses wp-contactform...I hope my email contact woes go away now :-) For historical purposes, I'm leaving the old information up.

UPDATE: Use Ryan Duff's WP-ContactForm Plugin instead.

I decided not to put my contact address directly online, but my original instructions kinda sucked. So I modified the php email script at StarGeek to work for my contact page.

To make the basic form look like the rest of this site, I copied index.php as email.php and replaced everything in the content div with the contents of this text file

Instructions

Just replace with your email address, and this might work for you too. Use email.php for your email links, and this should work. The original script makes some assumptions about how sendmail is setup on your server, so you'll need to dig into it. I'm not a PHP or linux expert, so your mileage may vary.

The CSS class might not work for IE users though unless you are applying text-align:center in a containing DIV outside of this block, or so I'm told.

Other Notes

I also was reading about a built-in email validation function at ScriptyGoddess, so I put that in too.

Page 252 of 260 pages « First  <  250 251 252 253 254 >  Last »
Thank you for printing this article! Please note that all material on this website is copyrighted by either David Seah or individual comment contributors. To request permission for republication and distribution, please contact David Seah (http://davidseah.com/contact).