xml.com articles
March 5th, 2003 by Dylan
xml.com has two new interesting articles: Inside the RSS Validator and Prototyping One-to-many Links with XSLT.
March 5th, 2003 by Dylan
xml.com has two new interesting articles: Inside the RSS Validator and Prototyping One-to-many Links with XSLT.
February 13th, 2003 by Dylan
Wired magazine has an article titled Segway Breakdown. I want one, but I’ll be waiting for a version that can go more than 11 miles without needing a recharge.
February 9th, 2003 by Dylan
A List Apart has impressed me once again. A couple of months ago, they showed how to embed flash movies with xhtml compatible markup which I was able to extend to SVG files. Now, they show how to trick IE for Window into displaying pngs with full alpha transparency.
February 9th, 2003 by Dylan
Simple DOM Test Page that shows what you current browser claims to support. A lead-in to the W3C DOM Test Suite.
February 1st, 2003 by Dylan
SVG mobile blackjack game. Impressive for 30k, and for something that will work on svg-enabled mobile devices.
February 1st, 2003 by Dylan
xmlhack has a short article tracking changes in xhtml 2.0 working drafts.
February 1st, 2003 by Dylan
Keynote, Apple’s new presentation program, uses xml, but not svg, for its vector graphics description markup.
January 28th, 2003 by Dylan
For Christmas, I received the wonderful Logitech ioPen, a digital pen. The pen works with a specialized notebook and a Palm-like syncing cradle to transfer everything you write to digital format. I’ve been making great use of it for drawing out schematics for web sites.
In the past, I would have to scan the pages that I write on, and my weird penmanship would scan poorly, making most schematics illegible. With this tool, I just stick the pen in the cradle and the diagrams are saved to disk where I can export them to jpeg format (too bad not svg), send an e-mail (a jpeg attachment), or open with Word and try to convert using character recognition software. And they are far more legible than my old scanned diagrams.
The pen has a few drawbacks. It can only be trained for uppercase text, making text recognition impractical. Entering an e-mail address on the e-mail field of the paper also has to be all-caps which looks unprofessional when you choose the email option. It currently only runs on Windows (understandable, but hopefully that will change), and the appointment system only works with Outlook or Lotus Notes, not Palm Desktop, mozilla, or Ximian Evolution.
Logitech customer support seems to know very little about the product. Upon writing to ask if there were plans to support mixed-case text, I was told to try it and see what happens. Overall, the tool has significantally improved one portion of my development process, and is a worthwhile purchase for anyone who still likes to write things by hand, or wants tablet pc functionality for writing, at a fraction of the cost and without a bulky laptop.
January 25th, 2003 by Dylan
Peter-Paul has released a new version of his w3c dom css compatibility table.
January 25th, 2003 by Dylan
When using document.createElement(“script”) to add a javascript file to an html document, Internet Explorer does not provide consistent error messages. Instead, I have found a combination of failing silently and giving error messages for the line number that was used to append the script to the document.