<?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>cawanpink.net &#187; howto</title>
	<atom:link href="http://cawanpink.net/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://cawanpink.net</link>
	<description>i dislike capital letters. i abuse ctrl-c and ctrl v</description>
	<lastBuildDate>Sat, 21 Aug 2010 10:06:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git git git!</title>
		<link>http://cawanpink.net/2010/08/git-git-git/</link>
		<comments>http://cawanpink.net/2010/08/git-git-git/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:50:46 +0000</pubDate>
		<dc:creator>cawanpink</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://cawanpink.net/?p=2219</guid>
		<description><![CDATA[Create repo

mkdir mygit
cd mygit
git init
git add .
git commit -m 'initial commit'

Checkout repo

cd mygit
git clone url myrepo

Create branch

git branch -a 
git checkout -b branchtoworkon origin/existingbranch

or

git checkout existingbranch
git branch branchtoworkon
git checkout branchtoworkon

Push branch

git push origin branchtoworkon

Create tag

git tag -l
git tag 1.0

Push tag

git push origin 1.0

Delete branch/tag

git tag -d 1.0
git branch -d branchtoworkon
git push origin :branchtoworkon

]]></description>
			<content:encoded><![CDATA[<h4>Create repo</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> mygit
<span style="color: #7a0874; font-weight: bold;">cd</span> mygit
git init
git add .
git commit <span style="color: #660033;">-m</span> <span style="color: #ff0000;">'initial commit'</span></pre></div></div>

<h4>Checkout repo</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> mygit
git clone url myrepo</pre></div></div>

<h4>Create branch</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git branch <span style="color: #660033;">-a</span> 
git checkout <span style="color: #660033;">-b</span> branchtoworkon origin<span style="color: #000000; font-weight: bold;">/</span>existingbranch</pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git checkout existingbranch
git branch branchtoworkon
git checkout branchtoworkon</pre></div></div>

<h4>Push branch</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git push origin branchtoworkon</pre></div></div>

<h4>Create tag</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git tag <span style="color: #660033;">-l</span>
git tag <span style="color: #000000;">1.0</span></pre></div></div>

<h4>Push tag</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git push origin <span style="color: #000000;">1.0</span></pre></div></div>

<h4>Delete branch/tag</h4>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">git tag <span style="color: #660033;">-d</span> <span style="color: #000000;">1.0</span>
git branch <span style="color: #660033;">-d</span> branchtoworkon
git push origin :branchtoworkon</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cawanpink.net/2010/08/git-git-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you addicted yet?</title>
		<link>http://cawanpink.net/2009/05/are-you-addicted-yet/</link>
		<comments>http://cawanpink.net/2009/05/are-you-addicted-yet/#comments</comments>
		<pubDate>Sun, 03 May 2009 18:16:57 +0000</pubDate>
		<dc:creator>cawanpink</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[indhran]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://cawanpink.net/?p=1594</guid>
		<description><![CDATA[If you&#8217;ve been facebooking long enough you&#8217;ll probably are addicted to it by now. Be it updating your status oh so frequently, or playing games, or keep on refreshing your home page, or refreshing your own profile page (freak!), or simply stalking other people&#8217;s profiles, or if you&#8217;re new you&#8217;ll probably be crazy adding new [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been facebooking long enough you&#8217;ll probably are addicted to it by now. Be it updating your status oh so frequently, or playing games, or keep on refreshing your home page, or refreshing your own profile page (freak!), or simply stalking other people&#8217;s profiles, or if you&#8217;re new you&#8217;ll probably be crazy adding new friends now.</p>
<p>I&#8217;m one of those who likes the games there. I&#8217;m quite a powerful vampire there, among my friends that is. And ever since I found out they have Bejeweled on Facebook, I&#8217;ve been playing like crazy. Recently, quizzes have become quite a thing in there. I don&#8217;t really bother, coz some of them are just bogus or plain stupid. One example, there was a quiz testing on your arabic language. The questions were sooo easy kindergarten level like and of course I got all right (only 5 of them) and the result came out that I can speak and understand the language very well&#8230;. Excuse me?? Did NOT worth my time at all. From then on I only picked the ones I deem worthy of my brain power&#8230;. scam jek.</p>
<p>I think I update my status quite often, not that I&#8217;m so rajin to update it there myself. It&#8217;s because I use <a href="http://identi.ca/cawanpink">identi.ca</a> &#8211; more preferred way of keeping up to date among my friends/colleagues. I get the updates in my <a href="http://www.pidgin.im/ ">Pidgin</a> which is far more convenient than browsing my Facebook home page, although I sometimes check to read/reply comments. I&#8217;ve blogged before about posting to multiple sites using Pidgin &#8211; read it <a href="http://cawanpink.net/2008/11/im-identica-twitter-facebook/">here</a>. Using Pidgin also I can receive Facebook chats using some plugin, thanks to Indhran for <a href="http://linux.indhran.info/2009/04/facebook-chat-plugin-in-pidgin.html">his post here</a>. This solves my problem on not noticing the message people send to me in there. I don&#8217;t even have to open the site and login. Coolness.</p>
<p>p/s: I miss my camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://cawanpink.net/2009/05/are-you-addicted-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Quick tips on saving contacts on your mobile phone</title>
		<link>http://cawanpink.net/2009/04/quick-tips-on-saving-contacts-on-your-mobile-phone/</link>
		<comments>http://cawanpink.net/2009/04/quick-tips-on-saving-contacts-on-your-mobile-phone/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:49:30 +0000</pubDate>
		<dc:creator>cawanpink</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[oscc]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[siti]]></category>

		<guid isPermaLink="false">http://cawanpink.net/?p=1578</guid>
		<description><![CDATA[This one only applies if you have ordinary phones, you know the ones that don&#8217;t have those advanced contacts feature. I&#8217;ve been doing it for a while now and I kinda like I can get the number to call pretty fast. It&#8217;s fairly easy.
Ok normally what you do when saving a contact, you&#8217;ll want to [...]]]></description>
			<content:encoded><![CDATA[<p>This one only applies if you have ordinary phones, you know the ones that don&#8217;t have those advanced contacts feature. I&#8217;ve been doing it for a while now and I kinda like I can get the number to call pretty fast. It&#8217;s fairly easy.</p>
<p>Ok normally what you do when saving a contact, you&#8217;ll want to save the name and most of the time the reference point to differentiate some contacts who accidentally have the same name. People usually will save it in this format: <name> <reference point> eg. Siti Skali or Siti Putrajaya or Siti OSCC(these are different person, one working for Skali, one is my current housemate, one is working for OSCC).</p>
<p>Instead of that format, I use this: <reference point> <name></p>
<p>Think about it. It&#8217;s ok if I remember the name so I can just scroll to S right? What happens if I can&#8217;t recall at all, the only thing I remember is the place where I met her? What&#8217;s the name of the one I met briefly at that so and so meeting?? Now I can just scroll to O and I can see all my OSCC contacts in a row.</p>
<p>I&#8217;ve found that using this format has a few benefits. Say your phone dies on you and all you have left is an old 5 years ago phone that&#8217;s still amazingly working. All contacts on your SIM card now such a pain to search without that advance search you&#8217;re quite used to now, doesn&#8217;t it. Also, using this way you reduce the headache of memorizing contact names. If you&#8217;re like me with some memory problem, I can&#8217;t be bothered to memorize everyone&#8217;s name lah (of people I only met briefly but felt I should have their numbers). My brain has so much other things to do than what my phone can do for me. And you get to see your contacts grouped (in a way) so oh it&#8217;s so easy to select multiple recipients. I get to know faster too if I haven&#8217;t had someone&#8217;s number yet from my workplace (for example).</p>
<p>See this method has been giving my brain a break for quite a number of times already. I&#8217;m spreading the goodness to you people! All I ask in return is free food and free petrol <img src='http://cawanpink.net/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://cawanpink.net/2009/04/quick-tips-on-saving-contacts-on-your-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bash.org IRC quotes in terminal</title>
		<link>http://cawanpink.net/2009/02/bashorg-irc-quotes-in-terminal/</link>
		<comments>http://cawanpink.net/2009/02/bashorg-irc-quotes-in-terminal/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:23:39 +0000</pubDate>
		<dc:creator>cawanpink</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[bash script]]></category>

		<guid isPermaLink="false">http://cawanpink.net/?p=1495</guid>
		<description><![CDATA[You know Bash.org right? The place where you can find funniest IRC quotes said by real people all over the world. So I just want to read a random quote everytime I fire up my terminal, to start my day, sort off. But yea if I&#8217;m so inclined, I can get it by ./getquote anytime [...]]]></description>
			<content:encoded><![CDATA[<p>You know <a href="http://bash.org/" target="_blank">Bash.org</a> right? The place where you can find funniest IRC quotes said by real people all over the world. So I just want to read a random quote everytime I fire up my terminal, to start my day, sort off. But yea if I&#8217;m so inclined, I can get it by ./getquote anytime too.</p>
<p>Some screenshots follows:</p>
<p><a href="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote.png"><img class="alignnone size-full wp-image-1496" title="terminal_quote" src="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote.png" alt="" width="500" height="223" /></a><a href="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote2.png"><img class="alignnone size-full wp-image-1497" title="terminal_quote2" src="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote2.png" alt="" width="500" height="223" /></a><a href="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote3.png"><img class="alignnone size-full wp-image-1498" title="terminal_quote3" src="http://cawanpink.net/wordpress/wp-content/uploads/2009/02/terminal_quote3.png" alt="" width="500" height="343" /></a></p>
<p>You get the idea right. Just that if I want to read another quote in terminal, I have to cd ~/&lt;script folder&gt; and ./getquote from there (I keep my scripts organized). I&#8217;m kinda lazy so I just Ctrl-Shift-T, Ctrl-Shift-W all the time. :p Works for me.</p>
<p>This is what I did. I have 2 main files:</p>
<ul>
<li>./import &#8211; this one is for importing the quotes all at once from any of their RSS feed provider. Then I use <a href="http://xmlstar.sourceforge.net/" target="_blank">xmlstarlet</a> to extract information I need and format it the way I want (so painlessly, I might add). and then save it as plain text file.</li>
</ul>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># retrieve quotes from bash.org and save it to bashquotes.xml</span>
<span style="color: #666666; font-style: italic;"># -one of the RSS provider http://quotes.sydv.net/</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Retrieving from bash.org...&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-O</span> bashquotes.xml http:<span style="color: #000000; font-weight: bold;">//</span>feeds2.feedburner.com<span style="color: #000000; font-weight: bold;">/</span>top100-bash-quotes
&nbsp;
<span style="color: #666666; font-style: italic;"># extract the feed to file bashquotes</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Extracting RSS feed...&quot;</span>
xmlstarlet sel <span style="color: #660033;">-t</span> <span style="color: #660033;">-m</span> <span style="color: #ff0000;">'//item'</span> <span style="color: #660033;">-o</span> <span style="color: #ff0000;">'==%%=='</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'description'</span> -n  bashquotes.xml <span style="color: #000000; font-weight: bold;">&amp;</span>gt; bashquotes
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;RSS feed saved in bashquotes&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># replacing html entities to proper character for viewing</span>
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;amp;lt;/&lt;/g'</span> bashquotes <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes2
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;amp;gt;/&gt;/g'</span> bashquotes2 <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;lt;br \/\&amp;gt;/\n/g'</span> bashquotes <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes2
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;amp;quot;/&quot;/g'</span> bashquotes2 <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;amp;nbsp;/ /g'</span> bashquotes <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes2
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/\&amp;lt;img.*\&amp;gt;//g'</span> bashquotes2 <span style="color: #000000; font-weight: bold;">&gt;</span> bashquotes.txt
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;bashquotes.txt ready&quot;</span></pre></td></tr></table></div>

<ul>
<li>./getquote &#8211; this one is for reading off that text file and get any one from the quote.</li>
</ul>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">    <span style="color: #666666; font-style: italic;"># reading from bashquotes.txt</span>
    <span style="color: #007800;">old_IFS</span>=<span style="color: #007800;">$IFS</span>
    <span style="color: #007800;">IFS</span>=$<span style="color: #ff0000;">'==%%=='</span>
    <span style="color: #007800;">quotes</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">cat</span> bashquotes.txt<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #666666; font-style: italic;"># array</span>
    <span style="color: #007800;">IFS</span>=<span style="color: #007800;">$old_IFS</span>
&nbsp;
    <span style="color: #666666; font-style: italic;"># form an array</span>
    <span style="color: #007800;">j</span>=<span style="color: #000000;">0</span>
    <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">i</span>=<span style="color: #000000;">0</span>; i <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${#quotes[@]}</span>&quot;</span>; i++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>; <span style="color: #000000; font-weight: bold;">do</span> 
       <span style="color: #007800;">len</span>=<span style="color: #800000;">${#quotes[${i}</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span>
       <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$len</span> <span style="color: #660033;">-ne</span> <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
          <span style="color: #7a0874; font-weight: bold;">let</span> j++
          newquotes<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">$j</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>=<span style="color: #800000;">${quotes[${i}</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span>
       <span style="color: #000000; font-weight: bold;">fi</span>
    <span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
    <span style="color: #666666; font-style: italic;"># get a random quote</span>
    <span style="color: #007800;">RANGE</span>=<span style="color: #800000;">${#newquotes[@]}</span>
    <span style="color: #7a0874; font-weight: bold;">let</span> RANGE++
    <span style="color: #007800;">FLOOR</span>=<span style="color: #000000;">1</span>
&nbsp;
    <span style="color: #007800;">number</span>=<span style="color: #000000;">0</span>   <span style="color: #666666; font-style: italic;">#initialize</span>
    <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$number</span>&quot;</span> <span style="color: #660033;">-lt</span> <span style="color: #007800;">$FLOOR</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
    <span style="color: #000000; font-weight: bold;">do</span>
      <span style="color: #007800;">number</span>=<span style="color: #007800;">$RANDOM</span>
      <span style="color: #7a0874; font-weight: bold;">let</span> <span style="color: #ff0000;">&quot;number %= <span style="color: #007800;">$RANGE</span>&quot;</span>  <span style="color: #666666; font-style: italic;"># Scales $number down within $RANGE.</span>
    <span style="color: #000000; font-weight: bold;">done</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${newquotes[${number}</span>]}&quot;</span></pre></td></tr></table></div>

<ul>
<li>To get it displayed in the terminal, I appended this in my ~/.bashrc</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;&quot;</span>;
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;--irc quotes--&quot;</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>cawanpink<span style="color: #000000; font-weight: bold;">/</span>bash<span style="color: #000000; font-weight: bold;">/</span>quotes<span style="color: #000000; font-weight: bold;">/</span>
.<span style="color: #000000; font-weight: bold;">/</span>getquote
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;================================&quot;</span>
home</pre></div></div>

<p>Simple right. This is the result of me  being blocked by an SVN server earlier on, that in a way has cut me off from doing any real work. Heh.</p>
<p>Now I know the code is not the most elegant, most of them are copy and paste and modified but all in all it&#8217;s worth my time coz the quotes are just freakin hilarious!</p>
<p>Note: my terminal is a modified version of <a href="http://lifehacker.com/software/how-to/turbocharge-your-terminal-274317.php" target="_blank">this</a> &#8211; I had wanted to post about it when I did it but too lazy now.</p>
]]></content:encoded>
			<wfw:commentRss>http://cawanpink.net/2009/02/bashorg-irc-quotes-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IM =&gt; Identi.ca + Twitter + Facebook</title>
		<link>http://cawanpink.net/2008/11/im-identica-twitter-facebook/</link>
		<comments>http://cawanpink.net/2008/11/im-identica-twitter-facebook/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:27:25 +0000</pubDate>
		<dc:creator>cawanpink</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[identica]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://cawanpink.net/?p=1314</guid>
		<description><![CDATA[Like everyone else, I have so many places to update my so called status/what am I doing at the moment/my rants and raves. In my case, I have Identi.ca (open source version of Twitter) + Twitter (so many following me here) + Facebook (I have 100+ friends there) status to update. You have to admit, [...]]]></description>
			<content:encoded><![CDATA[<p>Like everyone else, I have so many places to update my so called status/what am I doing at the moment/my rants and raves. In my case, I have <a href="http://identi.ca">Identi.ca</a> (open source version of Twitter) + <a href="http://www.twitter.com">Twitter</a> (so many following me here) + <a href="http://www.facebook.com">Facebook</a> (I have 100+ friends there) status to update. You have to admit, it&#8217;s hard to keep up these days.</p>
<p>I&#8217;ve found a way to update all 3 using any IM (I use <a href="http://www.pidgin.im/">Pidgin</a>). The idea is you send your status via IM to update your Identi.ca, in turn this will update your Twitter and Facebook account. Obviously you need to have accounts on all of them. After all is done, follow these steps:</p>
<p><strong>On Identi.ca</strong></p>
<ul>
<li>Go to Settings page -> IM tab. Enter your Jabber/Gtalk email address</li>
<li>Go to your preferred IM. Add update@identi.ca in your buddies list</li>
<li>You&#8217;ll receive a message to validate the email address you just entered belongs to you.</li>
<li>Click on the link provided to confirm it</li>
<li>Go to Settings page -> Twitter tab. Enter your Twitter username and password</li>
<li>Check the box &#8216;Automatically send my notices to Twitter&#8217;. Click &#8216;Add&#8217;.</li>
</ul>
<p><strong>On Facebook</strong></p>
<ul>
<li>Login and add Twitter application. Click on &#8216;Allow&#8217;.</li>
<li>Enter your Twitter username and password</li>
<li>It will bring you the app page. Click on &#8216;+ Allow Twitter to Update Your Facebook Status&#8217;</li>
<li>&#8216;Allow Status Updates from Twitter?&#8217; -> click on &#8216;Allow Status Updates&#8217;</li>
</ul>
<p>Now you&#8217;re all set. Whenever you want to update your status, send the message to update@identi.ca like you would to anyone in your buddies list.Technology rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://cawanpink.net/2008/11/im-identica-twitter-facebook/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
