<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/"
><channel><title>Chris Pirillo &#187; sdk</title> <atom:link href="http://chris.pirillo.com/tag/sdk/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Wed, 25 Nov 2009 14:58:42 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <item><title>How to Make an iPhone App</title><link>http://chris.pirillo.com/how-to-make-an-iphone-app/</link> <comments>http://chris.pirillo.com/how-to-make-an-iphone-app/#comments</comments> <pubDate>Sat, 21 Nov 2009 04:25:10 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[app]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone-app]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[make-app]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=15730</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p><a
href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a
href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information.</p><p>First, you&#8217;ll need to head over to <a
href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a
href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options.</p><p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project.</p><p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code.</p><p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use.</p><p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store.</p><p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li><li><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p><a
href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a
href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information.</p><p>First, you&#8217;ll need to head over to <a
href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a
href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options.</p><p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project.</p><p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code.</p><p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use.</p><p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store.</p><p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li><li><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-make-an-iphone-app/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov" length="89519619" type="video/quicktime" /> </item> <item><title>Linux and Adobe AIR &#8211; Can They Work Together?</title><link>http://chris.pirillo.com/linux-and-adobe-air-can-they-work-together/</link> <comments>http://chris.pirillo.com/linux-and-adobe-air-can-they-work-together/#comments</comments> <pubDate>Thu, 18 Dec 2008 11:05:39 +0000</pubDate> <dc:creator>coupons</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[adobe-air]]></category> <category><![CDATA[air-development]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=11285</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/linux-and-adobe-air-can-they-work-together/">Linux and Adobe AIR &#8211; Can They Work Together?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Adobe AIR is a great way for developers to make desktop applications full of rich content that can be depoyed cross platform.  However, up until today those who tried to run AIR applications on Linux had a rough time.  The runtime and Software Development Kit (SDK) for AIR was originally released only for the Mac and Windows.  Linux users required their own SDK; a public beta was pushed out earlier this year, and as beta testing goes, it had issues.  Through a lot of feedback given by developers, Adobe was able to determine the problems with the software and the needs of the Linux community &#8211; just like how any other beta test works.</p><p>Yesterday <a
href="http://blogs.adobe.com/air/2008/12/adobe_air_15_now_available_for.html">Adobe proudly announced</a> that they have released the AIR 1.5 runtime and SDK for Linux. However, with this comes a few small problems:</p><ol><li>Only three distributions of Linux are supported, all open: Ubuntu, Fedora and openSUSE. There are specific versions supported as well, so you will need to check the details.</li><li>The 64-bit Linux distributions are not natively supported.  Adobe has posted some information regarding the Flash Player 10 pre-release and a work-around to get AIR onto 64-bit Linux.</li></ol><p>The good news?</p><p>You are now able to run all the wonderful applications your friends that use a Mac or a PC can!  Applications like TweetDeck and Twhirl are now available, including countless others.  You can check out the <a
href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&#038;exc=24">Adobe AIR Marketplace</a> for more applications to download.</p><p>Are you an AIR developer?  How does this change affect how you are developing your application?  Don&#8217;t forget to leave your comments!</p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/ubuntu-9-10-screencast/" title="Ubuntu 9.10 Screencast">Ubuntu 9.10 Screencast</a></li><li><a
href="http://chris.pirillo.com/how-are-you-carving-your-pumpkin/" title="How are You Carving Your Pumpkin?">How are You Carving Your Pumpkin?</a></li><li><a
href="http://chris.pirillo.com/how-to-build-your-own-linux-distro/" title="How to Build Your Own Linux Distro">How to Build Your Own Linux Distro</a></li><li><a
href="http://chris.pirillo.com/the-go-to-guy/" title="The Go-To Guy">The Go-To Guy</a></li><li><a
href="http://chris.pirillo.com/how-to-run-windows-xp-on-a-usb-drive/" title="How to Run Windows XP on a USB Drive">How to Run Windows XP on a USB Drive</a></li><li><a
href="http://chris.pirillo.com/how-to-create-and-browse-lifestreams/" title="How to Create and Browse Lifestreams">How to Create and Browse Lifestreams</a></li><li><a
href="http://chris.pirillo.com/heaven-on-earth-geek-style/" title="Heaven on Earth &#8211; Geek Style">Heaven on Earth &#8211; Geek Style</a></li><li><a
href="http://chris.pirillo.com/top-10-sexy-unix-commands/" title="Top 10 Sexy UNIX Commands">Top 10 Sexy UNIX Commands</a></li><li><a
href="http://chris.pirillo.com/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/linux-and-adobe-air-can-they-work-together/">Linux and Adobe AIR &#8211; Can They Work Together?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Adobe AIR is a great way for developers to make desktop applications full of rich content that can be depoyed cross platform.  However, up until today those who tried to run AIR applications on Linux had a rough time.  The runtime and Software Development Kit (SDK) for AIR was originally released only for the Mac and Windows.  Linux users required their own SDK; a public beta was pushed out earlier this year, and as beta testing goes, it had issues.  Through a lot of feedback given by developers, Adobe was able to determine the problems with the software and the needs of the Linux community &#8211; just like how any other beta test works.</p><p>Yesterday <a
href="http://blogs.adobe.com/air/2008/12/adobe_air_15_now_available_for.html">Adobe proudly announced</a> that they have released the AIR 1.5 runtime and SDK for Linux. However, with this comes a few small problems:</p><ol><li>Only three distributions of Linux are supported, all open: Ubuntu, Fedora and openSUSE. There are specific versions supported as well, so you will need to check the details.</li><li>The 64-bit Linux distributions are not natively supported.  Adobe has posted some information regarding the Flash Player 10 pre-release and a work-around to get AIR onto 64-bit Linux.</li></ol><p>The good news?</p><p>You are now able to run all the wonderful applications your friends that use a Mac or a PC can!  Applications like TweetDeck and Twhirl are now available, including countless others.  You can check out the <a
href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&#038;exc=24">Adobe AIR Marketplace</a> for more applications to download.</p><p>Are you an AIR developer?  How does this change affect how you are developing your application?  Don&#8217;t forget to leave your comments!</p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/ubuntu-9-10-screencast/" title="Ubuntu 9.10 Screencast">Ubuntu 9.10 Screencast</a></li><li><a
href="http://chris.pirillo.com/how-are-you-carving-your-pumpkin/" title="How are You Carving Your Pumpkin?">How are You Carving Your Pumpkin?</a></li><li><a
href="http://chris.pirillo.com/how-to-build-your-own-linux-distro/" title="How to Build Your Own Linux Distro">How to Build Your Own Linux Distro</a></li><li><a
href="http://chris.pirillo.com/the-go-to-guy/" title="The Go-To Guy">The Go-To Guy</a></li><li><a
href="http://chris.pirillo.com/how-to-run-windows-xp-on-a-usb-drive/" title="How to Run Windows XP on a USB Drive">How to Run Windows XP on a USB Drive</a></li><li><a
href="http://chris.pirillo.com/how-to-create-and-browse-lifestreams/" title="How to Create and Browse Lifestreams">How to Create and Browse Lifestreams</a></li><li><a
href="http://chris.pirillo.com/heaven-on-earth-geek-style/" title="Heaven on Earth &#8211; Geek Style">Heaven on Earth &#8211; Geek Style</a></li><li><a
href="http://chris.pirillo.com/top-10-sexy-unix-commands/" title="Top 10 Sexy UNIX Commands">Top 10 Sexy UNIX Commands</a></li><li><a
href="http://chris.pirillo.com/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/linux-and-adobe-air-can-they-work-together/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Have you Tried the Google Open Source Android Emulator?</title><link>http://chris.pirillo.com/have-you-tried-the-google-open-source-android-emulator/</link> <comments>http://chris.pirillo.com/have-you-tried-the-google-open-source-android-emulator/#comments</comments> <pubDate>Tue, 24 Jun 2008 07:15:58 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[android]]></category> <category><![CDATA[google]]></category> <category><![CDATA[open-source]]></category> <category><![CDATA[operating-system]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=7325</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/have-you-tried-the-google-open-source-android-emulator/">Have you Tried the Google Open Source Android Emulator?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/glPLmXoa6nY"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/glPLmXoa6nY" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>What operating system is running on your phone? At some point in the future, it may be Google&#8217;s operating system&#8230; dubbed <a
href="http://code.google.com/android/">Android</a>. It&#8217;s open-source, and available for all operating systems. Those of you who don&#8217;t really know what an SDK is. In light terms, it&#8217;s a package of tools and examples given to software developers so that they can develop platforms.</p><p>I downloaded Android, and didn&#8217;t even really have to install anything. I simply clicked on it, and up pops this Android virtual device. Normally, this would be a touch-screen device for your phone, of course. On this emulator, it will show you what the dialer will look like. The interface is very clean thus far. Google maps is integrated into Android, as well! There&#8217;s a satellite mode, and a traffic mode.</p><p>Android will ship with a set of core applications including:</p><ul><li>an email client</li><li>an SMS program</li><li>calendar</li><li>maps</li><li>browser</li><li>contacts</li></ul><blockquote><p> The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.</p></blockquote><p>If you&#8217;re interested in developing something for Android, feel free to <a
href="http://code.google.com/android/download.html">download the SDK</a>. What operating systems and phones do you have? What do you prefer, and why?</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/PSLRASSIN/'>The Powerseller Assassin - IPod, XBox, Ps3, And Mobile Phone Sources!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/LAVELLAMOB/'>Digital Streaming Radio On Your Mobile Phone - La Vella Mobile Radio.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HaveYouTriedTheGoogleOpenSourceAndroidEmulator634.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/glPLmXoa6nY&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/glPLmXoa6nY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/do-you-want-a-google-car/" title="Do You Want a Google Car?">Do You Want a Google Car?</a></li><li><a
href="http://chris.pirillo.com/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/how-to-surf/" title="How to Surf">How to Surf</a></li><li><a
href="http://chris.pirillo.com/cnn-blogger-bunch-windows-7-and-hulu-subscriptions/" title="CNN Blogger Bunch: Windows 7 and Hulu Subscriptions">CNN Blogger Bunch: Windows 7 and Hulu Subscriptions</a></li><li><a
href="http://chris.pirillo.com/google-goes-sesame-street/" title="Google Goes Sesame Street">Google Goes Sesame Street</a></li><li><a
href="http://chris.pirillo.com/who-loves-windows-vista/" title="Who Loves Windows Vista?">Who Loves Windows Vista?</a></li><li><a
href="http://chris.pirillo.com/christine-peterson-life-extension-for-geeks/" title="Christine Peterson &#8211; Life Extension for Geeks">Christine Peterson &#8211; Life Extension for Geeks</a></li><li><a
href="http://chris.pirillo.com/what-technology-of-today-will-be-obsolete-tomorrow/" title="What Technology of Today Will be Obsolete Tomorrow?">What Technology of Today Will be Obsolete Tomorrow?</a></li><li><a
href="http://chris.pirillo.com/happy-halloween-2/" title="Happy Halloween!">Happy Halloween!</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/have-you-tried-the-google-open-source-android-emulator/">Have you Tried the Google Open Source Android Emulator?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/glPLmXoa6nY"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/glPLmXoa6nY" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>What operating system is running on your phone? At some point in the future, it may be Google&#8217;s operating system&#8230; dubbed <a
href="http://code.google.com/android/">Android</a>. It&#8217;s open-source, and available for all operating systems. Those of you who don&#8217;t really know what an SDK is. In light terms, it&#8217;s a package of tools and examples given to software developers so that they can develop platforms.</p><p>I downloaded Android, and didn&#8217;t even really have to install anything. I simply clicked on it, and up pops this Android virtual device. Normally, this would be a touch-screen device for your phone, of course. On this emulator, it will show you what the dialer will look like. The interface is very clean thus far. Google maps is integrated into Android, as well! There&#8217;s a satellite mode, and a traffic mode.</p><p>Android will ship with a set of core applications including:</p><ul><li>an email client</li><li>an SMS program</li><li>calendar</li><li>maps</li><li>browser</li><li>contacts</li></ul><blockquote><p> The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.</p></blockquote><p>If you&#8217;re interested in developing something for Android, feel free to <a
href="http://code.google.com/android/download.html">download the SDK</a>. What operating systems and phones do you have? What do you prefer, and why?</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/PSLRASSIN/'>The Powerseller Assassin - IPod, XBox, Ps3, And Mobile Phone Sources!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/LAVELLAMOB/'>Digital Streaming Radio On Your Mobile Phone - La Vella Mobile Radio.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HaveYouTriedTheGoogleOpenSourceAndroidEmulator634.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/glPLmXoa6nY&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/glPLmXoa6nY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/do-you-want-a-google-car/" title="Do You Want a Google Car?">Do You Want a Google Car?</a></li><li><a
href="http://chris.pirillo.com/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/how-to-surf/" title="How to Surf">How to Surf</a></li><li><a
href="http://chris.pirillo.com/cnn-blogger-bunch-windows-7-and-hulu-subscriptions/" title="CNN Blogger Bunch: Windows 7 and Hulu Subscriptions">CNN Blogger Bunch: Windows 7 and Hulu Subscriptions</a></li><li><a
href="http://chris.pirillo.com/google-goes-sesame-street/" title="Google Goes Sesame Street">Google Goes Sesame Street</a></li><li><a
href="http://chris.pirillo.com/who-loves-windows-vista/" title="Who Loves Windows Vista?">Who Loves Windows Vista?</a></li><li><a
href="http://chris.pirillo.com/christine-peterson-life-extension-for-geeks/" title="Christine Peterson &#8211; Life Extension for Geeks">Christine Peterson &#8211; Life Extension for Geeks</a></li><li><a
href="http://chris.pirillo.com/what-technology-of-today-will-be-obsolete-tomorrow/" title="What Technology of Today Will be Obsolete Tomorrow?">What Technology of Today Will be Obsolete Tomorrow?</a></li><li><a
href="http://chris.pirillo.com/happy-halloween-2/" title="Happy Halloween!">Happy Halloween!</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/have-you-tried-the-google-open-source-android-emulator/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Why is the iPhone SDK Important?</title><link>http://chris.pirillo.com/why-is-the-iphone-sdk-important/</link> <comments>http://chris.pirillo.com/why-is-the-iphone-sdk-important/#comments</comments> <pubDate>Mon, 10 Mar 2008 06:05:59 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[ipod-touch]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[os-x]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2008/03/09/why-is-the-iphone-sdk-important/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/">Why is the iPhone SDK Important?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/6g-GWwEU_gI"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/6g-GWwEU_gI" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>There&#8217;s buzz everywhere about <a
href="http://developer.apple.com/sdk/">Apple&#8217;s Software Development Kit &#8211; or SDK-</a> release. You can, of course, download the SDK if you are using OS X. Two of the biggest reasons why people wouldn&#8217;t get an iPhone are now obliterated. People who already had the iPhone are saying &#8220;Great! Now we like it even more!&#8221;. I have some excellent ideas, but I&#8217;m not a developer. If anyone is a dev and doesn&#8217;t know what to write for the iPhone, get in touch with me! We can come up with some cool things.</p><p>I have put together five points why this is such a huge announcement. Here they are, in no certain order:</p><ul><li>The SDK is free to download. It costs you nothing until you want to put it into the iStore (iTunes). The cost is $99.00, which isn&#8217;t really that much in this case.</li><li>Games are coming now! There will be games out the wazoo, that is for sure. If you watched the demo&#8230; you were likely oooh&#8217;ing and ahhh&#8217;ing.</li><li>There will be a 70% revenue share with the app developer, with a built-in marketing and updating mechanism. This is important. Software devs have a lot of barriers. They have to not only develop something good, they have to find an audience. In this instance, Apple will have the audience already in place for them.</li><li>Free applications can and <strong>WILL</strong> be developed. The free ones are likely to be things built on the Twitter api, YouTube, Flickr, and all the other Social Networking sites. That&#8217;ll make it easier for you to do your networking, right from your iPhone.</li><li>iTunes makes discovery and software management a *SNAP* for users. I&#8217;ve had all the different types of Windows Mobile devices. I could easily put something on there, and extend the functionality. Trying to update the software is a pain. It&#8217;s not the software&#8230; it&#8217;s the implementation. Apple has already reinvented this, and made it so simple to do the updates.</li></ul><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/12MONTHMIL/'>The 12 Month Internet Millionaire.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/HAPPYAPPLE/'>Happy Apple IPhone, Brand New For March 2008.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ANDREWW38/'>Apple IPhone Rabid Niche Cash System.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-WhyIsTheIPhoneSDKImportant542.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/6g-GWwEU_gI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/6g-GWwEU_gI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/has-the-iphone-game-experience-plateaued/" title="Has the iPhone Game Experience Plateaued?">Has the iPhone Game Experience Plateaued?</a></li><li><a
href="http://chris.pirillo.com/how-to-chat-on-the-iphone-or-ipod-touch/" title="How to Chat on the iPhone or iPod Touch">How to Chat on the iPhone or iPod Touch</a></li><li><a
href="http://chris.pirillo.com/how-to-do-crayon-physics-on-the-iphone/" title="How to Do Crayon Physics on the iPhone">How to Do Crayon Physics on the iPhone</a></li><li><a
href="http://chris.pirillo.com/top-5-apps-in-the-itunes-app-store/" title="Top 50 iPhone Apps in the iTunes App Store">Top 50 iPhone Apps in the iTunes App Store</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/apple-iphone-sdk/" title="Apple iPhone SDK">Apple iPhone SDK</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/">Why is the iPhone SDK Important?</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/6g-GWwEU_gI"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/6g-GWwEU_gI" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>There&#8217;s buzz everywhere about <a
href="http://developer.apple.com/sdk/">Apple&#8217;s Software Development Kit &#8211; or SDK-</a> release. You can, of course, download the SDK if you are using OS X. Two of the biggest reasons why people wouldn&#8217;t get an iPhone are now obliterated. People who already had the iPhone are saying &#8220;Great! Now we like it even more!&#8221;. I have some excellent ideas, but I&#8217;m not a developer. If anyone is a dev and doesn&#8217;t know what to write for the iPhone, get in touch with me! We can come up with some cool things.</p><p>I have put together five points why this is such a huge announcement. Here they are, in no certain order:</p><ul><li>The SDK is free to download. It costs you nothing until you want to put it into the iStore (iTunes). The cost is $99.00, which isn&#8217;t really that much in this case.</li><li>Games are coming now! There will be games out the wazoo, that is for sure. If you watched the demo&#8230; you were likely oooh&#8217;ing and ahhh&#8217;ing.</li><li>There will be a 70% revenue share with the app developer, with a built-in marketing and updating mechanism. This is important. Software devs have a lot of barriers. They have to not only develop something good, they have to find an audience. In this instance, Apple will have the audience already in place for them.</li><li>Free applications can and <strong>WILL</strong> be developed. The free ones are likely to be things built on the Twitter api, YouTube, Flickr, and all the other Social Networking sites. That&#8217;ll make it easier for you to do your networking, right from your iPhone.</li><li>iTunes makes discovery and software management a *SNAP* for users. I&#8217;ve had all the different types of Windows Mobile devices. I could easily put something on there, and extend the functionality. Trying to update the software is a pain. It&#8217;s not the software&#8230; it&#8217;s the implementation. Apple has already reinvented this, and made it so simple to do the updates.</li></ul><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/12MONTHMIL/'>The 12 Month Internet Millionaire.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/HAPPYAPPLE/'>Happy Apple IPhone, Brand New For March 2008.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ANDREWW38/'>Apple IPhone Rabid Niche Cash System.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-WhyIsTheIPhoneSDKImportant542.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/6g-GWwEU_gI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/6g-GWwEU_gI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/has-the-iphone-game-experience-plateaued/" title="Has the iPhone Game Experience Plateaued?">Has the iPhone Game Experience Plateaued?</a></li><li><a
href="http://chris.pirillo.com/how-to-chat-on-the-iphone-or-ipod-touch/" title="How to Chat on the iPhone or iPod Touch">How to Chat on the iPhone or iPod Touch</a></li><li><a
href="http://chris.pirillo.com/how-to-do-crayon-physics-on-the-iphone/" title="How to Do Crayon Physics on the iPhone">How to Do Crayon Physics on the iPhone</a></li><li><a
href="http://chris.pirillo.com/top-5-apps-in-the-itunes-app-store/" title="Top 50 iPhone Apps in the iTunes App Store">Top 50 iPhone Apps in the iTunes App Store</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/apple-iphone-sdk/" title="Apple iPhone SDK">Apple iPhone SDK</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/why-is-the-iphone-sdk-important/feed/</wfw:commentRss> <slash:comments>41</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-WhyIsTheIPhoneSDKImportant542.mp4" length="16498978" type="video/mp4" /> </item> <item><title>Apple iPhone SDK</title><link>http://chris.pirillo.com/apple-iphone-sdk/</link> <comments>http://chris.pirillo.com/apple-iphone-sdk/#comments</comments> <pubDate>Sat, 09 Feb 2008 15:37:13 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[jailbreak]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2008/02/09/apple-iphone-sdk/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/apple-iphone-sdk/">Apple iPhone SDK</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/hj09Y2f09rI"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/hj09Y2f09rI" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>Jeff called in to ask about the SDK coming out for the iPhone. He&#8217;s wondering if I know of any programs in development or coming out soon, that may enhance the iPhone&#8217;s functionability.</p><p>Here is a direct quote from Apple:</p><blockquote><p> Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers&#8217; hands in February. We are excited about creating a vibrant third party developer community around the iPhone and enabling hundreds of new applications for our users. With our revolutionary multi-touch interface, powerful hardware and advanced software architecture, we believe we have created the best mobile platform ever for developers.</p><p>It will take until February to release an SDK because we&#8217;re trying to do two diametrically opposed things at once — provide an advanced and open platform to developers while at the same time protect iPhone users from viruses, malware, privacy attacks, etc. This is no easy task. Some claim that viruses and malware are not a problem on mobile phones — this is simply not true. There have been serious viruses on other mobile phones already, including some that silently spread from phone to phone over the cell network. As our phones become more powerful, these malicious programs will become more dangerous. And since the iPhone is the most advanced phone ever, it will be a highly visible target.</p><p>Some companies are already taking action. Nokia, for example, is not allowing any applications to be loaded onto some of their newest phones unless they have a digital signature that can be traced back to a known developer. While this makes such a phone less than &#8220;totally open,&#8221; we believe it is a step in the right direction. We are working on an advanced system which will offer developers broad access to natively program the iPhone&#8217;s amazing software platform while at the same time protecting users from malicious programs.</p><p>We think a few months of patience now will be rewarded by many years of great third party applications running on safe and reliable iPhones.</p><p>Steve</p><p>P.S.: The SDK will also allow developers to create applications for iPod touch.</p></blockquote><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/12MONTHMIL/'>The 12 Month Internet Millionaire.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/HAPPYAPPLE/'>Happy Apple IPhone, Brand New For March 2008.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ANDREWW38/'>Apple IPhone Rabid Niche Cash System.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-AppleIPhoneSDK307.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/hj09Y2f09rI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/hj09Y2f09rI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/what-is-iphone-jailbreak/" title="What is iPhone JailBreak?">What is iPhone JailBreak?</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/what-is-3g/" title="What is 3G?">What is 3G?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/apple-iphone-sdk/">Apple iPhone SDK</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/hj09Y2f09rI"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/hj09Y2f09rI" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p><p><a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>Jeff called in to ask about the SDK coming out for the iPhone. He&#8217;s wondering if I know of any programs in development or coming out soon, that may enhance the iPhone&#8217;s functionability.</p><p>Here is a direct quote from Apple:</p><blockquote><p> Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers&#8217; hands in February. We are excited about creating a vibrant third party developer community around the iPhone and enabling hundreds of new applications for our users. With our revolutionary multi-touch interface, powerful hardware and advanced software architecture, we believe we have created the best mobile platform ever for developers.</p><p>It will take until February to release an SDK because we&#8217;re trying to do two diametrically opposed things at once — provide an advanced and open platform to developers while at the same time protect iPhone users from viruses, malware, privacy attacks, etc. This is no easy task. Some claim that viruses and malware are not a problem on mobile phones — this is simply not true. There have been serious viruses on other mobile phones already, including some that silently spread from phone to phone over the cell network. As our phones become more powerful, these malicious programs will become more dangerous. And since the iPhone is the most advanced phone ever, it will be a highly visible target.</p><p>Some companies are already taking action. Nokia, for example, is not allowing any applications to be loaded onto some of their newest phones unless they have a digital signature that can be traced back to a known developer. While this makes such a phone less than &#8220;totally open,&#8221; we believe it is a step in the right direction. We are working on an advanced system which will offer developers broad access to natively program the iPhone&#8217;s amazing software platform while at the same time protecting users from malicious programs.</p><p>We think a few months of patience now will be rewarded by many years of great third party applications running on safe and reliable iPhones.</p><p>Steve</p><p>P.S.: The SDK will also allow developers to create applications for iPod touch.</p></blockquote><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/12MONTHMIL/'>The 12 Month Internet Millionaire.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/HAPPYAPPLE/'>Happy Apple IPhone, Brand New For March 2008.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ANDREWW38/'>Apple IPhone Rabid Niche Cash System.</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-AppleIPhoneSDK307.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/hj09Y2f09rI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/hj09Y2f09rI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/what-is-iphone-jailbreak/" title="What is iPhone JailBreak?">What is iPhone JailBreak?</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/what-is-3g/" title="What is 3G?">What is 3G?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/apple-iphone-sdk/feed/</wfw:commentRss> <slash:comments>35</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-AppleIPhoneSDK307.mp4" length="7596531" type="video/mp4" /> </item> <item><title>How to Handle Remote Tech Support</title> <description> &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate><link>http://gotoassist.com/chris/</link> <guid>http://gotoassist.com/chris/</guid> </item><item><title>Network Tools for Windows</title> <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link> <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid> </item> <item><title>Get Your Own Web Site</title> <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
&lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link> <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid> </item><item><title>VMware and Parallels for Virtual Machines</title> <description> It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link> <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid> </item><item><title>Coupons for Online Shopping</title> <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate><link>http://coupons.lockergnome.com/</link> <guid>http://coupons.lockergnome.com/</guid> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 31/122 queries in 0.270 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-25 08:52:10 -->