<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>Technical Details</title>
	<atom:link href="http://skrul.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://skrul.com/blog</link>
	<description>Details, technical in nature</description>
	<lastBuildDate>Mon, 19 Jul 2010 03:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pop&#8217;s Bar</title>
		<link>http://skrul.com/blog/pops-bar/</link>
		<comments>http://skrul.com/blog/pops-bar/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 03:47:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Dog Friendly Bars In San Francisco]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/?p=35</guid>
		<description><![CDATA[Pop&#8217;s Bar 2800 24th Street San Francisco, CA 94110]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yelp.com/biz/pops-bar-san-francisco">Pop&#8217;s Bar</a><br />
2800 24th Street<br />
San Francisco, CA 94110</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/pops-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>37.7528687 -122.4082031</georss:point>	</item>
		<item>
		<title>Blondie&#8217;s Bar and No Grill</title>
		<link>http://skrul.com/blog/blondies-bar-and-no-grill/</link>
		<comments>http://skrul.com/blog/blondies-bar-and-no-grill/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 20:19:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Dog Friendly Bars In San Francisco]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/?p=33</guid>
		<description><![CDATA[Blondie&#8217;s Bar and No Grill 540 Valencia St San Francisco, CA 94110]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blondiesbar.com">Blondie&#8217;s Bar and No Grill</a><br />
540 Valencia St<br />
San Francisco, CA 94110</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/blondies-bar-and-no-grill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>37.7642403 -122.4218445</georss:point>	</item>
		<item>
		<title>500 Club</title>
		<link>http://skrul.com/blog/500-club/</link>
		<comments>http://skrul.com/blog/500-club/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 20:16:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Dog Friendly Bars In San Francisco]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/?p=30</guid>
		<description><![CDATA[500 Club 500 Guerrero Street San Francisco, CA 94110]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yelp.com/biz/500-club-san-francisco">500 Club</a><br />
500 Guerrero Street<br />
San Francisco, CA 94110</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/500-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>37.7630081 -122.4242172</georss:point>	</item>
		<item>
		<title>JavaScript plugin updated to 0.4.3</title>
		<link>http://skrul.com/blog/javascript-plugin-updated-to-043/</link>
		<comments>http://skrul.com/blog/javascript-plugin-updated-to-043/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 05:32:08 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/2007/06/18/javascript-plugin-updated-to-043/</guid>
		<description><![CDATA[This update addresses two problems &#8212; first, the keyword &#8220;import&#8221; is no longer considered a token so people using the excellent new &#8220;Components.utils.import&#8221; stuff in trunk mozilla can, well, use it without having it reported as a syntax error. Second, &#8230; <a href="http://skrul.com/blog/javascript-plugin-updated-to-043/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This update addresses two problems &#8212; first, the keyword &#8220;import&#8221; is no longer considered a token so people using the excellent new &#8220;Components.utils.import&#8221; stuff in trunk mozilla can, well, use it without having it reported as a syntax error.</p>
<p>Second, I hacked support for the &#8220;let&#8221; statement into the parser to the point where you can use it wherever you can use &#8220;var&#8221;.  This is obviously no where near <a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.7#Block_scope_with_let">the full usage of &#8220;let&#8221;</a>, however I think it is a pretty common case and should be enough for people who want to used it as a narrowly scoped &#8220;var&#8221;.</p>
<p>Also note that I have not updated the scope checker to support let &#8212; it may not be possible without a major rewrite as I don&#8217;t believe I wrote that with only function level scope in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/javascript-plugin-updated-to-043/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bugfix for JavaScript plugin</title>
		<link>http://skrul.com/blog/bugfix-for-javascript-plugin/</link>
		<comments>http://skrul.com/blog/bugfix-for-javascript-plugin/#comments</comments>
		<pubDate>Tue, 08 May 2007 04:26:03 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/2007/05/07/bugfix-for-javascript-plugin/</guid>
		<description><![CDATA[Turns out the latest SideKick comes with its own parser named &#8220;javascript&#8221; which was conflicting with my parser named &#8220;javascript&#8221;. This was causing SideKick to forget which parser I had selected for each buffer. To fix this, I creatively renamed &#8230; <a href="http://skrul.com/blog/bugfix-for-javascript-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Turns out the latest SideKick comes with its own parser named &#8220;javascript&#8221; which was conflicting with my parser named &#8220;javascript&#8221;.  This was causing SideKick to forget which parser I had selected for each buffer.  To fix this, I creatively renamed my parsers to &#8220;skrul-javascript&#8221; and &#8220;skrul-xml-javascript&#8221;.  You can download the updated version <a href="http://skrul.com/projects/javascript/JavaScript.jar">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/bugfix-for-javascript-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript plugin updated</title>
		<link>http://skrul.com/blog/javascript-plugin-updated/</link>
		<comments>http://skrul.com/blog/javascript-plugin-updated/#comments</comments>
		<pubDate>Sun, 06 May 2007 22:35:57 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/2007/05/06/javascript-plugin-updated/</guid>
		<description><![CDATA[I just uploaded a new version of my JavaScript plugin for jEdit. The new version is compiled with Java 1.5 and is compatible with the latest version of jEdit. Also new in this version is support for validating JavaScript that &#8230; <a href="http://skrul.com/blog/javascript-plugin-updated/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a new version of my JavaScript plugin for jEdit.  The new version is compiled with Java 1.5 and is compatible with the latest version of jEdit.  Also new in this version is support for validating JavaScript that is embedded in an XML document &#8212; there is support for XHTML, XUL, and XBL.  Note that you will have to manually set the parser to &#8220;xmljavascript&#8221; (rather than just  &#8220;javascript&#8221;) to get it to work.  See the download page for more information:</p>
<p><a href="/blog/projects/javascript/">JavaScript plugin for jEdit, version 0.4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/javascript-plugin-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project Update</title>
		<link>http://skrul.com/blog/project-update/</link>
		<comments>http://skrul.com/blog/project-update/#comments</comments>
		<pubDate>Fri, 05 May 2006 18:23:12 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/2006/05/05/project-update/</guid>
		<description><![CDATA[Some stuff I&#8217;ve been working on: xpclucene &#8211; Firefox extension that lets you index and search the pages you surf. audioscrobbler &#8211; An audioscrobbler extension for Songbird. JavaScript plugin for jEdit &#8211; Syntax checking, scope checking, and structure browsing for &#8230; <a href="http://skrul.com/blog/project-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some stuff I&#8217;ve been working on:</p>
<p><a href="/blog/projects/xpclucene">xpclucene</a> &#8211; Firefox extension that lets you index and search the pages you surf.</p>
<p><a href="/blog/projects/audioscrobbler">audioscrobbler</a> &#8211; An audioscrobbler extension for Songbird.</p>
<p><a href="/blog/projects/javascript">JavaScript plugin for jEdit</a> &#8211; Syntax checking, scope checking, and structure browsing for JavaScript in jEdit.</p>
<p><a href="/blog/projects/threaddemo">threaddemo</a> &#8211; Firefox extension demonstrating the use of threads from JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/project-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RSS Feeds for Chowhound</title>
		<link>http://skrul.com/blog/rss-feeds-for-chowhound/</link>
		<comments>http://skrul.com/blog/rss-feeds-for-chowhound/#comments</comments>
		<pubDate>Sun, 04 Sep 2005 23:51:09 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://skrul.com/blog/2005/09/04/rss-feeds-for-chowhound/</guid>
		<description><![CDATA[Unleash the (chow)hounds!! I love chowhound. It has helped me find lots good grub back in New York City and is now serving me well in Los Angeles. However, it is truly the site that time forgot. Their guestbook.cgi style &#8230; <a href="http://skrul.com/blog/rss-feeds-for-chowhound/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Unleash the (chow)hounds!!</b></p>
<p>I love <a href="http://www.chowhound.com">chowhound</a>.  It has helped me find lots good grub back in New York City and is now serving me well in Los Angeles.  However, it is truly the site that time forgot. Their guestbook.cgi style messageboard system is clearly busting at the seams &#8212; the message index of the Los Angeles board weighs in at a gluttonous 4.5MB download!  It makes it very difficult to even load the page, not to mention trying to participate in the discussion.</p>
<p>To help myself keep up on all the good posts to chowhound, I created a script to scrape and publish RSS feeds of the new posts from the various chowhound message boards.  I&#8217;m running these feeds through FeedBurner so anyone can subscribe to them:</p>
<ul>
<li><a href="http://feeds.feedburner.com/Chowhound/NewYork/Manhattan">Chowhound Manhattan</a></li>
<li><a href="http://feeds.feedburner.com/Chowhound/California/LosAngeles">Chowhound Los Angeles</a></li>
</ul>
<p>If anyone wants more feeds for the other message boards, please let me know.</p>
<p>Post Resources:</p>
<ul>
<li><a href="http://skrul.com/projects/chowhound/unleash.pl.txt">unleash.pl</a></li>
<li><a href="http://skrul.com/projects/chowhound/losangeles.ini.txt">losangeles.ini</a></li>
<li><a href="http://skrul.com/projects/chowhound/manhattan.ini.txt">manhattan.ini</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://skrul.com/blog/rss-feeds-for-chowhound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
