Saturday, September 30, 2006

http://www.rushfrisby.com/apps/Flickr-Wallpaper-Rotator.aspx

This program is my "hack" submission for Yahoo Hackday. It rotates your wallpaper using images from Flickr.

Requirements: .NET 2.0 Framework

The download for this application has moved to my application repository. Click here to go there now!

Thursday, September 14, 2006

Atlas roadmap and naming

Atlas is finally going to be officially supported by Microsoft. You can read this article to find out what all is happening.

Wednesday, September 06, 2006

HTML Stripper Update

I updated the interface so it looks a little better plus added a form to choose which tags you want removed so you don't have to edit the txt file manually.

I also added htmlStripperQuick.exe which will copy text from the clipboard, replace the tags listed in RemoveTags.txt and then paste it back to the clipboard. I figure if you put this in your quick launch toolbar it would work real nice.

The download for this application has moved to my application repository. Click here to go there now!

Friday, September 01, 2006

HTML Stripper

Today I wrote a program that will strip HTML of out of a blob of text. I am posting it here in case someone else has a use for it. When you extract the archive you will notice that there are 4 files:
  1. htmlStripper.exe - You must have the .NET 2.0 Framework installed to run this.
  2. RemoveTags.txt - Any tags listed in this file will be removed from the blob of text when you run the program.
  3. HtmlTags.txt - A reference list of most HTML tags.
  4. readme.txt - Gives a description of the program.


The download for this application has moved to my application repository. Click here to go there now!