The weblog of Michael Zehrer
26.5.2006
- GWT Components – GWT Component Library
Collection of open-source widgets for Google Web Toolkit
(categories: GWT ajax google java javascript programming webdev )
- Object-Oriented Javascript – Nefarious Designs, Web Standards Design and Development, East Grinstead, West Sussex, UK
Although Javascript shouldn’t be classed as an object-oriented language, pretty much everything within it is object based; from DOM scripting (Document Object Model) through to specific built-in objects such as Image and Date. This basically means that
(categories: development javascript programming webdev )
- If It’s Not Nailed Down, Steal It
There’s a whole world of language features that we sometimes miss out on as Rubyists, such as pattern matching, S-expressions, and external domain-specific languages. But the good news is that we can have them, too, as long as we’re not afraid to steal a
(categories: development programming ruby )
- Intro to DRb
DRb literally stands for “Distributed Ruby”. It is a library that allows you to send and receive messages from remote Ruby objects via TCP/IP. Sound kind of like RPC, CORBA or Java’s RMI? Probably so. This is Ruby’s simple as dirt answer to all of the abo
(categories: clustering programming ruby )
- RuzeeBorders – Steffen Rusitschka’s Blog
RuzeeBorders is the first and only JavaScript library for rendering shadows and anti-aliased rounded corners inside a web browser without the designer needing to create background images. You can easily include it into your web site/blog etc. with only mi
(categories: css html javascript webdev )
- RUZEE.Events – Steffen Rusitschka’s Blog
When playing around with JavaScript that modifies the DOM inside the browser, you want to start with these modifications as fast as possible so the visitor ideally does not recognize the changes. This applies to RuzeeBorders as well as to animations on yo
(categories: javascript webdev )
- Repairing Windows XP in Eight Commands – Guide – Short-Media
(categories: administration microsoft sysadmin windows )
- SAP on Rails, and not on the skids
(categories: rails ruby sap )
- RadRails – another one for the Box of Tricks
(categories: development rails ruby sap )
25.5.2006
- JTNEF – Java TNEF package
The Java TNEF package is an open source code implementation of a TNEF message handler, which can be used as a command-line utility or integrated into Java-based mail applications.
(categories: email java library tnef )