Main Page

bytefx: Nice JavaScript/DHTML Effects in Just 2K

bytefx describes itself as "a fast, lightweight and crossbrowser library with some useful special effect [sic] for your web pages. I'm not sure how well it mixes with other JavaScript libraries, but its effects are visually pleasing and can be useful for your web applications.

Taking Passwords to the Grave

Tombstone with the engraving 'LOGIN INCORRECT - PLEASE TRY AGAIN.
Picture created with the Tombstone Generator.

c|net's article, Taking Passwords to the Grave, looks at an interesting problem: what happens if your loved ones can't recover your data after you're dead because they don't have your passwords?

Their recommendation: include important login information in your estate planning documents. Of course, this means that you'll need to write those up if you don't already have them.

developerWorks' Series on Ajax and REST

IBM's developerWorks has posted the first article in a series on Ajax and REST. In the article, author Bill Higgins states that as web applications become more "immersive" -- that is, more like traditional desktop applications -- there is an increased tendency to violate the web's architectural style: representational state transfer, a.k.a. REST. He walks through an explanation of what REST is, the dangers of breaking the REST architectural model and how Ajax can be used to build stateful-client/stateless-server applications that are both "immersive" and in harmony with REST.

A Quick IronPython Tutorial

If you've been meaning to try out IronPython -- the Python implementation that runs on .NET -- since its recent 1.0 release, the blog Learning Python has a tutorial for putting together this simple "Hello, world!" GUI app, where the button text changes to "Hello, world!" when clicked:

'Hello World' application in IronPython. /