Featured articles
See also …
Meta
Monthly Archives: March 2006
Two small, useful Nautilus shell scripts
If you use a Unix-family operating system with the Gnome desktop and its default Nautilus file browser, you might know that you can extend Nautilus using simple shell scripts. Here two short and simple scripts. Terminal window This script, which … Continue reading
Tagged tips
2 Comments
The REST schism and the REST contradiction
Update: a proposal for a better name. Don Box got people talking last week in a posting where he distinguishes between two kinds of REST: lo-REST, which uses only HTTP GET and POST, and hi-REST, which also uses HTTP PUT … Continue reading
Tagged architecture, programming
4 Comments
XML 2006: Paper Tracks
For XML 2006, which will be held in Boston from 5-7 December, we’ve decided to introduce four paper tracks. Each track will extend the full three days and will serve as its own mini-conference, concentrating on a specific area of … Continue reading
Tagged conferences
4 Comments
RFC: (Java) SAX exceptions and new minor SAX version
(Note that this is not a major API change, and does not affect non-Java versions of SAX.) Over on the sax-devel mailing list, Norman Walsh, who is involved with JAXP at Sun, has requested a small change to the SAXException … Continue reading
Tagged programming
2 Comments
Programming languages of distinction
Via Ongoing, I read some interesting discussions of programming languages — mainly Python vs. Ruby, with most people happily dumping on Java. Steve Yegge, in particular, argues that language success is based mainly on marketing, and that Python is doomed … Continue reading
PHP, XML, and Unicode
Update: in a comment John Cowan points out the obvious, that a UTF-8 escape sequence can never contain an ASCII character (because the high bit is always set, as I knew but failed to register). As a result, my xml_escape() … Continue reading
Tagged programming, tips
8 Comments