<?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>Desktop Notes &#187; iphone</title>
	<atom:link href="http://echerng.net/blog/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://echerng.net/blog</link>
	<description>With more notes from various desktops!</description>
	<lastBuildDate>Sun, 05 Jun 2011 14:46:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>iOS Tip &#8211; Load Remote Images</title>
		<link>http://echerng.net/blog/2010/07/13/ios-tip-load-remote-images/</link>
		<comments>http://echerng.net/blog/2010/07/13/ios-tip-load-remote-images/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:44:36 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://echerng.net/blog/2010/07/13/ios-tip-load-remote-images/</guid>
		<description><![CDATA[Quick tip, if you have iOS3/iOS4 on your iPhone/iPod Touch/iPad, you can disable loading remote images in emails by going into Settings &#62; Mail, Contacts, Calendars, and flipping the &#8220;Load Remote Images&#8221; option to Off. By default, it is set to On. Why would you want to do this since Apple has deemed it good [...]]]></description>
			<content:encoded><![CDATA[<p>Quick tip, if you have iOS3/iOS4 on your iPhone/iPod Touch/iPad, you can <b>disable loading remote images</b> in emails by going into Settings &gt; Mail, Contacts, Calendars, and flipping the &#8220;Load Remote Images&#8221; option to Off. By default, it is set to On.</p>
<p>
<img src="http://echerng.net/blog/wp-content/uploads/2010/07/mail1.png" width="320" height="480" alt="mail.png" /></p>
<p>Why would you want to do this since Apple has deemed it good to enable it by default? Well spammers can embed tracking in the image URL&#8217;s. When Mail loads the images, the spammers will know that the email address they sent to is valid, which of course leads to more spam. That&#8217;s why on the desktop Mail.app and Outlook by default have this disabled. Why Apple choose to enable this by default on the iDevice is strange.</p>
]]></content:encoded>
			<wfw:commentRss>http://echerng.net/blog/2010/07/13/ios-tip-load-remote-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UITableView Background in a Standard UIView</title>
		<link>http://echerng.net/blog/2010/03/22/uitableview-background-in-a-standard-uiview/</link>
		<comments>http://echerng.net/blog/2010/03/22/uitableview-background-in-a-standard-uiview/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 00:25:30 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://echerng.net/blog/2010/03/22/uitableview-background-in-a-standard-uiview/</guid>
		<description><![CDATA[While exploring the CoreDataBooks sample iPhone app, I came upon the EditingViewController which I noticed had the same grey/white bar background as does a UITableView has when it&#8217;s in grouped style. After fiddling with the Background property for some time, I eventually figured out how to set the Background to the same background pattern. 1. [...]]]></description>
			<content:encoded><![CDATA[<p>While exploring the <a href="http://developer.apple.com/iPhone/library/samplecode/CoreDataBooks/index.html">CoreDataBooks</a> sample iPhone app, I came upon the EditingViewController which I noticed had the same grey/white bar background as does a <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html">UITableView</a> has when it&#8217;s in grouped style. After fiddling with the Background property for some time, I eventually figured out how to set the Background to the same background pattern.</p>
<p>1. Open the Inspector window for UIView and click Background.</p>
<p><img src="http://echerng.net/blog/wp-content/uploads/2010/03/01.png" width="383" height="349" alt="01.png" /></p>
<p>2. Select &#8220;Color Palettes&#8221; (middle icon) and in the Palette drop down, select &#8220;iPhone SDK&#8221;.</p>
<p><img src="http://echerng.net/blog/wp-content/uploads/2010/03/03.png" width="216" height="369" alt="03.png" /></p>
<p>3. In the options, select &#8220;groupTableViewBackgroundColor&#8221; and you&#8217;re done!</p>
<p><img src="http://echerng.net/blog/wp-content/uploads/2010/03/04.png" width="213" height="371" alt="04.png" /></p>
<p>Your view should now have the same bar pattern as a grouped table view!</p>
<p><img src="http://echerng.net/blog/wp-content/uploads/2010/03/05.png" width="308" height="480" alt="05.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://echerng.net/blog/2010/03/22/uitableview-background-in-a-standard-uiview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype on iPhone</title>
		<link>http://echerng.net/blog/2009/03/31/skype-on-iphone/</link>
		<comments>http://echerng.net/blog/2009/03/31/skype-on-iphone/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:50:08 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://echerng.net/blog/2009/03/31/skype-on-iphone/</guid>
		<description><![CDATA[My initial reactions to using Skype on the iPhone: The sound quality is about the same as using the AT&#38;T 3G network. Not as clear as Skype is on the desktop. Better than using Skype through Fring. I was hoping for desktop sound quality, but oh well. Not being able to run programs in the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://echerng.net/blog/wp-content/uploads/2009/03/skype-logo.png" width="105" height="47" alt="skype_logo.png" style="float:left;" /></p>
<p>My initial reactions to using Skype on the iPhone:</p>
<ul>
<li>The sound quality is about the same as using the AT&amp;T 3G network. Not as clear as Skype is on the desktop. Better than using Skype through Fring. I was hoping for desktop sound quality, but oh well.</li>
<li>Not being able to run programs in the background, Skype will only work when the program is activated. Therefore it can&#8217;t work as an alternate phone line.</li>
<li>Chat is saved on the Skype server. If you lookup your chat history on your desktop Skype, the chat through the iPhone will be there as well.</li>
<li>There&#8217;s no shortcuts for smileys on iPhone Skype. You&#8217;ll just have to remember the shortcuts to use your favorite emoticons.</li>
<li>There&#8217;s no sound effect to notify you of new chat messages. You&#8217;ll just have to look at the screen to see the chat count. This isn&#8217;t so bad since you have to keep Skype open anyways to chat, but kind of annoying this behavior forces you to check your screen every few seconds if you&#8217;re engaged in a chat with a buddy.</li>
</ul>
<p>Oh well, not bad for version 1. Hopefully with iPhone 3.0 and updates, Skype on iPhone will become even better soon!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://echerng.net/blog/2009/03/31/skype-on-iphone/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

