<?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: Making Our Own Twitter Timeline</title>
	<atom:link href="http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Wed, 16 May 2012 02:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chad Buie</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-22112</link>
		<dc:creator>Chad Buie</dc:creator>
		<pubDate>Sat, 18 Feb 2012 01:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-22112</guid>
		<description>OMG MySQL still running some powerful stuff. I wonder what MYSQL cluster has to offer? Good job! :-)</description>
		<content:encoded><![CDATA[<p>OMG MySQL still running some powerful stuff. I wonder what MYSQL cluster has to offer? Good job! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shery</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-21987</link>
		<dc:creator>Shery</dc:creator>
		<pubDate>Fri, 10 Feb 2012 00:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-21987</guid>
		<description>Hey nice work...really appreciated
im a bit of a newbie...
just want to ask about a little problem im facing...whenever a post is written and then i press enter after the post n then submit it...there is always an extra &quot;n&quot; at the end of the post...i wonder why...</description>
		<content:encoded><![CDATA[<p>Hey nice work...really appreciated<br />
im a bit of a newbie...<br />
just want to ask about a little problem im facing...whenever a post is written and then i press enter after the post n then submit it...there is always an extra &quot;n&quot; at the end of the post...i wonder why...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitalicus</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-21209</link>
		<dc:creator>Vitalicus</dc:creator>
		<pubDate>Sat, 24 Dec 2011 21:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-21209</guid>
		<description>will be the good update: 
login to twitter, to post with my photo, not only anonymously   :)</description>
		<content:encoded><![CDATA[<p>will be the good update:<br />
login to twitter, to post with my photo, not only anonymously   :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamoni</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-15408</link>
		<dc:creator>Lamoni</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-15408</guid>
		<description>Oops, the commenting system took out my  and  tags around that alert(document.cookie)</description>
		<content:encoded><![CDATA[<p>Oops, the commenting system took out my  and  tags around that alert(document.cookie)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamoni</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-15407</link>
		<dc:creator>Lamoni</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-15407</guid>
		<description>Also, I realized there&#039;s an XSS exploit in this.  Is there a way to sanitize the &quot;latest tweet&quot; in our AJAX function before we post it?

Example:
alert(document.cookie) as a status won&#039;t get sanitized before the latest tweet is set as that.   This is only a problem for the person setting the status, as the PHP script obviously sanitizes the status before putting it in the timeline.</description>
		<content:encoded><![CDATA[<p>Also, I realized there's an XSS exploit in this.  Is there a way to sanitize the "latest tweet" in our AJAX function before we post it?</p>
<p>Example:<br />
alert(document.cookie) as a status won't get sanitized before the latest tweet is set as that.   This is only a problem for the person setting the status, as the PHP script obviously sanitizes the status before putting it in the timeline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lamoni</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-15385</link>
		<dc:creator>Lamoni</dc:creator>
		<pubDate>Thu, 17 Feb 2011 11:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-15385</guid>
		<description>Fantastic tutorial, thank you for this. Gonna modify it and use it on my own site.</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial, thank you for this. Gonna modify it and use it on my own site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-11320</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 18 Sep 2010 22:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-11320</guid>
		<description>Hey thanks for sharing - i want to use this for a personal project
but i have one question, if much users enters much messages the timeline gets a lil bit long :) 
is there a &quot;easy&quot; way to break the timeline after (for example) 10 messages in 2 sites and then 3, 4, 5
hope you know what i mean :)

thanks!</description>
		<content:encoded><![CDATA[<p>Hey thanks for sharing - i want to use this for a personal project<br />
but i have one question, if much users enters much messages the timeline gets a lil bit long :)<br />
is there a "easy" way to break the timeline after (for example) 10 messages in 2 sites and then 3, 4, 5<br />
hope you know what i mean :)</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleks</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-10993</link>
		<dc:creator>aleks</dc:creator>
		<pubDate>Wed, 08 Sep 2010 10:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-10993</guid>
		<description>awesome! thanks for sharing... :)</description>
		<content:encoded><![CDATA[<p>awesome! thanks for sharing... :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-9695</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 13 Aug 2010 19:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-9695</guid>
		<description>@Steve,

How are you displaying usernames for the different people that post on your timeline? Are you using facebook api, or have you integrated your own login system? The latter is what I am attempting to do now and I need all the help i can get!

Kind Regards

James</description>
		<content:encoded><![CDATA[<p>@Steve,</p>
<p>How are you displaying usernames for the different people that post on your timeline? Are you using facebook api, or have you integrated your own login system? The latter is what I am attempting to do now and I need all the help i can get!</p>
<p>Kind Regards</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://tutorialzine.com/2009/09/making-our-own-twitter-timeline/#comment-9278</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 07 Aug 2010 13:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=336#comment-9278</guid>
		<description>Hey mate,

Thanks for the tutorial-- I have retrofitted most of the code in the back-end (plus fixed up the interface to make it look more like the current twitter interface) and thanks to you, I now have something that looks just like the real thing! :D

http://apps.facebook.com/mytwitteraccount/app_timeline.php &lt;-- Too see how I&#039;ve used it.

One thing I would like to see is perhaps how we can make that option of having something like &quot;{num_of_tweets} new tweets. Click here to see them&quot; all on the one page...

I know we can use jQuery for it, but I am fairly new to jQuery. If you can help me out by pointing me in the right direction, I would be very appreciative.

My email is augrunt@hotmail.com

Cheers,
Steve</description>
		<content:encoded><![CDATA[<p>Hey mate,</p>
<p>Thanks for the tutorial-- I have retrofitted most of the code in the back-end (plus fixed up the interface to make it look more like the current twitter interface) and thanks to you, I now have something that looks just like the real thing! :D</p>
<p>http://apps.facebook.com/mytwitteraccount/app_timeline.php &lt;-- Too see how I&#039;ve used it.</p>
<p>One thing I would like to see is perhaps how we can make that option of having something like &quot;{num_of_tweets} new tweets. Click here to see them&quot; all on the one page...</p>
<p>I know we can use jQuery for it, but I am fairly new to jQuery. If you can help me out by pointing me in the right direction, I would be very appreciative.</p>
<p>My email is augrunt@hotmail.com</p>
<p>Cheers,<br />
Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-05-16 18:03:30 -->
