<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Dave Mark's Blog</title>
	
	<link>http://www.davemark.com</link>
	<description>Bringing you random stuff I like</description>
	<lastBuildDate>Fri, 14 Jun 2013 19:58:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DaveMarksBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="davemarksblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DaveMarksBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Resources for Mac and iOS Developers…</title>
		<link>http://www.davemark.com/?p=1829</link>
		<comments>http://www.davemark.com/?p=1829#comments</comments>
		<pubDate>Wed, 12 Jun 2013 20:25:43 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[Learn C]]></category>
		<category><![CDATA[Learn Cocoa]]></category>
		<category><![CDATA[Learn Objective-C]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Beginning iPhone Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Learn C on the Mac]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1829</guid>
		<description><![CDATA[I was working on an article for Jim Dalrymple (@jdalrymple) and Loop Magazine (http://appstore.com/TheLoopMagazine). The topic? Getting started with Mac and iOS development. I went looking for a reasonably recently updated list of dev resources to link to from the &#8230; <a href="http://www.davemark.com/?p=1829">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I was working on an article for Jim Dalrymple (<a href="http://www.twitter.com/jdalrymple" target="_blank">@jdalrymple</a>) and Loop Magazine (<a href="http://appstore.com/TheLoopMagazine" target="_blank">http://appstore.com/TheLoopMagazine</a>). The topic? Getting started with Mac and iOS development.</p>
<p>I went looking for a reasonably recently updated list of dev resources to link to from the article. Couldn&#8217;t find one I was happy with, then remembered that we included a pretty solid list at the end of the book <a href="http://www.apress.com/9781430245124" target="_blank">Beginning iOS 6 Development</a>. Since that list needed to be updated for the iOS 7 rev of the book, I thought, why not pop the list into a blog post. And here we are.</p>
<p>At its core, programming is about problem solving and figuring things out. It’s fun, and it’s rewarding. But, at times, you will run up against a puzzle that just seems insurmountable—a problem that appears to have no solution. In those situations, it’s good to have friends in high places. This post outlines some resources you can turn to when you’re in a bind.</p>
<p>Of course, please do follow me on Twitter (<a href="http://www.twitter.com/davemark" target="_blank">@davemark</a>). As you make your way through this list, please let me know if I&#8217;ve missed any important, active Cocoa or Cocoa Touch resources or if any of these links are bad or no longer in use. Enjoy!<br />
<br />
<h1><b>Apple’s Documentation</b></h1>
<p>Become one with Xcode’s documentation browser, grasshopper. The documentation browser is a front end to a wealth of incredibly valuable sample source code, concept guides, API references, video tutorials, and a whole lot more.</p>
<p>If you are just getting started with Mac or iOS development, here are a few places I would look through, some excellent foundational material.</p>
<p><b>Building for iOS</b>: A terrific introduction to the process of building an iOS application.</p>
<p><a href="https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/01_CreatingProject.html" target="_blank">https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/<br />
chapters/RM_YourFirstApp_iOS/Articles/01_CreatingProject.html</a></p>
<p><b>Building for Mac OS X</b>: This tutorial takes you on a tour of the Mac OS X development process.</p>
<p><a href="https://developer.apple.com/library/mac/#referencelibrary/GettingStarted/RoadMapOSX/chapters/01_Introduction.html" target="_blank">https://developer.apple.com/library/mac/#referencelibrary/GettingStarted/RoadMapOSX/<br />
chapters/01_Introduction.html</a></p>
<p><b>Objective-C</b>: This is the official Apple Objective-C documentation. If you are new to development, you might want to read a book for beginners before you dig into this documentation. But definitely dig into this documentation at some point. It is very well written and contains some very important detail that will complement any beginner book you read.</p>
<p><a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html" target="_blank">https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/<br />
ProgrammingWithObjectiveC/Introduction/Introduction.html</a></p>
<p><b>Xcode</b>: This is Apple&#8217;s official Xcode user&#8217;s guide. There&#8217;s a lot to dig into here, so you might start by clicking around the document, just to get an idea of what areas are covered so you can make your way back as you dig into Xcode.</p>
<p><a href="https://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode_User_Guide/000-About_Xcode/about.html" target="_blank">https://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/<br />
Xcode_User_Guide/000-About_Xcode/about.html</a><br />
<br />
<h1><b>Mailing Lists</b></h1>
<p>You might want to sign up for these handy mailing lists:</p>
<p><b>Cocoa-dev</b>: This moderately high-volume list, run by Apple, is primarily about Cocoa for Mac OS X. Because of the common heritage shared by Cocoa and Cocoa Touch, however, many of the people on this list may be able to help you with iOS questions as well. (Do make sure to search the list archives before asking your question.)</p>
<p><a href="http://lists.apple.com/mailman/listinfo/cocoa-dev" target="_blank">http://lists.apple.com/mailman/listinfo/cocoa-dev</a></p>
<p><b>Xcode-users</b>: Another list maintained by Apple, this one is specific to questions and problems related to Xcode.</p>
<p><a href="http://lists.apple.com/mailman/listinfo/xcode-users" target="_blank">http://lists.apple.com/mailman/listinfo/xcode-users</a></p>
<p><b>Quartz-dev</b>: This is an Apple-maintained mailing list for discussion of the Quartz 2D and Core Graphics technologies.</p>
<p><a href="http://lists.apple.com/mailman/listinfo/quartz-dev" target="_blank">http://lists.apple.com/mailman/listinfo/quartz-dev</a></p>
<p><b>IPhone SDK Development</b>: Another third-party list, this one is focused entirely on iOS development. You’ll find a medium-sized community here, with a nice cast of regulars.</p>
<p><a href="http://groups.google.com/group/iphonesdkdevelopment" target="_blank">http://groups.google.com/group/iphonesdkdevelopment</a><br />
<br />
<h1><b>Discussion Forums</b></h1>
<p>These discussion forums allow you to post your questions to a wide range of forum readers:</p>
<p><b>Learn Cocoa Forum</b>: This is the official forum for books like <i>Learn Cocoa on the Mac</i> and <i>Beginning iOS Development</i>. It features an active, vibrant community with both beginners and experienced developers.</p>
<p><a href="http://forum.learncocoa.org" target="_blank">http://forum.learncocoa.org</a></p>
<p><b>Apple Developer Forums</b>: This is a web forum set up by Apple specifically for discussing iOS and Mac software development. Many iOS programmers, both new and experienced (including Apple engineers and evangelists), contribute to these forums. It’s also the only place where you can legally discuss issues with prerelease versions of the SDK that are under nondisclosure agreements. You’ll need to sign in with your Apple ID to access these forums.</p>
<p><a href="http://devforums.apple.com" target="_blank">http://devforums.apple.com</a></p>
<p><b>Apple Discussions, Developer Forums</b>: This link connects you to Apple’s community forums for Mac and iOS software developers:</p>
<p><a href="http://discussions.apple.com/category.jspa?categoryID=164" target="_blank">http://discussions.apple.com/category.jspa?categoryID=164</a></p>
<p><b>Apple Discussions, iPhone</b>: This link connects to Apple’s community forums for discussing the iPhone:</p>
<p><a href="http://discussions.apple.com/category.jspa?categoryID=201" target="_blank">http://discussions.apple.com/category.jspa?categoryID=201</a><br />
<br />
<h1><b>Web Sites</b></h1>
<p>Visit these web sites for helpful coding advice:</p>
<p><b>CocoaHeads</b>: This is the site of a group dedicated to peer support and promotion of Cocoa. It focuses on local groups with regular meetings where Cocoa developers can get together, help each other out, and even socialize a bit. There’s nothing better than knowing a real person who can assist you, so if there’s a CocoaHeads group in your area, check it out. If there’s not, why not start one?</p>
<p><a href="http://cocoaheads.org" target="_blank">http://cocoaheads.org</a></p>
<p><b>NSCoder Night</b>: NSCoder Nights are weekly, organized meetings where Cocoa programmers get together to code and socialize. Like CocoaHeads meetings, NSCoder Nights are independently organized local events.</p>
<p><a href="http://nscodernight.com" target="_blank">http://nscodernight.com</a></p>
<p><b>Stack Overflow</b>: This is a community Q&amp;A site targeted at programmers. Many experienced iOS programmers hang out here and answer questions.</p>
<p><a href="http://stackoverflow.com" target="_blank">http://stackoverflow.com</a></p>
<p>Apart from accessing the main site, you may also want to use tags to browse topics relevant to iOS developers:</p>
<p><a href="http://stackoverflow.com/questions/tagged/objective-c" target="_blank">http://stackoverflow.com/questions/tagged/objective-c</a></p>
<p><a href="http://stackoverflow.com/questions/tagged/iphone" target="_blank">http://stackoverflow.com/questions/tagged/iphone</a></p>
<p><a href="http://stackoverflow.com/questions/tagged/xcode" target="_blank">http://stackoverflow.com/questions/tagged/xcode</a></p>
<p><a href="http://stackoverflow.com/questions/tagged/ios" target="_blank">http://stackoverflow.com/questions/tagged/ios</a></p>
<p><b>iDeveloper TV</b>: This is a great resource for in-depth video training in iOS and Mac development, for a price. It also contains some nice, free video content, mostly from NSConference (listed in the “Conferences” section of this chapter), which is run by the same people behind iDeveloper TV.</p>
<p><a href="http://ideveloper.tv" target="_blank">http://ideveloper.tv</a></p>
<p><b>Cocoa Controls</b>: Here, you’ll find a huge range of GUI components for both iOS and Mac OS X. Most of them are free and open source. These controls can be useful as is or as examples for further learning.</p>
<p><a href="http://cocoacontrols.com" target="_blank">http://cocoacontrols.com</a></p>
<p><b>NSHipster</b>: This site’s slogan says it all: It’s “a journal of the overlooked bits in Objective-C and Cocoa.” You can learn about a whole slew of underused pieces of our favorite frameworks here.</p>
<p><a href="http://nshipster.com" target="_blank">http://nshipster.com</a><br />
<br />
<h1><b>Blogs</b></h1>
<p>If you still haven’t found a solution to your coding dilemma, you might want to read these blogs:</p>
<p><b>Matt Gemmell’s blog</b>: Matt has a lot of experience and a lot of strong opinions about development in Objective-C. We think these opinions are usually right, and always worth paying attention to.</p>
<p><a href="http://www.mattgemmell.com" target="_blank">http://www.mattgemmell.com</a></p>
<p><b>Cocoa is my Girlfriend</b>: This is a group blog, spearheaded by Marcus Zarra, focusing on iOS and Cocoa development issues. These guys cover a wide range of topics useful to everyone working in this corner of the field.</p>
<p><a href="http://cimgf.com" target="_blank">http://cimgf.com</a></p>
<p><b>Ray Wenderlich’s blog</b>: Ray’s site has expanded so much it can hardly be described as a blog at all anymore, but we’re putting it here anyway! This is a fantastic resource for iOS developers, full of tutorials on a wide range of topics. Much of this content is directed toward game developers, but there’s really something for everyone here.</p>
<p><a href="http://www.raywenderlich.com" target="_blank">http://www.raywenderlich.com</a></p>
<p><b>Wolf Rentzsch’s blog</b>: Wolf is an experienced, independent Cocoa programmer and the founder of the (now defunct) C4 independent developers’ conference.</p>
<p><a href="http://rentzsch.tumblr.com" target="_blank">http://rentzsch.tumblr.com</a></p>
<p><b>iDevBlogADay</b>: This is a multiauthor blog, whose authorship rotates daily among several indie developers of iOS and Mac software. Follow this blog, and you’ll be exposed to new insights from different developers every day.</p>
<p><a href="http://idevblogaday.com" target="_blank">http://idevblogaday.com</a></p>
<p><b>Wil Shipley’s blog</b>: Wil is one of the most experienced Objective-C programmers on the planet. His <i>Pimp</i> <i>My Code</i> series of blog postings should be required reading for any Objective-C programmer.</p>
<p><a href="http://blog.wilshipley.com" target="_blank">http://blog.wilshipley.com</a></p>
<p><b>Jeff LaMarche’s blog</b>: Jeff is one of the founders of MartianCraft, founder and co-author of the <i>Beginning iOS Development</i> book series, and one of the most knowledgable developers I&#8217;ve ever had the pleasure to know. Read anything he writes.</p>
<p><a href="http://iphonedevelopment.blogspot.com" target="_blank">http://iphonedevelopment.blogspot.com</a></p>
<p><b>@ObjectiveC on Twitter</b>: The @objectivec Twitter user posts about new Cocoa-related blog posts. It’s worth a follow.</p>
<p><a href="http://twitter.com/objectivec" target="_blank">http://twitter.com/objectivec</a></p>
<p><b>Mike Ash’s blog</b>: Mike is “just this guy, you know?” This RSS feed presents Mike’s collection of his ongoing iOS Friday Q&amp;A.</p>
<p><a href="http://www.mikeash.com/pyblog/" target="_blank">http://www.mikeash.com/pyblog/</a></p>
<p><b>Joe Conway&#8217;s blog</b>: Joe was a long time part of Big Nerd Ranch and his blog is chock full of useful iOS/Cocoa code and tips. BTW, Joe, I like your WordPress theme. Very clean.</p>
<p><a href="http://thejoeconwayblog.wordpress.com" target="_blank">http://thejoeconwayblog.wordpress.com</a></p>
<p><b>objc.io</b>: This newsletter was founded in Berlin by Chris Eidhof, Daniel Eggert, and Florian Kugler. It&#8217;s new (as of this writing), so it&#8217;ll be interesting to see where it goes.</p>
<p><a href="http://objc.io" target="_blank">http://objc.io</a><br />
<br />
<h1><b>Conferences</b></h1>
<p>Sometimes, books and web sites aren’t enough. Attending an iOS-focused conference can be a great way to get new insights and meet other developers. Fortunately, this is an area that has really boomed over the past few years, and iOS developers have no shortage of interesting conferences to attend. Here are a few:</p>
<p><b>WWDC</b>: Apple’s World Wide Developer Conference is the annual event where Apple typically unleashes the next great new things for its developer community.</p>
<p><a href="http://developer.apple.com/wwdc" target="_blank">http://developer.apple.com/wwdc</a></p>
<p><b>MacTech</b>: This is a conference for Mac and iOS programmers and IT professionals. It’s hosted by the same people who publish <i>MacTech</i> <i>Magazine</i>.</p>
<p><a href="http://www.mactech.com/conference" target="_blank">http://www.mactech.com/conference</a></p>
<p><b>NSConference</b>: This multiple-continent event has been held in both the United Kingdom and United States, so far. It’s run and promoted by Steve “Scotty” Scott, perhaps the hardest working man in the Mac/iOS conference scene.</p>
<p><a href="http://nsconference.com" target="_blank">http://nsconference.com</a></p>
<p><b>360 iDev</b>: This approximately once-a-year conference, which is hosted in either San Jose or Denver (flipping between the two year after year), began in 2009.</p>
<p><a href="http://www.360idev.com" target="_blank">http://www.360idev.com</a></p>
<p><b>Çingleton</b>: So far, there have been two instances of the Çingleton Symposium, so it’s not a singleton any more. But it is a great conference that attendees rave about.</p>
<p><a href="http://www.cingleton.com" target="_blank">http://www.cingleton.com</a></p>
<p><b>CocoaConf</b>: No one else seems to be operating as many iOS developer events in so many different cities as CocoaConf.</p>
<p><a href="http://www.cocoaconf.com" target="_blank">http://www.cocoaconf.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1829</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Looking for Dave Mark?</title>
		<link>http://www.davemark.com/?p=1827</link>
		<comments>http://www.davemark.com/?p=1827#comments</comments>
		<pubDate>Sat, 26 Jan 2013 14:16:02 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1827</guid>
		<description><![CDATA[It&#8217;s been a while! I&#8217;ve been head down, deep into startup creation mode. I&#8217;ve come up for a bit of air and realized that I&#8217;ve been incommunicado for quite some time. Not quite ready to restart my blogging, but I &#8230; <a href="http://www.davemark.com/?p=1827">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a while! I&#8217;ve been head down, deep into startup creation mode. I&#8217;ve come up for a bit of air and realized that I&#8217;ve been incommunicado for quite some time. Not quite ready to restart my blogging, but I have returned to Twitter so, for the moment, that&#8217;s the best way to connect.</p>
<p>My Twitter name is <a href="http://twitter.com/davemark">@davemark</a>. Hope to see you there&#8230;</p>
<p>&#8211; Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1827</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woz comments on Gray Powell…</title>
		<link>http://www.davemark.com/?p=1823</link>
		<comments>http://www.davemark.com/?p=1823#comments</comments>
		<pubDate>Sat, 24 Apr 2010 18:16:05 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Steve Wozniak]]></category>
		<category><![CDATA[Gray Powell]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1823</guid>
		<description><![CDATA[Woz&#8217;s editorial comment on Gray Powell, the engineer who left the iPhone prototype in the bar. Personally, I think it would be genius for Steve Jobs to invite Gray Powell up on stage for the phone rollout&#8230; &#8211; Dave]]></description>
				<content:encoded><![CDATA[<p>Woz&#8217;s editorial comment on Gray Powell, the engineer who left the iPhone prototype in the bar. Personally, I think it would be genius for Steve Jobs to invite Gray Powell up on stage for the phone rollout&#8230;</p>
<p>&#8211; Dave</p>
<p><img src="http://davemark.com/images/wozgray.jpg" alt="Woz shirt" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1823</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Amazing HexaKopter</title>
		<link>http://www.davemark.com/?p=1821</link>
		<comments>http://www.davemark.com/?p=1821#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:50:41 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[Inventions]]></category>
		<category><![CDATA[HexaKopter]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1821</guid>
		<description><![CDATA[As its name implies, the HexaKopter has six propellors. That alone is mildly more interesting than the QuadCopters that I&#8217;ve seen demos of, but the incredible control, speed, lift, and GPS make this one simply breathtaking to watch. Take a &#8230; <a href="http://www.davemark.com/?p=1821">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As its name implies, the HexaKopter has six propellors. That alone is mildly more interesting than the QuadCopters that I&#8217;ve seen demos of, but the incredible control, speed, lift, and GPS make this one simply breathtaking to watch. Take a look at the video below. Well worth your time, especially if you are an RC or robotics enthusiast&#8230;</p>
<p>&#8211; Dave</p>
<p><object width="500" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6194911&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6194911&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="375"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1821</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple Confirms iPad 3G Shipping Soon…</title>
		<link>http://www.davemark.com/?p=1818</link>
		<comments>http://www.davemark.com/?p=1818#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:25:45 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[shipping]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1818</guid>
		<description><![CDATA[Earlier this morning, got the letter below from the Apple Store. Looks like my iPad 3G is shipping soon. Yay!!! &#8211; Dave &#8212;&#8212;&#8212;&#8212;&#8211; Sold-to address: David Mark Date: 04/19/2010 Our order number: 71331xxxxx PO number: xxxxxxxxxx Web order number: W69xxxxxx &#8230; <a href="http://www.davemark.com/?p=1818">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Earlier this morning, got the letter below from the Apple Store. Looks like my iPad 3G is shipping soon. Yay!!! <img src='http://www.davemark.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211; Dave</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p> Sold-to address: David Mark<br />
                         Date:              04/19/2010<br />
                                   Our order number:  71331xxxxx<br />
                                                      PO number:         xxxxxxxxxx<br />
                                                      Web order number:  W69xxxxxx<br />
                                                      Apple customer no: 90xxxx</p>
<p>  To Our Valued Apple Customer:</p>
<p>  Thank you for your recent order of the magical and revolutionary<br />
  iPad 3G.</p>
<p>  We would like to confirm that your order will be shipped in late<br />
  April as communicated at the time you placed your order. You will<br />
  receive a confirmation notice when your order has shipped.</p>
<p>  You can get up-to-date information about your order, including<br />
  shipping status and tracking number, at http://www.apple.com/orderstatus</p>
<p>  Thank you for choosing Apple.</p>
<p>  Sincerely,<br />
  The Apple Store Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1818</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Riveting Flight Simulation of Flight 1549 Landing in the Hudson…</title>
		<link>http://www.davemark.com/?p=1816</link>
		<comments>http://www.davemark.com/?p=1816#comments</comments>
		<pubDate>Fri, 16 Apr 2010 11:02:53 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Flight 1549]]></category>
		<category><![CDATA[Flight simulation]]></category>
		<category><![CDATA[Sullenburger]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1816</guid>
		<description><![CDATA[I know this is only a flight simulation, but it has all the various audio tracks stitched together to really give you a sense of how harrowing a situation this was and how little time Sullenburger had to make decisions. &#8230; <a href="http://www.davemark.com/?p=1816">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I know this is only a flight simulation, but it has all the various audio tracks stitched together to really give you a sense of how harrowing a situation this was and how little time Sullenburger had to make decisions. Absolutely riveting&#8230;</p>
<p>&#8211; Dave</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/gjXCulRjPas&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/gjXCulRjPas&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1816</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cat Using an iPad…</title>
		<link>http://www.davemark.com/?p=1814</link>
		<comments>http://www.davemark.com/?p=1814#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:09:16 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[animals]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[cat]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1814</guid>
		<description><![CDATA[This is just too amazing. A cat playing with an iPad. For reals!!! &#8211; Dave]]></description>
				<content:encoded><![CDATA[<p>This is just too amazing. A cat playing with an iPad. For reals!!!</p>
<p>&#8211; Dave</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/Q9NP-AeKX40&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q9NP-AeKX40&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1814</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How an Automobile Differential Works…</title>
		<link>http://www.davemark.com/?p=1812</link>
		<comments>http://www.davemark.com/?p=1812#comments</comments>
		<pubDate>Tue, 13 Apr 2010 21:18:35 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[cars]]></category>
		<category><![CDATA[Differential]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1812</guid>
		<description><![CDATA[This is an amazing video that clearly shows how the differential in a car works. Lovely stuff&#8230; &#8211; Dave]]></description>
				<content:encoded><![CDATA[<p>This is an amazing video that clearly shows how the differential in a car works. Lovely stuff&#8230;</p>
<p>&#8211; Dave</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/K4JhruinbWc&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K4JhruinbWc&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1812</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Trick Explained…</title>
		<link>http://www.davemark.com/?p=1810</link>
		<comments>http://www.davemark.com/?p=1810#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:43:34 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[magic]]></category>
		<category><![CDATA[demystified]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1810</guid>
		<description><![CDATA[DO NOT WATCH THIS VIDEO if you want to maintain the mystery of the trick shown in the previous post. The video below does not specifically address the previous trick, but it does demystify a quite similar trick. Pretty cool, &#8230; <a href="http://www.davemark.com/?p=1810">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>DO NOT WATCH THIS VIDEO if you want to maintain the mystery of the trick shown in the previous post. The video below does not specifically address the previous trick, but it does demystify a quite similar trick. Pretty cool, but definitely disappointing to those of us who want to believe in magic. <img src='http://www.davemark.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211; Dave</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/s_jI6g4Kcz8&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/s_jI6g4Kcz8&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1810</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazing Magic Trick…</title>
		<link>http://www.davemark.com/?p=1805</link>
		<comments>http://www.davemark.com/?p=1805#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:25:52 +0000</pubDate>
		<dc:creator>Dave Mark</dc:creator>
				<category><![CDATA[magic]]></category>

		<guid isPermaLink="false">http://www.davemark.com/?p=1805</guid>
		<description><![CDATA[This one is just unbelievable. I usually assign the label &#8220;sleight of hand&#8221; to table magic tricks, but this one is just so perfectly done I really have zero clue as to the secret behind the trick. Watch the entire &#8230; <a href="http://www.davemark.com/?p=1805">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This one is just unbelievable. I usually assign the label &#8220;sleight of hand&#8221; to table magic tricks, but this one is just so perfectly done I really have zero clue as to the secret behind the trick. Watch the entire video, be sure to zoom in to full screen and highest resolution your screen can handle. Well worth it&#8230;</p>
<p>&#8211; Dave</p>
<p><object width="640" height="500"><param name="movie" value="http://www.youtube.com/v/hwVy_2eOfsE&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/hwVy_2eOfsE&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="595" height="500"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davemark.com/?feed=rss2&amp;p=1805</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
