Couple of handy utilities and web things for the tinkerers

From the Big Guy, AutoHotkey is a (Windows only) scripting tool featuring a very rich language with which one can build anything from the trivial (launch some application with a hot key or mouse gesture, replace awkward key combinations) to the seriously complex (visual AutoHotKey GUI builders). A decent, growing user community is kicking in pre-built scripts and debugging each others’ work.

From my collection on RawSugar:

  • Meazure is a (Windows only) program that measures, magnifies and captures the screen by providing a battery of features in a cohesive user interface. Handy utility to finding out the size and color (RBG values of specific pixels, no less) of any screen object and more that I’m too lazy to dig into yet.
  • Tiny Tiny RSS is a nicely styled, GPL/open source, server-side RSS aggregator written in PHP and using the latest in Ajax to make the interface simpler than, say, Planet though with a ways to go to match features.
  • PHONifier “is an application to make your mobile web life easier. More and more mobile phones have internet access, yet there are very few webdevelopers that really seem to care about the mobile surfer. PHONifier takes care of this by optimizing webpages for mobile phones… On the fly.” GPL open source, coded in PHP. For example, look at BillSaysThis.com through this lens.
  • Regex Powertoy is Gordon Mohr’s open source project (requires Java 5 + Javascript in browser), which I saw demoed at BarCamp ’05. Powerful tool for developers who deal with string manipulation and processing in their apps.

Articles:

Happy trails, Tech Explorers!