<?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>Broerse Blog &#187; Web Development</title>
	<atom:link href="http://www.broerse.net/wordpress/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broerse.net/wordpress</link>
	<description>Martin's blog on tech and other items</description>
	<lastBuildDate>Sat, 26 Jun 2010 04:51:39 +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>ePub Validator</title>
		<link>http://www.broerse.net/wordpress/2010/01/03/epub-validator/</link>
		<comments>http://www.broerse.net/wordpress/2010/01/03/epub-validator/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:47:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ePub]]></category>
		<category><![CDATA[eReader]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1343</guid>
		<description><![CDATA[If you create an ePub file you can validate it here.]]></description>
			<content:encoded><![CDATA[<p>If you create an ePub file you can validate it <a href="http://www.threepress.org/document/epub-validate/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2010/01/03/epub-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>goo.gl</title>
		<link>http://www.broerse.net/wordpress/2009/12/19/goo-gl/</link>
		<comments>http://www.broerse.net/wordpress/2009/12/19/goo-gl/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:39:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1324</guid>
		<description><![CDATA[You can Shorten goo.gl links with goo.gl. I don&#8217;t understand why but now you can create links like http://goo.gl/LoeN that don&#8217;t go anywhere. This because your browser stops redirecting after some x redirects. This is what IE 8 does: ------------------- URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.453 GET /LoeN HTTP/1.1 ------------------- URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.671 [...]]]></description>
			<content:encoded><![CDATA[<p>You can Shorten goo.gl links with goo.gl. I don&#8217;t understand why but now you can create links like <a href="http://goo.gl/LoeN">http://goo.gl/LoeN</a> that don&#8217;t go anywhere. This because your browser stops redirecting after some x redirects. This is what IE 8 does:<br />
<code>-------------------<br />
URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.453<br />
GET /LoeN HTTP/1.1<br />
-------------------<br />
URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.671<br />
HTTP/1.1 301 Moved Permanently<br />
Location: http://goo.gl/iVC1<br />
-------------------<br />
URI: goo.gl/iVC1 IP: 66.102.13.101:80 Time: 23:08:38.671<br />
GET /iVC1 HTTP/1.1<br />
-------------------<br />
URI: goo.gl/iVC1 IP: 66.102.13.101:80 Time: 23:08:38.734<br />
HTTP/1.1 301 Moved Permanently<br />
Location: http://goo.gl/1LyW<br />
-------------------<br />
URI: goo.gl/1LyW IP: 66.102.13.101:80 Time: 23:08:38.734<br />
GET /1LyW HTTP/1.1<br />
-------------------<br />
URI: goo.gl/1LyW IP: 66.102.13.101:80 Time: 23:08:38.906<br />
HTTP/1.1 301 Moved Permanently<br />
Location: http://goo.gl/9hdZ<br />
-------------------<br />
URI: goo.gl/9hdZ IP: 66.102.13.101:80 Time: 23:08:38.906<br />
GET /9hdZ HTTP/1.1<br />
------------------<br />
URI: goo.gl/9hdZ IP: 66.102.13.101:80 Time: 23:08:38.968<br />
HTTP/1.1 301 Moved Permanently<br />
Location: http://goo.gl/SSq8<br />
-------------------<br />
URI: goo.gl/SSq8 IP: 66.102.13.101:80 Time: 23:08:38.968<br />
GET /SSq8 HTTP/1.1<br />
-------------------<br />
URI: goo.gl/SSq8 IP: 66.102.13.101:80 Time: 23:08:39.046<br />
HTTP/1.1 301 Moved Permanently<br />
Location: http://goo.gl/J6rK<br />
-------------------<br />
URI: goo.gl/J6rK IP: 66.102.13.101:80 Time: 23:08:39.046<br />
GET /J6rK HTTP/1.1<br />
-------------------</code></p>
<p>But <a href="http://goo.gl/LoeN">http://goo.gl/LoeN</a> is pointing somewhere. Please let me know if your browser reaches the final URL&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/12/19/goo-gl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Google Wave</title>
		<link>http://www.broerse.net/wordpress/2009/11/21/testing-google-wave/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/21/testing-google-wave/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:37:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1245</guid>
		<description><![CDATA[I am testing Google Wave. My wave address is: martin.broerse@googlewave.com You can Wave at me now&#8230;.]]></description>
			<content:encoded><![CDATA[<p>I am testing Google Wave. My wave address is: <a href="mailto:martin.broerse@googlewave.com">martin.broerse@googlewave.com</a> You can Wave at me now&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/21/testing-google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Json Cross-site test</title>
		<link>http://www.broerse.net/wordpress/2009/11/17/json-cross-site-test/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/17/json-cross-site-test/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:42:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Json]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1243</guid>
		<description><![CDATA[I just tested a Json Cross-site test. Take a look at the source.: http://www.exmer.com/youtube/json.htm Why is downloading XML from an other domain more dangerous?]]></description>
			<content:encoded><![CDATA[<p>I just tested a Json Cross-site test. Take a look at the source.:<br />
<a href="http://www.exmer.com/youtube/json.htm" target="_blank">http://www.exmer.com/youtube/json.htm</a><br />
Why is downloading XML from an other domain more dangerous?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/17/json-cross-site-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.swf Test 3</title>
		<link>http://www.broerse.net/wordpress/2009/11/10/swf-test-3/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/10/swf-test-3/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:27:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[E8]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1233</guid>
		<description><![CDATA[By adding an END tag to the swf file I got the E8 flash to loop.]]></description>
			<content:encoded><![CDATA[<p>By adding an END tag to the swf file I got the E8 flash to loop.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="play" value="true" /><param name="loop" value="true" /><param name="src" value="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8-loop.swf" /><embed type="application/x-shockwave-flash" width="320" height="240" src="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8-loop.swf" loop="true" play="true" quality="high"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/10/swf-test-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free FLV Converter</title>
		<link>http://www.broerse.net/wordpress/2009/11/09/free-flv-converter/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/09/free-flv-converter/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:27:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Converter]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1231</guid>
		<description><![CDATA[I am using Free FLV Converter to convert FLV files. It works super. This post is for me so I can find this tool again later]]></description>
			<content:encoded><![CDATA[<p>I am using <a href="http://www.koyotesoft.com/indexEn.html" target="_blank">Free FLV Converter</a> to convert FLV files. It works super. This post is for me so I can find this tool again later <img src='http://www.broerse.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/09/free-flv-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.swf Test2</title>
		<link>http://www.broerse.net/wordpress/2009/11/09/swf-test2/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/09/swf-test2/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:47:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Stockholm]]></category>
		<category><![CDATA[Sweden]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1215</guid>
		<description><![CDATA[.swf file test 2 with sound from the Piano Stairs in Stockholm.]]></description>
			<content:encoded><![CDATA[<p>.swf file test 2 with sound from the Piano Stairs in Stockholm.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="play" value="true" /><param name="loop" value="false" /><param name="src" value="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/piano-stairs-stockholm.swf" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/piano-stairs-stockholm.swf" loop="false" play="true" quality="high"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/09/swf-test2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.swf Test 1</title>
		<link>http://www.broerse.net/wordpress/2009/11/08/swf-test-1/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/08/swf-test-1/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:34:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1194</guid>
		<description><![CDATA[I converted a FLV file into a SWF file with Chris Dolan&#8217;s FLV-Info. I want this .swf file to loop but this is not working yet. I also want to test files with sound. The html code used to show this: &#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs /flash/swflash.cab#version=6,0,40,0"&#62;&#60;param name="quality" value="high" /&#62;&#60;param name="play" value="true" /&#62;&#60;param name="loop" value="true" /&#62;&#60;param [...]]]></description>
			<content:encoded><![CDATA[<p>I converted a FLV file into a SWF file with Chris Dolan&#8217;s <a title="FLV-Info on CPAN " href="http://search.cpan.org/~cdolan/FLV-Info/" target="_blank">FLV-Info</a>. I want this .swf file to loop but this is not working yet. I also want to test files with sound. The html code used to show this:</p>
<p><code>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs<br />
/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="play" value="true" /&gt;&lt;param name="loop" value="true" /&gt;&lt;param name="src" value="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8.swf" /&gt;&lt;embed type="application/x-shockwave-flash" width="320" height="240" src="href="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8.swf" loop="true" play="true" quality="high"&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<p> <br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="play" value="true" /><param name="loop" value="true" /><param name="src" value="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8.swf" /><embed type="application/x-shockwave-flash" width="320" height="240" src="http://www.broerse.net/wordpress/wp-content/uploads/2009/11/e8.swf" loop="true" play="true" quality="high"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/08/swf-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Gillmor Gang is back again</title>
		<link>http://www.broerse.net/wordpress/2009/08/23/the-gillmor-gang-is-back-again/</link>
		<comments>http://www.broerse.net/wordpress/2009/08/23/the-gillmor-gang-is-back-again/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 08:15:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Gillmor]]></category>
		<category><![CDATA[The Gang]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1172</guid>
		<description><![CDATA[The Gillmor Gang has returned, it will be sponsored by Rackspace and streamed live on Building43&#8242;s new RealTime Network channel.]]></description>
			<content:encoded><![CDATA[<p><a title="The Gillmor Gang" href="http://www.building43.com/realtime/" target="_blank"><img class="alignnone size-full wp-image-1173" style="border: 0px initial initial;" title="gillmor_gang" src="http://www.broerse.net/wordpress/wp-content/uploads/2009/08/gillmor_gang.jpg" alt="gillmor_gang" width="439" height="106" /></a></p>
<p>The Gillmor Gang has returned, it will be sponsored by Rackspace and streamed live on Building43&#8242;s new  <a title="The Gillmor Gang" href="http://www.building43.com/realtime/" target="_blank">RealTime</a> Network channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/08/23/the-gillmor-gang-is-back-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Augmented Reality or Sixth Sense</title>
		<link>http://www.broerse.net/wordpress/2009/08/22/augmented-reality-or-sixth-sense/</link>
		<comments>http://www.broerse.net/wordpress/2009/08/22/augmented-reality-or-sixth-sense/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 14:17:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[ITbende]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1169</guid>
		<description><![CDATA[Here us talk about Augmented Reality in Dutch on the ITbende.]]></description>
			<content:encoded><![CDATA[<p><object width="446" height="326" data="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/PattieMaes_2009-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/PattieMaes-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=481" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /></object><br />
Here us talk about Augmented Reality in Dutch on the <a title="ITbende Podcast 16" href="http://www.itbende.nl/blog/2009/08/itbende-podcast-nr-16-augmented-reality/" target="_blank">ITbende</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/08/22/augmented-reality-or-sixth-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
