<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>apple-developer-connection &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/apple-developer-connection/</link>
	<description>Feed of posts on WordPress.com tagged "apple-developer-connection"</description>
	<pubDate>Sun, 06 Dec 2009 01:32:45 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Apple Updates]]></title>
<link>http://californiama.wordpress.com/2009/09/04/apple-updates/</link>
<pubDate>Fri, 04 Sep 2009 18:54:54 +0000</pubDate>
<dc:creator>californiama</dc:creator>
<guid>http://californiama.wordpress.com/2009/09/04/apple-updates/</guid>
<description><![CDATA[Hey everyone I know this site is supposed to be about club penguin and Ill talk about that when I kn]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hey everyone I know this site is supposed to be about club penguin and Ill talk about that when I know all the tricks to the fall fair! Besides from club penguin i like to give everyone the cool exclusive stuff! I can get more of the apple exclusive cause i am how you say the number 1 customer. I have 1 iPod or iPhone from every line of iPod ever made. I am a not a nerd!!! So don&#8217;t call me one I just like to be up to date! First thing I want to talk about is the iPhone and iPod touch! Now if you have one of these there is no doubt you love it but the iPhone users will be getting something new on September 25th! AT&#38;T said they will bring out the iPhone 3.1 with mms on September 25th missing their &#8220;Later This Summer&#8221; at the iPhone 3G S keynote. Now heres what stage the software is at! I am a iPhone developer so I can beta test the new software which is really cool. Right now we are at beta 3 and the final release comes to developers a few days but everyone will get the 3.1 on the 25th and I hope if you have a 3G S it will be a little better with the battery. now heres where we are at developer.apple.com with 3.1</p>
<p><a href="http://californiama.wordpress.com/files/2009/09/iphone-3-1.png"><img class="alignnone size-full wp-image-2065" title="iPhone 3.1" src="http://californiama.wordpress.com/files/2009/09/iphone-3-1.png" alt="iPhone 3.1" width="468" height="491" /></a></p>
<p>Its fun being a developer cause you can have all the cool things. We have the MMS button for the iPhone but it doesn&#8217;t work thanks to AT&#38;T. Now not much has changed for the iPod touch. I have the iPod touch 1st generation and my friend has the 2nd generation and the only difference really is that it fixes some bugs it really only adds to the iPhone models. Alright next thing is the date when the new iPods are coming out has been confirmed as September 9th! It hasn&#8217;t been confirmed but seems like 99.9% possible that the new iPod touche and iPod NANO will be geting cameras for video and taking pictures on the go and other things which I can not guess at the time. I think it will be as thin if not thinner and the iPod nano will get a bigger screen for video and everything. Also iTunes 9 will probably be released to everyone or developers that day as well as screen shots have been surfacing the internet. Well Thats my predictions we will see the 9th!</p>
<p><strong><em><span style="color:#ff0000;">~Cali</span></em></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple Developer Connection Site Down]]></title>
<link>http://tgrblog.com/2009/03/18/apple-developer-connection-site-down/</link>
<pubDate>Tue, 17 Mar 2009 18:36:26 +0000</pubDate>
<dc:creator>c.</dc:creator>
<guid>http://tgrblog.com/2009/03/18/apple-developer-connection-site-down/</guid>
<description><![CDATA[Updated: it&#8217;s back up with information on the iPhone 3.0 software.]]></description>
<content:encoded><![CDATA[Updated: it&#8217;s back up with information on the iPhone 3.0 software.]]></content:encoded>
</item>
<item>
<title><![CDATA[Community Outreach]]></title>
<link>http://playfortress.wordpress.com/2009/01/21/community-outreach/</link>
<pubDate>Wed, 21 Jan 2009 12:01:54 +0000</pubDate>
<dc:creator>Concord</dc:creator>
<guid>http://playfortress.wordpress.com/2009/01/21/community-outreach/</guid>
<description><![CDATA[The road between Ladle 18 and the First Tronic Bowl is four months long. In these four months, we ne]]></description>
<content:encoded><![CDATA[The road between Ladle 18 and the First Tronic Bowl is four months long. In these four months, we ne]]></content:encoded>
</item>
<item>
<title><![CDATA[Scripting Bridge]]></title>
<link>http://osxdev.wordpress.com/2008/12/29/scripting-bridge/</link>
<pubDate>Mon, 29 Dec 2008 16:46:25 +0000</pubDate>
<dc:creator>AV</dc:creator>
<guid>http://osxdev.wordpress.com/2008/12/29/scripting-bridge/</guid>
<description><![CDATA[Hallo, nach einigen Monaten schreibe ich jetzt mal wieder etwas aus der Welt der Mac-Programmierer. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hallo,<br />
nach einigen Monaten schreibe ich jetzt mal wieder etwas aus der Welt der Mac-Programmierer. Und zwar möchte ich über meine Erfahrungen mit der Scripting Bridge berichten.<br />
Mit Mac OS X 10.5 stellte Apple eine neue Technologie mit dem Namen <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/Introduction/chapter_1_section_1.html">Scripting Bridge</a> zur Verfügung. Das ObjC Framework macht es möglich, AppleScript Befehle in ObjC Syntax zu fassen. Das soll wohl langfristig gesehen den Umweg über AppleEvents ersetzen.<br />
Und im Prinzip funktioniert das ganze auch sehr einfach. Zuerst führt man ein in der Dokumentation vorgegebenen Befehl im Terminal aus, und man bekommt eine Header-Datei geliefert. Diese importiert man dann einfach in eine bestehende Klasse. Außerdem muss das Scripting Bridge Framework als bestehendes Framework einmalig zum Xcode Projekt hinzugefügt werden.</p>
<p>Kontrollieren der Applikation:</p>
<p>1.) <strong>Objective</strong>C</p>
<p>Natürlich wird die Applikation durch ein Objekt dargestellt. Nehmen wir iTunes als Beispiel an:</p>
<p>Im Header können wir die App als Instanzvariable Deklarieren:</p>
<blockquote><p>@interface AppContrller:NSObject {<br />
iTunesApplication *app;</p>
<p>}</p></blockquote>
<p>In der Implementation wird dann das Objekt erzeugt:</p>
<blockquote><p>-(id)init {<br />
self = [super init];</p>
<p>app = [SBApplication applicationWithBundleIdentifier:@"com.apple.iTunes"]; //iTunesApplication ist eine Subklasse von SBApplication</p>
<p>}</p>
<p>-(void)dealloc {<br />
[app release];<br />
[super dealloc];</p>
<p>}</p></blockquote>
<p>2.) Zwei Methoden:</p>
<p>Nun möchte ich noch zeigen, wie man iTunes pausiert und den Namen des Aktuellen Titels herausfindet.</p>
<p>Der Header sieht nun so aus:</p>
<blockquote><p>@interface AppContrller:NSObject {<br />
iTunesApplication *app;</p>
<p>}</p>
<p>-(void)pause;<br />
-(NSString *)name;<br />
-(BOOL)isPaused; //Wird nicht erklärt, bitte selbst denken <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p></blockquote>
<p>Die Methoden Werden folgendermaßen implementiert:</p>
<blockquote><p>-(void)pause {<br />
if (![app isRunning])<br />
return;<br />
if (![self isPaused])<br />
[app playpause];</p>
<p>}</p>
<p>-(NSString *)name {<br />
if (![app isRunning])<br />
return nil;<br />
iTunesTrack *track = [app currentTrack];<br />
return [track name];</p>
<p>}</p>
<p>-(BOOL)isPaused {<br />
return NO;</p>
<p>}</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Now who needs tech support...]]></title>
<link>http://systematicabstraction.com/2008/10/19/tech-support/</link>
<pubDate>Sun, 19 Oct 2008 16:04:17 +0000</pubDate>
<dc:creator>KA</dc:creator>
<guid>http://systematicabstraction.com/2008/10/19/tech-support/</guid>
<description><![CDATA[&#8220;Highly qualified engineers&#8221; – I say, prove it.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#0000ee;"><span style="text-decoration:underline;"><a href="http://systematicabstraction.wordpress.com/files/2008/10/tech-support.png"></a><a href="http://systematicabstraction.wordpress.com/files/2008/10/screenshot-19.png"><img class="alignnone size-full wp-image-42" title="Why don't I trust you?" src="http://systematicabstraction.wordpress.com/files/2008/10/screenshot-19.png" alt="" width="550" height="345" /></a></span></span></p>
<p>&#8220;Highly qualified engineers&#8221; – I say, prove it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[1Password und die Safari Developer Previews]]></title>
<link>http://osxdev.wordpress.com/2008/06/11/1password-und-die-safari-developer-previews/</link>
<pubDate>Wed, 11 Jun 2008 13:49:33 +0000</pubDate>
<dc:creator>AV</dc:creator>
<guid>http://osxdev.wordpress.com/2008/06/11/1password-und-die-safari-developer-previews/</guid>
<description><![CDATA[Hallo, kürzlich ist die erste Safari 4 Developer Preview erschienen. Und wie so oft funktioniert 1Pa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hallo,<br />
kürzlich ist die erste Safari 4 Developer Preview erschienen. Und wie so oft funktioniert 1Password mit der neuen Version nicht. Doch ein einfacher Trick kann Abhilfe schaffen:<br />
1. ~/1Password/Contents/Resources/SupportedBrowsers.plist öffnen.<br />
2. Auf die Dreiecke vor Root und Safari klicken und den String nach &#8220;MaxBundleVersion&#8221; auf &#8220;5526.11.2&#8243; setzen.<br />
3. Plist speichern.<br />
4. 1Password (neu) starten.<br />
5. Alle Browser Extensions installieren.</p>
<p>Fertig.<br />
Und schön alle Bugs an Apple senden&#8230;</p>
<p>AV</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple Developer Connection [UPDATE]]]></title>
<link>http://osxdev.wordpress.com/2008/05/03/apple-developer-connection/</link>
<pubDate>Sat, 03 May 2008 12:29:07 +0000</pubDate>
<dc:creator>AV</dc:creator>
<guid>http://osxdev.wordpress.com/2008/05/03/apple-developer-connection/</guid>
<description><![CDATA[Hallo, gestern morgen habe ich mal wieder Werbung von der ADC bekommen. Schön in HTML, eigentlich wi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hallo,<br />
gestern morgen habe ich mal wieder Werbung von der <a href="http://developer.apple.com">ADC</a> bekommen. Schön in HTML, eigentlich wie immer. Doch als ich mir das Bild mal genauer ansah, stellte ich fest, dass die Mail nicht sehr gut übersetzt wurde:</p>
<p><img src="http://osxdev.files.wordpress.com/2008/05/bild-2.png?w=295&#038;h=226" border="0" alt="Bild 2.png" width="295" height="226" /></p>
<p>Es ist sehr interessant, dass Apple die registrierten Entwickler mit Kryptographen verwechselt. Ich kodiere eigentlich sehr selten; &#8220;codieren&#8221;, dieses Wort muss ich mir erst aus dem denglischen übersetzen.<br />
Apple glaubt wohl, dass Programmierer nur englisch sprechen. Dann schickt eure Einladungen doch nicht auf deutsch&#8230;</p>
<p>In diesem Sinne<br />
AV</p>
<p>UPDATE:<br />
Jetzt habe ich es verstanden. Apple möchte mehr tolle Apps für OS X, wie <a href="http://www.divshare.com/download/4411646-d8f">diese</a>. Gut, an der Sicherheit der Verschlüsselung könnte man noch feilen&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple iPhone SDK - Oggi la presentazione!]]></title>
<link>http://anno2008.wordpress.com/2008/03/06/apple-sdk-oggi-la-presentazione/</link>
<pubDate>Thu, 06 Mar 2008 20:09:23 +0000</pubDate>
<dc:creator>crockard</dc:creator>
<guid>http://anno2008.wordpress.com/2008/03/06/apple-sdk-oggi-la-presentazione/</guid>
<description><![CDATA[ E&#8217; arrivato il fatidico giorno! L&#8217;SDK per l&#8217;iPhone e l&#8217;iPod Touch è stata p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://anno2008.wordpress.com/files/2008/03/apple-sdk-078.jpg" title="apple-sdk-078.jpg"></p>
<div style="text-align:center;"><img src="http://anno2008.wordpress.com/files/2008/03/apple-sdk-078.jpg" alt="apple-sdk-078.jpg" /></div>
<p></a></p>
<p> E&#8217; arrivato il fatidico giorno! L&#8217;SDK per l&#8217;iPhone e l&#8217;iPod Touch è stata presentata al Software Roadmap Conference.<br />
La confererenza è stata seguita live da <a target="_blank" href="http://www.engadget.com/" title="engadget"><strong>Engadget.com</strong></a></p>
<p>Riassumendo sembra che l&#8217;SDK verrà <strong>distribuita gratuitamente ai membri Apple Developer Connection</strong>, ma con dei limiti, soprattutto in relazione alle API d&#8217;interfacciamento con il Dock (vogliono forse tenere per loro tutti i software legati ad ipotetici accessori&#8230; ?)</p>
<p>Di sicuro tutti i dettagli verranno alla luce con il tempo, per ora gustatevi il <a href="http://www.engadget.com/2008/03/06/live-from-apples-iphone-press-conference/" title="liveblogging iPhone Software roadmap"><strong>dettagliatissimo liveblogging </strong></a>prodotto da Engadget.com</p>
<p>Nel frattempo <a href="http://www.spaziocellulare.com/ispazio/2008/03/06/e-arrivato-lsdk-per-iphone-da-apple/" title="iSpazio SDK"><strong>anche Fabiano di iSpazio sta preparando un articolo di sicuro all&#8217;altezza</strong></a>!</p>
<p>Ed ora spazio agli sviluppatori!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SAPO Codebits &amp; Apple Leopard Tech Talks @ Lisboa]]></title>
<link>http://knowgen.wordpress.com/2007/11/08/sapo-codebits-apple-leopard-tech-talks-lisboa/</link>
<pubDate>Thu, 08 Nov 2007 01:49:21 +0000</pubDate>
<dc:creator>Z3UX</dc:creator>
<guid>http://knowgen.wordpress.com/2007/11/08/sapo-codebits-apple-leopard-tech-talks-lisboa/</guid>
<description><![CDATA[O SAPO Codebits é um concurso para programadores de todos os tipos, da web, desktop, hardware, embed]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>O <a href="http://codebits.sapo.pt/">SAPO Codebits</a> é um concurso para programadores de todos os tipos, da web, desktop, hardware, embedded, e é também um evento para hackers, entusiastas e empreendedores da Internet em Portugal, para evangelistas de novas tecnologias, webdesigners e estudantes.</p>
<p>É um misto de conferências e workshops, formação, um concurso e muita festa, tudo ao mesmo tempo!</p>
<p><img src="http://saber.sapo.pt/w/images/7/7b/SAPO_Codebits.jpeg" height="136" width="500" /></p>
<p>A edição de 2007 irá ocorrer nos dias 13, 14 e 15 de Novembro na Gare do Porto Marítimo de Lisboa, sim porque só há cenas destas na capital&#8230; Enfim&#8230;</p>
<p>Podem encontrar a agenda com a descrição completa do evento <a href="http://codebits.sapo.pt/?calendario">aqui</a>.</p>
<p>O <a href="http://codebits.sapo.pt/?registo">registo</a> ainda está aberto, mas há um limite de 400 participantes por isso esmerem-se na descrição do vosso currículo e/ou do vosso papel na Internet em Portugal.</p>
<p>Esta descrição é crucial para o processo de selecção.</p>
<p>Eu fui original no meu registo, descrevendo um projecto J2ME que tenho em mãos e fui seleccionado! E vocês?</p>
<p>Para mais informação consultem o <a href="http://saber.sapo.pt/wiki/SAPO_Codebits">wiki do SAPO Codebits</a>.</p>
<p>Também recebi um convite para a <a href="http://developer.apple.com/events/techtalks/europe.html">Leopard Tech Talks</a> da Apple.</p>
<p>Irá decorrer, como não podia deixar de ser, também na capital.</p>
<p>Na próxima Segunda-feira, 3 de Dezembro.</p>
<p>A sessão durará das 9h às 16h.</p>
<p>Será no <em><a href="http://www.lisbon.radissonsas.com/">Radisson SAS Hotel</a>. </em>Que chique, não?</p>
<p>Para se registarem basta terem uma conta no <a href="http://developer.apple.com/">Apple Developer Connection</a> e registarem-se <a href="https://adcevents.apple.com/events.pl?Event=LeopardTechTalks">aqui</a>.</p>
<p>Espero ver-vos por lá!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[spots on gold fur]]></title>
<link>http://huit.wordpress.com/2007/10/28/spots-on-gold-fur/</link>
<pubDate>Sat, 27 Oct 2007 18:36:34 +0000</pubDate>
<dc:creator>elainey</dc:creator>
<guid>http://huit.wordpress.com/2007/10/28/spots-on-gold-fur/</guid>
<description><![CDATA[i&#8217;m a mac-evangelist who has no time to visit apple.com everyday so it is only today that i re]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img align="left" src="http://huit.wordpress.com/files/2007/10/leopardcd.png" hspace="5" alt="leopard os" />i&#8217;m a mac-evangelist who has no time to visit apple.com everyday so it is only today that i realise that leopard is out. but thanks to shawn how, i&#8217;m getting a copy of the latest leopard os installation disc from the us and a for zero moolah! his wwdc opportunity gave me a school-funded student membership of the apple developer connection (adc), and apple is so kind to propose a free shipment via dhl! yippee <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  it&#8217;s going into a brown box somewhere in sunny california on 30th october and will take 3 to 10 working days to reach. i am in mac heaven&#8230;!</p>
<p style="text-align:center;"><img src="http://huit.wordpress.com/files/2007/10/leopardos.png" alt="apple computers with leopard os" /></p>
<p>p/s: i have no idea why apple is so kind, but i&#8217;ll be a fool to reject the free-something that is highly coveted by mac users and retails (prolly) around 200 sing bucks. <strong>(edit: S$238 to be exact.)</strong></p>
<p>pp/s: if you are a paid student member and did not get an email from apple claiming that they want to give you leopard, that&#8217;s real sad. but none of my business, okay? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>ppp/s: actually i have the beta of leopard since june this year &#8211; wwdc, whadya expect? &#8211; but i haven&#8217;t installed it to try it out on my macbook pro. i&#8217;m thinking of upgrading the ram first, hahah.</p>
<p>pppp/s: i think i&#8217;m really digressing too much. thank you apple.com! i heart stevie. gimme some jobs, anytime. okay now that sounds so wrong.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Preparing for the purchase:  must-have addons for Macs]]></title>
<link>http://jumpingship.wordpress.com/2007/07/19/preparing-for-the-purchase-must-have-addons-for-macs/</link>
<pubDate>Fri, 20 Jul 2007 03:03:31 +0000</pubDate>
<dc:creator>jumpingship</dc:creator>
<guid>http://jumpingship.wordpress.com/2007/07/19/preparing-for-the-purchase-must-have-addons-for-macs/</guid>
<description><![CDATA[So the ADC update that I mentioned in my previous post went through without a hitch; I have the disc]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So the ADC update that I mentioned in my previous post went through without a hitch; I have the discount in hand (or I should say, online) all ready to use.  It turns out that it goes through much faster if you give them a copy of the schedule for your upcoming semester.  But anyway, pretty easy for what you get.</p>
<p>As for the Airport Express, I couldn&#8217;t have asked for an easier setup.  Even on my windows box and the Westell modem I have it hooked up to now, it took all of 3 minutes to get a <a href="http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy">WEP</a>-secured network going (I would have used <a href="http://en.wikipedia.org/wiki/WPA2">WPA2</a>, but my DS lite doesn&#8217;t take to heavily encrypted networks too well ;p).  It should be perfect for the apartment, and I&#8217;ll bet setting up a <a href="http://en.wikipedia.org/wiki/Wireless_Distribution_System" title="WDS">Wireless Distribution System (WDS)</a> is just as easy.</p>
<p>In preparing for my imminent Macbook Pro purchase, I&#8217;ve picked up a few key accessories to make sure I get the most use out of it from day 1.  First up, a protective sleeve: I tend to keep a lot of stuff in the two packs I use, (a Timbuk2 bag and a North Face backpack) and it tends to roll around.  To protect from scratches and dings, I picked up the <a href="http://booqbags.com/s.nl/it.A/id.74/.f">Vyper M2 Sleeve</a> from booq bags.  I&#8217;m a bit of a bag freak, so this site I found to be right up my alley (albeit pricey for my tastes).  Still, the sleeve is high quality stuff, and is custom-fitted for each model, making sure every one is a perfect fit.</p>
<p>The next purchase I made was somewhat mundane, but still important: a good mouse.  I have seen plenty of wireless notebook mice around campus and can definitely appreciate not being stuck with a touchpad, but the USB dongles that come with most of them I feel like I would lose in an instant.  So I went with another wireless option, <a href="http://en.wikipedia.org/wiki/Bluetooth">bluetooth</a>.  <a href="http://www.amazon.com/gp/product/B000BDDBLG/sr=8-8/qid=1178511504/ref=dp_cp_ob_title_1/102-6186073-9491367?ie=UTF8&#38;qid=1178511504&#38;sr=8-8" title="Logitech V270 Cordless Optical Mouse for Bluetooth">I found this mouse</a> on amazon, and based on the reviews, seemed to fit the bill perfectly.  And to boot, I found some OEM refurbished units on ebay for about half as much as the new units.  The lack of any dongles to lose, plus the benefit of wireless, I think will work well for those longer sessions.</p>
<p>The last purchase I made may not seem as vital for any new Mac owner, but for me, at one of the top party schools in the country, they are a godsend.  Up until recently, I have used a pair of <a href="http://www.etymotic.com/ephp/er6.aspx">ER-6s</a>, which were fantastic noise cancelers, but always felt a little flimsy for frequent use.  Well, after 5 years of loyal service, the fitting on one of the cables gave out on me, and I found myself needing a new pair.  But this time, I decided to try a different brand; I had heard good things about the <a href="http://www.ultimateears.com/superfi/superfi-3-studio_white.htm">Super.fi 3s</a> from Ultimate Ears, so I took the plunge and gave them a shot.  So far, I am impressed; they offer about the same noise-canceling properties as the ER-6s, but with better low-end reproduction and a more solid build.  The only thing I&#8217;m having trouble with is getting a consistent seal, but as I learned with my first pair, that comes with time and practice.</p>
<p>It won&#8217;t be too long before I pay that visit to the mac store, let&#8217;s just hope there are <a href="http://www.appleinsider.com/articles/07/07/18/apple_struggling_to_meet_demand_for_new_led_lit_notebooks.html">no delays</a>!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Airport express, and how to score a sweet discount on mac hardware]]></title>
<link>http://jumpingship.wordpress.com/2007/07/08/airport-express-and-how-to-score-a-sweet-discount-on-mac-hardware/</link>
<pubDate>Mon, 09 Jul 2007 02:23:49 +0000</pubDate>
<dc:creator>jumpingship</dc:creator>
<guid>http://jumpingship.wordpress.com/2007/07/08/airport-express-and-how-to-score-a-sweet-discount-on-mac-hardware/</guid>
<description><![CDATA[Now that the buzz over the iPhone has died down, (after some 750,000 units sold) I have started maki]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Now that the buzz over the iPhone has died down, (after some 750,000 units sold) I have started making some hardware purchases towards my future mac.  I started with a router, the <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=182E4B7C&#38;nplm=M9470LL/A" target="_blank">Apple Airport Express</a>, for my new apartment this coming fall.  I&#8217;ll admit, my networking skills are not what they should be (<em>I hear you snickering</em>), and it seems that even the &#8220;foolproof&#8221; wireless configurations that many laptops and routers are bundled with these days give me trouble.  After reading a large number of reviews on the APX, it seems that the majority of people are very satisfied with them, and especially liked its ability to <a href="http://www.apple.com/airportexpress/" target="_blank">stream iTunes music to any stereo wirelessly </a>via the router&#8217;s built in Airtunes feature.   What really sold it for me was the ability to create &#8220;profiles&#8221; for wireless surfing abroad, such as in a hotel room that doesn&#8217;t natively have wireless.   The downside?  Many of the reviewers complained of the router literally burning out about after about a year and a half or so.  While I wonder if these people just decide to post their reviews to vent their discontent with the product, the sheer number of complaints did have me wondering.  I&#8217;ll be sure to post updates along the way when I receive it and set it up.</p>
<p>Ok, so here&#8217;s the real reason you&#8217;re reading this post:  how to score that sweet mac hardware discount.  Some disclaimers: first, the discount will cost you initially:  $99 for a one-year subscription (this is explained further down the post), second, this only applies for currently enrolled students, which as far as I know, means college students and those enrolled in a university, whatever gets you an ID. Third, it only works once, <em>lifetime</em>; you can&#8217;t take another trip to the candy store, so make your purchase count if you can use it. And lastly, you&#8217;ll have to fill out a bit of paperwork and fax it to Apple to prove your student status, which really shouldn&#8217;t take too long.</p>
<p>Still with me?  Good.  The discount comes through the <a href="http://developer.apple.com/products/student.html" target="_blank">Apple Developer Connection</a>, or ADC.  The discount is good for <strong>20% off</strong> any major hardware purchase through a special subsite of the Apple store.  I tried it out on some Macbook Pro configurations that I am looking into, and you basically are able to purchase the next configuration higher at the same price as the one you are looking at.  For Wisconsin (and most other university) students, it&#8217;s an additional $200 off the student discount for the base Macbook Pro that Apple gives you through their education store.  But what&#8217;s that you say?  You want more for your trouble?  Well, the ADC discount has that covered too.  In addition to the discount you also get current versions of OSX and Xcode (because it is a developer subscription after all) mailed to you for the year duration of your membership.  What does this mean for you?  It means that you will score a <strong>free</strong> copy of Leopard (the next version of OSX) when it comes out this fall.  All in all, it&#8217;s a really good deal for what you pay for, especially for those of you like me who need to buy hardware soon and can&#8217;t wait for the Leopard release.  I just purchased the membership today, and I&#8217;ll keep you posted on how it works.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
