xquery for generating html and xml
Posted in JavaScript, Tech, XML/XHTML on January 16th, 2003 No Comments »
I had never considered using XQuery for generating html and xml. Until now.
Posted in JavaScript, Tech, XML/XHTML on January 16th, 2003 No Comments »
I had never considered using XQuery for generating html and xml. Until now.
Posted in Tech on January 12th, 2003 No Comments »
LawMeme summary of SearchKing v. Google case, an interesting read even if you have little to no interest in law.
Posted in Tech, Work on January 9th, 2003 1 Comment »
SitePen client West Coast Internet is offering a replacement DSL service for former DirectTV DSL customers, a service that is being discontinued.
Posted in Mozilla, Tech on January 5th, 2003 No Comments »
“The Checky plug-in is an simple Interface for web content and resource developers to free and commercial online Validator and Checker services.”
Posted in Tech on January 5th, 2003 No Comments »
Tom’s Hardware article on building stable computers. Great information on choosing components (where and where not to cut costs), assembling the system, installing software, and testing. The first really good article I’ve seen in a while on building a reliable computer.
Posted in JavaScript, SVG, Tech on January 3rd, 2003 No Comments »
An article describing the benefits and shortcomings of using DOM mutations events in SVG. Much of the recent innovation in JavaScript is closely coupled with SVG. Unfortunately, mozilla and IE do not yet come by default with native SVG support.
Posted in Mozilla, Tech on December 30th, 2002 No Comments »
I’ve been using mozilla1.3 alpha for a while, and I couldn’t figure out why the spam algorithm would stop working after a day or two. Well, it turns out in addition to having to manually mark messages as spam, you also have to explicitly mark messages as not spam. In retrospect, this sounds obvious, but […]
Posted in Mozilla, Tech on December 29th, 2002 No Comments »
A Washington Post article describes mozilla as the best hope for better e-mail software in outlining mozilla’s addition of spam filters, palm address synchronization, and saved searches.
Posted in CSS, Tech on December 13th, 2002 No Comments »
A short extension proposal for z-index: keywords for above all other stacked boxes, and below all other stacked boxes. Use case is if you don’t know in advance how many boxes you’ll be stacking, but you know you want a certian box to be above all the others. Rather than picking a very large z-index, […]
Posted in JavaScript, Tech, XML/XHTML on December 7th, 2002 7 Comments »
This article describes using the DOM 2 Range with JavaScript and describes its support in mozilla. I put this together rather quickly and it isn’t very robust, but it is better than nothing. Send bugs and comments to mail[@]dylans.org (without the brackets) Overview: A Range selects all content between a pair of boundary points, and […]