<?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; iPhone</title>
	<atom:link href="http://blog.just2us.com/iphone/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>Find the real exception in Xcode debugger</title>
		<link>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/</link>
		<comments>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 06:55:58 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=745</guid>
		<description><![CDATA[
			
				
			
		
There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.
There is a way to show more helpful debugging info.
Basically you need to set a breakpoint at objc_exception_throw.
If you are using Xcode 4.2, you can do the following:

Go to Breakpoint Navigator [...]]]></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%2F02%2Ffind-the-real-exception-in-xcode-debugger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Ffind-the-real-exception-in-xcode-debugger%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.</p>
<p>There is a way to <a href="http://stackoverflow.com/questions/384775/how-do-i-find-out-what-exception-was-thrown-in-the-xcode-debugger-for-iphone/9138988#9138988" target="_blank">show more helpful debugging info</a>.</p>
<p>Basically you need to set a breakpoint at <code>objc_exception_throw</code>.</p>
<p>If you are using Xcode 4.2, you can do the following:</p>
<ol>
<li>Go to Breakpoint Navigator pane (or press ⌘6)</li>
<li>Click on the add icon on the bottom left</li>
<li>Add symbolic breakpoint</li>
<li>Enter <code>objc_exception_throw </code>for Symbol</li>
</ol>
<p>Yeah. Find and burn those terrible bugs!</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/02/add-symbolic-breakpoint-objc_exception_throw.png"><img class="alignleft size-medium wp-image-746" title="add symbolic breakpoint objc_exception_throw" src="http://blog.just2us.com/wp-content/uploads/2012/02/add-symbolic-breakpoint-objc_exception_throw-300x94.png" alt="" width="300" height="94" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/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 update to iOS 5 beta?</title>
		<link>http://blog.just2us.com/2011/06/how-to-update-to-ios-5-beta/</link>
		<comments>http://blog.just2us.com/2011/06/how-to-update-to-ios-5-beta/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:05:08 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/2011/06/how-to-update-to-ios-5-beta/</guid>
		<description><![CDATA[
			
				
			
		
You have probably heard about iOS 5 from the recent Apple’s WWDC keynote. It includes 200 new features – iMessage, Notification Center, twitter integration, Reminders, taking pictures with volume key, etc..
But you have to wait until Fall of 2011 to officially install iOS 5..
If you can’t wait, this is how you can update to iOS [...]]]></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%2F06%2Fhow-to-update-to-ios-5-beta%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F06%2Fhow-to-update-to-ios-5-beta%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>You have probably heard about iOS 5 from the recent <a href="http://www.apple.com/apple-events/wwdc-2011/">Apple’s WWDC keynote</a>. It includes <a href="http://www.apple.com/ios/ios5/features.html">200 new features</a> – iMessage, Notification Center, twitter integration, Reminders, taking pictures with volume key, etc..</p>
<p>But you have to wait until Fall of 2011 to officially install iOS 5..</p>
<p>If you can’t wait, this is how you can update to iOS 5 beta.</p>
<p>&#160;</p>
<h2>Pre-requisite</h2>
<p>There is only one, hard pre-requisite:</p>
<ul>
<li>You need to have your iPhone/iPad device activated with a <a href="http://developer.apple.com/iphone/">iOS developer account</a></li>
</ul>
<p>A iOS developer account can activate up to 100 devices for testing purposes. You can either spent $99 to register as an iOS developer, or find a developer willing to activate for you.</p>
<p>Then you have to:</p>
<ul>
<li>Install a <a href="http://itunes.apple.com/sg/app/udid-sender/id306603975?mt=8">UDID app</a> on your iPhone/iPad, and use it to send your device info to the iOS developer. The developer will then add your device to his list.</li>
</ul>
<p>&#160;</p>
<h2>Steps</h2>
<p>The rest is easy.</p>
<ol>
<li>Fulfill the pre-requisite first!</li>
<li>Register a free <a href="http://developer.apple.com/devcenter/ios/index.action">iOS developer</a> so that you can download the beta (it’s free)</li>
<li>Download the iOS 5 BETA for your device (<a href="http://developer.apple.com/devcenter/ios/index.action">link</a>)</li>
<li>Extract to get a IPSW</li>
<li>Download and install iTunes 10.5 BETA (<a href="http://developer.apple.com/devcenter/ios/index.action">link</a>)</li>
<li>Connect your iPhone/iPad to your computer</li>
<li>Open iTunes</li>
<li>Press and hold the Option/alt key (Mac) or Shift key (Windows), and click Restore</li>
<li>Select the extracted IPSW </li>
<li>Restore!</li>
</ol>
<p>&#160;</p>
<h2>Pitfalls </h2>
<p>Some possible pitfalls:</p>
<ul>
<li>If you encountered this error during restore &quot;this device isn&#8217;t eligible for the requested build”, try <a href="http://community.redfoundry.com/redfoundry/topics/ios_5_the_iphone_could_not_be_restored_this_device_isn_t_eligible_for_the_requested_build?from_gsfn=true">editing your host file</a>. </li>
<li>Still doesn’t work, try restarting in <a href="http://www.iclarified.com/entry/index.php?enid=1034">DFU mode</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/06/how-to-update-to-ios-5-beta/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>iPhone tracks your location. See it on map yourself.</title>
		<link>http://blog.just2us.com/2011/04/iphone-tracks-your-location-see-it-on-map-yourself/</link>
		<comments>http://blog.just2us.com/2011/04/iphone-tracks-your-location-see-it-on-map-yourself/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 05:30:00 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://just2us.com/2011/04/iphone-tracks-your-location-see-it-on-map-yourself/</guid>
		<description><![CDATA[
			
				
			
		
It was recently revealed by 2 researchers that iPhone is secretly tracking where you go!
Download this Mac app, iPhone Tracker, which will read a file stored on your Mac when you sync your iPhone. Download it here, unzip and simply open the app to reveal.

It was kind of fun for me to see where I [...]]]></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%2F04%2Fiphone-tracks-your-location-see-it-on-map-yourself%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F04%2Fiphone-tracks-your-location-see-it-on-map-yourself%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It was recently revealed by 2 researchers that iPhone is secretly tracking where you go!</p>
<p>Download this Mac app, <a href="http://petewarden.github.com/iPhoneTracker/">iPhone Tracker</a>, which will read a file stored on your Mac when you sync your iPhone. <a href="http://github.com/petewarden/iPhoneTracker/zipball/master">Download it here</a>, unzip and simply open the app to reveal.</p>
<p><a href="http://just2us.com/site/wp-content/uploads/2011/04/alltime-singapore.png"><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="alltime-singapore" border="0" alt="alltime-singapore" src="http://just2us.com/site/wp-content/uploads/2011/04/alltime-singapore_thumb.png" width="631" height="481" /></a></p>
<p>It was kind of fun for me to see where I have been in the last 6 months. Basically everywhere in Singapore. Ah, but not Pulau Ubin.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/04/iphone-tracks-your-location-see-it-on-map-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to identify fake reviews</title>
		<link>http://blog.just2us.com/2011/03/how-to-identify-fake-reviews/</link>
		<comments>http://blog.just2us.com/2011/03/how-to-identify-fake-reviews/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 06:06:07 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[appstore]]></category>

		<guid isPermaLink="false">http://just2us.com/?p=577</guid>
		<description><![CDATA[
			
				
			
		
App Store reviews play a very important role in a customer’s decision to download an app.
As such, it is very common for the developers to write “reviews” for themselves.
I was prompted to write this article when @mugunthkumar mentioned “the reviews looked like insider job”.

 
 
I took a look and is very sure it is [...]]]></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%2F03%2Fhow-to-identify-fake-reviews%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F03%2Fhow-to-identify-fake-reviews%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>App Store reviews play a very important role in a customer’s decision to download an app.</p>
<p>As such, it is very common for the developers to write “reviews” for themselves.</p>
<p>I was prompted to write this article when <a href="http://twitter.com/#!/mugunthkumar/status/43614396039180288">@mugunthkumar mentioned “the reviews looked like insider job”</a>.</p>
<p><img title="WheresApp tweet reply" src="http://just2us.com/site/wp-content/uploads/2011/03/WheresApp-tweet-reply6.png" alt="" width="500" height="248" /><a href="http://just2us.com/site/wp-content/uploads/2011/03/WheresApp-SG-reviews.png"><br />
 </a><br />
 <a href="http://just2us.com/site/wp-content/uploads/2011/03/WheresApp-SG-reviews.png"></a></p>
<p>I took a look and is very sure it is fake reviews, generated by <a href="http://itunes.apple.com/sg/app/wheresapp-sg/id421363014?mt=8">Singtel Idea Factory</a>.</p>
<p>These are the characteristics of fake reviews that you will be able to identify with <a href="http://itunes.apple.com/sg/app/wheresapp-sg/id421363014?mt=8">WheresApp SG</a>:</p>
<ul>
<li>All ratings are 5 stars </li>
<li>Number of reviews = number of ratings </li>
<li>Reviews all on the same date and close to release date </li>
<li>Suspicion reviews voted helpful </li>
<li>Overdose of exclamation marks </li>
<li>Same writing style eg. First letter uppercase, title style </li>
<li>Mentioning functions similar to app description </li>
<li>Reviewers have only reviewed that 1 app in their lifetime </li>
<li>Reviewers gave a lousy 1 star review to competitor’s app </li>
</ul>
<p style="text-align: left;">With those pointers in mind, you know not to trust the review when you encounter one. And not waste that $1.99.</p>
<p style="text-align: left;"><a href="http://just2us.com/site/wp-content/uploads/2011/03/WheresApp-SG-reviews.png"> <img class="alignnone" title="WheresApp SG reviews" src="http://just2us.com/site/wp-content/uploads/2011/03/WheresApp-SG-reviews.png" alt="" width="500" height="665" /></a> <br />
 All 5 stars, reviewed on same day (with no further reviews), lots of !!, title styles with “app”.</p>
<p><a href="http://just2us.com/site/wp-content/uploads/2011/03/Gumuch-review.png"><img class="aligncenter size-full wp-image-582" title="Gumuch review" src="http://just2us.com/site/wp-content/uploads/2011/03/Gumuch-review.png" alt="" width="400" height="176" /></a> <br />
 Reviewer only reviewed 1 app.</p>
<p><a href="http://just2us.com/site/wp-content/uploads/2011/03/Widgetfun-review.png"><img class="aligncenter size-full wp-image-583" title="Widgetfun review" src="http://just2us.com/site/wp-content/uploads/2011/03/Widgetfun-review.png" alt="" width="400" height="360" /></a> <br />
 Reviewed gave <a href="http://itunes.apple.com/sg/app/my-movies-m1/id383832237?mt=8">M1’s My Movies</a> (competitor to Singtel) a 1 star app (when the app averages 3.5 stars).</p>
<p><em>Disclaimer: As a developer myself, I admit I have written my own “reviews”, but mildly, and smartly.</em></p>
<div><span style="color: #0000ee; -webkit-text-decorations-in-effect: underline;"><br />
 </span></div>
<div><span style="color: #0000ee; -webkit-text-decorations-in-effect: underline;"><br />
 </span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/03/how-to-identify-fake-reviews/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wireless Ad Hoc Distribution for iPhone Apps</title>
		<link>http://blog.just2us.com/2010/12/wireless-ad-hoc-distribution-for-iphone-apps/</link>
		<comments>http://blog.just2us.com/2010/12/wireless-ad-hoc-distribution-for-iphone-apps/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 14:03:17 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://just2us.com/?p=553</guid>
		<description><![CDATA[
			
				
			
		
This post is for iPhone developers who need to send pre-released apps to (beta) testers.
For a long time since iOS development began, whenever developers need to send a pre-released app, testers need to go through a tedious process to install – they have to download, drag app to iTunes on a PC/Mac (NOT iPhone), 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%2F2010%2F12%2Fwireless-ad-hoc-distribution-for-iphone-apps%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2010%2F12%2Fwireless-ad-hoc-distribution-for-iphone-apps%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This post is for iPhone developers who need to send pre-released apps to (beta) testers.</p>
<p>For a long time since iOS development began, whenever developers need to send a pre-released app, testers need to go through a tedious process to install – they have to download, drag app to iTunes on a PC/Mac (NOT iPhone), and sync over USB..</p>
<p>Now with iOS 4, wireless installation is possible, right from an iPhone! </p>
<p>This new process is much more convenient, or as convenient as installing from App Store. The result is that testers will be more glad to install and test your pre-released apps.</p>
<p>Jeffrey Sambells has a <a href="http://jeffreysambells.com/posts/2010/06/22/ios-wireless-app-distribution/">good post</a> on how to create a little webpage that has links for testers to install the app. He even has a PHP script to conveniently skip some of the steps.</p>
<p>The post is helpful, but for myself, all I need is to a link that I can email to my testers. A link which they can simply click on and install the app wirelessly. </p>
<p>I am going to explain how I do it my way.</p>
<p>&#160;</p>
<h3>Step 1 – Build and Archive</h3>
<p>In Xcode, <strong>Build and Archive</strong> your Ad Hoc target.</p>
<p>Under Organizer window, select the archive app and select <strong>Share </strong>&gt; <strong>Distribute for Enterprise</strong>. You will see this (screenshot from <a href="http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/">paradeofrain</a>):</p>
<p align="center"><img src="http://www.paradeofrain.com/wp-content/uploads/2010/11/appinfo.png" /></p>
<p>For the URL field, enter a temporary URL first (we will change that in step 2). This URL is the link to the IPA file which you will upload.</p>
<p>Press OK. You will now have the IPA file (the app) and a PLIST file (an XML that describes the app and where the IPA is).</p>
<p>&#160;</p>
<h3>Step 2 – Upload to Dropbox</h3>
<p>Firstly, upload the IPA file to your <a href="https://www.dropbox.com/referrals/NTQxODM3Njk?src=global0">dropbox</a>. I prefer <a href="https://www.dropbox.com/referrals/NTQxODM3Njk?src=global0">dropbox</a>, but you may use a web server if you like. After the file is uploaded, get the dropbox public link for the IPA file. eg. <a title="http://dl.dropbox.com/u/1234/MyApp.ipa" href="http://dl.dropbox.com/u/1234/MyApp.ipa">http://dl.dropbox.com/u/1234/MyApp.ipa</a></p>
<p>Next, open the PLIST file and edit the url element. For example, </p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">...
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>url<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://dl.dropbox.com/u/1234/MyApp.ipa<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
...</pre></div></div>

<p></p>
<p>Upload the edited PLIST file to dropbox. Similarly, get the dropbox public link to the PLIST file. eg. <a title="http://dl.dropbox.com/u/1234/MyApp.ipa" href="http://dl.dropbox.com/u/1234/MyApp.plist">http://dl.dropbox.com/u/1234/MyApp.plist</a></p>
<p>&#160;</p>
<h3>Step 3 – Email Testers the Link</h3>
<p>The secret to installing is this URI:</p>
<p><b>itms-services://?action=download-manifest&amp;url=http://dl.dropbox.com/u/1234/MyApp.plist </b>&#160;</p>
<p>Created a HTML email with a hyperlink pointing to the above URI. For example:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;a</span> <span style="color: #000066;">href</span>=”itms-services://?<span style="color: #000066;">action</span>=download-manifest&amp;<span style="color: #000066;">url</span>=http://dl.dropbox.com/u/1234/MyApp.plist<span style="color: #000000; font-weight: bold;">&gt;</span></span>Download App<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p></p>
<p>When a tester click on Download App from his iPhone, the installation will begin!</p>
<p>That’s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2010/12/wireless-ad-hoc-distribution-for-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SG Radio brings you ALL 15 local radio stations</title>
		<link>http://blog.just2us.com/2010/11/sg-radio-brings-you-all-15-local-radio-stations/</link>
		<comments>http://blog.just2us.com/2010/11/sg-radio-brings-you-all-15-local-radio-stations/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 00:59:25 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SG Radio]]></category>

		<guid isPermaLink="false">http://just2us.com/2010/11/sg-radio-brings-you-all-15-local-radio-stations/</guid>
		<description><![CDATA[
			
				
			
		
Update: The app encountered glitches with many stations not being able to play. App is taken down until this is fixed.

SG Radio is (finally) released! It took a long 2 months before it is finally approved by Apple.
There were some hiccups due to our first design that looked too much like Apple’s iPod, and so [...]]]></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%2F2010%2F11%2Fsg-radio-brings-you-all-15-local-radio-stations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2010%2F11%2Fsg-radio-brings-you-all-15-local-radio-stations%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><em>Update: The app encountered glitches with many stations not being able to play. App is taken down until this is fixed.</em></p>
<hr />
<p>SG Radio is (finally) released! It took a long 2 months before it is finally approved by Apple.</p>
<p>There were some hiccups due to our first design that looked too much like Apple’s iPod, and so we had to redesign, and redesign.. More details on how SG Radio was rejected by Apple in a later post.</p>
<p>Now, let’s look at what the app does!</p>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen11.png"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Screen1" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen1_thumb1.png" border="0" alt="Screen1" width="246" height="366" /></a></p>
<p>Simply put, SG Radio plays radio from SG!</p>
<p>It is like <a href="http://itunes.apple.com/sg/app/meradio/id369117106?mt=8">MeRadio</a>, <a href="http://itunes.apple.com/sg/app/91-3fm/id393869177?mt=8">Radio 91.3</a> and  <a href="http://itunes.apple.com/sg/app/radio-100-3/id393871150?mt=8">Radio 100.3</a> combined, but with slicker interface, yet packed with better features! We highlight 3 features below:</p>
<p><br class="spacer_" /></p>
<h2>15 Radio Stations</h2>
<p>This is the only iPhone app that plays ALL 15 Singapore radio stations, from BOTH Media Corp’s and SPH’s!</p>
<p>Specifically, SG Radio supports:</p>
<p>✔ FM 913 &#8211; Today&#8217;s Best Music<br />
 ✔ FM 938 &#8211; Live<br />
 ✔ FM 987 &#8211; Only the hits<br />
 ✔ FM 950 &#8211; Class 95<br />
 ✔ FM 905 &#8211; Gold 90.5<br />
 ✔ FM 995 &#8211; Lush<br />
 ✔ FM 924 &#8211; Symphony<br />
 ✔ FM 958 &#8211; 城市频道<br />
 ✔ FM 972 &#8211; 最爱频道<br />
 ✔ FM 933 &#8211; 醉心频道<br />
 ✔ FM 897 &#8211; Ria<br />
 ✔ FM 942 &#8211; Warna<br />
 ✔ FM 968 &#8211; ஒலி<br />
 ✔ FM 963 &#8211; Expat Radio<br />
 ✔ FM 1003 &#8211; 資訊娛樂台</p>
<p><br class="spacer_" /></p>
<h2>Rewind and Forward</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen41.png"><img style="background-image: none; margin: 0px 20px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="Screen4" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen4_thumb1.png" border="0" alt="Screen4" width="246" height="366" align="left" /></a>This is a feature that only we support!</p>
<p>Missed something that your deejay said? Don’t worry! With SG Radio, you can rewind, and listen again and again! (Note: Rewind is a locked feature, while pause and forward is free)</p>
<p>You can also pause a radio station while you pick up a call, or attending to some other business, and SG Radio will buffer whatever you are missing! When you un-pause, you will be able to listen from the point you paused, missing not a single thing!</p>
<p>We love this and hope you like it!</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h2>Currently Playing Songs</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen31.png"><img style="background-image: none; margin: 0px 20px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border: 0px;" title="Screen3" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen3_thumb1.png" border="0" alt="Screen3" width="246" height="366" align="left" /></a>Showing the currently playing song from a radio station is nothing fantastic.</p>
<p>But we have done it better. We show you ALL songs that all 15 radio stations are currently playing in 1 place! Now you can switch over to a station easily when you see your favorite song playing.</p>
<p>We love this too and hope you like it!</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h2>Download now, its FREE</h2>
<p>We believe this is a must have app for radio fans, so please <a href="http://itunes.apple.com/us/app/sg-radio/id395605775?mt=8">download it now</a> from App Store!</p>
<p>Listen, enjoy, have fun (:</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2010/11/sg-radio-brings-you-all-15-local-radio-stations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SG Toto v2 &#8211; Updated after 1 year!</title>
		<link>http://blog.just2us.com/2010/11/sg-toto-v2-updated-after-1-year/</link>
		<comments>http://blog.just2us.com/2010/11/sg-toto-v2-updated-after-1-year/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 03:28:11 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[SG Toto]]></category>

		<guid isPermaLink="false">http://just2us.com/2010/11/sg-toto-v2-updated-after-1-year/</guid>
		<description><![CDATA[
			
				
			
		
SG Toto has been updated to version 2, after a long 1 year! 
The last update (version 1.0.8) was 1 year ago, and it was just a minor fix. In fact, nothing much has changed since it was released 2 years ago, in Nov 2008. 
&#160;
What’s New?
The fundamental changes are similar to version 2 of [...]]]></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%2F2010%2F11%2Fsg-toto-v2-updated-after-1-year%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2010%2F11%2Fsg-toto-v2-updated-after-1-year%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SG Toto has been updated to version 2, after a long 1 year! </p>
<p>The last update (version 1.0.8) was 1 year ago, and it was just a minor fix. In fact, nothing much has changed since it was released 2 years ago, in <a href="http://www.just2me.com/2008/11/sg-toto-sg-ad.html">Nov 2008</a>. </p>
<p>&#160;</p>
<h2>What’s New?</h2>
<p>The fundamental changes are similar to <a href="http://just2us.com/2010/03/whats-new-for-sg-4d/">version 2 of SG 4D</a>. And if you are interested in the technical aspects, you can read <a href="http://just2us.com/2010/04/whats-technically-new-for-sg-4d/">here</a>.</p>
<p>Specifically, these are what’s new for SG Toto:</p>
<p>&#160;</p>
<h2>Faster results, more details</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen1.png"><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="Screen1" border="0" alt="Screen1" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen1_thumb.png" width="644" height="431" /></a></p>
<p>You now get results faster, approximately at 6.33pm when the numbers are drawn! </p>
<p>You also will get push notification once all numbers are drawn (locked feature).</p>
<p>Furthermore, the app now provides the winning tickets information. Now you know where the lucky outlets are! And under More &gt; Outlets, you can easily find the outlets and how to go there! </p>
<p>&#160;</p>
<h2>Past Results 24 years back</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen2.png"><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="Screen2" border="0" alt="Screen2" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen2_thumb.png" width="644" height="431" /></a></p>
<p>We know you are interested to know what is the result 1 year ago, 2 years ago, on your birthday, Michael Jackson’s birthday, &#8230; or 24 years ago!</p>
<p>As such, we provide you the entire history of Toto.</p>
<p>&#160;</p>
<h2>Number Analysis</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen3.png"><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="Screen3" border="0" alt="Screen3" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen3_thumb.png" width="644" height="431" /></a></p>
<p>To help you further in the game, we are providing more thorough number analysis! </p>
<p>This is a much sought after feature, and we will provide more different kind of analytics in the future.</p>
<p>For now, there are 3 analysis that you can perform:</p>
<ol>
<li><strong>Check what numbers are not drawn</strong> in the last X draws. This is similar to <a href="http://www.singaporepools.com.sg/en/lottery/toto_stats_numnotdrawn.html">what Singapore Pools provides</a>, but with no restrictions on the number of draws to analyze on.</li>
<li><strong>Frequency Table</strong> shows you how many times a number has been drawn, sorted from highest frequency to lowest. With that, you know what are the hot numbers to buy! Again, unlike <a href="http://www.singaporepools.com.sg/en/lottery/toto_stats_numfreq.html">what Singapore Pools provides</a>, the app gives you the freedom to analyze X draws. Furthermore, the app has data since 1986, while Singapore Pools only provide since 1997.</li>
<li><strong>Search your favorite number</strong> and know when they last came out in a draw.</li>
</ol>
<p>&#160;</p>
<h2>Next Jackpot</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen4.png"><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="Screen4" border="0" alt="Screen4" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen4_thumb.png" width="644" height="431" /></a></p>
<p>Okay, version 1 had this too.</p>
<p>But version 2 is cooler as I have my custom wallpaper blessing me :)</p>
<p>&#160;</p>
<h2>Outlets, Push Notifications, Wallpaper</h2>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screen5.png"><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="Screen5" border="0" alt="Screen5" src="http://just2us.com/site/wp-content/uploads/2010/11/Screen5_thumb.png" width="644" height="431" /></a></p>
<p>You can now find the outlets near you, get Push Notifications when results arrived, and set your lucky wallpaper!</p>
<p>&#160;</p>
<h2>Retina Display &amp; Icon</h2>
<p>Lastly, we have updated the graphics and they now looks sharper and prettier for your iPhone 4.</p>
<p>And the new icon for version 2.</p>
<p><a href="http://just2us.com/site/wp-content/uploads/2010/11/SGToto-Icon-v4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="SGToto-Icon-v4" border="0" alt="SGToto-Icon-v4" src="http://just2us.com/site/wp-content/uploads/2010/11/SGToto-Icon-v4_thumb.png" width="240" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2010/11/sg-toto-v2-updated-after-1-year/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JDToaster &#8211; Android&#8217;s Toaster for iPhone</title>
		<link>http://blog.just2us.com/2010/11/jdtoaster-androids-toaster-for-iphone/</link>
		<comments>http://blog.just2us.com/2010/11/jdtoaster-androids-toaster-for-iphone/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 02:01:25 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://just2us.com/?p=508</guid>
		<description><![CDATA[
			
				
			
		
One of the UI component that I like in Android is the Toast Notification. It is subtle, non-intrusive and fades away automatically. You simply call:

Toast.makeText&#40;context, “Hello Toaster &#40;:”, 5&#41;.show&#40;&#41;;

iPhone does not have an equivalent. It does have an Alert, but that is too intrusive.
As such, I created my own Toaster class. It was first used [...]]]></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%2F2010%2F11%2Fjdtoaster-androids-toaster-for-iphone%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2010%2F11%2Fjdtoaster-androids-toaster-for-iphone%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the UI component that I like in Android is the <a href="http://developer.android.com/guide/topics/ui/notifiers/toasts.html">Toast Notification</a>. It is subtle, non-intrusive and fades away automatically. You simply call:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">Toast.<span style="color: #006633;">makeText</span><span style="color: #009900;">&#40;</span>context, “Hello Toaster <span style="color: #009900;">&#40;</span><span style="color: #339933;">:</span>”, <span style="color: #cc66cc;">5</span><span style="color: #009900;">&#41;</span>.<span style="color: #006633;">show</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>iPhone does not have an equivalent. It does have an Alert, but that is too intrusive.</p>
<p>As such, I created my own <em>Toaster class</em>. It was first used in <a href="http://just2us.com/tag/sg-4d/">SG 4D</a>, 2 years ago, to show “No new results..” when user refreshed and there is no new results. That very first version was hastily created, with images used for the grey background.</p>
<p>2 years later, I improved my library. One of which is this Toaster class. I removed the images, and created the round radius programmatically.</p>
<p>It is a very simple class, which I wrote within minutes. I am open sourcing JDToaster and hosting it in <a href="https://github.com/samwize/JDToaster">github public repos</a>.</p>
<h2>How to use JDToaster</h2>
<p>1. Download the source form <a title="https://github.com/samwize/JDToaster" href="https://github.com/samwize/JDToaster">https://github.com/samwize/JDToaster</a></p>
<p>2. Copy JDToasterView.h and JDToasterView.m to your project</p>
<p>3. To show a Toast, simply call</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #002200;">&#91;</span>JDToasterView showToasterWithMessage<span style="color: #002200;">:</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;Hello Toaster (:&quot;</span> forDuration<span style="color: #002200;">:</span><span style="color: #2400d9;">5</span><span style="color: #002200;">&#93;</span>;</pre></div></div>

<p>You will get something similar to this:</p>
<p style="text-align: center;"><a href="http://just2us.com/site/wp-content/uploads/2010/11/Screenshot-with-JDToaster1.jpg"><img class="aligncenter" style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Screenshot-with-JDToaster" src="http://just2us.com/site/wp-content/uploads/2010/11/Screenshot-with-JDToaster_thumb.jpg" border="0" alt="Screenshot-with-JDToaster" width="260" height="388" /></a></p>
<p>That’s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2010/11/jdtoaster-androids-toaster-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juzz4 Released!</title>
		<link>http://blog.just2us.com/2010/10/juzz4-released/</link>
		<comments>http://blog.just2us.com/2010/10/juzz4-released/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 04:34:00 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Juzz4]]></category>

		<guid isPermaLink="false">http://just2us.com/2010/10/juzz4-released/</guid>
		<description><![CDATA[
			
				
			
		
Juzz4 is an iPhone app I have developed with KAI Square which connects and streams from IP cameras.
There are many awesome features from the app, and these are few that I particularly like:

MJPEG streaming 
Multiple JPEG snapshot streaming 
Stream up to 16 camera feeds at once 
Supports pan, zoom, landscape mode, copy, save, email, 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%2F2010%2F10%2Fjuzz4-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2010%2F10%2Fjuzz4-released%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://itunes.apple.com/sg/app/juzz4/id396108982?mt=8">Juzz4</a> is an iPhone app I have developed with <a href="http://www.kaisquare.com">KAI Square</a> which connects and streams from IP cameras.</p>
<p>There are many awesome features from the app, and these are few that I particularly like:</p>
<ul>
<li>MJPEG streaming </li>
<li>Multiple JPEG snapshot streaming </li>
<li>Stream up to 16 camera feeds at once </li>
<li>Supports pan, zoom, landscape mode, copy, save, email, and more!</li>
</ul>
<p>You may download <a href="http://itunes.apple.com/sg/app/juzz4/id396108982?mt=8">here</a>, but note that the app requires a Juzz4Security account to use. To find out more, you can go to <a href="http://www.juzz4.com">juzz4.com</a>. For others, here are some screenshots:</p>
<p align="center"><a href="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-main-screen.jpg"><img style="border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Juzz4-main-screen" border="0" alt="Juzz4-main-screen" src="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-main-screen_thumb.jpg" width="244" height="364" /></a></p>
<p align="center"><a href="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-9-views-portrait.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="Juzz4-9-views-portrait" border="0" alt="Juzz4-9-views-portrait" src="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-9-views-portrait_thumb.jpg" width="244" height="364" /></a></p>
<p align="center"><a href="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-9-views-landscape.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="Juzz4-9-views-landscape" border="0" alt="Juzz4-9-views-landscape" src="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-9-views-landscape_thumb.jpg" width="364" height="244" /></a></p>
<p align="center"><a href="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-Single-View-streaming.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="Juzz4-Single-View-streaming" border="0" alt="Juzz4-Single-View-streaming" src="http://just2us.com/site/wp-content/uploads/2010/10/Juzz4-Single-View-streaming_thumb.jpg" width="244" height="364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2010/10/juzz4-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

