<?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/"
	>

<channel>
	<title>James Smith • loopj.com &#187; Web</title>
	<atom:link href="http://loopj.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://loopj.com</link>
	<description>technology, startups, python, django, rails, jquery, casual games</description>
	<lastBuildDate>Sat, 12 Jun 2010 02:43:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Way to Extract GET Params from a JavaScript Script Tag</title>
		<link>http://loopj.com/2010/06/12/simple-way-to-extract-get-params-from-a-javascript-script-tag/</link>
		<comments>http://loopj.com/2010/06/12/simple-way-to-extract-get-params-from-a-javascript-script-tag/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 01:52:57 +0000</pubDate>
		<dc:creator>James Smith</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://loopj.com/?p=71</guid>
		<description><![CDATA[Here’s a simple trick to extracting HTTP GET style parameters from a &#60;script&#62; tag, from within the script itself.
Motivation
At Heyzap, we create a variety of games widgets that publishers can embed on their sites to instantly get great game content. Publishers can choose which games appear on their widget by supplying a custom &#8220;embed key&#8221; [...]]]></description>
		<wfw:commentRss>http://loopj.com/2010/06/12/simple-way-to-extract-get-params-from-a-javascript-script-tag/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Python API for TheTVDB.com</title>
		<link>http://loopj.com/2009/05/06/python-api-for-thetvdbcom/</link>
		<comments>http://loopj.com/2009/05/06/python-api-for-thetvdbcom/#comments</comments>
		<pubDate>Wed, 06 May 2009 20:22:36 +0000</pubDate>
		<dc:creator>James Smith</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://loopj.com/?p=25</guid>
		<description><![CDATA[Overview
TheTVDB.com is user contributed TV show and episode database which is used by many popular home theatre applications, such as XBMC to look up details of TV shows.
I&#8217;ve written a simple Python interface to their Programmer&#8217;s API which makes it possible for developers to extract the TV data they need from TheTVDB with minimal effort.
Let [...]]]></description>
		<wfw:commentRss>http://loopj.com/2009/05/06/python-api-for-thetvdbcom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin: Tokenizing Autocomplete Text Entry</title>
		<link>http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/</link>
		<comments>http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 18:57:46 +0000</pubDate>
		<dc:creator>James Smith</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://loopj.com/?p=19</guid>
		<description><![CDATA[Version 1.1 Released!

Updated the license to jQuery standard GPL/MIT dual license
Moved the plugin to github by popular demand
Escape and tab keys now work (Thanks Dirk Bergstrom)
Can use settings.minChars to specify how many characters need to be type before a search is started (Thanks Dirk Bergstrom)
Can now prepopulate the list by settings settings.prePopulate with an array [...]]]></description>
		<wfw:commentRss>http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/feed/</wfw:commentRss>
		<slash:comments>339</slash:comments>
		</item>
		<item>
		<title>Removing Gaps Under Images In CSS</title>
		<link>http://loopj.com/2008/06/16/removing-gaps-under-images-in-css/</link>
		<comments>http://loopj.com/2008/06/16/removing-gaps-under-images-in-css/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:03:18 +0000</pubDate>
		<dc:creator>James Smith</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://loopj.com/?p=15</guid>
		<description><![CDATA[
CSS veterans will probably already know this, but here&#8217;s a fix to a problem which has been bugging me for ages.
Problem:
If you have something like:

&#60;div&#62;
    &#60;img src=... /&#62;
&#60;/div&#62;

You may see a gap below the image on some browsers, a gap which cannot be removed by setting the padding/margins to 0:

Solution:
&#60;img&#62; tags are [...]]]></description>
		<wfw:commentRss>http://loopj.com/2008/06/16/removing-gaps-under-images-in-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
