<?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>Just2us &#187; How-to</title>
	<atom:link href="http://blog.just2us.com/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.just2us.com</link>
	<description>discuss on technology &#38; application development</description>
	<lastBuildDate>Tue, 15 May 2012 15:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>5 Ways to Find Anyone&#8217;s Email</title>
		<link>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/</link>
		<comments>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/#comments</comments>
		<pubDate>Tue, 15 May 2012 15:02:40 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[emails]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=790</guid>
		<description><![CDATA[
			
				
			
		
1) Basic Search
Google: [name] + (email or &#8220;contact me&#8221; or &#8220;contact us&#8221; )
2) Website Search
Google: site:companywebsite.com/personalblog.com + [name] + email
3) Social networks
Google: [name] + linkedin/twitter/facebook
4)  Paid Services
Use 123people or linkedin (tips: a free way to message)
5) Whois
Do a whois lookup of his website or blog. There is a chance that the email is available in the domain&#8217;s admin/technical contact.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2F5-ways-to-find-anyones-email%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2F5-ways-to-find-anyones-email%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3>1) Basic Search</h3>
<p>Google: [name] + (email or &#8220;contact me&#8221; or &#8220;contact us&#8221; )</p>
<h3>2) Website Search</h3>
<p>Google: site:companywebsite.com/personalblog.com + [name] + email</p>
<h3>3) Social networks</h3>
<p>Google: [name] + linkedin/twitter/facebook</p>
<h3>4)  Paid Services</h3>
<p>Use <a href="http://www.123people.com/" target="_blank">123people</a> or <a href="http://linkedin.com" target="_blank">linkedin</a> (tips: <a href="http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/">a free way to message</a>)</p>
<h3>5) Whois</h3>
<p>Do a <a href="http://www.networksolutions.com/whois/index.jsp" target="_blank">whois lookup</a> of his website or blog. There is a chance that the email is available in the domain&#8217;s admin/technical contact.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniff iPhone HTTP Traffic using mitmproxy</title>
		<link>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/</link>
		<comments>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:44:42 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=795</guid>
		<description><![CDATA[
			
				
			
		
Sniffing traffic is a very hackish thing to do. So if you are against hacking things, stop reading.
There are a couple of ways to sniff the HTTP traffic. Using Wireshark, which has a nice user interface, is one of the mos popular ways. Today, I am going to introduce another tool call mitmproxy.
mitmproxy is an SSL-capable [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fsniff-iphone-http-traffic-using-mitmproxy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fsniff-iphone-http-traffic-using-mitmproxy%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sniffing traffic is a very hackish thing to do. So if you are against hacking things, stop reading.</p>
<p>There are a couple of ways to sniff the HTTP traffic. Using Wireshark, which has a nice user interface, is one of the mos popular ways. Today, I am going to introduce another tool call <a href="http://mitmproxy.org/" target="_blank">mitmproxy</a>.</p>
<p>mitmproxy is an SSL-capable man-in-the-middle proxy. It was the very tool that was used to discover the <a href="http://mclov.in/2012/02/08/path-uploads-your-entire-address-book-to-their-servers.html" target="_blank">misdeeds of Path</a>.</p>
<p>&nbsp;</p>
<h3>How to use mitmproxy?</h3>
<ol>
<li>Download <a href="http://mitmproxy.org/" target="_blank">mitmproxy</a>, and <a href="http://mitmproxy.org/doc/install.html" target="_blank">install</a>. You could install from source and run <code>sudo python setup.py install</code></li>
<li>Go to your Terminal and run <code>mitmproxy</code>.</li>
<li>Obtain the IP address of your computer by running <code>ifconfig en1</code> (or whatever that you are using).</li>
<li>Set the proxy on your iPhone by going to your connected wifi settings. Set HTTP Proxy to “Manual”, and enter the IP of  your computer with port as 8080.</li>
<li>Start sniffing! Refer to the <a href="http://mitmproxy.org/doc/mitmproxy.html" target="_blank">console tool guide</a>. Press &#8216;?&#8217; to bring up the list of commands.</li>
</ol>
<p style="text-align: center;"><img class="aligncenter" src="http://mitmproxy.org/doc/screenshots/mitmproxy.png" alt="" width="675" height="531" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Cheat iPhone Apps and Games (Tiny Tower, etc)</title>
		<link>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/</link>
		<comments>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:49:27 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iexplorer]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=776</guid>
		<description><![CDATA[
			
				
			
		
I have a secret. I cheated badly with some iPhone games.
The key to cheating is use an awesome software to hack the app. It involves changing some variables in the program.
General Steps:

Download iExplorer and install
Connect your iPhone to your PC/Mac and open iExplorer
Edit the game&#8217;s plist to make yourself super rich or invincible or whatever. I will use [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fhow-to-cheat-iphone-apps-and-games-tinytower-etc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fhow-to-cheat-iphone-apps-and-games-tinytower-etc%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a secret. I cheated badly with some iPhone games.</p>
<p>The key to cheating is use an awesome software to hack the app. It involves changing some variables in the program.</p>
<h3>General Steps:</h3>
<ol>
<li>Download <a href="http://www.macroplant.com/iexplorer/" target="_blank">iExplorer</a> and install</li>
<li>Connect your iPhone to your PC/Mac and open iExplorer</li>
<li>Edit the game&#8217;s plist to make yourself super rich or invincible or whatever. I will use Tiny Tower as an example.</li>
</ol>
<div></div>
<h3>Exact steps to Cheat Tiny Tower</h3>
<p>There is a <a href="http://tinytowerwiki.com/Cheating#iExplorer_Hacks" target="_blank">good Wiki</a> on that. Read on the infinite tower bux hack. Their version is kind of long. So here is my shorter version, with an edited missions.plist. It&#8217;s all that you need.</p>
<ol>
<li>Open iExplorer with your iPhone attached to your PC/Mac</li>
<li>Browse to Apps &gt; Tiny Tower &gt; Documents (see screenshot)</li>
<li>Download this edited <a href="http://pastebin.com/5r8yZEmW" target="_blank">missions.plist</a> and drag/copy to the Documents folder</li>
<li>Run the game and complete that <em>new infinite bux mission</em>!</li>
</ol>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/05/iexplorer-tiny-tower-missions.png"><img class="wp-image-777 alignnone" title="iexplorer tiny tower missions" src="http://blog.just2us.com/wp-content/uploads/2012/05/iexplorer-tiny-tower-missions.png" alt="" width="500" height="360" /></a></p>
<p>iExplorer is a really awesome tool for hackers. You could use it to hack most apps, including <a href="http://blog.scoopz.com/2012/04/11/how-to-hack-facebook-dropbox-linkedin-and-other-ios-apps-using-a-plist-extracted-from-ios-backups/" target="_blank">Facebook </a>, <a href="http://garethwright.com/blog/scramble-with-friends-cheats" target="_blank">Scramble with Friends</a>, etc.</p>
<p>So, if you hacked other apps, do share with me!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion Would Not Sleep (Mac OS)</title>
		<link>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/</link>
		<comments>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 00:10:32 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pitfall]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=761</guid>
		<description><![CDATA[
			
				
			
		
Not sure since which update, my Mac OS Lion 10.7 would not go into sleep mode.
Apparently, you can find out which service is preventing your Mac from sleeping by executing the bash command:

pmset -g assertions

This is the result for me:

What&#8217;s wrong here is this: PreventSystemSleep named: &#8220;org.cups.cupsd&#8221;. That process is preventing my Lion from sleeping. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F03%2Flion-would-not-sleep-mac-os%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F03%2Flion-would-not-sleep-mac-os%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Not sure since which update, my Mac OS Lion 10.7 would not go into sleep mode.</p>
<p>Apparently, you can find out which service is <a href="http://blog.graceabundant.com/archives/2011/08/mac-osx-lion-not-sleeping/" target="_blank">preventing</a> your Mac from sleeping by executing the bash command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pmset <span style="color: #660033;">-g</span> assertions</pre></div></div>

<p>This is the result for me:</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/03/lion-wont-sleep.png"><img class="wp-image-762 aligncenter" title="lion wont sleep" src="http://blog.just2us.com/wp-content/uploads/2012/03/lion-wont-sleep.png" alt="" width="433" height="202" /></a></p>
<p>What&#8217;s wrong here is this: <strong>PreventSystemSleep named: &#8220;org.cups.cupsd&#8221;</strong>. That process is preventing my Lion from sleeping. If I kill the process, it just comes back up again.</p>
<p>The fix for me is to go to Preferences &gt; Print &amp; Scan &gt; Delete my printer, then add again. This somehow triggers the system to really OFF printer sharing.</p>
<p>Insomnia solved.</p>
<p>&nbsp;</p>
<p>UPDATE: Another possible cause could be that the printer has a pending print job. Delete the print job, and the process will terminate.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Better Guide to Installing Android SDK</title>
		<link>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/</link>
		<comments>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 15:50:24 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=737</guid>
		<description><![CDATA[
			
				
			
		
I wasn&#8217;t impressed with Android team on their documentation for installing Android SDK. It is long, and jumps from page to page. Here is my better version:
&#160;
Step 1 &#8211; Install Eclipse IDE
Go to http://www.eclipse.org/downloads/ and download Eclipse Classic (the latest version is 3.7.1).
After downloading, install and verify that it can run.
Note: If there is any error, check the System [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F01%2Fthe-better-guide-to-installing-android-sdk%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F01%2Fthe-better-guide-to-installing-android-sdk%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I wasn&#8217;t impressed with Android team on their documentation for <a href="http://developer.android.com/sdk/installing.html">installing Android SDK</a>. It is long, and jumps from page to page. Here is my better version:</p>
<p>&nbsp;</p>
<h2>Step 1 &#8211; Install Eclipse IDE</h2>
<p>Go to <a href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads/</a> and download Eclipse Classic (the latest version is 3.7.1).</p>
<p>After downloading, install and verify that it can run.</p>
<p>Note: If there is any error, check the <a href="http://developer.android.com/sdk/requirements.html" target="_blank">System Requirements</a>. In particular, you might need to install the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">JDK</a>.</p>
<p>&nbsp;</p>
<h2>Step 2 &#8211; Install Android SDK</h2>
<p>Go to <a href="http://developer.android.com/sdk/index.html" target="_blank">http://developer.android.com/sdk/index.html</a> and download the Android SDK package.</p>
<p>For Mac and Linux users, download the zip/tgz package and unpack it to a safe location. The SDK files will be unpacked into a directory named <em>android-sdk-&lt;machine-platform&gt;</em>. Proceed to step (3).</p>
<p>For Windows users, download the <strong>.exe</strong> package, and run it to install. After installation is complete, the installation wizard will launch the <strong>Android SDK and AVD Manager</strong>. There is a slight inconsistent behaviour for Windows users here. Go to step (4) first, and return back to step (3) after you have finish step (4).</p>
<p>&nbsp;</p>
<h2>Step 3 &#8211; Install ADT Plugin</h2>
<ol>
<li>Start Eclipse, select <strong>Help</strong> &gt; <strong>Install New Software</strong>. Click <strong>Add</strong>.</li>
<li>Enter &#8220;ADT Plugin&#8221; for <em>Name</em> and the following for <em>Location</em>:<br />
<strong>https://dl-ssl.google.com/android/eclipse/</strong></li>
<li>Click <strong>OK</strong></li>
<li>Click <strong>Next, <strong>Next</strong>, <strong>Next</strong></strong>.. and <strong>Finish</strong></li>
<li>When the installation completes, restart Eclipse.</li>
<li>In Eclipse, select <strong>Window</strong> &gt; <strong>Preferences</strong> (Mac OS X: <strong>Eclipse</strong> &gt; <strong>Preferences</strong>).</li>
<li>Select <strong>Android</strong> from the left panel.</li>
<li>For the <em>SDK Location</em> in the main panel, click <strong>Browse</strong> and locate your downloaded SDK directory.</li>
<li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
</ol>
<h2></h2>
<h2>Step 4 &#8211; Adding Android Platforms</h2>
<p>The Android SDK uses a modular structure that separates the major parts of the SDK. Specifically, the different versions of Android OS are each a module. To develop for a particular version, you would need to add the platform for that version.</p>
<p>To do so, from within Eclipse, select <strong>Window &gt; Android SDK and AVD Manager</strong>.</p>
<p><img class="alignnone" src="http://developer.android.com/images/sdk_manager_packages.png" alt="" width="560" height="443" /></p>
<p>Go to <strong>Available Packages</strong>, and select at least 1 platform. You may select additional platforms if you require.</p>
<p>Click <strong>Install Selected</strong> to download and install. Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix your iPhone Home button</title>
		<link>http://blog.just2us.com/2011/10/how-to-fix-your-iphone-home-button/</link>
		<comments>http://blog.just2us.com/2011/10/how-to-fix-your-iphone-home-button/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 05:19:01 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=715</guid>
		<description><![CDATA[
			
				
			
		
The Home button got to be the most problematic hardware on the iPhone.
Recently, my iPhone 4 Home button started to respond slower. I either have to press multiple times, or press harder.. If you faced the same problem, you are not the only one.
Luckily, there is a fix for it! I tried the fix, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F10%2Fhow-to-fix-your-iphone-home-button%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F10%2Fhow-to-fix-your-iphone-home-button%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Home button got to be the most problematic hardware on the iPhone.</p>
<p>Recently, my iPhone 4 Home button started to respond slower. I either have to press multiple times, or press harder.. If you faced the same problem, you are <a href="http://37signals.com/svn/posts/3022-the-home-button-on-the-iphone-4-stopped-working">not the only one</a>.</p>
<p>Luckily, there is a <a href="https://gist.github.com/1168475">fix</a> for it! I tried the fix, and it did work help! Here is what you need to do:</p>
<div id="LC3">
<ol>
<li>Open any application</li>
<li>Press and hold the power button until the slide to shutdown swipe bar appears.</li>
<li>Release Power button</li>
<li>Press and hold Home button lightly, until screen returns to icon screen</li>
<li>Enjoy your functioning home button!!!</li>
</ol>
</div>
<div id="LC14">This procedure recalibrates the home button after normal wear or heavy use.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/10/how-to-fix-your-iphone-home-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Send Free Message to Anyone in LinkedIn</title>
		<link>http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/</link>
		<comments>http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 01:17:00 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/</guid>
		<description><![CDATA[
			
				
			
		
No doubt LinkedIn is the biggest social network for working professionals. 
LinkedIn is very useful for finding people with job opportunities, or connecting for business partnership. However, it doesn&#8217;t come cheap to use LinkedIn. To be able to send someone a message, it requires a premium account, which cost at least $30 per month (just [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F08%2Fhow-to-send-free-message-to-anyone-in-linkedin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F08%2Fhow-to-send-free-message-to-anyone-in-linkedin%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>No doubt <a href="http://www.linkedin.com/">LinkedIn</a> is the biggest social network for working professionals. </p>
<p>LinkedIn is very useful for finding people with job opportunities, or connecting for business partnership. However, it doesn&#8217;t come cheap to use LinkedIn. To be able to send someone a message, it requires a <a href="http://www.linkedin.com/static?key=welcome_premium">premium account</a>, which cost at least $30 per month (just to send 3 messages).</p>
<p>Follow this to send FREE messages:</p>
<ul>
<li>Browse someone profile</li>
<li>Scroll to the section Additional Information &gt; Groups and Associations</li>
<li>Join one of his group (it might take time for admin to approve)</li>
<li>Go to the Group &gt; Members, and search his name</li>
<li>Use the &quot;Send message&quot;</li>
</ul>
<p><a href="http://blog.just2us.com/wp-content/uploads/2011/08/linkedin-free-send-message.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="linkedin-free-send-message" border="0" alt="linkedin-free-send-message" src="http://blog.just2us.com/wp-content/uploads/2011/08/linkedin-free-send-message_thumb.jpg" width="644" height="192" /></a></p>
<p>In the unfortunate event that the person did not join any group, this trick would not work. If that happens, look for clues in his profile such as twitter or website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding live chat to your blog/website</title>
		<link>http://blog.just2us.com/2011/07/adding-live-chat-to-your-blogwebsite/</link>
		<comments>http://blog.just2us.com/2011/07/adding-live-chat-to-your-blogwebsite/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 00:57:00 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/2011/07/adding-live-chat-to-your-blogwebsite/</guid>
		<description><![CDATA[
			
				
			
		
Adding live chat to your blog/website gives you another means to communicate with your website visitor. 
It is especially useful for e-commerce website whereby product support is much needed. A live chat would be a good experience for the visitor who needs immediate dedicated assistance.
There are a number of live chat services that you can [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fadding-live-chat-to-your-blogwebsite%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fadding-live-chat-to-your-blogwebsite%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Adding live chat to your blog/website gives you another means to communicate with your website visitor. </p>
<p>It is especially useful for e-commerce website whereby product support is much needed. A live chat would be a good experience for the visitor who needs immediate dedicated assistance.</p>
<p>There are a <a href="http://socialcompare.com/en/comparison/real-time-live-chat-services-for-websites">number of live chat services</a> that you can find. I have shortlisted 2, and tried both on my websites. Olark on <a href="http://blog.just2us.com/">Just2us</a> (left), and Zopim on <a href="http://just2me.com/">Just2me</a> (right). </p>
<p align="center"><a href="http://blog.just2us.com/wp-content/uploads/2011/07/olark-on-just2us.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="olark on just2us" border="0" alt="olark on just2us" src="http://blog.just2us.com/wp-content/uploads/2011/07/olark-on-just2us_thumb.jpg" width="244" height="218" /></a>&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://blog.just2us.com/wp-content/uploads/2011/07/zopim-on-just2me.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="zopim on just2me" border="0" alt="zopim on just2me" src="http://blog.just2us.com/wp-content/uploads/2011/07/zopim-on-just2me_thumb.jpg" width="225" height="244" /></a></p>
<p>Both <a href="http://www.olark.com">Olark</a> and <a href="http://www.zopim.com/">Zopim</a> are easy to set up (less than 10 min including signing up). Yet comparing the 2, I am liking Olark more, for a couple of reasons:</p>
<ul>
<li>clear instructions for setting up wordpress blog and website </li>
<li>use of separate Jabber account for each agent </li>
<li>can add agent’s account to Adium easily </li>
<li>has powerful command such as “!push <a href="http://www.google.com">www.google.com</a>”, which will push your visitor to another webpage </li>
<li>nicer default chat interface (cleaner and bigger font) </li>
</ul>
<p>For now, Olark is my choice!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/07/adding-live-chat-to-your-blogwebsite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A method to easily create multiple email accounts (gmail)</title>
		<link>http://blog.just2us.com/2011/07/a-method-to-easily-create-multiple-email-accounts-gmail/</link>
		<comments>http://blog.just2us.com/2011/07/a-method-to-easily-create-multiple-email-accounts-gmail/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 00:36:00 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/2011/07/a-method-to-easily-create-multiple-email-accounts-gmail/</guid>
		<description><![CDATA[
			
				
			
		
There is a method to easily create multiple, or thousands, of email accounts! All it requires is 1 real gmail account.
Let’s say you have 1 gmail account &#8211; ladygaga@gmail.com
Then you already have multiple gmail accounts!&#160; ladygaga+1@gmail.com, ladygaga+2@gmail.com, etc..
This is because gmail has this cool trick where it can let you pre-label your emails. It works [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fa-method-to-easily-create-multiple-email-accounts-gmail%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fa-method-to-easily-create-multiple-email-accounts-gmail%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There is a method to easily create multiple, or thousands, of email accounts! All it requires is 1 real <a href="http://gmail.com">gmail</a> account.</p>
<p>Let’s say you have 1 gmail account &#8211; <a href="mailto:ladygaga@gmail.com">ladygaga@gmail.com</a></p>
<p>Then you <em>already</em> have multiple gmail accounts!&#160; <a href="mailto:ladygaga+1@gmail.com">ladygaga+1@gmail.com</a>, <a href="mailto:ladygaga+2@gmail.com">ladygaga+2@gmail.com</a>, etc..</p>
<p>This is because gmail has this cool trick where it can let you pre-label your emails. It works by giving out a version of your email that comes with the label. Eg. if you want to label all emails from your colleagues with “work”, then you would give them <a href="mailto:ladygaga+work@gmail.com">ladygaga+work@gmail.com</a>. </p>
<p>You might be wondering: why would I need multiple email accounts?</p>
<p>It depends. For me, having multiple email accounts allow me to register certain services multiple times. For example, if a trial account expires in 1 month, I could infinitely register for trial accounts using different email accounts (:</p>
<p>I have also used the trick when <a href="http://just2us.com/2010/02/how-to-register-us-itunes-account/">registering for a US iTunes Account</a> (in addition to my SG iTunes Account).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/07/a-method-to-easily-create-multiple-email-accounts-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get invited to Google+ (workaround method)</title>
		<link>http://blog.just2us.com/2011/07/how-to-get-invited-to-google-workaround-method/</link>
		<comments>http://blog.just2us.com/2011/07/how-to-get-invited-to-google-workaround-method/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:16:22 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/2011/07/how-to-get-invited-to-google-workaround-method/</guid>
		<description><![CDATA[
			
				
			
		
Google+ is a new social network application that Google has recently introduced.
It is like both Facebook and twitter, yet even more awesome.
With killer features such as hangout, where several friends can join a VIDEO chatroom, and even watch youtube together! You never need to have physical hangout with Google+ hangout.. Very nerdy yet awesome feature!
&#160;
Problem
No [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fhow-to-get-invited-to-google-workaround-method%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F07%2Fhow-to-get-invited-to-google-workaround-method%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="https://plus.google.com/">Google+</a> is a new social network application that Google has recently introduced.</p>
<p>It is like <em>both</em> Facebook and twitter, yet even more awesome.</p>
<p>With killer features such as <a href="http://gadgetwise.blogs.nytimes.com/2011/07/05/is-googles-hangouts-its-killer-app/">hangout</a>, where several friends can join a VIDEO chatroom, and even watch youtube together! You never need to have physical hangout with Google+ hangout.. Very nerdy yet awesome feature!</p>
<p>&nbsp;</p>
<h2>Problem</h2>
<p>No doubt Google+ is one of the most awesome thing on the Internet now.</p>
<p>But the problem is that it is released in its very early stage, so only those who are invited can try it out. And although Google+ users can invite ~300 friends, the <a href="https://plus.google.com/u/0/107117483540235115863/posts/PhJFJqLyRnm">invite mechanism was shut down due to insane demand.</a>.</p>
<p>&nbsp;</p>
<h2>Solution</h2>
<p>The good news is, there is a workaround to getting the invites (:</p>
<p>You still can be invited to Google+ by an <em>existing user</em>. The existing user has to do these:</p>
<ol>
<li>Post something in his steam.</li>
<li>Add the email of the friend to invite.</li>
<li>Share</li>
<li>The invited friend will receive an email asking them to sign up to Google+</li>
</ol>
<p>A screenshot of how I invite <a href="mailto:someone@gmail.com">someone@gmail.com</a> to Google+ in my stream.</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2011/07/google-plus.png"><img style="display: inline;" title="google plus" src="http://blog.just2us.com/wp-content/uploads/2011/07/google-plus_thumb.png" alt="google plus" width="621" height="480" /></a></p>
<h2>Where to find an existing user to help?</h2>
<p>If you need an existing user to perform the above invitation workaround, I can help.</p>
<p>Just leave a comment below with your email.</p>
<p>&nbsp;</p>
<p><em>Update: If you did not receive an email from Google+, do not panic. Wait for another day, or two. They should arrive..</em></p>
<p><em>Tips: To increase your chances of being successfully invited by Google, you should  <a href="https://www.google.com/accounts/Login?service=profiles">create a google profile</a> with your gmail, and +1 something. </em></p>
<p><em>For example, +1 this post! </em><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone></g:plusone></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/07/how-to-get-invited-to-google-workaround-method/feed/</wfw:commentRss>
		<slash:comments>254</slash:comments>
		</item>
	</channel>
</rss>

