<?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>Never Use This Font &#187; Apple</title>
	<atom:link href="http://neverusethisfont.com/blog/tags/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://neverusethisfont.com/blog</link>
	<description>Aaron Parecki is the co-founder of Geoloqi.com, and specializes in backend systems development.</description>
	<lastBuildDate>Mon, 11 Jul 2011 22:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How to Distribute your iOS Apps Over the Air</title>
		<link>http://neverusethisfont.com/blog/2011/01/how-to-distribute-your-ios-apps-over-the-air/</link>
		<comments>http://neverusethisfont.com/blog/2011/01/how-to-distribute-your-ios-apps-over-the-air/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 18:33:20 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[OS X/Apple]]></category>
		<category><![CDATA[adhoc]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[beta test]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[provisioning]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://neverusethisfont.com/blog/?p=351</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using <a href="http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html">Apple&#8217;s Wireless distribution</a> method for sending out beta invites of <a href="http://geoloqi.com">Geoloqi</a>. It&#8217;s a much easier process for our beta testers than syncing with iTunes to install the app! They just click on a link from their phones, and they can download the app immediately!</p>
<p>How, you ask? Apple has made this possible since iOS 4.0, but not many developers have noticed it&#8217;s available. <a href="http://testflightapp.com">TestFlight</a> has make a great wrapper on top of this functionality, but it&#8217;s possible to do it without using TestFlight too!</p>
<h2>How to set up Ad Hoc distribution</h2>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/1-build-and-archive1.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/1-build-and-archive1-277x300.png" alt="" title="1 build and archive" width="277" height="300" class="alignright size-medium wp-image-364" /></a></p>
<p>First, build and archive your application from XCode. <strong>Make sure you&#8217;ve selected the Developer provisioning profile</strong> when building your app. This must pass code-signing verification or people will get an error when trying to install.</p>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/organizer-archived-applications.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/organizer-archived-applications.png" alt="" title="organizer archived applications" width="209" height="190" class="alignleft size-full wp-image-385" /></a></p>
<div style="clear:both;"></div>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/2-share.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/2-share-300x121.png" alt="" title="2 share" width="300" height="121" class="alignright size-medium wp-image-355" /></a></p>
<p>Open Organizer if it&#8217;s not already open. Select your archived application, then click &#8220;Share.&#8221; The next step is slightly misleading. Choose &#8220;Distribute for Enterprise&#8221; here, even if you don&#8217;t have an enterprise account! Make sure you <strong>select the same provisioning profile</strong> you signed the app with! </p>
<div style="clear:both;"></div>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/3-choose-developer-identity.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/3-choose-developer-identity.png" alt="" title="3 choose developer identity" width="570" height="214" class="aligncenter size-full wp-image-356" /></a></p>
<div style="clear:both;"></div>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/creating-signed-ipa-archive.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/creating-signed-ipa-archive.png" alt="" title="creating signed ipa archive" width="197" height="30" class="alignright size-full wp-image-357" /></a></p>
<p>This is the critical step. At this point, XCode is bundling the provisioning profile into the IPA archive so that your users only have to download <strong>one file</strong>! No need to have them install the provisioning profile separately, since it will be included in the app archive!</p>
<p>Next you&#8217;ll need to fill out the form that appears. XCode uses this info to create a .plist file. If you&#8217;re comfortable editing the .plist file directly, you can do that instead. <strong>Here&#8217;s <a href="http://neverusethisfont.com/blog/wp-content/plist/Geoloqi.plist" target="_blank">a sample .plist</a> file that XCode creates from this dialog.</strong></p>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/4-app-details-e1295628145206.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/4-app-details-e1295628145206.png" alt="" title="4 app details" width="570" height="304" class="aligncenter size-full wp-image-361" /></a></p>
<div style="clear:both;"></div>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/5-ipa-and-plist-files.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/5-ipa-and-plist-files-300x85.png" alt="" title="5 ipa and plist files" width="300" height="85" class="alignright size-medium wp-image-368" /></a></p>
<p>At this point, XCode prompts you to save the files to a folder. You&#8217;ll end up with two files, a .plist and an .ipa file. Now comes the easy part!</p>
<p>You just need to create a web page with a link to the .plist file using the special <code>itms-services://</code> protocol. This might look something like the code below.</p>
<div style="clear:both;"></div>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;itms-services://?action=download-manifest&amp;url=http://loqi.me/app/Geoloqi.plist&quot;&gt;
Download Geoloqi
&lt;/a&gt;</pre></td></tr></table></div>

<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/over-the-air-installation-prompt.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/over-the-air-installation-prompt-200x300.png" alt="" title="over-the-air-installation-prompt" width="200" height="300" class="alignright size-medium wp-image-378" /></a></p>
<p>When someone clicks the link from their iPhone, they&#8217;ll get a prompt that says &#8220;loqi.me would like to install Geoloqi.&#8221; Clicking &#8220;Install&#8221; will then immediately download and install the provisioning profile and the app!</p>
<p>Note: This is not going to get you around the 100-device limit that Apple imposes. You&#8217;ll still need to get your beta testers&#8217; UDIDs from them and upload them to the Provisioning Portal.</p>
<div style="clear:both;"></div>
<p>You can pretty up the download page like we have done to make it look like more than just a plaintext link. Here&#8217;s some HTML and CSS to get you started making your own mobile installation page.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;
        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt; 
        &lt;title&gt;Install Geoloqi&lt;/title&gt;
        &lt;style type=&quot;text/css&quot;&gt;
                body {
                        background: url(bkg.png) repeat #c5ccd4;
                        font-family: Helvetica, arial, sans-serif;
                }
                .congrats {
                        font-size: 16pt;
                        padding: 6px;
                        text-align: center;
                }
                .step {
                        background: white;
                        border: 1px #ccc solid;
                        border-radius: 14px;
                        padding: 4px 10px;
                        margin: 10px 0;
                }
                .instructions {
                        font-size: 10pt;
                }
                .arrow {
                        font-size: 15pt;
                }
                table {
                        width: 100%;
                }
        &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
&lt;div class=&quot;congrats&quot;&gt;Congrats! You've been invited to the beta of Geoloqi.&lt;/div&gt;
&nbsp;
&lt;div class=&quot;step&quot;&gt;
        &lt;table&gt;&lt;tr&gt;
                &lt;td class=&quot;instructions&quot;&gt;Install the&lt;br /&gt;Geoloqi app&lt;/td&gt;
                &lt;td width=&quot;24&quot; class=&quot;arrow&quot;&gt;&amp;rarr;&lt;/td&gt;
                &lt;td width=&quot;57&quot; class=&quot;imagelink&quot;&gt;
                        &lt;a href=&quot;itms-services://?action=download-manifest&amp;url=http://loqi.me/app/Geoloqi.plist&quot;&gt;
                                &lt;img src=&quot;geoloqi-icon.png&quot; height=&quot;57&quot; width=&quot;57&quot; /&gt;
                         &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>Here is the background graphic I used on the installation web page. Feel free to use it on your own pages.</p>
<p><a href="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/iphone-stripe-bkg.png"><img src="http://neverusethisfont.com/blog/wp-content/uploads/2011/01/iphone-stripe-bkg.png" alt="" title="iphone-stripe-bkg" width="320" height="60" class="aligncenter size-full wp-image-380" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://neverusethisfont.com/blog/2011/01/how-to-distribute-your-ios-apps-over-the-air/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Choosing a laptop for a graphic designer</title>
		<link>http://neverusethisfont.com/blog/2008/07/choosing-a-laptop-for-a-graphic-designer/</link>
		<comments>http://neverusethisfont.com/blog/2008/07/choosing-a-laptop-for-a-graphic-designer/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 01:59:51 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OS X/Apple]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Inspiron]]></category>
		<category><![CDATA[Macbook]]></category>

		<guid isPermaLink="false">http://blog.neverusethisfont.com/2008/07/choosing-a-laptop-for-a-graphic-designer/</guid>
		<description><![CDATA[This is primarily targeted towards graphic designers, although anyone can benefit from the information here as well. This post focuses on the hardware of a laptop rather than the software. I figure I&#8217;ll save a talk about software for a different day. To begin, I would stay away from anything that isn&#8217;t Dell or Apple. [...]]]></description>
			<content:encoded><![CDATA[<p>This is primarily targeted towards graphic designers, although anyone can benefit from the information here as well. This post focuses on the hardware of a laptop rather than the software. I figure I&#8217;ll save a talk about software for a different day.</p>
<p>To begin, I would stay away from anything that isn&#8217;t Dell or Apple. IBM and Toshiba are good too, but they typically market more to corporations than home users. Both Dell and Apple are pretty much the top of the line as far as home and small business go. You&#8217;ll always hear about people who have had problems with both, but they are pretty good about fixing things if you get the extra warranty. Again, the information here is applicable to any brand of laptop, but I will mention specifics of some Dell and Apple laptops.</p>
<p>Let me tell you about some of the things that will make the most difference when using your laptop:</p>
<div style="float:right; margin-left: 5px"><img src="http://aaronpk.net/photos/dell-studio.jpg" alt="" /></div>
<p>1) <strong>Screen resolution</strong>. Not screen size! My Dell that I got in 2003 is 15.4&#8243;, but has a resolution of 1680&#215;1050. This is probably the biggest reason I haven&#8217;t stopped using it yet, even though I have an iMac as well. The screen is wide enough to fit two internet windows side by side comfortably. Also, when working in Photoshop or InDesign, the toolbars sit nicely off to the side, still leaving plenty of room in the middle for your image. The toolbars are physically small because the resolution is so high.</p>
<p>2) <strong>Dedicated graphics card.</strong> The lower-end computers use a graphics card that is built in and shares the main system memory. This means you lose 100-200 megabytes of RAM since your graphics card is using it.<br />
<a href="http://en.wikipedia.org/wiki/Image:GeForce_newlogo.png"><img class="alignleft" style="display: block; float: left;" src="http://aaronpk.net/photos/GeForce_newlogo.png" alt="GeForce logo" width="200" height="193" /></a><br />
Also, the graphics card runs much slower since it has to pull data through the same bus as the system to access the RAM. Getting a dedicated graphics card means it has its own RAM and doesn&#8217;t share with the main system. If you are planning on doing any kind of video editing, this is a must. It will also make Photoshop run much faster. My Dell has a 64mb graphics card, although they are usually 128-256mb now. But even the 64mb card is better than none. Dell&#8217;s Inspiron series has the share graphics card, they call it the &#8220;Intel Graphics Media Accelerator&#8221;. The XPS and Studio series have the dedicated graphics card, either a 128mb or 256mb NVIDIA GeForce. The biggest drawback to an Apple laptop is that you don&#8217;t get a dedicated graphics card until you spend some serious money on a Macbook Pro. Their regular Macbooks have just a shared graphics card.</p>
<div style="float:right; margin-left: 5px"><img src="http://aaronpk.net/photos/hynix-ram.jpg" alt="Laptop RAM" /></div>
<p>3) <strong>RAM.</strong> You can get away with having 1gb of RAM, but really you should shoot for 2gb minimum. 3gb is good, 4gb is more than enough for anything you&#8217;ll do, short of having all of CS3 and a video editing program open at the same time. I have slowly added RAM to my Dell over the years, which is another reason it has been able to last this long. I am up to 1.25gb at the moment. I only have CS2 installed on it, not CS3, so I can&#8217;t tell you how CS3 works with 1.25gb. A trick you can do with the Apples is buy the computer with the minimum RAM installed, then go buy separate RAM from Newegg and install it yourself. Apple charges way too much for their RAM upgrades, and it is pretty easy to install. I looked at doing that with the Dell, but they only charge $50 for an extra gig, so at that point it isn&#8217;t worth your trouble to buy it elsewhere.</p>
<p>4) <strong>Processor.</strong> Any of the Intel Duos will be totally fine. You really won&#8217;t notice much of a difference between the 2.1ghz and the 2.6 ghz. You will, however, notice a difference between an Intel Duo and an Intel Celeron. A lot of other brands, and also the lower-end Dells use the Celeron processors. You definitely do not want one of these. You will notice that it is much slower.</p>
<div style="text-align: center;"><img src="http://aaronpk.net/photos/apple-macbook.jpg" alt="Apple Macbook" /></div>
<p>5) <strong>Built-in camera.</strong> You may not think you need it, but if you don&#8217;t get it you&#8217;ll find yourself constantly annoyed that you don&#8217;t have one and everyone else does. Video and voice chatting is becoming much more common these days. It&#8217;s all free, so it&#8217;s better than using a cell phone if you&#8217;re at your computer. Also it acts like a speaker phone because you don&#8217;t need to hold a phone to your ear to talk. I use voice and video chatting for work meetings all the time. You can&#8217;t get an Apple without a camera at this point, so that isn&#8217;t really an issue. And it looks like Dell includes a camera on all their XPS series, and has the option to add it to an Inspiron.</p>
<p><strong>In Conclusion</strong></p>
<p>With Dell&#8217;s Inspiron and Studio lines you can get a screen at 1920&#215;1200. That is the same resolution as my 24&#8243; iMac, and it&#8217;s absolutely incredible, especially for photo editing. Packing it into a 15.4&#8243; laptop screen makes the individual pixels really tiny, but that will only make things super sharp looking.</p>
<p>One alternative to getting a super high resolution screen is to get one that is slightly smaller, like 1440&#215;900, and then also get an external monitor for your desk. This will let you take advantage of an even bigger total screen size when you&#8217;re sitting at your desk, and will still be fine when you are mobile. I use an external 17&#8243; screen along with my main screen on my iMac. I have the extra screen turned on its side so that it is more like looking at a printed page. I can leave things over there for reference while I&#8217;m typing on my main screen, like code documentation or file browsers. When working in Creative Suite, it is really nice to be able to open up all the tool palettes and shove them on to the external monitor, and use the full size of the main screen for the document you&#8217;re editing!</p>
<p>Hopefully this information helps someone in their search for the perfect laptop. I&#8217;m sure I&#8217;ll have a write-up comparing software some other time. Feel free to comment on your experiences in choosing a laptop. I&#8217;d be curious to hear what others think.</p>
]]></content:encoded>
			<wfw:commentRss>http://neverusethisfont.com/blog/2008/07/choosing-a-laptop-for-a-graphic-designer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

