|
|
Monday, March 11, 2002 |
I believe Cass has landed upon the exact reason why some of the best, most popular software projects are those designed and implemented by only a very small handful of dedicated developers (prime examples: PocketSOAP and SOAP::Lite). As a team grows in size, the less capable it becomes at dynamic planning and dynamic resource allocation. The smaller, less restricted the team, the better the product.
10:07:21 PM
|
|
5:48:03 PM
|
|
Gnat (the editor for my SOAP book) has a blog. Cool.
4:33:11 PM
|
|
9/11/2001
10:29:26 AM
|
|
10:28:49 AM
|
|
Steven Garrity makes a good point. With XML, search engines could glean better information from individual weblog posts. He proposes a new XML format just for weblogs. [Scripting News]
I'd have to ask, why isn't RSS marked up with Dublin Core elements sufficient for this purpose? If not RSS, then something like the following would work just as well... (all the elements marked with dc: are from the Dublin Core set)
<blog>
<dc:Title>Snell's Blog</dc:Title>
<dc:Creator>James Snell</dc:Creator>
<dc:Subject>From my brain to yours</dc:Subject>
<dc:Publisher>James Snell</dc:Publisher>
<dc:Rights>Copyright © 2002, James Snell</dc:Rights>
<dc:Identifier>http://radio.weblogs.com/0101915/<dc:Identifier>
<item Id="1234567890">
<content>This is the content of my post</content>
<dc:Date>2002-03-11T08:46:00PST</dc:Date>
<dc:Creator>James Snell (jasnell@us.ibm.com)</dc:Creator>
<dc:Identifier>http://radio.weblogs.com/0101915/?1234567890<dc:Identifier>
<dc:Rights>Copyright © 2002, James Snell</dc:Rights>
</item>
</blog>
8:53:20 AM
|
|
|
|