<?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>h3x.no &#187; google</title>
	<atom:link href="http://h3x.no/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:20:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple Apache trick to increase Google Speed Test score</title>
		<link>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score</link>
		<comments>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:45:16 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=392</guid>
		<description><![CDATA[Google Speed Test will (unless set up) complain if you have not set up images to take use of browser caching. To get the browser to start caching static content you can add the following to your Apache vhost file: ExpiresActive On ExpiresByType image/gif "access plus 365 days" ExpiresByType image/jpeg "access plus 365 days" ExpiresByType [...]]]></description>
			<content:encoded><![CDATA[<p>Google Speed Test will (unless set up) complain if you have not set up images to take use of browser caching. To get the browser to start caching static content you can add the following to your Apache vhost file:</p>
<p><code>ExpiresActive On<br />
ExpiresByType image/gif "access plus 365 days"<br />
ExpiresByType image/jpeg "access plus 365 days"<br />
ExpiresByType image/png "access plus 365 days"<br />
ExpiresByType image/bmp "access plus 365 days"<br />
ExpiresByType image/png "access plus 365 days"<br />
ExpiresByType text/css "access plus 365 days"<br />
ExpiresByType text/x-js "access plus 365 days"<br />
ExpiresByType application/x-javascript "access plus 365 days"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facepalm @ Google</title>
		<link>http://h3x.no/2009/07/05/facepalm-google</link>
		<comments>http://h3x.no/2009/07/05/facepalm-google#comments</comments>
		<pubDate>Sat, 04 Jul 2009 23:35:19 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facepalm]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[imges]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=83</guid>
		<description><![CDATA[Finally a good use for the color picker in Google images http://images.google.no/images?q=Facepalm&#38;gbv=2&#38;hl=no&#38;sa=G&#38;imgcolor=black]]></description>
			<content:encoded><![CDATA[<p>Finally a good use for the color picker in Google images <img src='http://h3x.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://images.google.no/images?q=Facepalm&amp;gbv=2&amp;hl=no&amp;sa=G&amp;imgcolor=black">http://images.google.no/images?q=Facepalm&amp;gbv=2&amp;hl=no&amp;sa=G&amp;imgcolor=black</a></p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/07/05/facepalm-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
