Since 2 days I have what I call a mobile office.
I choose for a HTC Artemis smartphone instead of a laptop.
My main reasons for choosing the smartphone:
- Windows Mobile 6
- Office Mobile
- Internet Explorer
- Windows Live (Messenger)
- WIFI (both at school and at home)
- USB
- GPS/TomTom
- Price (ofcourse!)

Raphaël 1.0 has been released.
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web.
Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy.
Raphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.
Releasenotes are currently unavailable.
Download: http://github.com/DmitryBaranovskiy/raphael/blob/master/raphael-min.js?raw=true
Prototype 1.6.1 has been released.
This version features improved performance, an element metadata storage system, new mouse events, and compatibility with the latest browsers.
It’s also the first release of Prototype built with Sprockets, a JavaScript packaging tool and PDoc an inline documentation tool.
Highlights
- Full compatibility with new browsers. This version of Prototype fully supports versions 1.0 and higher of Google Chrome, and Internet Explorer 8 in both compatibility mode and super-standards mode.
- Element metadata storage. Easily associate JavaScript key/value pairs with a DOM element. See the blog post that started it off.
- New mouse events. Internet Explorer’s proprietary “mouseenter” and “mouseleave” events are now available in all browsers.
- Improved performance and housekeeping. The frequently used Function#bind, String#escapeHTML, and Element#down methods are faster, and Prototype is better at cleaning up after itself.
- Built with Sprockets. You can now include the Prototype source code repository in your application and use Sprockets for dependency management and distribution.
- Inline documentation with PDoc. Our API documentation is now stored in the source code with PDoc so it’s easy to send patches or view documentation for a specific version
The download can be found at http://prototypejs.org/assets/2009/8/31/prototype.js