<?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>NewSourceMedia Blog &#187; Developer Resources</title>
	<atom:link href="http://newsourcemedia.com/blog/category/developer-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>iPad Development Default Screen Image Orientation</title>
		<link>http://newsourcemedia.com/blog/ipad-development-default-screen-image-orientation/</link>
		<comments>http://newsourcemedia.com/blog/ipad-development-default-screen-image-orientation/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 02:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/?p=768</guid>
		<description><![CDATA[When developing your first app for the iPhone or iPad, you'll have to provide the app with a default launch screen image. It's the logo or loading message you would see during any app startup. That startup image is named &#8230; <a href="http://newsourcemedia.com/blog/ipad-development-default-screen-image-orientation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[When developing your first app for the iPhone or iPad, you'll have to provide the app with a default launch screen image. It's the logo or loading message you would see during any app startup. That startup image is named "Default.png" so by default the devise will automatically display that image during an app startup.

This is not ideal if you're developing an app with multiple orientations. There are other options. Here are a few recommendations:
<table border="1">
<tbody>
<tr>
<th>Filename</th>
<th>Dimensions</th>
</tr>
<tr>
<td>Default-Portrait.png *</td>
<td>768w x 1004h</td>
</tr>
<tr>
<td>Default-PortraitUpsideDown.png</td>
<td>768w x 1004h</td>
</tr>
<tr>
<td>Default-Landscape.png **</td>
<td>1024w x 748h</td>
</tr>
<tr>
<td>Default-LandscapeLeft.png</td>
<td>1024w x 748h</td>
</tr>
<tr>
<td>Default-LandscapeRight.png</td>
<td>1024w x 748h</td>
</tr>
<tr>
<td>Default.png</td>
<td>Not recommended</td>
</tr>
</tbody>
</table>
&nbsp;

You'll notice the dimensions above vary in size depending on what orientation the divise is positioned. The deference is 20px taken off the top for displaying the status bar.  You can keep your screen image the full 1024x768 for portrait and landscape if your in a hurry. The OS will trim off the extra 20px on top for you.

There is a known issue for some where, although you have provided both landscape and portrait images, only one will load no matter the orientation. You may want to open your app .ipa file package in a text editor like TextWrangler and locate the "info.plist" file. Once you have it open, cut and paste in the following attributes.
<pre><code>&lt;key&gt;UISupportedInterfaceOrientations&lt;/key&gt;
&lt;array&gt;
    &lt;string&gt;UIInterfaceOrientationPortrait&lt;/string&gt;
    &lt;string&gt;UIInterfaceOrientationPortraitUpsideDown&lt;/string&gt;
    &lt;string&gt;UIInterfaceOrientationLandscapeLeft&lt;/string&gt;
    &lt;string&gt;UIInterfaceOrientationLandscapeRight&lt;/string&gt;
&lt;/array&gt;</code></pre>
&nbsp;]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/ipad-development-default-screen-image-orientation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iVisitorStats</title>
		<link>http://newsourcemedia.com/blog/ivisitorstats/</link>
		<comments>http://newsourcemedia.com/blog/ivisitorstats/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 06:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[site counters]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[visitor stats]]></category>
		<category><![CDATA[visitor tracker]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[web counters]]></category>
		<category><![CDATA[website counters]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/1969/12/31/ivisitorstats/</guid>
		<description><![CDATA[Start tracking site visitors in 5 minutes. iVisitorStats gives you real-time detailed web statistics. Don't just count visitors; analyze them to build a better online marketing campaign. It work great with Googles AdWords or Yahoo!' Overture Search Marketing Know where &#8230; <a href="http://newsourcemedia.com/blog/ivisitorstats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Start tracking site visitors in 5 minutes.
<span id="more-168"></span>
<p class="txt12 style4">i<span class="txt14">VisitorStats
gives you real-time detailed web statistics.
Don't just count visitors; analyze
them to build a better online marketing campaign. It work great with Googles
AdWords or Yahoo!' Overture Search Marketing </span>
<ul class="txt14">
	<li class="txt14Bold">Know where your visitors came
from</li>
	<li class="txt14Bold"> Know the keywords they use to hit
your site</li>
	<li class="txt14Bold">Know every page your visitor visited</li>
	<li class="txt14Bold">Know the visitor's computer system and browser</li>
	<li class="txt14Bold">Get real-time up-to-date statistics</li>
	<li class="txt14Bold">$100
for first years - Second Year FREE!.</li>
	<li class="txt14Bold">Free 10 Day Trial.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/ivisitorstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Way to Protect Your Password</title>
		<link>http://newsourcemedia.com/blog/the-best-way-to-protect-your-password/</link>
		<comments>http://newsourcemedia.com/blog/the-best-way-to-protect-your-password/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[stole]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2008/10/05/the-best-way-to-protect-your-password/</guid>
		<description><![CDATA[Tips on how to best protect your passwords on sites like forums, blogs and most of all banking sites. Tips on how to best protect your passwords on sites like forums, blogs and most of all banking sites. Article: How &#8230; <a href="http://newsourcemedia.com/blog/the-best-way-to-protect-your-password/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Tips on how to best protect your passwords on sites like forums, blogs and most of all banking sites.
<span id="more-154"></span>

Tips on how to best protect your passwords on sites like forums, blogs and most of all banking sites.

Article: How I Stole Someones Identity
<a href="http://www.sciam.com/article.cfm?id=anatomy-of-a-social-hack" target="_blank">http://www.sciam.com/article.cfm?id=anatomy-of-a-social-hack</a>

If you do not read this above article, the bottom line is do not use real info when creating reset password answers because people could easily find that info on the web.

Also do not post personal info on blogs or other social network site. Ease target for hackers looking for data.

Also here is my own personal convection about passwords: Never use the same password for more than one web site. For example say your password at Bank.com was the same for Forum.com. The owner at Forum.com is shady, and is always taking his users passwords to see if they are using them on known banking sites. He tries your info at Bank.com and is granted access to your account.

Now your banking account is drained all because you were to lazy to create new or modified passwords for each site you use.]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/the-best-way-to-protect-your-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPowerWeb &#8211; Web Hosting</title>
		<link>http://newsourcemedia.com/blog/ipowerweb-web-hosting/</link>
		<comments>http://newsourcemedia.com/blog/ipowerweb-web-hosting/#comments</comments>
		<pubDate>Tue, 23 Mar 2004 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Shared Hosting]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/03/22/ipowerweb-web-hosting/</guid>
		<description><![CDATA[<span class="image-rss"><a href="http://newsourcemedia.com/blog/ipowerweb-web-hosting/"><img title="IPowerWeb &#8211; Web Hosting" src="http://serverdisk.com/img_hosting/ipower.jpg" alt="IPowerWeb &#8211; Web Hosting" width="0" height="200" /></a></span><br/>$4.49/mo for Unlimited GB of Space, 2,500 Email Accounts, Free Domain Name, Quality &#38; Reliability are Important! 99.9%  30 Day $ back Guarantee. Hosting Plans from Affordable to Dedicated Servers IPOWER WEB (Free Domain Name - Hosting starting at $4.59) &#8230; <a href="http://newsourcemedia.com/blog/ipowerweb-web-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<span class="image-rss"><a href="http://newsourcemedia.com/blog/ipowerweb-web-hosting/"><img title="IPowerWeb &#8211; Web Hosting" src="http://serverdisk.com/img_hosting/ipower.jpg" alt="IPowerWeb &#8211; Web Hosting" width="0" height="200" /></a></span><br/>$4.49/mo for Unlimited GB of Space, 2,500 Email Accounts, <strong>Free Domain Name, </strong>Quality &amp; Reliability are Important! 99.9%  30 Day $ back Guarantee.
<span id="more-245"></span>
<strong>Hosting Plans from Affordable to Dedicated Servers</strong>
<span style="color: #993300;">IPOWER WEB (Free Domain Name - Hosting starting at $4.59)</span>
<p class="content" align="left"><a href="http://serverdisk.com/?host=ipowerweb&amp;key=nsn_listing" target="_blank"><img src="http://serverdisk.com/img_hosting/ipower.jpg" border="0" alt="iPower Web Hosting" width="492" height="241" /></a>
<strong>$4.95 per Month</strong>, Unlimited GB of Space, 2,500 Email Accounts, <strong>Free Domain Name</strong>, Small business web hosting offering additional business services such as: domain name registrations, email accounts, web services, FrontPage help, online community resources and various small business solutions.
<p class="content" align="left">iPowerWeb.com #1 on the NET! Uptime, LIVE Toll FREE Support.</p>

<a href="http://serverdisk.com/?host=ipowerweb&amp;key=buynow" target="_blank"><img src="http://serverdisk.com/images/buynow-b.gif" border="0" alt="Buy Now" width="85" height="24" /></a>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/ipowerweb-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
