<?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 for Usu&#039;s Blog</title>
	<atom:link href="http://usu.li/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://usu.li/blog</link>
	<description></description>
	<lastBuildDate>Wed, 18 May 2011 13:44:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Simulate real users load on a webserver using Siege and Sproxy by R00T_ATI</title>
		<link>http://usu.li/blog/simulate-real-users-load-on-a-webserver-using-siege-and-sproxy/#comment-448</link>
		<dc:creator>R00T_ATI</dc:creator>
		<pubDate>Wed, 18 May 2011 13:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=148#comment-448</guid>
		<description>Nice post Andrea! TY</description>
		<content:encoded><![CDATA[<p>Nice post Andrea! TY</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing Miso API: a sample PHP application by Paul C</title>
		<link>http://usu.li/blog/accessing-miso-api-a-sample-php-application/#comment-351</link>
		<dc:creator>Paul C</dc:creator>
		<pubDate>Wed, 02 Feb 2011 01:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=131#comment-351</guid>
		<description>Great tutorial, the only issues I&#039;m having using HTTP_OAUTH (my host doesn&#039;t support regular Oauth), is that I&#039;m clueless how to make request after I get my access token.. Any idea? I would be eternally grateful! :-)

----------------------

&lt;?php

	// START A SESSION SO WE CAN ACCESS VARIABLES SHARED WITH US BY INDEX.PHP 
	session_start();

	// INCLUDE ANY SETTINGS AS WELL
	require_once(&quot;misoconfig.php&quot;);
	// AS ANY CLASS REFERENCES 
	require_once(&quot;HTTP/OAuth/Consumer.php&quot;);

	// BY REACHING THIS FAR, WE&#039;VE BEEN AUTHENTICATED. LET&#039;S GRAB THE ACCESS TOKEN AND SECRET AND SAVE THEM . 
	$consumer = new HTTP_OAuth_Consumer(&#039;key&#039;, &#039;secret&#039;, $_SESSION[&#039;token&#039;],$_SESSION[&#039;token_secret&#039;]);
	$consumer-&gt;getAccessToken(OAUTH_ACCESS_TOKEN_API, $_GET[&#039;oauth_verifier&#039;]);
	$_SESSION[&#039;token&#039;] = $consumer-&gt;getToken();
	$_SESSION[&#039;token_secret&#039;] = $consumer-&gt;getTokenSecret();
	
	

	
?&gt;</description>
		<content:encoded><![CDATA[<p>Great tutorial, the only issues I&#8217;m having using HTTP_OAUTH (my host doesn&#8217;t support regular Oauth), is that I&#8217;m clueless how to make request after I get my access token.. Any idea? I would be eternally grateful! <img src='http://usu.li/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&lt;?php</p>
<p>	// START A SESSION SO WE CAN ACCESS VARIABLES SHARED WITH US BY INDEX.PHP<br />
	session_start();</p>
<p>	// INCLUDE ANY SETTINGS AS WELL<br />
	require_once(&quot;misoconfig.php&quot;);<br />
	// AS ANY CLASS REFERENCES<br />
	require_once(&quot;HTTP/OAuth/Consumer.php&quot;);</p>
<p>	// BY REACHING THIS FAR, WE&#039;VE BEEN AUTHENTICATED. LET&#039;S GRAB THE ACCESS TOKEN AND SECRET AND SAVE THEM .<br />
	$consumer = new HTTP_OAuth_Consumer(&#8216;key&#8217;, &#8216;secret&#8217;, $_SESSION['token'],$_SESSION['token_secret']);<br />
	$consumer-&gt;getAccessToken(OAUTH_ACCESS_TOKEN_API, $_GET['oauth_verifier']);<br />
	$_SESSION['token'] = $consumer-&gt;getToken();<br />
	$_SESSION['token_secret'] = $consumer-&gt;getTokenSecret();</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark: libmysql vs mysqlnd by Hone</title>
		<link>http://usu.li/blog/benchmark-libmysql-vs-mysqlnd/#comment-233</link>
		<dc:creator>Hone</dc:creator>
		<pubDate>Sat, 04 Dec 2010 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=24#comment-233</guid>
		<description>mysqlnd has one major advantage over libmysqlclient which is not accounted for in this benchmark.

mysqlnd can perform async queries which in real world app scenarios can dramatically improve speed.

http://blog.ulf-wendel.de/?p=201</description>
		<content:encoded><![CDATA[<p>mysqlnd has one major advantage over libmysqlclient which is not accounted for in this benchmark.</p>
<p>mysqlnd can perform async queries which in real world app scenarios can dramatically improve speed.</p>
<p><a href="http://blog.ulf-wendel.de/?p=201" rel="nofollow">http://blog.ulf-wendel.de/?p=201</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Di nuovo online! by Usu</title>
		<link>http://usu.li/blog/di-nuovo-online/#comment-205</link>
		<dc:creator>Usu</dc:creator>
		<pubDate>Thu, 30 Sep 2010 20:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=9#comment-205</guid>
		<description>Gli darò un&#039;occhiata, grazie :)</description>
		<content:encoded><![CDATA[<p>Gli darò un&#8217;occhiata, grazie <img src='http://usu.li/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Di nuovo online! by gi</title>
		<link>http://usu.li/blog/di-nuovo-online/#comment-204</link>
		<dc:creator>gi</dc:creator>
		<pubDate>Thu, 30 Sep 2010 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=9#comment-204</guid>
		<description>textpattern l&#039;hai provato? è più leggero di wordpress e molto elegante. http://textpattern.com/</description>
		<content:encoded><![CDATA[<p>textpattern l&#8217;hai provato? è più leggero di wordpress e molto elegante. <a href="http://textpattern.com/" rel="nofollow">http://textpattern.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmark: libmysql vs mysqlnd by [Database] MySQL Native Driver (mysqlnd)</title>
		<link>http://usu.li/blog/benchmark-libmysql-vs-mysqlnd/#comment-5</link>
		<dc:creator>[Database] MySQL Native Driver (mysqlnd)</dc:creator>
		<pubDate>Mon, 02 Aug 2010 21:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.usuelli.net/?p=24#comment-5</guid>
		<description>[...] Visto che in rete non ho trovato veri e propri benchmark che ne misurassero le prestazioni ho fatto da me: Usu&#8217;s Blog Blog Archive Benchmark: libmysql vs mysqlnd [...]</description>
		<content:encoded><![CDATA[<p>[...] Visto che in rete non ho trovato veri e propri benchmark che ne misurassero le prestazioni ho fatto da me: Usu&#8217;s Blog Blog Archive Benchmark: libmysql vs mysqlnd [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching using disk
Object Caching 519/529 objects using disk

Served from: usu.li @ 2012-05-20 10:51:01 -->
