<?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>ふ &#187; Webdevelopment</title>
	<atom:link href="http://blog.foxtrot-uniform-charlie-kilo.eu/category/programming/webdevelopment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.foxtrot-uniform-charlie-kilo.eu</link>
	<description>ふ</description>
	<lastBuildDate>Sat, 22 Oct 2011 20:01:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Typo3 routing</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/04/typo3-routing/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/04/typo3-routing/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 22:02:36 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=1246</guid>
		<description><![CDATA[You are creating a site with typo3? You have no intention to have multiple domains even in future? You have no intention of using extensions? Just use the core extension SimulateStaticDocuments and enable it in your typoscript template with: config.simulateStaticDocuments = 1 It works fine. But seriously you do not want to do that! RealUrl [...]]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/04/typo3-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 URI problem</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/03/typo3-uri-problem/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/03/typo3-uri-problem/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 20:09:04 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=1176</guid>
		<description><![CDATA[<strong>What is the synopsis?</strong>
I used mc_googlesitemap (version 0.4.2; which seemed buggy). Google Webmaster Tools accepted the URI in the sitemap. I quick fixed the problem in the extension mc_googlesitemap (URI still persists in google site search).]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2011/03/typo3-uri-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You need to install ruby-debug to run the server in debugging mode</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/12/you-need-to-install-ruby-debug-to-run-the-server-in-debugging-mode/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/12/you-need-to-install-ruby-debug-to-run-the-server-in-debugging-mode/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:00:34 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=1024</guid>
		<description><![CDATA[I wanted to try ruby-debug as described in the book by Patrick Lenz Simply Rails 2.0 in chapter 11. I installed the gem with »sudo gem install ruby-debug«. The following error I got staring the server with debug option prevented me from carrying on with the lesson: USER@COMPUTER:/var/www/ror$ rails server &#8211;debug => Booting Mongrel => [...]]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/12/you-need-to-install-ruby-debug-to-run-the-server-in-debugging-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair broken html</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/09/repair-broken-html/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/09/repair-broken-html/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:38:24 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=699</guid>
		<description><![CDATA[This worked pretty well for me: &#8221;NB:&#8221; Entities such as &#8220;en dash&#8221; &#38;#150; which results in: – have to be substituted before using tidy. for i in *.html; do recode windows-1252..u8 $i;done for i in *.html; do sed -i &#8216;s#&#60;html&#62;#&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221; lang=&#8221;en&#8221;&#62;#&#8217; $i;done for i in *.html; do tidy -c -m -utf8 -asxml $i;done [...]]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/09/repair-broken-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate an isochrone map using Google Maps API</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/generate-an-isochrone-map-using-google-maps-api/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/generate-an-isochrone-map-using-google-maps-api/#comments</comments>
		<pubDate>Sun, 30 May 2010 13:52:59 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=376</guid>
		<description><![CDATA[Further reading: Specify a location and a time interval in minutes, click on &#8216;generate isochrone&#8217; and watch the script work Generate an isochrone map using Google Maps API]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/generate-an-isochrone-map-using-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Backgrounds and Borders Module Level 3</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-backgrounds-and-borders-module-level-3/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-backgrounds-and-borders-module-level-3/#comments</comments>
		<pubDate>Sat, 08 May 2010 15:43:05 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=330</guid>
		<description><![CDATA[-moz-border-radius is not the solution but which browsers support the new CSS3? border-radius is what we want! The specification is here we just need the browsers to implement it. Internet Explorer does not up to version 8.]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-backgrounds-and-borders-module-level-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Multi-column Layout Module</title>
		<link>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-multi-column-layout-module/</link>
		<comments>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-multi-column-layout-module/#comments</comments>
		<pubDate>Sat, 08 May 2010 15:10:38 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.foxtrot-uniform-charlie-kilo.eu/?p=327</guid>
		<description><![CDATA[You always wanted a CSS Multi-column Layout Module? Well the Internet Explorer up to version 8 does not support it whilst most other browsers do.]]></description>
		<wfw:commentRss>http://blog.foxtrot-uniform-charlie-kilo.eu/2010/05/css-multi-column-layout-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

