<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for A Perfectly Normal Blog</title>
	<atom:link href="http://www.gefvert.org/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gefvert.org/blog</link>
	<description>Just a scratchpad for thoughts, reflections, and stuff.</description>
	<lastBuildDate>Thu, 10 Nov 2011 20:12:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on You Just Plugged a Device Into the Audio Jack by Mike</title>
		<link>http://www.gefvert.org/blog/archives/558#comment-1893</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 10 Nov 2011 20:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.matsgefvert.se/blog/?p=558#comment-1893</guid>
		<description>Actually I just plugged in some headphones in the dark and was relieved to get the right hole. SRSLY.</description>
		<content:encoded><![CDATA[<p>Actually I just plugged in some headphones in the dark and was relieved to get the right hole. SRSLY.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Luhn (mod 10) Check Digit Algorithm in MySQL by Mats Gefvert</title>
		<link>http://www.gefvert.org/blog/archives/947#comment-1889</link>
		<dc:creator>Mats Gefvert</dc:creator>
		<pubDate>Thu, 13 Oct 2011 13:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gefvert.org/blog/?p=947#comment-1889</guid>
		<description>Added &quot;sql security invoker&quot;, which makes the functions run in the security context of the invoking user, not the defining user (typically root).</description>
		<content:encoded><![CDATA[<p>Added &#8220;sql security invoker&#8221;, which makes the functions run in the security context of the invoking user, not the defining user (typically root).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Recipe for Really Good Meat Sauce by Ulla Gefvert</title>
		<link>http://www.gefvert.org/blog/archives/20#comment-1888</link>
		<dc:creator>Ulla Gefvert</dc:creator>
		<pubDate>Sun, 09 Oct 2011 12:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stenungsund.net/mats-visionutv/blog/?p=20#comment-1888</guid>
		<description>Hi over there!! This is not a comment but a question. Do you want a simple, superb recipe? Ulla</description>
		<content:encoded><![CDATA[<p>Hi over there!! This is not a comment but a question. Do you want a simple, superb recipe? Ulla</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Caps in PHP by Senne</title>
		<link>http://www.gefvert.org/blog/archives/193#comment-1887</link>
		<dc:creator>Senne</dc:creator>
		<pubDate>Thu, 06 Oct 2011 17:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.matsgefvert.se/blog/archives/193#comment-1887</guid>
		<description>If you got the source still laying around somewhere, I&#039;d like to have it. I&#039;ve been breaking my head on how to do small caps in GD. 

Thx in advance.</description>
		<content:encoded><![CDATA[<p>If you got the source still laying around somewhere, I&#8217;d like to have it. I&#8217;ve been breaking my head on how to do small caps in GD. </p>
<p>Thx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quotes of the Past: The Emancipation Proclamation by myself</title>
		<link>http://www.gefvert.org/blog/archives/667#comment-1886</link>
		<dc:creator>myself</dc:creator>
		<pubDate>Thu, 12 May 2011 15:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.matsgefvert.se/blog/?p=667#comment-1886</guid>
		<description>dancing banana lol</description>
		<content:encoded><![CDATA[<p>dancing banana lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on You Just Plugged a Device Into the Audio Jack by ASD</title>
		<link>http://www.gefvert.org/blog/archives/558#comment-1881</link>
		<dc:creator>ASD</dc:creator>
		<pubDate>Tue, 08 Mar 2011 16:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.matsgefvert.se/blog/?p=558#comment-1881</guid>
		<description>It&#039;s a workaround not a fix.  Not only disables the popups, also removes the red speaker from the system tray which is the only way to access the EQ.  Know of any other ways to disable the popups but keep the application in the system tray so the EQ and other tools can be accessed?</description>
		<content:encoded><![CDATA[<p>It&#8217;s a workaround not a fix.  Not only disables the popups, also removes the red speaker from the system tray which is the only way to access the EQ.  Know of any other ways to disable the popups but keep the application in the system tray so the EQ and other tools can be accessed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Beautiful Lists by rodens</title>
		<link>http://www.gefvert.org/blog/archives/914#comment-1879</link>
		<dc:creator>rodens</dc:creator>
		<pubDate>Tue, 15 Feb 2011 00:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gefvert.org/blog/?p=914#comment-1879</guid>
		<description>this work on ie8:

ul li:before  { content: &#039;&#124;&#039;; } /* important: quotes must be single!!! */
lu li:first-child:before { display: none; }

work only with &quot;:before&quot; and &quot;:first-child:before&quot; and with &quot;display: none;&quot; and with single quotes :)

ps: i hate IE :(
pps: nice fix for ie6 and7, add support &quot;first-child, last-child, before, after&quot;, png24 opacity and much more: http://code.google.com/p/ie7-js/</description>
		<content:encoded><![CDATA[<p>this work on ie8:</p>
<p>ul li:before  { content: &#8216;|&#8217;; } /* important: quotes must be single!!! */<br />
lu li:first-child:before { display: none; }</p>
<p>work only with &#8220;:before&#8221; and &#8220;:first-child:before&#8221; and with &#8220;display: none;&#8221; and with single quotes :)</p>
<p>ps: i hate IE :(<br />
pps: nice fix for ie6 and7, add support &#8220;first-child, last-child, before, after&#8221;, png24 opacity and much more: <a href="http://code.google.com/p/ie7-js/" rel="nofollow">http://code.google.com/p/ie7-js/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Small Script to Compress Movies for Cellphones by Marie Breskic</title>
		<link>http://www.gefvert.org/blog/archives/931#comment-1878</link>
		<dc:creator>Marie Breskic</dc:creator>
		<pubDate>Fri, 04 Feb 2011 16:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gefvert.org/blog/?p=931#comment-1878</guid>
		<description>I had would have to google for a whole lot more in order to use that! :D</description>
		<content:encoded><![CDATA[<p>I had would have to google for a whole lot more in order to use that! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on You Just Plugged a Device Into the Audio Jack by Nick</title>
		<link>http://www.gefvert.org/blog/archives/558#comment-1876</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 16 Jan 2011 10:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.matsgefvert.se/blog/?p=558#comment-1876</guid>
		<description>Thanks Dave you Saved my life</description>
		<content:encoded><![CDATA[<p>Thanks Dave you Saved my life</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backup up MySQL Tables Using Only CMD.EXE and 7-zip by Elisabeth</title>
		<link>http://www.gefvert.org/blog/archives/896#comment-1835</link>
		<dc:creator>Elisabeth</dc:creator>
		<pubDate>Mon, 13 Dec 2010 15:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gefvert.org/blog/?p=896#comment-1835</guid>
		<description>Kul att se dig blogga igen och grattis på födelsedagen i efterskott :)</description>
		<content:encoded><![CDATA[<p>Kul att se dig blogga igen och grattis på födelsedagen i efterskott :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

