<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Alan</title><link>http://disqus.com/people/dc86378cb0567f6d577e845fe8b8892f/</link><description></description><language>en</language><lastBuildDate>Tue, 09 Jan 2007 18:40:22 -0000</lastBuildDate><item><title>Re: OhGizmo!  &amp;raquo; Archive  &amp;raquo; Screw Up Any Webpage, In Two Seconds Flat</title><link>http://ohgizmo.disqus.com/ohgizmo_raquo_archive_raquo_screw_up_any_webpage_in_two_seconds_flat/#comment-1760754</link><description>The reason the code on this site doesn't work but the code on destructoid does is due to the single quote characters.  The code on destructoid uses a regular single quote character, ASCII character 27 in hex or 39 in decimal.  The code as shown on ohgizmo is using some other special character that looks like a quote.  This often happens when using something like a word processor to type computer code.  Computer code is not intended to be typed in a word processor or any other sort of rich text editor.  Get rid of the fancy single quote character and use a nice simple regular single right quote ASCII character, and all will be well.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan</dc:creator><pubDate>Tue, 09 Jan 2007 18:40:22 -0000</pubDate></item></channel></rss>