<?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>bojanpejic.com &#187; Interesting on Web</title>
	<atom:link href="http://bojanpejic.com/category/interesting-on-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://bojanpejic.com</link>
	<description>Scrap Book About Web – Programming – Development – Places, and more 8-)</description>
	<lastBuildDate>Sun, 16 May 2010 14:37:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Twitter Follow Bug Discovered</title>
		<link>http://bojanpejic.com/twitter-vulnerability-discovered/</link>
		<comments>http://bojanpejic.com/twitter-vulnerability-discovered/#comments</comments>
		<pubDate>Mon, 10 May 2010 17:03:44 +0000</pubDate>
		<dc:creator>bojan</dc:creator>
				<category><![CDATA[Interesting on Web]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bojanpejic.com/?p=124</guid>
		<description><![CDATA[Wow, I didn&#8217;t imagine that something like this is possible! Following my streamline I noticed tweet by @feeloow which had a link. The link was about Twitter vulnerability, which is a have to say pretty huge! Tweeting a command &#8220;accept username&#8221; you can make anyone following you! I was curious so I tried it, and...]]></description>
			<content:encoded><![CDATA[<p>Wow, I didn&#8217;t imagine that something like this is possible! Following my streamline I noticed tweet by @feeloow which had a <a href="http://news.ycombinator.com/item?id=1334735" target="_blank">link</a>. The link was about Twitter vulnerability, which is a have to say pretty huge! Tweeting a command &#8220;accept username&#8221; you can make anyone following you! I was curious so I tried it, and it really worked, but after some time ~15 minutes, my counters for following and followers are zeroed. Watching the timeline I noticed that few tweeps I followed has complained about that or &#8220;You don&#8217;t have any followers just yet. You probably will soon, though!&#8221;. Even I have zeroed counters, timeline works fine until now. Now waiting what will happen :)</p>
<h4>UPDATE #1</h4>
<p>About ~25 minutes later (19:10 CEST) i also got message &#8220;You don&#8217;t have any followers just yet. You probably will soon, though!&#8221;</p>
<h4>UPDATE #2</h4>
<p>Status from @twitter account <a href="http://twitter.com/twitter/status/13736700173" target="_blank">http://twitter.com/twitter/status/13736700173</a></p>
<h4>UPDATE #3</h4>
<p>@19:25 (CEST) by @twitter <a href="http://status.twitter.com/post/587210796/follow-bug-discovered-remedied" target="_blank">http://status.twitter.com/post/587210796/follow-bug-discovered-remedied</a></p>
<h4>UPDATE #4</h4>
<p>Looks like everything started with this <a href="http://gizmodo.com/5535298/how-to-force-anyone-to-follow-you-on-twitter?skyline=true&amp;s=i" target="_blank">http://gizmodo.com/5535298/how-to-force-anyone-to-follow-you-on-twitter?skyline=true&amp;s=i</a></p>
<h4>UPDATE #5</h4>
<p>Some funny stuff about this :)</p>
<p>http://bit.ly/c0Eegf</p>
<p>http://bit.ly/apY2p9</p>
<h4>UPDATE #6</h4>
<p>About 2 hours later (20:30 CEST) everything looks back in normal, welcome back followers :) The followers added by the follow bug haven&#8217;t been removed.</p>
]]></content:encoded>
			<wfw:commentRss>http://bojanpejic.com/twitter-vulnerability-discovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework Book Review by Robert Bašić</title>
		<link>http://bojanpejic.com/zend-framework-book-review-by-robert-basic/</link>
		<comments>http://bojanpejic.com/zend-framework-book-review-by-robert-basic/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 20:30:40 +0000</pubDate>
		<dc:creator>bojan</dc:creator>
				<category><![CDATA[Interesting on Web]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://bojanpejic.com/?p=76</guid>
		<description><![CDATA[Few days ago my friend Robert Bašić has posted his review of a book named &#8220;Zend Framework 1.8 Web Application Development&#8221; on his blog. Here is a short quote from that review: The book starts off with a basic application (yep, “Hello world!”), explains the bootstrapping, configuring, working with action controllers, views and handling errors…...]]></description>
			<content:encoded><![CDATA[<div id="attachment_88" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-88" title="Zend Framework 1.8 Web Application Development" src="http://bojanpejic.com/wp-content/uploads/2009/11/zf_book-300x225.jpg" alt="Picture from robertbasic.com" width="300" height="225" /><p class="wp-caption-text">Picture from robertbasic.com</p></div>
<p>Few days ago my friend Robert Bašić has posted his review of a book named &#8220;<a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book" target="_blank">Zend Framework 1.8 Web Application Development</a>&#8221; on his blog. Here is a short quote from that review:</p>
<blockquote><p>The book starts off with a basic application (yep, “Hello world!”), explains the bootstrapping, configuring, working with action controllers, views and handling errors… The second chapter continues with explaining the MVC architecture, the front controller, router, dispatcher… It even has a nice flowchart about the whole dispatch process, great stuff.</p></blockquote>
<p>It&#8217;s a not too long, but a well written and informative review. So, if you&#8217;re interested in whole review and what&#8217;s Robert saying about the book, I recommend you to visit his <a href="http://robertbasic.com/blog/zend-framework-18-web-application-development-book-review/" target="_blank">blog</a> and read his nice post!</p>
]]></content:encoded>
			<wfw:commentRss>http://bojanpejic.com/zend-framework-book-review-by-robert-basic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
