<?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 on: JavaScript: Simple Twitter Feed</title>
	<atom:link href="http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 02 Mar 2010 15:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Lynch&#8217;s Pages : Including Twitter on a web page</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-1415</link>
		<dc:creator>Paul Lynch&#8217;s Pages : Including Twitter on a web page</dc:creator>
		<pubDate>Thu, 26 Nov 2009 20:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-1415</guid>
		<description>[...] (jquery) JavaScript: Simple Twitter Feed Add Twitter to your blog (step-by-step) Adding Twitter to Your Web Site with JavaScript (this is a [...]</description>
		<content:encoded><![CDATA[<p>[...] (jquery) JavaScript: Simple Twitter Feed Add Twitter to your blog (step-by-step) Adding Twitter to Your Web Site with JavaScript (this is a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navarr</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-1183</link>
		<dc:creator>Navarr</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-1183</guid>
		<description>I think some of the code you posted in the comment was stripped out.  The code that you changed, 

date(&quot;i&quot;,filemtime(&quot;twitter_$user.json&quot;)) &lt; date(&quot;i&quot;)+4

was designed as a cache system, to only pull a file if it was less than 5 minutes old (because of rate limiting).

If you don&#039;t want to cache it, you can probably pull out the entire file storing procedure.</description>
		<content:encoded><![CDATA[<p>I think some of the code you posted in the comment was stripped out.  The code that you changed, </p>
<p>date(&#8220;i&#8221;,filemtime(&#8220;twitter_$user.json&#8221;)) &lt; date(&#8220;i&#8221;)+4</p>
<p>was designed as a cache system, to only pull a file if it was less than 5 minutes old (because of rate limiting).</p>
<p>If you don&#8217;t want to cache it, you can probably pull out the entire file storing procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattt</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-1181</link>
		<dc:creator>mattt</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-1181</guid>
		<description>hey guys
i was having an issue with this feed pulling old tweets, mainly from the day i ftp&#039;d it

i fixed it by changing this

 if(file_exists(&quot;twitter_$user.json&quot;) &amp;&amp; date(&quot;i&quot;,filemtime(&quot;twitter_$user.json&quot;))  mktime()  )


hope this can help someone else

lebaxxx.com</description>
		<content:encoded><![CDATA[<p>hey guys<br />
i was having an issue with this feed pulling old tweets, mainly from the day i ftp&#8217;d it</p>
<p>i fixed it by changing this</p>
<p> if(file_exists(&#8220;twitter_$user.json&#8221;) &amp;&amp; date(&#8220;i&#8221;,filemtime(&#8220;twitter_$user.json&#8221;))  mktime()  )</p>
<p>hope this can help someone else</p>
<p>lebaxxx.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navarr&#39;s Tech Side &#187; JavaScript: Changes to the Simple Twitter Feed</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-879</link>
		<dc:creator>Navarr&#39;s Tech Side &#187; JavaScript: Changes to the Simple Twitter Feed</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-879</guid>
		<description>[...] I had resumed working on the Simple Twitter Feed, and decided to make some improvements after reading Dave Winer&#8217;s &quot;What am I up [...]</description>
		<content:encoded><![CDATA[<p>[...] I had resumed working on the Simple Twitter Feed, and decided to make some improvements after reading Dave Winer&#8217;s &quot;What am I up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navarr&#39;s Tech Side &#187; SimpleTwitter Update</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-877</link>
		<dc:creator>Navarr&#39;s Tech Side &#187; SimpleTwitter Update</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-877</guid>
		<description>[...] pushed a simple update to the SimpleTwitter JavaScript.&#160; Change log (if its even needed) [...]</description>
		<content:encoded><![CDATA[<p>[...] pushed a simple update to the SimpleTwitter JavaScript.&#160; Change log (if its even needed) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taki</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-524</link>
		<dc:creator>Taki</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-524</guid>
		<description>Hey,
I just used it on the new weblog I designed for myself, simple and does the job.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I just used it on the new weblog I designed for myself, simple and does the job.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navarr Barnier</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-80</link>
		<dc:creator>Navarr Barnier</dc:creator>
		<pubDate>Thu, 27 Aug 2009 20:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-80</guid>
		<description>You can disable the little bullet point by using CSS on the List:&lt;br /&gt;&lt;br /&gt;&lt;ul style=&quot;list-style-type:none;&quot;&gt;</description>
		<content:encoded><![CDATA[<p>You can disable the little bullet point by using CSS on the List:</p>
<p>&lt;ul style=&quot;list-style-type:none;&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-79</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 27 Aug 2009 19:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-79</guid>
		<description>I&#039;m using it on www.wickcopy.com.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#39;m using it on <a href="http://www.wickcopy.com" rel="nofollow">http://www.wickcopy.com</a>.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keyan</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-78</link>
		<dc:creator>Keyan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-78</guid>
		<description>Bitchin&#039; code! One question how could I make it instead of feeding a user feeding a topic i.e. &quot;dogs&quot; or whatever?</description>
		<content:encoded><![CDATA[<p>Bitchin&#39; code! One question how could I make it instead of feeding a user feeding a topic i.e. &quot;dogs&quot; or whatever?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greenline creative</title>
		<link>http://tech.gtaero.net/2008/02/javascript-simple-twitter-feed.html/comment-page-1#comment-77</link>
		<dc:creator>greenline creative</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://temptech.gtaero.net/?p=25#comment-77</guid>
		<description>I love this code, It feeds my tweets, but i can not get it to format for the life of me, It also has a bullet in front of my tweet. Can anyone help me with my formating issues, as far as the code feeding and working correctly, not a problem works fine. &lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Dennis</description>
		<content:encoded><![CDATA[<p>I love this code, It feeds my tweets, but i can not get it to format for the life of me, It also has a bullet in front of my tweet. Can anyone help me with my formating issues, as far as the code feeding and working correctly, not a problem works fine. </p>
<p>Thanks</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
