Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://rasterweb.net/raster/feeds/objecttag.rss

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="http://rasterweb.net/raster/feeds/objecttag.xsl"?>
  3. <rss version="2.0"
  4. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  5. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  6. xmlns:dc="http://purl.org/dc/elements/1.1/"
  7. xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  8. >
  9.  
  10. <channel>
  11. <title>RasterWeb! object tag test</title>
  12. <link>http://rasterweb.net/raster</link>
  13. <description>RasterWeb! has been keeping it real (whatever that means) since 1997...</description>
  14. <pubDate>Thu, 09 Dec 2004 18:30:00 +0000</pubDate>
  15. <generator>http://wordpress.org/?v=1.5.1.2</generator>
  16. <language>en</language>
  17. <managingEditor>pete@rasterweb.net</managingEditor>
  18. <webMaster>pete@rasterweb.net</webMaster>
  19.  
  20.  
  21. <item>
  22. <title>Fun with SVG Graphs</title>
  23. <link>http://rasterweb.net/raster/2004/12/09/20041209123000/</link>
  24. <comments>http://rasterweb.net/raster/2004/12/09/20041209123000/#comments</comments>
  25. <pubDate>Thu, 09 Dec 2004 18:30:00 +0000</pubDate>
  26. <dc:creator>Pete Prodoehl</dc:creator>
  27. <category>Uncategorized</category>
  28. <guid>http://rasterweb.net/raster/2004/12/09/20041209123000/</guid>
  29. <geo:lat>43.112</geo:lat>
  30. <geo:long>-88.492</geo:long>
  31. <description><![CDATA[I've been working on some simple graphing utilities in Perl to create SVG graphs... Here's a few samples...]]></description>
  32. <content:encoded><![CDATA[
  33.  
  34. <p>
  35. <em>[Editor's Note: If your browser does not support <acronym title="Scalable Vector Graphics">SVG</acronym> images, you <strong>should</strong> be seeing <acronym
  36. title="Portable Network Graphic">PNG</acronym> images instead, which will not look as good as the SVG versions. If you don't see any images, <a
  37. href="http://rasterweb.net/raster/contact.html">let
  38. me know</a> what browser, version, etc. you are using. It seems <strong>some</strong> of the popular browsers out there don't "do the right thing" hmph!]</em>
  39. </p>
  40. <p>
  41. <em>[Editor's Note Part 2: Seems that <acronym title="Rich Site Summary">RSS</acronym> 2.0 can't handle the &lt;object&gt; tag properly? At least that's what the validator
  42. tells me. The Atom feed seems ok though...]</em>
  43. </p>
  44.  
  45. <p>
  46. I've been working on some simple graphing utilities in Perl to create SVG graphs... Here's a few samples...
  47. </p>
  48.  
  49. <p>
  50. <object data="http://rasterweb.net/raster/images/phone.svg" name="phonesvg" type="image/svg+xml" width="225" height="104">
  51. <img src="http://rasterweb.net/raster/images/phone.png" width="225" height="104" alt="" />
  52. </object>
  53. <br />
  54. Our cost for phone service seems to have gone down.
  55. </p>
  56.  
  57. <p>
  58. <object data="http://rasterweb.net/raster/images/utilities.svg" name="utilitiessvg" type="image/svg+xml" width="225" height="150">
  59. <img src="http://rasterweb.net/raster/images/utilities.png" width="225" height="150" alt="" />
  60. </object>
  61. <br />
  62. Local utilities continue to rise. Ugh...
  63. </p>
  64.  
  65. <p>
  66. <object data="http://rasterweb.net/raster/images/naturalfoods.svg" name="naturalfoodssvg" type="image/svg+xml" width="225" height="150">
  67. <img src="http://rasterweb.net/raster/images/naturalfoods.png" width="225" height="150" alt="" />
  68. </object>
  69. <br />
  70. We're spending less on food, well, most of the time. ;)
  71. </p>
  72.  
  73. <p>
  74. I like the fact that these are very simple, showing just the trend and not going into details like month, amount, etc. In fact, to create one of these just takes the
  75. following:
  76. </p>
  77.  
  78. <pre style="overflow: auto; font-size: 90%">
  79. perl ggraph2.pl &quot;Phone&quot; &quot;44 54 50 53 44 41 43 53 42 42 44&quot; >phone.svg
  80. </pre>
  81.  
  82. <p>
  83. Run the script passing in the name you want on it, and a string of numbers space separated, and output it to a file. It's still a bit fragile, and only does some basic
  84. normalizing, so wacky things will break it, but it's a start. Like all other quick little hacks, in the hands of the guy who wrote it, it "gets the job done" while users would
  85. break it in less than 10 minutes and start yelling.
  86. </p>
  87.  
  88. <p>
  89. I really like SVG. It reminds me of the old days of plotting out graphics on the Apple ][+ and that's a <em>good thing</em>! It's another one of those "edge technologies" I
  90. keep hoping will <strong>finally</strong> catch on big one of these years...
  91. </p>
  92.  
  93.  
  94. ]]></content:encoded>
  95.  
  96. </item>
  97. </channel>
  98. </rss>
  99.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//rasterweb.net/raster/feeds/objecttag.rss

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda