March 19, 2007

Where to find help with Atom, RSS, XQuery, XPath, or XForms

Well, I've been doing a bunch of Atom content for developerWorks, so they asked me if I would host an Atom and RSS forum to help answer any questions people have, and I'm happy to do that. My XQuery/XPath 2.0 forum has been going pretty well, so they thought they'd have me do another one. Tyler's been in charge of a form to get XForms help, but it's been a little quiet. (Which is too bad, because if people have questions, they'll have his full attention. :)) Apparently, they've also been featuring my XForms Sudoku series on the home page for several weeks, which is unusual. I'm pretty excited about that. They're probably pushing it because of the podcast.

Posted by roadnick at 12:03 PM | Comments () | TrackBack

March 01, 2007

Life on the other side of the mic

I've done a ton of interviews, but always as the interviewer. Yesterday I got a call asking me to be the interviewee for the IBM developerWorks podcast. They're featuring one of my articles, Use XForms to create your own Sudoku game on the developerWorks homepage this week.

I think I was almost more interested in seeing the interview from this perspective than actually doing the interview. Scott Laningham is really a great interviewer; he's great at putting people at ease, and I learned a heck of a lot from the experience.

And I've never been compared to Buckaroo Banzai before, which was funny. But is it pathetic that I wound up actually referencing my own blog?

Posted by roadnick at 02:27 AM | Comments () | TrackBack

October 19, 2006

Featured on IBM's developerWorks

I'm very fortunate that a lot of the pieces I write for IBM developerWorks get featured, either on the home page or in the particular "zone" in which they belong. Today I see that The ultimate mashup -- Web services and the semantic Web, Part 5: Change out Web services is on the home page. I'm particularly proud of this series, which introduces people to all kinds of concepts, from the Semantic Web to RDF and ontologies, which I find absolutely fascinating. Maybe it's the puzzle-solver in me, but the idea of trying to reconstruct the structure of information and how different pieces relate to each other fascinates me.

It's just an area that I don't feel people are taking seriously enough; this is where we're going, people! You may not like it, and it may be extra work, but somebody's going to figure out a way around that, just you wait.

Posted by roadnick at 09:10 AM | Comments () | TrackBack

January 28, 2006

JSON: Ajax without the cross-domain issues

I've just posted an introductory discusion on JavaScript Object Notation (JSON). What's itneresting about it is it provides away to get around the cross-domain issues you get when you try to access web services using Ajax. Yahoo's now outputting JSON in a ridiculously easy way, so this is worth checking out.

Posted by roadnick at 05:14 PM | Comments () | TrackBack

September 30, 2005

On eBay, Skype, and the death of Google

I just posted some remarks on why I think we're seeing the very beginning of the end for Google.

Posted by roadnick at 12:56 PM | Comments () | TrackBack

August 16, 2005

Create a problem determination scenario from scratch

Now available on IBM's developerWorks (and actually, featured on the home page!): Create a problem determination scenario from scratch:

This tutorial chronicles the building of an autonomic computing system that monitors a Java application to demonstrate the ability to detect and resolve issues within the system, a problem determination scenario. In the autonomic computing world, a problem determination scenario is one in which you can demonstrate how an overall system can detect, diagnose, and resolve problems. The Problem Determination Scenario, which you can download from the developerWorks Autonomic computing content area, is an example of a system that does just that by showing you how you can use the various pieces of the Autonomic Computing Toolkit together. In this tutorial, you can follow along and create each piece of our own simple problem determination scenario, which will give you an in-depth understanding of key autonomic computing concepts by using the Generic Log Adapter Runtime and Rule sets, the Resource Model Builder, and the Autonomic Management Engine.
In other words, it tells you how to build a system that fixes itself.

Technorati tags: |

Posted by roadnick at 06:58 PM | Comments () | TrackBack

February 04, 2005

Creating a GUI Feedreader using C++, Part 1: A No-Brainer Guide to UML

Now live on DevSource -- Creating a GUI Feedreader using C++, Part 1: A No-Brainer Guide to UML: "If you've never used the Uniform Modeling Language (UML) before, it can seem a little intimidating. However, UML is actually not all that difficult, once you get to be familiar with the different diagrams and how they can help you to model and document your project. This article takes you through the process of modeling an application using UML, explaining each of the different diagrams, and the basics of how they work. When you're done, you'll have enough of an understanding of UML to document your own project. You'll also have enough of an understanding to delve into UML's finer points without feeling overwhelmed."

Note that this is also the first article chronicling the development of ChaosCrusher, an RSS/Atom/syndication feedreader that will hopefully do what I want a feedreader to do.

Posted by roadnick at 11:14 PM | Comments () | TrackBack

January 17, 2005

What I want in an aggregator

Almost a year ago, I wrote about what I want in an RSS aggregator, and now, as I actually write one in C++ (see, I told you I was doing it) I've gone back and found that all of those requests are still valid. And I still don't see anybody doing all of it.

Posted by roadnick at 11:53 AM | Comments () | TrackBack

January 15, 2005

My predictions for 2005

I've actually got a pretty good track record of seeing trends as they're coming along, but I've never before been forced to actually write my predictions down. This year, all of us InformIT guides took it upon ourselves to document our predictions for the coming year. I sweated over mine for about 3 days, and I'm actually pretty happy with the results. (We'll see how happy I am in 11 months. :)) They're posted in the guide itself, but I've also reposted them in the blog, as Predictions for 2005, part 1 and Predictions for 2005, part 2. I wish I could have gotten them all in one posting, but there it is.

Posted by roadnick at 11:03 AM | Comments () | TrackBack

January 12, 2005

Use the GLA with the Log and Trace Analyzer with Release 2 of the Autonomic Computing Toolkit

Now featured on IBM developerWorks -- Use the GLA with the Log and Trace Analyzer with Release 2 of the Autonomic Computing Toolkit: The GLA and LTA are Eclipse-based tools that enable logs to be parsed for occurrences of pre-defined events, relate those events to situations, and recommend actions based on information in a knowledge base. This tutorial is of particular interest to developers and administrators of applications with dependencies on multiple servers, such as DB2, Apache, and WebSphere. The key lesson imparted here is how to use the GLA to create your own adapter for custom application logs. Additionally, the tutorial introduces the underlying elements of the log adapter process. These low-level enablers of autonomic computing systems are an important contributor to the creation of more autonomic computing systems. This tutorial takes you through an example of how high-level open standards, such as the Common Base Event description, can be incorporated into development and administration functions at a practical level.

Posted by roadnick at 02:02 PM | Comments () | TrackBack

December 13, 2004

Working With Avalon Today: Getting started with XAML

My article, Working With Avalon Today: Getting started with XAML, has been posted on DevSource. The blurb:

You don't have to wait for Longhorn to start playing with XAML. Nick Chase shows how to use XAML to create a window, add vector graphics to it, and bind those graphics and their events to .NET code that writes and reads a file on the user's local machine.

Posted by roadnick at 10:39 AM | Comments () | TrackBack

October 10, 2004

How to write an effective tutorial -- the presentation

I'm just to blasted tired to elaborate at the moment, so if you don't already know that I've written more tutorials for IBM than ... well ... just about anybody -- I think Doug Tidwell has edged me out, but that's about it -- you'll just have to take my word for it.

This weekend I gave a presentation at the Florida Association of Computer Users' Groups conference, which was quite enjoyable. I'll elaborate later, but for those of you looking for the link to that presentation I promised you, here it is.

More later...

Posted by roadnick at 06:25 PM | Comments () | TrackBack

July 25, 2004

Elsewhere in my weblog world

I've been trying to catch up on my InformIT blog, and consequently have also been catching up on The Vanguard Science Fiction Report. Here are some things I've been talking about:

InformIT:

Mosh Ado About Nothing
A library of regular expressions
The Enterprise Service Bus
Feed of the week: The Open Source Vulnerability Database

The Vanguard Science Fiction Report

The Asimov legacy is safe
Hawking changes mind on alternate universes
Jerry Goldsmith dead at 75

Posted by roadnick at 01:40 PM | Comments () | TrackBack

June 24, 2004

Tip: Use XForms to send and receive Web services messages

Now on developerWorks, Tip: Use XForms to send and receive Web services messages: "One of the great strengths of XForms is the fact that an XForms client can send its data as XML, and that it receives XML in return. This capability can be exceptionally useful in the field of Web services, where that's exactly what gets sent and received: XML messages. In this tip, I'll look at how to use an XForms browser as a Web services client, sending a SOAP request and displaying the results directly in the browser."

Posted by roadnick at 08:02 PM | Comments () | TrackBack

June 17, 2004

Using the Generic Log Adapter with the Log and Trace Analyzer

Now featured on developerWorks: Using the Generic Log Adapter with the Log and Trace Analyzer

The GLA and LTA are Eclipse-based tools that enable logs to be parsed for occurrences of pre-defined events, relate those events to situations, and recommend actions based on information in a knowledge base. This tutorial is of particular interest to developers and administrators of applications with dependencies on multiple servers, such as DB2, Apache, and WebSphere. The key lesson imparted here is how to use the GLA to create your own adapter for custom application logs. Additionally, the tutorial introduces the underlying elements of the log adapter process. These low-level enablers of autonomic computing systems are an important contributor to the creation of more autonomic computing systems. This tutorial takes you through an example of how high-level open standards, such as the Common Base Event description, can be incorporated into development and administration functions at a practical level.
Posted by roadnick at 11:50 AM | Comments () | TrackBack

June 02, 2004

Understand the Autonomic Management Engine

Now on developerWorks: Understand the Autonomic Management Engine

"The idea of an autonomic computing system is attractive -- who wouldn't want a system that knows what to look for, and what to do if it finds it? But, building one from scratch is too much of an undertaking for most shops. Fortunately, the Autonomic Management Engine simplifies the process. This tutorial explains how AME works and shows you how to embed it into one of your own applications."

This is actually pretty cool. Well, I think so, anyway. :)

Posted by roadnick at 11:34 AM | Comments () | TrackBack

May 14, 2004

The making of MetroSphere, Part 30: Overcome cross-site scripting limitations

Now on developerWorks -- The making of MetroSphere, Part 30: Overcome cross-site scripting limitations:

Unfortunately, not everyone on the Internet has good intentions. To prevent users from entering malicious code into submitted material, the designers of WebSphere Portal disabled the ability to submit HTML to the Portal through a Web form. This article explains how you can selectively allow HTML in user-submitted material.
Posted by roadnick at 08:16 PM | Comments () | TrackBack

May 04, 2004

DOM and PHP

Now in the XML Reference Guide over at : DOM and PHP

PHP has support for XML built in, but as far as production code, it's limited to SAX. You can install the DomDocument module, but you do, of course, have to have access to the actual server in order to use it. Fortunately, for those of you who, like me, use an external web server and don't have that kind of control, there's a simple way to get Document Object Model functionality. ...
Posted by roadnick at 09:29 PM | Comments () | TrackBack

April 20, 2004

Domino applications and the Portal API

This must be my week for being featured! Domino applications and the Portal API was featured in this week's IBM Portal News:

Lotus Domino is great for storing all sorts of information in one place, and WebSphere Portal is great for gathering information from all sorts of places. But how do you get the two of them together? One option is to directly incorporate your Domino data into your portal application using the WebSphere Portal API. This tutorial details the process for reading from, and writing to, a Domino database from within a portlet.
Posted by roadnick at 01:41 PM | Comments () | TrackBack

April 17, 2004

The making of MetroSphere, Part 29: Understand the web.xml and portlet.xml files

Now featured on the developerWorks home page: The making of MetroSphere, Part 29: Understand the web.xml and portlet.xml files

With all of the magic that goes on in the WebSphere® Portal Web interface, it's easy to forget that at its heart, a portlet application is just a collection of servlets and their supporting classes, strung together using the web.xml and portlet.xml files. As we moved to customize the MetroSphere.com experience, we realized that understanding just how these two files fit together was crucial to controlling items such as the initial title of a portlet window. This article explains the major pieces of these two files and how they control what you see in your portlet application.
Posted by roadnick at 05:53 PM | Comments () | TrackBack

April 14, 2004

One trip to Austin

I've been publishing for IBM for a couple of years now, so I don't even blink when they feature an article of mine, but this
is really cool. Last summer, I took a trip to Austin Texas to sit in on a session of IBM engineers talking about their brand new Autonomic Computing initiative. I came home and proposed about 15 articles and tutorials and such. Or was it 25? I can't remember now. It's been such a long road to get here -- I didn't write all of the pieces, but I've been involved in most of them in one way or another -- but it's still cool to see my "vision" out there for people to see.

Posted by roadnick at 03:36 PM | TrackBack

Introduction to Autonomic Computing

Now the featured story on developerWorks: A quick tour of autonomic computing

Autonomic computing architecture is a range of software technologies that enable you to build an information infrastructure that can, to lesser and greater degrees, manage itself, saving countless hours (and dollars) in human management. And all this without giving up control of the system. This tutorial explains the concepts behind autonomic computing and looks at the tools at your disposal for making it happen -- today.
Posted by roadnick at 03:09 PM | Comments () | TrackBack

April 10, 2004

Java in XSLT: Extension Functions

Now on InformIT in the XML Reference Guide: Java in XSLT: Extension Functions

Using XSLT to transform XML into another form has a lot of advantages, not the least of which is flexibility. When you want to change the output, you don't have to go back to the code, you simply have to change the XSLT style sheet. But it's easy to mistake this simplicity for shallowness. XSLT can enable you to do much more than simply reformatting text.
Posted by roadnick at 04:09 PM | Comments () | TrackBack

February 24, 2004

DOM and Perl

In the InformIT XML Reference Guide: DOM and Perl

Perl was originally designed as a lnaguage for sorting through text, so it's not surprising that it is a good fit for XML. In fact, there are multiple ways to handle XML using Perl, so in this section we're going to look at manipulating DOM "objects" using the Perl XML::DOM module, available on CPAN. ...
Posted by roadnick at 09:31 PM | Comments () | TrackBack

February 03, 2004

Integrating applications with Web services using WebSphere Studio V5.1.1

Now updated on developerWorks: Integrating applications with Web services using WebSphere Studio V5.1.1: "This tutorial looks at making your application Web-services ready using WebSphere Studio's tools to wrap an existing application as a Web service, announce it using a UDDI directory, and to discover and use Web services within your applications. It also looks at how to deploy your application to a WebSphere Application Server."

Posted by roadnick at 05:56 PM | Comments () | TrackBack

February 01, 2004

.NET and XMLReader

In the InformIT XML Reference Guide: .NET and XMLReader

In the world of XML, it's natural to think of XML in terms of two contexts: DOM and SAX. DOM is flexible, in that it provides the ability to navigate around the document tree and make changes, but SAX is fast, in that it doesn't load the entire document into memory, looking instead at just a single node at a time in a forward-only, read-only manner. ...
Posted by roadnick at 10:53 PM | Comments () | TrackBack

January 29, 2004

Microsoft to hold off on IE changes

Just posted at InformIT:

Microsoft has announced that it would hold off on the "minor changes" it would need to make to Internet Explorer in order to comply with the adverse ruling it received in the the Eolas case.

This case is the definition of ambivalence for me.

Sigh.

Posted by roadnick at 10:03 PM | Comments () | TrackBack

January 25, 2004

DOM and .NET

Well, I've finally gotten around to writing about .NET, with a section on DOM and .NET at the InformIT XML Reference Guide. It explains how to create an application in .NET that traverses the Document Object Model of an XML Document object. It uses Visual Basic .NET, but the concepts are the same for C#.

Posted by roadnick at 03:59 PM | Comments () | TrackBack

January 23, 2004

Microsoft and XML patents

Well, I've finally taken the gloves off and posted a snarky posting to InformIT, What? You mean you can read an XML file from another application?

The scoop? Microsoft is now trying to patent methods for reading an XML file produced by another application as a way to keep companies from building competing products that read a Word file.

But I've dropped my usual objective demeanor on this one. Let's see if anybody notices or -- gasp -- comments on the InformIT blog. I hope so.

Posted by roadnick at 05:48 PM | Comments () | TrackBack

January 19, 2004

News from the world of DSDL

OK, the first posting from the list is up. News from the world of DSDL incorporates items number 2, 3, 4 and 5 and talks about Document Schema Definition Languages, which aims to make it easier to validate documents that have data from more than one namespace, such as a SOAP envelope or an XHTML document with SVG embedded within it.

Posted by roadnick at 11:03 PM | Comments () | TrackBack

January 18, 2004

199 reasons I'm behind

I understand that there are people who read all of the blogs on their blogroll every day, or at least, every few days. And they even find time to comment on them. I want to know who these people are and how they manage to make a living.

I have, in essence, three blogs that I am supposed to be updating on a regular basis. I'm supposed to do at least three blogs a week for the XML Reference Guide, I've got this one, and I've got The Vanguard Science Fiction Report, which has been fallow so long I'm embarrassed to admit that it's mine. So today, now that the weeks of emergency room visits and surgeries in the family have settled down into the normal level of chaos, I sat down and went through my blogroll for potential posting material.

I thought it might be a little educational to document the "flow" of my surfing, and how it eventually gets turned into actual postings, so here is the list of the "first cut". These are postings that may eventually wind up on one of my three blogs:

  1. Incremental XML Parsing and Validation in a Text Editor
  2. XML 2003 session report: Combining multiple vocabularies without tears
  3. XML 2003 session report: News from the world of DSDL
  4. ISO/IEC 19757 - DSDL Document Schema Definition Languages
  5. Namespace Routing Language (NRL)
  6. Extreme Markup Languages 2004
  7. Escaping the Googlearchy
  8. Blogging Locally
  9. DocBook NG: The “Absinthe” Release
  10. DocBook NG: The “Bourbon” Release
  11. Going to Extremes!
  12. New Year Resolutions 2004.
  13. Reuters: Google Planning Email-based AdWords Service
  14. John Battelle's Searchblog
  15. eBay = The Fed
  16. IBM Almaden Research Center WebFountain
  17. Rocket Man
  18. Fontifier
  19. The XML in Apple's Keynote
  20. A specious supercomputer argument in the Irish Times
  21. Draconian XML processing
  22. Sleep Paralysis
  23. Spontaneous screen videos
  24. Dynamic categories
  25. Turning consumers into producers
  26. Server-based XPath search
  27. Databases get a grip on XML
  28. Thinking the Unthinkable about Microsoft
  29. Longhorn SDK
  30. PhotoGallery
  31. Two Laws of Explanation
  32. SIMILE : Semantic Interoperability of Metadata and Information in unLike Environments
  33. Quint on the FREDDY VS JASON dvd
  34. An Assload Of New Trailers Online!! STEPFORD, CB:TM, HIDALGO, SPARTAN, SCOOBY 2, ALGIERS, TOKYO GODFATHERS!!
  35. Van Helsing Trailer
  36. Batman Already On_SMALLVILLE??
  37. The WB's Stillborn FEARLESS!!
  38. WONDERFALLS
  39. Craigslist RSS Search Script
  40. Simplerwork
  41. Your final 3 hours
  42. Lost Who episode found
  43. SCI FI picks up Andromeda, Beastmaster
  44. Casting for Hitchhiker's Guide announced
  45. A real "space opera" in development from Turing Opera Workshop
  46. LeGuin's Earthsea to become Sci-Fi Mini-series
  47. Perchance to dream - anything you like with the fantasy machine
  48. A Real-Life Debate on Free Expression in a Cyberspace City
  49. 2003 in Review: DRM Technology
  50. Northwest gave U.S. data on passengers
  51. Luke Cage Making Progress at Sony
  52. CONFIRMED: Bob Hoskins Part of the Mask Cast
  53. Comic Book: The Movie Trailer Online!
  54. ELEKTRA MOVIE UPDATE
  55. Pre-Order the 2004 Superhero Movie Novelizations!
  56. JetBlue Redux: Northwest is guilty of violating passenger privacy
  57. New tech claims to detect lying in real time
  58. Safety killed the (Hubble) telescope star
  59. A version of Windows for every geek worthy of that name
  60. MoveOn.org demonstrates the growing power of the 'net in US politics
  61. Bush outlines plan for moon rendezvous by 2020
  62. The Internet gives a voice to Death Row, but not everyone's happy
  63. The Battle of Serenity Game
  64. Get your name.name domain
  65. US using EU airline data to 'test' CAPPS II snoop system
  66. SCO sort of thinks there are Linux IP violations, but isn't quite sure
  67. Niue is dead! Long live .nu!
  68. Nokia to release Perl for smartphones
  69. CinemaNow debuts download-to-own movies
  70. Internet 'Geek' Image Shattered by New Study
  71. We finally made it! Confluence 1.0b1!
  72. Wondering why your WAR is slow? Think of your timezone!
  73. SiteMesh Overview
  74. Jira
  75. The anatomy of a bug
  76. Sauron’s Eminent Domain
  77. Find Some Free Fonts
  78. Format an RSS Feed and Put It On Your Site
  79. New Google Features -- Travel and Tracking Numbers
  80. Watching Google Like a Hawk
  81. YSearch
  82. Google Labs
  83. PR Newswire's RSS (RDF Site Summary) Feed
  84. PR Bop
  85. Sun Announces Preview of Java Studio Creator Application Development Tool
  86. Integration: From Big Bang to Controlled Explosions
  87. Steve Mills On The IBM-Microsoft Web Services Partnership
  88. BEA, Microsoft, and Tibco Release WS-Eventing Specification
  89. StrikeIron Announces General Availability of the StrikeIron Web Services Analyzer
  90. Web Services in Action: Aligning IT with Business Objectives
  91. WS-I Make Available Drafts of Basic Profile Attachments Work
  92. BizDex: ebXML And Web Services To Go The Last Mile
  93. Four Ways to Know Your WSDL
  94. A Design Center for Web Services
  95. Mindreef Announces Availability of SOAPscope 3.0 Web Services Diagnostics System
  96. DreamFactory Launches Browser-Based Tool For Developing Rich Web Services Client
  97. Web Services Networks
  98. If You Like Web Services Standards You Would Love XML 2003
  99. Patterns: Service Oriented Architecture and Web Services - IBM Redbook
  100. Decentralised social networking
  101. Looking For a Gig
  102. On Postel, Again
  103. Technology Predictor Success Matrix
  104. History of XML Error Handling
  105. On Writing XML
  106. The truth about XML
  107. Microsoft Web services plan targets Java
  108. Straight talk on Web services
  109. Longhorn and the battle for Web services
  110. Breaking the logjam on Web services
  111. The real deal on .Net
  112. Taking XML's measure
  113. Longhorn and the battle for Web services
  114. Why Microsoft needs IBM this time around
  115. Developers gripe about IE standards inaction
  116. Raising the XML flag
  117. A Web services wish list
  118. Novell targets Web services security
  119. Free Writing and Music - as in Speech (MLP)
  120. What Good is the Second Amendment?
  121. CBS May Reject MoveOn.org Superbowl Ad
  122. Simulating Psychosis
  123. What Good is the Bill of Rights?
  124. Mars photo
  125. Pros and fans
  126. Which Star Trek Captain are you?
  127. Which Lord of the Rings character and personality problem are you?
  128. Lot auctions
  129. Rental Car Horror Story
  130. Isle of Man is the new M4 corridor
  131. Death of the desktop on the way in three years
  132. 5 years ago... Politicians warned to watch out for the web
  133. SAP Launches RFID Solution
  134. EFF Files Amicus in DirecTV 11th Circuit Appeal
  135. ACLU Defends Rush's Privacy Rights
  136. Web cam watchers help woman kicked by horse
  137. Security experts look to agriculture for virus clues
  138. Farenheit 451 + 1984 = Paranoia
  139. Hack for the Homeless: Primative Yet Useful
  140. A 'Xen' State of Being
  141. Secrecy Suddenly a Campaign Issue
  142. CBS Shields Pigskin Fans From Ads
  143. Florida Video Law: Parents Decide
  144. Diebold Gets Stay in California
  145. Doc Claims Human Clone Implant
  146. Off To A Good Start
  147. Cutting The Cheese
  148. Movable Style
  149. YAHTZEE!
  150. The Perfect 404
  151. Elastic Design
  152. Creativity
  153. Back to CSS Basics 3
  154. TouchGraph
  155. Off-Site Popups
  156. Microsoft: Communicate Or Die
  157. Innovation is Useless
  158. Top 20 Groups
  159. Carnival of the Capitalists by Ensight.org
  160. Back to Basics Part 3 — What’s in a hack?
  161. HTTP error pages for weblogs!
  162. Cute cuddly robots of DOOM
  163. Church Sign Generator used for fraud!
  164. Tat, meet tit
  165. Whidbey Integrated Web Services
  166. More on WS-Eventing
  167. WS-Security meets Kerberos
  168. Dutchtub
  169. Disaster photos
  170. Better MIDI sounds
  171. Scaling the Death Stars
  172. Honda Civic as H-Wing
  173. A Taste of Our Own Poison
  174. New "everyday neuroscience" book from author of Emergence
  175. nevermind
  176. and the winners are
  177. “Go find me a way to do this.”
  178. more please
  179. Common(s) Sense of Thomas Paine
  180. Dems on the Supreme Court
  181. 11 Top US Papers Ignoring Cheney's Pending Bribery Investigation
  182. Let's Send W to Mars
  183. PETA Gives Birth to Baby PETA
  184. Barlow on Spalding Gray: "Is he finally swimming to Cambodia?"
  185. Conservatives ALWAYS ADMIT THEYRE WRONG -- a hundred years later!
  186. more adventures in DEHUMANIZATION
  187. Sean Penn, DynCorp, and I TOLD YOU SO
  188. Bush environmental "achievements" for 2003: from Sierra Club's list
  189. Dr Phil versus Maury Povich - who'd win in a fight? (stuff that just aint right #2)
  190. Paranoid fears coming true in Ashcroft era
  191. And some XML tools mentioned on Cafe Con Leche:

  192. Arabica
  193. Render X Barcodes
  194. XQuisitor
  195. <oxygen />
  196. XMLBuddy™ 2.0
  197. Relaxer
  198. Render X XEP XSL Rendering Engine
  199. Python bindings for XML Security Library
  200. Mozilla 1.6 (now supporting "XML, CSS, XSLT, XUL, HTML, XHTML, MathML, SVG, and lots of other crunchy XML goodness.")

Even I can't believe how long the list is.

As you can see, it's a rather eclectic group, but it also shows the pattern of how I surf. (Note that I didn't even touch Op-Ed News today, because I know I have enough material for this blog, which is the only place it belongs, or the W3C because I've adopted a "monthly" schedule for them on InformIT.)

Over the next week or so, you can see what makes the cut and what doesn't, and what leads to other things.

Posted by roadnick at 10:25 PM | Comments () | TrackBack

How to survive the changes to IE

So I posted over at InformIT about How to survive the changes to IE.

So what are the actual changes? Well, it turns out to not be as bad as originally thought. The patent covers the automatic loading of an application that resides on a remote server, so a page either needs to avoid automatically loading the application or loading it from a remote server. For the former, IE will pop up a window asking the user to click a button to load the Active X control. For the latter, Microsoft has guidance on embedding the data directly into the page so that it doesn't actually have to be loaded remotely. They also provide a look at using JavaScript to create the object tag in such a way that the patent isn't violated, but you don't have to jump through a hundred hoops to keep the dialogue box from coming up.

What I want to know is: how does this embedding affect security? Is it possible that slimebags are currently embedding the code in the page to avoid warnings about downloading controls?

Posted by roadnick at 09:11 PM | Comments () | TrackBack

Technology, social norms, and why it matters

More fodder for discusson on InformIT: Technology, social norms, and why it matters

Does technology shape us, or do we shape technology? Or is it a little bit of both? I think there's an inexorable cycle, in which we find ourselves rocked by a new paradigm, then adjust to it as though we'd never lived without it, and then start all over again. For example, take just the last century or so. We started out terrified of electricity "leaking" out of wall sockets. Then, of course, we couldn't get along without it. Then came radio, and television. Once we were good and settled in there, we got computers. Then the Internet. Then the World Wide Web. (No, those last two are not the same.)
Posted by roadnick at 09:07 PM | Comments () | TrackBack

The evils of escaped markup

At the end of December, I wrote about The evils of escaped markup as seen by Normal Walsh. It was a well-though-out piece about why he doesn't like that people are using CDATA sections to escape potentially non-well-formed content, particularly in data feeds.

But the interesting thing to me is that I'd actually already written about this particular topic -- and in fact, this particular piece of Norman's -- last summer.

So far, nobody has noticed. Or if they have, they haven't commented.

I'm considering thinking of something completely ridiculous and controversial to say just to see if anybody notices. Suggestions welcome.

Posted by roadnick at 09:03 PM | Comments () | TrackBack

January 14, 2004

DOM and .NET

In the InformIT XML Reference Guide: DOM and .NET

With XML so fundamental in Microsoft's .NET framework, it should come as no surprise that the ability to manipulate an XML document is built right into the system. In fact, although DOM Level 2.0 doesn't include a standard way to create or save a document, .NET makes it easy. In this section, we'll get a feel for how these manipulations work by using Visual Basic .NET to load a simple document, make some changes to it, and then save it back out to a file. (We'll be running directly from the command line, so if you're not familiar with GUI programming, don't worry.) ...
Posted by roadnick at 09:17 PM | Comments () | TrackBack

November 11, 2003

Elsewhere ...

Over on my InformIT XML blog, I've noted that XML 1.1 is almost here, and not everybody is happy about it. Elliotte Rusty Harold specifically says "Don't use it."

Also, on a more lighthearted note, I've also noted over at the Vanguard Science Fiction Report that:

Posted by roadnick at 07:04 PM | Comments () | TrackBack

November 09, 2003

DOM NodeFilters and XML data binding

Now on developerWorks: DOM NodeFilters and XML data binding: Using a DOM NodeFilter lets you control the contents of a set of XML data without touching the base application, but the NodeFilter itself is still a class, and needs to be recompiled in order to make any non-trivial changes. This tutorial explains how to build a system that enables a user to control both the criteria for a report and the structure of that criteria simply by providing XML input, either through a file or through a web service, using XML Data Binding.

Posted by roadnick at 01:41 PM | Comments () | TrackBack

Grab headlines from a remote RSS file

Now on developerWorks: Grab headlines from a remote RSS file: This article shows you how to retrieve syndicated content and convert it into headlines for your site. Since no official format for such feeds exists, aggregators are often faced with the difficulty of supporting multiple formats, so Nick also explains how to use XSL transformations to more easily deal with multiple syndication file formats. (This was actually published in September.)

Posted by roadnick at 10:52 AM | Comments () | TrackBack

October 30, 2003

Making of MetroSphere, Part 24: Giving the user control - the ultimate portal theme

Now on developerWorks: Making of MetroSphere, Part 24: Giving the user control - the ultimate portal theme: The heart of the MetroSphere site is the community weblog, but we also want to give users the ability to create pages that reflect their own personalities. Portal enables an administrator to add a new theme to the site, but because allowing users to add a new theme involves unacceptable security risks, built-in capabilities limit user control to selecting from available themes. This tutorial explains how to give users much of the same power they would have by creating a new theme without actually creating one.

Posted by roadnick at 11:26 AM | Comments () | TrackBack

October 23, 2003

The making of MetroSphere, Part 23: Send messages between portlets

Now on developerWorks: The making of MetroSphere, Part 23: Send messages between portlets: Sometimes, in the development of a portal, you need two portlets to talk to each other. For example, on MetroSphere, when the user clicks a topic in the Topic List portlet, the team needs the information to be sent not only to the Topic List portlet, but also to the Show Blog portlet. This portlet describes the process for sending messages between portlets and recording the information in the PortletSession object.

Posted by roadnick at 10:58 AM | Comments () | TrackBack

October 17, 2003

The making of MetroSphere, Part 22: Set topics -- custom attributes and user sessions

Now on developerWorks: The making of MetroSphe