There are quite a few Windows applications at anotherurl.com.
Most are in logical places: the LED QV100, Andrew's Anubis, Nick's Solar Stuff.
A few apps get created for our own use. These oddball apps are difficult to classify - anyway, here they are:
MakeClean
You chose a directory to prune from. All projects under that prune node get cleaned up. Your source code stays intact: Bill's garbage gets discarded! Any file that's too big gets logged. The size "whinge" level is tweakable. What does MakeClean do?MakeClean recursively walks the directory under the selected "prune" node. Any files with these extents get deleted: DebugUnicode HistoryV1.03 15th Jan 2001. Files with extents .tlh, .tli do NOT get
deleted. |
ClipClobber
Why would you want to do this? Well Billy wants you to use bloated html. Let me demonstrate: I'll paste 4 words in to FrontPage from Word: Four words from Word! Now let's see what got pasted... <p><span style="font-size:12.0pt;font-family:"Times New Roman"; Lot's of garbage! I may have wanted keep to the font defined in a style sheet. I normally scrap this garbage. The usual alternative is to start hacking out the excessive html with notepad. Or paste into notepad and copy back to the clipboard... yawn. Now with ClipClobber running on the desktop, what do we get... Four words from Word! Look at that! 21 bytes of good old ASCII! Nothing to hack out! UsesCutting and pasting to Outlook - the famous mail application - no more inadvertent HTML slowing you down! Converting a Word document to a Web document. Word does such a shameful job. "Just so simply creates HTML that's abysmal!" How To...HistoryVersion 1000 28th Jan 2001 (Makes a change from version 1.01!)
Reduce code size. |
Email-HTML
How To...
<a href="mailto:andrew@anotherurl.com">Andrew</a><br> This can be pasted as HTML on the FrontPage HTML tab: AndrewNick Indica HistoryVersion 1000 28th Jan 2001 Reduce code size. |
VersionCheck
How do you check that all the files have the same version revision? How To...
HistoryVersion 1000 28th Jan 2001 - First release. |