<?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>Ramin Hossaini (blog) &#187; General</title>
	<atom:link href="http://blog.ramin-hossaini.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramin-hossaini.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 17:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flickr&#8217;s reply-implementation</title>
		<link>http://blog.ramin-hossaini.com/2010/08/12/flickrs-reply-implementation/</link>
		<comments>http://blog.ramin-hossaini.com/2010/08/12/flickrs-reply-implementation/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 22:39:48 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=807</guid>
		<description><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> -->Apart from a few annoyances, I'm generally pretty happy with the new Flickr design on photo-pages. All the extra AJAX makes things a lot easier (at least for me personally) and I quite like the larger images. I've been using Flickr since 2005 and I'm not sure how new this feature is, but I think [...]
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/08/11/automatically-insert-rubbish-flickr-comments-with-flickr-comment-generator/' rel='bookmark' title='Automatically insert rubbish Flickr-comments with Flickr-comment-generator'>Automatically insert rubbish Flickr-comments with Flickr-comment-generator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><p>Apart from a few annoyances, I'm generally pretty happy with the new Flickr design on photo-pages. All the extra AJAX makes things a lot easier (at least for me personally) and I quite like the larger images. </p>
<p>I've been using Flickr since 2005 and I'm not sure how new this feature is, but I think it was implemented with the new photo-pages.</p>
<p>Hover over a comment, and you'll see a 'reply' link becomes available:</p>
<p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2010/08/2010-08-12_232852.png" alt="" title="2010-08-12_232852" width="548" height="195" class="alignnone size-full wp-image-808" /></p>
<p>All it does is add a piece of code to the comment-box (a link to the user's photo-stream enclosed in square brackets (you can also click multiple reply-links):</p>
<p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2010/08/2010-08-12_232926.png" alt="" title="2010-08-12_232926" width="479" height="257" class="alignnone size-full wp-image-809" /></p>
<p>And then what? You see, I used to put an @ in front of the user's name. You know - Twitter style. But I've seen how user's change their name and the reply looks awkward. This instead is what you get in the end (the user's icon is displayed before your reply):</p>
<p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2010/08/2010-08-12_232941.png" alt="" title="2010-08-12_232941" width="460" height="288" class="alignnone size-full wp-image-810" /></p>
<p>I remember how there was a Greasemonkey implementation for this, and it's great to see it implemented. Use it!</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/08/11/automatically-insert-rubbish-flickr-comments-with-flickr-comment-generator/' rel='bookmark' title='Automatically insert rubbish Flickr-comments with Flickr-comment-generator'>Automatically insert rubbish Flickr-comments with Flickr-comment-generator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2010/08/12/flickrs-reply-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Tar and Zip</title>
		<link>http://blog.ramin-hossaini.com/2010/06/28/linux-tar-and-zip/</link>
		<comments>http://blog.ramin-hossaini.com/2010/06/28/linux-tar-and-zip/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:20:37 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=803</guid>
		<description><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> -->Compress: z: Compress using GZIP c: Create an archive (as opposed to the 'x' parameter to extract) v: Verbose mode f: Archive's filename $ tar -zcvf filename.tar.gz /directory Extract: $ tar -zxvf filename.tar.gz Related posts: Turning Archive-log mode on and off Simple MySQL backup-script Search through files for a string (Linux)
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2010/02/16/turning-archive-log-mode-on-and-off/' rel='bookmark' title='Turning Archive-log mode on and off'>Turning Archive-log mode on and off</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/03/23/simple-mysql-backup-script/' rel='bookmark' title='Simple MySQL backup-script'>Simple MySQL backup-script</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/11/04/search-through-files-for-a-string/' rel='bookmark' title='Search through files for a string (Linux)'>Search through files for a string (Linux)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><!-- Private Link --></a><h2>Compress:</h2>
<ul>
<li>z: Compress using GZIP</li>
<li>c: Create an archive (as opposed to the 'x' parameter to extract)</li>
<li>v: Verbose mode</li>
<li>f: Archive's filename</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zcvf</span> filename.tar.gz <span style="color: #000000; font-weight: bold;">/</span>directory</pre></div></div>

<h2>Extract:</h2>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> filename.tar.gz</pre></div></div>

<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2010/02/16/turning-archive-log-mode-on-and-off/' rel='bookmark' title='Turning Archive-log mode on and off'>Turning Archive-log mode on and off</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/03/23/simple-mysql-backup-script/' rel='bookmark' title='Simple MySQL backup-script'>Simple MySQL backup-script</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/11/04/search-through-files-for-a-string/' rel='bookmark' title='Search through files for a string (Linux)'>Search through files for a string (Linux)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2010/06/28/linux-tar-and-zip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Calendar SMS notifications available in Namibia</title>
		<link>http://blog.ramin-hossaini.com/2010/05/05/google-calendar-sms-notifications-available-in-namibia/</link>
		<comments>http://blog.ramin-hossaini.com/2010/05/05/google-calendar-sms-notifications-available-in-namibia/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:53:43 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=729</guid>
		<description><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><!-- Private Link --></a><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>It really is the little things in life that matter most. Namibia is moving up in the World. Related posts: Synchronize Google Calendar on iPhone World Population Use Google Reader to find out rough estimate of RSS subscribers
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/24/synchronize-google-calendar-on-iphone/' rel='bookmark' title='Synchronize Google Calendar on iPhone'>Synchronize Google Calendar on iPhone</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/05/11/world-population/' rel='bookmark' title='World Population'>World Population</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/02/18/google-reader-hack/' rel='bookmark' title='Use Google Reader to find out rough estimate of RSS subscribers'>Use Google Reader to find out rough estimate of RSS subscribers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><!-- Private Link --></a><p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2010/05/2010-05-05_154617.png" alt="" title="2010-05-05_154617" width="578" height="88" class="alignnone size-full wp-image-730" /></p>
<p>It really is the little things in life that matter most.</p>
<p>Namibia is moving up in the World.</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/24/synchronize-google-calendar-on-iphone/' rel='bookmark' title='Synchronize Google Calendar on iPhone'>Synchronize Google Calendar on iPhone</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/05/11/world-population/' rel='bookmark' title='World Population'>World Population</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/02/18/google-reader-hack/' rel='bookmark' title='Use Google Reader to find out rough estimate of RSS subscribers'>Use Google Reader to find out rough estimate of RSS subscribers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2010/05/05/google-calendar-sms-notifications-available-in-namibia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote from &#8216;Kafka on the Shore&#8217; &#8211; Murakami</title>
		<link>http://blog.ramin-hossaini.com/2010/03/11/quote-from-kafka-on-the-shore-murakami/</link>
		<comments>http://blog.ramin-hossaini.com/2010/03/11/quote-from-kafka-on-the-shore-murakami/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:11:11 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Quote]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=655</guid>
		<description><![CDATA[I love how random Haruki Murakami gets: "Are you really Colonel Sanders?" Colonel Sanders cleared his throat. "Not really. I'm just taking on his appearance for a time." "That's what I thought," Hoshino said. "So what are you really?" "I don't have a name." "How do you get along without one?" "No problem. Basically I [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ramin-hossaini.com/wp-content/uploads/2010/03/kafka.jpg"><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2010/03/kafka-199x300.jpg" alt="" title="kafka" width="199" height="300" class="alignnone size-medium wp-image-657" /></a></p>
<p>I love how random Haruki Murakami gets:</p>
<blockquote><p>
"Are you really Colonel Sanders?"<br />
Colonel Sanders cleared his throat. "Not really. I'm just taking on his appearance for a time."<br />
"That's what I thought," Hoshino said. "So what are you really?"<br />
"I don't have a name."<br />
"How do you get along without one?"<br />
"No problem. Basically I don't have a name or a shape"<br />
"So you're kind of like a fart."<br />
"You could say that."
</p></blockquote>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2010/03/11/quote-from-kafka-on-the-shore-murakami/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flickr adds people-tagging, finally joins the bandwagon</title>
		<link>http://blog.ramin-hossaini.com/2009/10/22/flickr-adds-people-tagging/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/22/flickr-adds-people-tagging/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:56:01 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=547</guid>
		<description><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>A feature that many in the Flickr community have been requesting for years has finally been implemented. What?! No @ sign in front of the names?? Related posts: Flickr adds live-search to contact list Flickr&#8217;s reply-implementation Automatically insert rubbish Flickr-comments with Flickr-comment-generator
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/03/18/flickr-adds-live-search-to-contact-list/' rel='bookmark' title='Flickr adds live-search to contact list'>Flickr adds live-search to contact list</a></li>
<li><a href='http://blog.ramin-hossaini.com/2010/08/12/flickrs-reply-implementation/' rel='bookmark' title='Flickr&#8217;s reply-implementation'>Flickr&#8217;s reply-implementation</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/08/11/automatically-insert-rubbish-flickr-comments-with-flickr-comment-generator/' rel='bookmark' title='Automatically insert rubbish Flickr-comments with Flickr-comment-generator'>Automatically insert rubbish Flickr-comments with Flickr-comment-generator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/flickr.png" alt="flickr" title="flickr" width="405" height="201" class="alignnone size-full wp-image-548" /></p>
<p>A feature that many in the Flickr community have been requesting for years has finally been implemented.</p>
<p>What?! No @ sign in front of the names??</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/03/18/flickr-adds-live-search-to-contact-list/' rel='bookmark' title='Flickr adds live-search to contact list'>Flickr adds live-search to contact list</a></li>
<li><a href='http://blog.ramin-hossaini.com/2010/08/12/flickrs-reply-implementation/' rel='bookmark' title='Flickr&#8217;s reply-implementation'>Flickr&#8217;s reply-implementation</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/08/11/automatically-insert-rubbish-flickr-comments-with-flickr-comment-generator/' rel='bookmark' title='Automatically insert rubbish Flickr-comments with Flickr-comment-generator'>Automatically insert rubbish Flickr-comments with Flickr-comment-generator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/22/flickr-adds-people-tagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress BlogInfo variables</title>
		<link>http://blog.ramin-hossaini.com/2009/10/19/wordpress-bloginfo-variables/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/19/wordpress-bloginfo-variables/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:49:03 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=526</guid>
		<description><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><!-- Private Link --></a><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>bloginfo&#40;'atom_url'&#41;; //ATOM feed for site bloginfo&#40;'charset'&#41;; //The character set bloginfo&#40;'description'&#41;; //The description of the blog bloginfo&#40;'html_type'&#41;; //HTML version of the site bloginfo&#40;'name'&#41;; //Title of blog bloginfo&#40;'pingback_url'&#41;; //The pingback URL bloginfo&#40;'rss2_url'&#41;; //The RSS URL bloginfo&#40;'stylesheet_url'&#41;; //The URL for the template's CSS file bloginfo&#40;'template_url'&#41;; //The URL of the template bloginfo&#40;'url'&#41;; //The address of the blog bloginfo&#40;'version'&#41;; //Version [...]
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2008/03/30/gravatars/' rel='bookmark' title='Gravatars'>Gravatars</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/10/28/performing-wordpress-upgrades-linux/' rel='bookmark' title='Performing WordPress upgrades (Linux)'>Performing WordPress upgrades (Linux)</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/09/23/highlight-comments-by-blog-author-wordpress/' rel='bookmark' title='Highlight comments by Blog-author (WordPress)'>Highlight comments by Blog-author (WordPress)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'atom_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>       <span style="color: #666666; font-style: italic;">//ATOM feed for site</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'charset'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>        <span style="color: #666666; font-style: italic;">//The character set</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'description'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">//The description of the blog</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'html_type'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>      <span style="color: #666666; font-style: italic;">//HTML version of the site</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>           <span style="color: #666666; font-style: italic;">//Title of blog</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'pingback_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   <span style="color: #666666; font-style: italic;">//The pingback URL</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'rss2_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>       <span style="color: #666666; font-style: italic;">//The RSS URL</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//The URL for the template's CSS file</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   <span style="color: #666666; font-style: italic;">//The URL of the template</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>            <span style="color: #666666; font-style: italic;">//The address of the blog</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'version'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>        <span style="color: #666666; font-style: italic;">//Version of the WordPress installation</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wpurl'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>          <span style="color: #666666; font-style: italic;">//URL for WordPress installation</span></pre></div></div>

<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2008/03/30/gravatars/' rel='bookmark' title='Gravatars'>Gravatars</a></li>
<li><a href='http://blog.ramin-hossaini.com/2008/10/28/performing-wordpress-upgrades-linux/' rel='bookmark' title='Performing WordPress upgrades (Linux)'>Performing WordPress upgrades (Linux)</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/09/23/highlight-comments-by-blog-author-wordpress/' rel='bookmark' title='Highlight comments by Blog-author (WordPress)'>Highlight comments by Blog-author (WordPress)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/19/wordpress-bloginfo-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave adds online-status indicator</title>
		<link>http://blog.ramin-hossaini.com/2009/10/19/google-wave-adds-online-status-indicator/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/19/google-wave-adds-online-status-indicator/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:13:15 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=520</guid>
		<description><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><!-- Private Link --></a><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>This was the biggest lacking feature in Google Wave (for me) for a while. Nice to see it added! Related posts: Google Wave: View all public waves Google Wave Gmail adds undo-send-email in labs
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave-view-all-public-waves/' rel='bookmark' title='Google Wave: View all public waves'>Google Wave: View all public waves</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave/' rel='bookmark' title='Google Wave'>Google Wave</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/03/20/gmail-adds-undo-send-email-in-labs/' rel='bookmark' title='Gmail adds undo-send-email in labs'>Gmail adds undo-send-email in labs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/wave.png" alt="wave" title="wave" width="151" height="84" class="alignnone size-full wp-image-521" /></p>
<p>This was the biggest lacking feature in Google Wave (for me) for a while. Nice to see it added!</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave-view-all-public-waves/' rel='bookmark' title='Google Wave: View all public waves'>Google Wave: View all public waves</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave/' rel='bookmark' title='Google Wave'>Google Wave</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/03/20/gmail-adds-undo-send-email-in-labs/' rel='bookmark' title='Gmail adds undo-send-email in labs'>Gmail adds undo-send-email in labs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/19/google-wave-adds-online-status-indicator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail cleans up navigation</title>
		<link>http://blog.ramin-hossaini.com/2009/10/07/gmail-cleans-up-navigation/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/07/gmail-cleans-up-navigation/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:59:05 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=502</guid>
		<description><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>Big thanks to Gmail for taking out the annoying 'sites' from the menu: Awesome. Related posts: Gmail adds themes Gmail adds undo-send-email in labs Gmail introduces custom themes (awesome)
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2008/11/20/gmail-adds-themes/' rel='bookmark' title='Gmail adds themes'>Gmail adds themes</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/03/20/gmail-adds-undo-send-email-in-labs/' rel='bookmark' title='Gmail adds undo-send-email in labs'>Gmail adds undo-send-email in labs</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/02/19/gmail-introduces-custom-themes-awesome/' rel='bookmark' title='Gmail introduces custom themes (awesome)'>Gmail introduces custom themes (awesome)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><p>Big thanks to Gmail for taking out the annoying 'sites' from the menu:</p>
<p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/gmail.png" alt="gmail" title="gmail" width="390" height="157" class="alignnone size-full wp-image-503" /></p>
<p>Awesome.</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2008/11/20/gmail-adds-themes/' rel='bookmark' title='Gmail adds themes'>Gmail adds themes</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/03/20/gmail-adds-undo-send-email-in-labs/' rel='bookmark' title='Gmail adds undo-send-email in labs'>Gmail adds undo-send-email in labs</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/02/19/gmail-introduces-custom-themes-awesome/' rel='bookmark' title='Gmail introduces custom themes (awesome)'>Gmail introduces custom themes (awesome)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/07/gmail-cleans-up-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter tools</title>
		<link>http://blog.ramin-hossaini.com/2009/10/07/twitter-tools/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/07/twitter-tools/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 11:06:34 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=478</guid>
		<description><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a>Tweetdeck Personally, I think this is the best Twitter client/interface I've used so far - they also have a version available for the iPhone. Get Tweetdeck TweetStats Find out more about your Tweeting-patterns: TweetStats Twitalyzer Find out about your Twitter 'influence', 'signal', 'generosity', 'velocity' and 'clout': Twitalyzer TweetPsych This is interesting - build a psychological [...]
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/15/more-twitter-tools/' rel='bookmark' title='More Twitter tools'>More Twitter tools</a></li>
<li><a href='http://blog.ramin-hossaini.com/2010/06/05/ridding-twitter-of-annoyances/' rel='bookmark' title='Ridding Twitter of Annoyances'>Ridding Twitter of Annoyances</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><h2>Tweetdeck</h2>
<p>Personally, I think this is the best Twitter client/interface I've used so far - they also have a version available for the iPhone.</p>
<p><a href="http://tweetdeck.com/beta/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/tweetdeck1.png" alt="tweetdeck1" title="tweetdeck1" width="393" height="195" class="alignnone size-full wp-image-479" /></a><br />
<a href="http://tweetdeck.com/beta/">
<p>Get Tweetdeck</p>
<p></a></p>
<h2>TweetStats</h2>
<p>Find out more about your Tweeting-patterns:</p>
<p><a href="http://tweetstats.com/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/tweetstats.png" alt="tweetstats" title="tweetstats" width="403" height="175" class="alignnone size-full wp-image-481" /></a><br />
<a href="http://tweetstats.com/">
<p>TweetStats</p>
<p></a></p>
<h2>Twitalyzer</h2>
<p>Find out about your Twitter 'influence', 'signal', 'generosity', 'velocity' and 'clout':</p>
<p><a href="http://www.twitalyzer.com/twitalyzer/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/twitalyzer.png" alt="twitalyzer" title="twitalyzer" width="521" height="185" class="alignnone size-full wp-image-482" /></a><br />
<a href="http://www.twitalyzer.com/twitalyzer/">
<p>Twitalyzer</p>
<p></a></p>
<h2>TweetPsych</h2>
<p>This is interesting - build a psychological profile of a person based on the content of their tweets:</p>
<p><a href="http://tweetpsych.com/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/tweetpsych.png" alt="tweetpsych" title="tweetpsych" width="376" height="158" class="alignnone size-full wp-image-484" /></a><br />
<a href="http://tweetpsych.com/">
<p>TweetPsych</p>
<p></a></p>
<h2>Twitter Karma</h2>
<p>Find out who isn't following you back and who you're not following:</p>
<p><a href="http://dossy.org/twitter/karma/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/twitterkarma.png" alt="twitterkarma" title="twitterkarma" width="419" height="154" class="alignnone size-full wp-image-485" /></a><br />
<a href="http://dossy.org/twitter/karma/">
<p>Twitter Karma</p>
<p></a></p>
<h2>BackTweets</h2>
<p>Lets you search for links on twitter (even through URL shorteners). Useful if you want to see who's been tweeting about your website. They also have a WordPress plugin for it.</p>
<p><a href="http://backtweets.com/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/backtweets.png" alt="backtweets" title="backtweets" width="405" height="155" class="alignnone size-full wp-image-486" /></a><br />
<a href="http://backtweets.com/">
<p>BackTweets</p>
<p></a></p>
<h2>Twuffer</h2>
<p>Twuffer is a "Twitter Buffer" that allows you to schedule tweets for a later time</p>
<p><a href="http://twuffer.com/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/twuffer.png" alt="twuffer" title="twuffer" width="297" height="178" class="alignnone size-full wp-image-487" /></a><br />
<a href="http://twuffer.com/">
<p>Twuffer</p>
<p></a></p>
<h2>Qwitter</h2>
<p>Qwitter lets you know when someone has stopped following you</p>
<p><a href="http://useqwitter.com/"><br />
<img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/qwitter.png" alt="qwitter" title="qwitter" width="451" height="135" class="alignnone size-full wp-image-488" /></a><br />
<a href="http://useqwitter.com/">
<p>Qwitter</p>
<p></a></p>
<p>Did I miss something? Let me know in the comments. You can also <a href="http://twitter.com/RaminHossaini/">follow me on twitter</a></p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/15/more-twitter-tools/' rel='bookmark' title='More Twitter tools'>More Twitter tools</a></li>
<li><a href='http://blog.ramin-hossaini.com/2010/06/05/ridding-twitter-of-annoyances/' rel='bookmark' title='Ridding Twitter of Annoyances'>Ridding Twitter of Annoyances</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/07/twitter-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Wave: View all public waves</title>
		<link>http://blog.ramin-hossaini.com/2009/10/01/google-wave-view-all-public-waves/</link>
		<comments>http://blog.ramin-hossaini.com/2009/10/01/google-wave-view-all-public-waves/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:42:59 +0000</pubDate>
		<dc:creator>Ramin Hossaini</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=456</guid>
		<description><![CDATA[<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --><!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> -->Search for with:public and you'll have enough to keep you busy testing. Update: To make your wave publicly viewable, add this "public@a.gwave.com" Note: You have to add it in the contact list on the bottom-left of the screen. It might not accept the email address, but just press enter anyway and it should work. Note2: [...]
Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave/' rel='bookmark' title='Google Wave'>Google Wave</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/19/google-wave-adds-online-status-indicator/' rel='bookmark' title='Google Wave adds online-status indicator'>Google Wave adds online-status indicator</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/24/synchronize-google-calendar-on-iphone/' rel='bookmark' title='Synchronize Google Calendar on iPhone'>Synchronize Google Calendar on iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php"><span style="display: none;">Private</span></a><p>Search for <em>with:public</em> and you'll have enough to keep you busy testing.</p>
<p><img src="http://blog.ramin-hossaini.com/wp-content/uploads/2009/10/google-wave.png" alt="google-wave" title="google-wave" width="582" height="271" class="alignnone size-full wp-image-457" /></p>
<p><strong>Update:</strong> To make your wave publicly viewable, add this "public@a.gwave.com"</p>
<p>Note: You have to add it in the contact list on the bottom-left of the screen. It might not accept the email address, but just press enter anyway and it should work.</p>
<p>Note2: Sometimes the address will disappear from your list - in which case, add it again (I know, it's annoying).</p>
<p>Related posts:<ol>
<li><a href='http://blog.ramin-hossaini.com/2009/10/01/google-wave/' rel='bookmark' title='Google Wave'>Google Wave</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/19/google-wave-adds-online-status-indicator/' rel='bookmark' title='Google Wave adds online-status indicator'>Google Wave adds online-status indicator</a></li>
<li><a href='http://blog.ramin-hossaini.com/2009/10/24/synchronize-google-calendar-on-iphone/' rel='bookmark' title='Synchronize Google Calendar on iPhone'>Synchronize Google Calendar on iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ramin-hossaini.com/2009/10/01/google-wave-view-all-public-waves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- <a href="http://blog.ramin-hossaini.com/cotton/cottonoccurrence.php">Private</a> --></channel>
</rss>

