<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<title>Stan Blog</title>
	<subtitle>Testing ... Foo, Bar</subtitle>
	<link href="http://www.stan.mx/" rel="alternate" type="text/html"/>
	<link href="http://www.stan.mx/feed" rel="self" type="application/atom+xml"/>
	<updated>2009-12-28T15:12:49-06:00</updated>
	<id>http://www.stan.mx/feed</id>
	<author>
		<name>Gilberto Stankiewicz</name>
		<uri>http://www.stan.mx/</uri>
		<email>kiewic@gmail.com</email>
	</author>
	<generator version="9.1">Stan's Fantastic PHP Code</generator>
	<logo>http://www.stan.mx/images/logoRss.gif</logo>
	<entry>
		<id>http://www.stan.mx/post/3</id>
		<title>Flickr API Test</title>
		<category term="flickr"/>
		<category term="api"/>
		<link href="http://www.stan.mx/flickr-api-test" rel="alternate" type="text/html"/>
		<published>2009-08-17T15:11:37-05:00</published>
		<updated>2009-12-28T15:12:49-06:00</updated>
		<content type="html">&lt;p&gt;I love to sniff through &lt;strong&gt;Flickr&lt;/strong&gt; photos. So, I built a script using the &lt;strong&gt;Flickr API&lt;/strong&gt; and my favorite photos.&lt;/p&gt;&#13;
&#13;
&lt;p&gt;I also programmed a &lt;strong&gt;simple cache system&lt;/strong&gt;. The goal is to reduce the requests to the &lt;strong&gt;Flickr&lt;/strong&gt; server. It works great! Here is a sketch of how it works.&lt;/p&gt;&#13;
&#13;
&lt;p class=&quot;center&quot;&gt;&lt;img src=&quot;http://www.stan.mx/images/flickrApiTestCache.gif&quot; alt=&quot;simple cache system&quot; width=&quot;479&quot; height=&quot;245&quot;/&gt;&lt;/p&gt;&#13;
&#13;
&lt;p&gt;In fact, something inside me says I should be using a &lt;strong&gt;real cache system&lt;/strong&gt;. &lt;/p&gt;</content>
	</entry>
	<entry>
		<id>http://www.stan.mx/post/2</id>
		<title>Time Zones In PHP</title>
		<category term="php"/>
		<category term="time zones"/>
		<category term="dates"/>
		<link href="http://www.stan.mx/time-zones-in-php" rel="alternate" type="text/html"/>
		<published>2008-11-02T15:08:45-06:00</published>
		<updated>2009-12-28T15:11:04-06:00</updated>
		<content type="html"></content>
	</entry>
	<entry>
		<id>http://www.stan.mx/post/1</id>
		<title>Days Between Two Dates</title>
		<category term="php"/>
		<category term="dates"/>
		<link href="http://www.stan.mx/days-between-two-dates" rel="alternate" type="text/html"/>
		<published>2008-09-30T15:06:29-05:00</published>
		<updated>2009-12-28T15:10:39-06:00</updated>
		<content type="html"></content>
	</entry>
</feed>
