Image Resizer - Php Application for Windows (Almost)

I decided to write a small utility to quickly and easily batch resize images.

I wrote it in PHP, and while PHP is mostly a "Web" language, it actually worked out quite nicely. You simply double click the icon to start the application, drag and drop a folder with your images into the program window and [...]

TableScriptGen - C# 2 Console App

NOTE: This is a first draft, alpha code release.
Whenever you are working with Microsoft's SQL server you inevitably have to write some Transact SQL code.
I'm currently working on a data migration script and I found I'm using similar code over and over for the different tables found in the source database.
I've written a small utility [...]

BatchRun - .NET C# 2 App

NOTE: This is a first draft, alpha code release.
This application was written to run multiple sql scripts files against an MS Sql server database. I wrote it to learn more about .NET C# 2 Windows application development.
It is pretty much a work in progress, but it’s at a usable point so I decided to release [...]

FoxPro Program For Printing Labels - LblPrint

This is a very simple label printer application I wrote for work. I don’t have the code for download, because it’s a very specific application, and probably won’t work for you, but it does showcase some of the powerfull features of Foxpro.
Here is how it works:
The user enters a search term, then clicks the search [...]

FoxPro Program For Sharing Files At Lanparties - UtFiles

I’ve had this app for a while. In fact, this was one of the very first apps I built in Foxpro. I haven’t posted it because I wanted to get it cleaned up and add in some of the new things I’ve learned.
It’s basically a file sorting utility that takes files from a specified source [...]

FoxPro Program For Extracting HTML - GetHtml

Another little program released. This program is for retrieving the HTML of a web page.
After experimenting with the West Wind Internet and Client Tools and then with my own version of a wininet.dll wrapper, I decided the easiest way was to use the WinHTTP service. I didn’t even know it existed until I found it [...]

FoxPro Program For Testing SMTP Servers - SmtpTester

Ok…so here it is…the first of hopefully many applications you can download.
The idea to create this app came to me while I was trying to troubleshoot my uncle’s program that wouldn’t connect to his smtp server. His application is in VB6 and he uses it to send out emails from a list of addresses in [...]