<?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; developer</title> <atom:link href="http://chris.pirillo.com/tag/developer/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>Tue, 24 Nov 2009 15:06:19 +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>Will Code for Green</title><link>http://chris.pirillo.com/will-code-for-green/</link> <comments>http://chris.pirillo.com/will-code-for-green/#comments</comments> <pubDate>Mon, 29 Jun 2009 10:48:15 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Community]]></category> <category><![CDATA[Health]]></category> <category><![CDATA[Life]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[contest]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[earth]]></category> <category><![CDATA[economy]]></category> <category><![CDATA[environment]]></category> <category><![CDATA[green]]></category> <category><![CDATA[will-code-for-green]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13553</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/will-code-for-green/">Will Code for Green</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/ubBf_edUei8&#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/ubBf_edUei8&#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>Have you thought about Green Computing? Do you have what it takes to make the next great Green Computing application?</p><p>Gnomedex and the Microsoft Live Search have teamed up to sponsor a developer contest called Will Code for Green. The hope is to make a difference in the economy (Green = Money) and the Earths ecology (Green = Environment) that lasts long after the contest is over. For more details, you can read my <a
href="http://chris.pirillo.com/will-code-for-green-make-money/">earlier blog post</a>.</p><p>All Semi-Finalists will present their creations at the Gnomedex conference August 20-22, 2009. Attendees at the Gnomedex conference will be invited to vote to determine a Grand Prize winner in each Category &#8211; and three runner-up winners from both Categories combined. Each Grand Prize winner will receive $10,000.00 to further their ideas and projects, and each runner-up will receive $3000.00.</p><p>Do you have a passion for the environment or economy? Do you have the mad skills to put that passion to work to help others? If so, get busy! The deadline for entry is on August 12th. You just never know&#8230; you could be our winner.</p><p>Want to embed this video on your own site, blog, or forum? Use this code:</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/ubBf_edUei8&#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/ubBf_edUei8&#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/would-you-like-to-win-an-hp-laptop/" title="Would You Like to Win an HP Laptop?">Would You Like to Win an HP Laptop?</a></li><li><a
href="http://chris.pirillo.com/how-to-save-electricity/" title="How to Save Electricity">How to Save Electricity</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/gnomedex-green-screen-challenge-your-commercial-could-be-on-tv/" title="Gnomedex Green Screen Challenge: Your Commercial Could be on TV!">Gnomedex Green Screen Challenge: Your Commercial Could be on TV!</a></li><li><a
href="http://chris.pirillo.com/throwboy-pillows-win-one-today/" title="Throwboy Pillows &#8211; Win One Today!">Throwboy Pillows &#8211; Win One Today!</a></li><li><a
href="http://chris.pirillo.com/gnomedex-2009-for-99/" title="Gnomedex 2009 for $99?!">Gnomedex 2009 for $99?!</a></li><li><a
href="http://chris.pirillo.com/free-green-tea/" title="Free Green Tea">Free Green Tea</a></li><li><a
href="http://chris.pirillo.com/will-code-for-green-make-money/" title="Will Code for Green: Make Money!">Will Code for Green: Make Money!</a></li><li><a
href="http://chris.pirillo.com/one-small-act-of-kindness/" title="One Small Act of Kindness&#8230;">One Small Act of Kindness&#8230;</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/will-code-for-green/">Will Code for Green</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/ubBf_edUei8&#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/ubBf_edUei8&#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>Have you thought about Green Computing? Do you have what it takes to make the next great Green Computing application?</p><p>Gnomedex and the Microsoft Live Search have teamed up to sponsor a developer contest called Will Code for Green. The hope is to make a difference in the economy (Green = Money) and the Earths ecology (Green = Environment) that lasts long after the contest is over. For more details, you can read my <a
href="http://chris.pirillo.com/will-code-for-green-make-money/">earlier blog post</a>.</p><p>All Semi-Finalists will present their creations at the Gnomedex conference August 20-22, 2009. Attendees at the Gnomedex conference will be invited to vote to determine a Grand Prize winner in each Category &#8211; and three runner-up winners from both Categories combined. Each Grand Prize winner will receive $10,000.00 to further their ideas and projects, and each runner-up will receive $3000.00.</p><p>Do you have a passion for the environment or economy? Do you have the mad skills to put that passion to work to help others? If so, get busy! The deadline for entry is on August 12th. You just never know&#8230; you could be our winner.</p><p>Want to embed this video on your own site, blog, or forum? Use this code:</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/ubBf_edUei8&#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/ubBf_edUei8&#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/would-you-like-to-win-an-hp-laptop/" title="Would You Like to Win an HP Laptop?">Would You Like to Win an HP Laptop?</a></li><li><a
href="http://chris.pirillo.com/how-to-save-electricity/" title="How to Save Electricity">How to Save Electricity</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/gnomedex-green-screen-challenge-your-commercial-could-be-on-tv/" title="Gnomedex Green Screen Challenge: Your Commercial Could be on TV!">Gnomedex Green Screen Challenge: Your Commercial Could be on TV!</a></li><li><a
href="http://chris.pirillo.com/throwboy-pillows-win-one-today/" title="Throwboy Pillows &#8211; Win One Today!">Throwboy Pillows &#8211; Win One Today!</a></li><li><a
href="http://chris.pirillo.com/gnomedex-2009-for-99/" title="Gnomedex 2009 for $99?!">Gnomedex 2009 for $99?!</a></li><li><a
href="http://chris.pirillo.com/free-green-tea/" title="Free Green Tea">Free Green Tea</a></li><li><a
href="http://chris.pirillo.com/will-code-for-green-make-money/" title="Will Code for Green: Make Money!">Will Code for Green: Make Money!</a></li><li><a
href="http://chris.pirillo.com/one-small-act-of-kindness/" title="One Small Act of Kindness&#8230;">One Small Act of Kindness&#8230;</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/will-code-for-green/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Social Views of Email on the Desktop</title><link>http://chris.pirillo.com/social-views-of-email-on-the-desktop/</link> <comments>http://chris.pirillo.com/social-views-of-email-on-the-desktop/#comments</comments> <pubDate>Sat, 28 Feb 2009 19:53:46 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Communication]]></category> <category><![CDATA[Community]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[rss-feed]]></category> <category><![CDATA[social-desktop]]></category> <category><![CDATA[techfest]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12641</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/social-views-of-email-on-the-desktop/">Social Views of Email on the Desktop</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/R35d8Cl2PWM&#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/R35d8Cl2PWM&#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>Incoming information via RSS feeds can be completely overwhelming. More people every day are using social networks and other forms of communication. Microsoft developers are working hard to make this much easier on all of us.</p><p>The team has come up with a tool that will automatically analyze your communication and organize it into groups. Depending on when and who you&#8217;re talking to, a different stream of information can be presented.</p><p>The goal of automatic group discovery is not only to detect the initial grouping, but also to discover slow changes to groups over time. This will keep you from having to manage everything manually.</p><p>There are also different ways to look at an incoming stream of information. You can choose from a condensed view for small screens, or a gorgeous immersive experience. You can zoom into additional pages to get to your older messages, or do a search by a timeline-based presentation.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010YWPZ8/lockergnome'>LaCie 1 TB USB 2.0 Desktop External Hard Drive, Design by Neil Poulton 301304U</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00006HXM0/lockergnome'>US Robotics V.92 External 56K Faxmodem USR5686E</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000JERC8A/lockergnome'>HP A10 Printing Mailbox for Presto Service</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1598634453/lockergnome'>Managing Contacts with Microsoft  Outlook  2007: Business Contact Manager</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0735625867/lockergnome'>Microsoft Exchange Server 2007 Administrator&#8217;s Pocket Consultant Second Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470398663/lockergnome'>Microsoft Exchange Server 2007 For Dummies (For Dummies (Computer/Tech))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000XUUMBE/lockergnome'>equinux Stationery Pack</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KMXIKG/lockergnome'>Copernic Desktop Search &#8211; Professional</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00006FXKC/lockergnome'>NOTES V4.6 DESKTOP CLIENT</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-SocialViewsOfEmailOnTheDesktop714.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/R35d8Cl2PWM&#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/R35d8Cl2PWM&#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/recognizing-characters-written-in-the-air/" title="Recognizing Characters Written in the Air">Recognizing Characters Written in the Air</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/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li><li><a
href="http://chris.pirillo.com/are-you-ready-for-the-holidays/" title="Are You Ready for the Holidays?">Are You Ready for the Holidays?</a></li><li><a
href="http://chris.pirillo.com/microsoft-office-2010-comparison-screencast/" title="Microsoft Office 2010 Comparison Screencast">Microsoft Office 2010 Comparison Screencast</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/microsoft-office-2010-screencast/" title="Microsoft Office 2010 Screencast">Microsoft Office 2010 Screencast</a></li><li><a
href="http://chris.pirillo.com/what-will-the-internet-look-like-in-ten-years/" title="What Will the Internet Look Like in Ten Years?">What Will the Internet Look Like in Ten Years?</a></li><li><a
href="http://chris.pirillo.com/windows-7-how-soon-should-you-upgrade/" title="Windows 7 &#8211; How Soon Should You Upgrade?">Windows 7 &#8211; How Soon Should You Upgrade?</a></li><li><a
href="http://chris.pirillo.com/best-buy-and-windows-7/" title="Best Buy and Windows 7">Best Buy and Windows 7</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/social-views-of-email-on-the-desktop/">Social Views of Email on the Desktop</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/R35d8Cl2PWM&#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/R35d8Cl2PWM&#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>Incoming information via RSS feeds can be completely overwhelming. More people every day are using social networks and other forms of communication. Microsoft developers are working hard to make this much easier on all of us.</p><p>The team has come up with a tool that will automatically analyze your communication and organize it into groups. Depending on when and who you&#8217;re talking to, a different stream of information can be presented.</p><p>The goal of automatic group discovery is not only to detect the initial grouping, but also to discover slow changes to groups over time. This will keep you from having to manage everything manually.</p><p>There are also different ways to look at an incoming stream of information. You can choose from a condensed view for small screens, or a gorgeous immersive experience. You can zoom into additional pages to get to your older messages, or do a search by a timeline-based presentation.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010YWPZ8/lockergnome'>LaCie 1 TB USB 2.0 Desktop External Hard Drive, Design by Neil Poulton 301304U</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00006HXM0/lockergnome'>US Robotics V.92 External 56K Faxmodem USR5686E</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000JERC8A/lockergnome'>HP A10 Printing Mailbox for Presto Service</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1598634453/lockergnome'>Managing Contacts with Microsoft  Outlook  2007: Business Contact Manager</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0735625867/lockergnome'>Microsoft Exchange Server 2007 Administrator&#8217;s Pocket Consultant Second Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470398663/lockergnome'>Microsoft Exchange Server 2007 For Dummies (For Dummies (Computer/Tech))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000XUUMBE/lockergnome'>equinux Stationery Pack</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KMXIKG/lockergnome'>Copernic Desktop Search &#8211; Professional</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00006FXKC/lockergnome'>NOTES V4.6 DESKTOP CLIENT</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-SocialViewsOfEmailOnTheDesktop714.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/R35d8Cl2PWM&#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/R35d8Cl2PWM&#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/recognizing-characters-written-in-the-air/" title="Recognizing Characters Written in the Air">Recognizing Characters Written in the Air</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/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li><li><a
href="http://chris.pirillo.com/are-you-ready-for-the-holidays/" title="Are You Ready for the Holidays?">Are You Ready for the Holidays?</a></li><li><a
href="http://chris.pirillo.com/microsoft-office-2010-comparison-screencast/" title="Microsoft Office 2010 Comparison Screencast">Microsoft Office 2010 Comparison Screencast</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/microsoft-office-2010-screencast/" title="Microsoft Office 2010 Screencast">Microsoft Office 2010 Screencast</a></li><li><a
href="http://chris.pirillo.com/what-will-the-internet-look-like-in-ten-years/" title="What Will the Internet Look Like in Ten Years?">What Will the Internet Look Like in Ten Years?</a></li><li><a
href="http://chris.pirillo.com/windows-7-how-soon-should-you-upgrade/" title="Windows 7 &#8211; How Soon Should You Upgrade?">Windows 7 &#8211; How Soon Should You Upgrade?</a></li><li><a
href="http://chris.pirillo.com/best-buy-and-windows-7/" title="Best Buy and Windows 7">Best Buy and Windows 7</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/social-views-of-email-on-the-desktop/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-SocialViewsOfEmailOnTheDesktop714.mp4" length="120238150" type="video/mp4" /> </item> <item><title>What Cross-Platform Software do you Need?</title><link>http://chris.pirillo.com/what-cross-platform-software-do-you-need/</link> <comments>http://chris.pirillo.com/what-cross-platform-software-do-you-need/#comments</comments> <pubDate>Wed, 25 Jun 2008 16:44:50 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[cross-platform]]></category> <category><![CDATA[developer]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=7330</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/">What Cross-Platform Software do you Need?</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/SFYBJfYz7SU"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/SFYBJfYz7SU" type="application/x-shockwave-flash" wmode="transparent" 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>You guys know that I&#8217;m a cross-platform Gnomie. I became addicted to software at a very young age, like many of you. I found myself floating between operating systems more often, and looking for developers who created software that was workable no matter what environment I was in at the time.</p><p>I recently found a need for a renaming utility for Mac OS X, because the batch renaming utility is pretty lacking, especially in comparison to Vista. I happened to come across <a
href="http://www.publicspace.net/">PublicSpace</a> online. On their site, I found <a
href="http://www.publicspace.net/ABetterFinderRename/index.html">A Better File Rename</a>. Better yet, there&#8217;s a <a
href="http://www.publicspace.net/windows/BetterFileRename/index.html">Windows equivalent</a>! They have a few other utilities as well.</p><p>One that I&#8217;m really excited to talk to you about is called <a
href="http://www.publicspace.net/MacBreakZ/index.html">MacBreakZ</a>. This is only available for Mac OS X, so no luck for Windows folks at this point. What this will do is run and remind you that you need to get up from your computer and stretch or take a break. It even gives you examples of different stretches you can do. Their tag line is &#8220;Making Healthy Computing Fun&#8221;.</p><blockquote><p> Computer-related health problems ranging from eyestrain, headaches, neck, wrist, elbow and back pain to more serious Repetitive Strain Injuries (RSI), including carpal tunnel syndrome, writer&#8217;s cramp, tendonitis, etc. are the result of inappropriate computer use.</p><p>MacBreakZ offers a unique way of acquiring ergonomic skills that can save you a lot of discomfort and shield you from serious health and career-threatening injury.</p></blockquote><p>I&#8217;m always looking for new software I can test out, especially if there&#8217;s equivalents for more than one operating system. Feel free to pass along anything you think I might be interested in checking out.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IFXF6I/lockergnome'>DS4700 Vmware Esx Host Kit</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000AYS9JK/lockergnome'>IBM SSD VMware VirtualCenter &#8211; media and documentation set ( 4817MEX )</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q72JB8/lockergnome'>VMware Fusion 3</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F5VBRU/lockergnome'>VMware Fusion 2 [OLD VERSION]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001K6OEV4/lockergnome'>Parallels Desktop 4.0 for Mac [OLD VERSION]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470287640/lockergnome'>Flex 3 Bible</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0321604164/lockergnome'>Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596522509/lockergnome'>Adobe AIR 1.5 Cookbook: Solutions and Examples for Rich Internet Application Developers</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-WhatCrossPlatformSoftwareDoYouNeed933.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/SFYBJfYz7SU&#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/SFYBJfYz7SU&#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/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li><li><a
href="http://chris.pirillo.com/cusers/" title="C:\Users">C:\Users</a></li><li><a
href="http://chris.pirillo.com/black-friday-and-cyber-monday-software-coupons/" title="Black Friday and Cyber Monday Software Coupons">Black Friday and Cyber Monday Software Coupons</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-install-your-favorite-windows-software/" title="How to Install Your Favorite Windows Software">How to Install Your Favorite Windows Software</a></li><li><a
href="http://chris.pirillo.com/are-you-a-pack-rat/" title="Are You a Pack Rat?">Are You a Pack Rat?</a></li><li><a
href="http://chris.pirillo.com/what-are-you-downloading/" title="What are You Downloading?">What are You Downloading?</a></li><li><a
href="http://chris.pirillo.com/will-code-for-green/" title="Will Code for Green ">Will Code for Green </a></li><li><a
href="http://chris.pirillo.com/discounts-for-os-x-and-windows-mariner-software/" title="Discounts for OS X and Windows: Mariner Software">Discounts for OS X and Windows: Mariner Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-freeware-games-can-you-download/" title="What Cross-Platform Freeware Games Can You Download?">What Cross-Platform Freeware Games Can You Download?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/">What Cross-Platform Software do you Need?</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/SFYBJfYz7SU"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/SFYBJfYz7SU" type="application/x-shockwave-flash" wmode="transparent" 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>You guys know that I&#8217;m a cross-platform Gnomie. I became addicted to software at a very young age, like many of you. I found myself floating between operating systems more often, and looking for developers who created software that was workable no matter what environment I was in at the time.</p><p>I recently found a need for a renaming utility for Mac OS X, because the batch renaming utility is pretty lacking, especially in comparison to Vista. I happened to come across <a
href="http://www.publicspace.net/">PublicSpace</a> online. On their site, I found <a
href="http://www.publicspace.net/ABetterFinderRename/index.html">A Better File Rename</a>. Better yet, there&#8217;s a <a
href="http://www.publicspace.net/windows/BetterFileRename/index.html">Windows equivalent</a>! They have a few other utilities as well.</p><p>One that I&#8217;m really excited to talk to you about is called <a
href="http://www.publicspace.net/MacBreakZ/index.html">MacBreakZ</a>. This is only available for Mac OS X, so no luck for Windows folks at this point. What this will do is run and remind you that you need to get up from your computer and stretch or take a break. It even gives you examples of different stretches you can do. Their tag line is &#8220;Making Healthy Computing Fun&#8221;.</p><blockquote><p> Computer-related health problems ranging from eyestrain, headaches, neck, wrist, elbow and back pain to more serious Repetitive Strain Injuries (RSI), including carpal tunnel syndrome, writer&#8217;s cramp, tendonitis, etc. are the result of inappropriate computer use.</p><p>MacBreakZ offers a unique way of acquiring ergonomic skills that can save you a lot of discomfort and shield you from serious health and career-threatening injury.</p></blockquote><p>I&#8217;m always looking for new software I can test out, especially if there&#8217;s equivalents for more than one operating system. Feel free to pass along anything you think I might be interested in checking out.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IFXF6I/lockergnome'>DS4700 Vmware Esx Host Kit</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000AYS9JK/lockergnome'>IBM SSD VMware VirtualCenter &#8211; media and documentation set ( 4817MEX )</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q72JB8/lockergnome'>VMware Fusion 3</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F5VBRU/lockergnome'>VMware Fusion 2 [OLD VERSION]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001K6OEV4/lockergnome'>Parallels Desktop 4.0 for Mac [OLD VERSION]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470287640/lockergnome'>Flex 3 Bible</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0321604164/lockergnome'>Developing Hybrid Applications for the iPhone: Using HTML, CSS, and JavaScript to Build Dynamic Apps for the iPhone</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596522509/lockergnome'>Adobe AIR 1.5 Cookbook: Solutions and Examples for Rich Internet Application Developers</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-WhatCrossPlatformSoftwareDoYouNeed933.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/SFYBJfYz7SU&#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/SFYBJfYz7SU&#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/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li><li><a
href="http://chris.pirillo.com/cusers/" title="C:\Users">C:\Users</a></li><li><a
href="http://chris.pirillo.com/black-friday-and-cyber-monday-software-coupons/" title="Black Friday and Cyber Monday Software Coupons">Black Friday and Cyber Monday Software Coupons</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-install-your-favorite-windows-software/" title="How to Install Your Favorite Windows Software">How to Install Your Favorite Windows Software</a></li><li><a
href="http://chris.pirillo.com/are-you-a-pack-rat/" title="Are You a Pack Rat?">Are You a Pack Rat?</a></li><li><a
href="http://chris.pirillo.com/what-are-you-downloading/" title="What are You Downloading?">What are You Downloading?</a></li><li><a
href="http://chris.pirillo.com/will-code-for-green/" title="Will Code for Green ">Will Code for Green </a></li><li><a
href="http://chris.pirillo.com/discounts-for-os-x-and-windows-mariner-software/" title="Discounts for OS X and Windows: Mariner Software">Discounts for OS X and Windows: Mariner Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-freeware-games-can-you-download/" title="What Cross-Platform Freeware Games Can You Download?">What Cross-Platform Freeware Games Can You Download?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/what-cross-platform-software-do-you-need/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Game Developer Programming Suggestions</title><link>http://chris.pirillo.com/game-developer-programming-suggestions/</link> <comments>http://chris.pirillo.com/game-developer-programming-suggestions/#comments</comments> <pubDate>Fri, 08 Feb 2008 02:46:21 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Games]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[game]]></category> <category><![CDATA[gaming]]></category> <category><![CDATA[programming]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2008/02/07/game-developer-programming-suggestions/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/">Game Developer Programming Suggestions</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/EWcCyZ4hudM"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/EWcCyZ4hudM" 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>Are you interested in become a gaming Programmer? Scott called in the other night when the phone lines were open. He wants to get into game development, and isn&#8217;t sure what Programming language he should begin to learn at first.</p><p>I feel he should start simple, and download <a
href="http://msdn.microsoft.com/vstudio/">Visual Studio</a>. I know some in the chat room are suggesting different variations of C&#8230; but I recommend Visual Studio for a reason. That reason is that it&#8217;s designed to help make games for the Xbox. You can learn that way. If you want to really dive into this field, that is one way to go. If you want to learn to walk before you run&#8230; Visual Studio is the way to go.</p><p>I have never been a programmer myself. I just go off the recommendations of others who are in that field. Find the tool that works for you. Talk to other game devs, and see what they say. Find what&#8217;s going to be comfortable for you, in an environment where you aren&#8217;t just using Notepad.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/BRADBANK/'>$50 Per Sale - Converts 10% Of Visitors - Fully Automated Forex System.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/FOREXGHOST/'>Forex Mt4 Ea ( Expert Advisor ) Robot 96% Accurate.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WKPAINFREE/'>Work Pain Free Computer Ergonomics Program.</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-GameDeveloperProgrammingSuggestions865.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/EWcCyZ4hudM&#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/EWcCyZ4hudM&#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/lux-pain-ds-game-review/" title="Lux-Pain DS Game Review">Lux-Pain DS Game Review</a></li><li><a
href="http://chris.pirillo.com/how-to-beat-video-game-addiction/" title="How to Beat Video Game Addiction">How to Beat Video Game Addiction</a></li><li><a
href="http://chris.pirillo.com/how-to-play-tetris/" title="How to Play Tetris">How to Play Tetris</a></li><li><a
href="http://chris.pirillo.com/arcade-fun/" title="Arcade Fun">Arcade Fun</a></li><li><a
href="http://chris.pirillo.com/insert-coin-game-over/" title="Insert Coin: Game Over!">Insert Coin: Game Over!</a></li><li><a
href="http://chris.pirillo.com/tetris-game-without-a-download-netris/" title="Tetris Game Without a Download: Netris!">Tetris Game Without a Download: Netris!</a></li><li><a
href="http://chris.pirillo.com/shopping-for-wii-accessories/" title="Shopping for Wii Accessories">Shopping for Wii Accessories</a></li><li><a
href="http://chris.pirillo.com/how-to-make-games/" title="How to Make Games">How to Make Games</a></li><li><a
href="http://chris.pirillo.com/mass-effect-xbox-360-game-sneak-preview/" title="Mass Effect: Xbox 360 Game Sneak Preview">Mass Effect: Xbox 360 Game Sneak Preview</a></li><li><a
href="http://chris.pirillo.com/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/">Game Developer Programming Suggestions</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/EWcCyZ4hudM"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/EWcCyZ4hudM" 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>Are you interested in become a gaming Programmer? Scott called in the other night when the phone lines were open. He wants to get into game development, and isn&#8217;t sure what Programming language he should begin to learn at first.</p><p>I feel he should start simple, and download <a
href="http://msdn.microsoft.com/vstudio/">Visual Studio</a>. I know some in the chat room are suggesting different variations of C&#8230; but I recommend Visual Studio for a reason. That reason is that it&#8217;s designed to help make games for the Xbox. You can learn that way. If you want to really dive into this field, that is one way to go. If you want to learn to walk before you run&#8230; Visual Studio is the way to go.</p><p>I have never been a programmer myself. I just go off the recommendations of others who are in that field. Find the tool that works for you. Talk to other game devs, and see what they say. Find what&#8217;s going to be comfortable for you, in an environment where you aren&#8217;t just using Notepad.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/BRADBANK/'>$50 Per Sale - Converts 10% Of Visitors - Fully Automated Forex System.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/FOREXGHOST/'>Forex Mt4 Ea ( Expert Advisor ) Robot 96% Accurate.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WKPAINFREE/'>Work Pain Free Computer Ergonomics Program.</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-GameDeveloperProgrammingSuggestions865.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/EWcCyZ4hudM&#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/EWcCyZ4hudM&#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/lux-pain-ds-game-review/" title="Lux-Pain DS Game Review">Lux-Pain DS Game Review</a></li><li><a
href="http://chris.pirillo.com/how-to-beat-video-game-addiction/" title="How to Beat Video Game Addiction">How to Beat Video Game Addiction</a></li><li><a
href="http://chris.pirillo.com/how-to-play-tetris/" title="How to Play Tetris">How to Play Tetris</a></li><li><a
href="http://chris.pirillo.com/arcade-fun/" title="Arcade Fun">Arcade Fun</a></li><li><a
href="http://chris.pirillo.com/insert-coin-game-over/" title="Insert Coin: Game Over!">Insert Coin: Game Over!</a></li><li><a
href="http://chris.pirillo.com/tetris-game-without-a-download-netris/" title="Tetris Game Without a Download: Netris!">Tetris Game Without a Download: Netris!</a></li><li><a
href="http://chris.pirillo.com/shopping-for-wii-accessories/" title="Shopping for Wii Accessories">Shopping for Wii Accessories</a></li><li><a
href="http://chris.pirillo.com/how-to-make-games/" title="How to Make Games">How to Make Games</a></li><li><a
href="http://chris.pirillo.com/mass-effect-xbox-360-game-sneak-preview/" title="Mass Effect: Xbox 360 Game Sneak Preview">Mass Effect: Xbox 360 Game Sneak Preview</a></li><li><a
href="http://chris.pirillo.com/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/game-developer-programming-suggestions/feed/</wfw:commentRss> <slash:comments>34</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-GameDeveloperProgrammingSuggestions865.mp4" length="7077951" type="video/mp4" /> </item> <item><title>Users vs. Developers</title><link>http://chris.pirillo.com/users-vs-developers/</link> <comments>http://chris.pirillo.com/users-vs-developers/#comments</comments> <pubDate>Fri, 23 Jun 2006 04:22:00 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[application]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[development]]></category> <category><![CDATA[program]]></category> <category><![CDATA[programmers]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[software-development]]></category> <category><![CDATA[tool]]></category> <category><![CDATA[user]]></category> <category><![CDATA[user-experience]]></category> <category><![CDATA[user-interface]]></category> <category><![CDATA[users]]></category> <category><![CDATA[utility]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/06/22/users-vs-developers/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/users-vs-developers/">Users vs. Developers</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>In prepping for my talk at <a
href="http://www.bloggercon.org/" title="BloggerCon:">BloggerCon</a> tomorrow, I thought I&#8217;d incite a riot tonight. Most of the world won&#8217;t be there, but you can tune into the live stream at some point right after lunch (when I&#8217;ll be leading the discussion). I put all of this in tonight&#8217;s Lockergnome report for the Windows Fanatics channel, but I figured it was worth repeating here&#8230; where I&#8217;m likely to get flamed out of existence.</p><p>What would the world of software be like if the inmates were running the asylum? I&#8217;d argue a lot more useful, and a lot more beautiful. But users are usually in the back seat when it comes to the evolution of a utility &#8211; from beginning to end. We have all the control in the world, but few of us ever choose to exercise that power. We are expected to treat developers like they&#8217;re gods &#8211; but they&#8217;re no more important in this cycle than the average user. Let me put it to you this way: software is useless if there isn&#8217;t anybody using it. There are certainly users who are content to take whatever programmers hand to them, but I don&#8217;t believe that this Utopian level of interaction will exist for too much longer. The world of software is getting larger by the day, and more people are finding new and different ways to improve lives with digital code. I got sick and tired of meeting programmers and developers with attitude, so I decided to get an attitude myself &#8211; as a power user. I expect better, I expect faster, I expect smarter, I expect more.</p><p>Base functionality is crucial &#8211; but I would argue that software should look twice as good as it runs (which should be fast to begin with). I&#8217;ve been labeled a &#8220;nitpicker&#8221; for pointing out font inconsistencies and pixel discrepancies. But if you don&#8217;t complain about the things you&#8217;d like to see change, how do you ever expect them to change? Developers develop, users use &#8211; but it&#8217;s up to both parties to communicate with one another. When I see a new piece of software that holds promise, I call out its shortcomings in the hopes it will be closer to perfection with the next revision. Programmers believe that they&#8217;re in charge &#8211; but I believe the true power lies within the user. Years ago, when I started Lockergnome, there were few people writing publicly about good (or bad) digital tools on the desktop or the Web. The blogosphere has since exploded with a flood of positive and negative opinions &#8211; and if you&#8217;re not a part of that revolution, then you&#8217;re missing out on an important part of history. I&#8217;ve seen countless developers struggle to get their apps recognized &#8211; but most of those same programmers suffer from an overinflated ego and miscalculation of a uesr&#8217;s wants, needs, and desires. Users don&#8217;t talk &#8211; but I&#8217;m asking you to start flappin&#8217; your electronic gums for the sake of making the software landscape better for all of us.</p><p>FWIW, I love developers &#8211; couldn&#8217;t live without &#8216;em. Can&#8217;t live with &#8216;em, either. :)<ul
class="related_post"><li><a
href="http://chris.pirillo.com/cusers/" title="C:\Users">C:\Users</a></li><li><a
href="http://chris.pirillo.com/windows-vista-rc1-a-piece-of-sith/" title="Windows Vista RC1: a Piece of Sith">Windows Vista RC1: a Piece of Sith</a></li><li><a
href="http://chris.pirillo.com/express-software/" title="Express Software">Express Software</a></li><li><a
href="http://chris.pirillo.com/65-more-windows-vista-mistakes/" title="65 More Windows Vista Mistakes">65 More Windows Vista Mistakes</a></li><li><a
href="http://chris.pirillo.com/how-to-install-your-favorite-windows-software/" title="How to Install Your Favorite Windows Software">How to Install Your Favorite Windows Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/" title="What Cross-Platform Software do you Need?">What Cross-Platform Software do you Need?</a></li><li><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/" title="Game Developer Programming Suggestions">Game Developer Programming Suggestions</a></li><li><a
href="http://chris.pirillo.com/how-can-software-be-perfect/" title="How Can Software be Perfect?">How Can Software be Perfect?</a></li><li><a
href="http://chris.pirillo.com/how-to-be-a-good-software-programmer/" title="How to be a Good Software Programmer">How to be a Good Software Programmer</a></li><li><a
href="http://chris.pirillo.com/vistas-ui-is-better-than-this/" title="Vista&#8217;s UI is Better Than This!?">Vista&#8217;s UI is Better Than This!?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/users-vs-developers/">Users vs. Developers</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>In prepping for my talk at <a
href="http://www.bloggercon.org/" title="BloggerCon:">BloggerCon</a> tomorrow, I thought I&#8217;d incite a riot tonight. Most of the world won&#8217;t be there, but you can tune into the live stream at some point right after lunch (when I&#8217;ll be leading the discussion). I put all of this in tonight&#8217;s Lockergnome report for the Windows Fanatics channel, but I figured it was worth repeating here&#8230; where I&#8217;m likely to get flamed out of existence.</p><p>What would the world of software be like if the inmates were running the asylum? I&#8217;d argue a lot more useful, and a lot more beautiful. But users are usually in the back seat when it comes to the evolution of a utility &#8211; from beginning to end. We have all the control in the world, but few of us ever choose to exercise that power. We are expected to treat developers like they&#8217;re gods &#8211; but they&#8217;re no more important in this cycle than the average user. Let me put it to you this way: software is useless if there isn&#8217;t anybody using it. There are certainly users who are content to take whatever programmers hand to them, but I don&#8217;t believe that this Utopian level of interaction will exist for too much longer. The world of software is getting larger by the day, and more people are finding new and different ways to improve lives with digital code. I got sick and tired of meeting programmers and developers with attitude, so I decided to get an attitude myself &#8211; as a power user. I expect better, I expect faster, I expect smarter, I expect more.</p><p>Base functionality is crucial &#8211; but I would argue that software should look twice as good as it runs (which should be fast to begin with). I&#8217;ve been labeled a &#8220;nitpicker&#8221; for pointing out font inconsistencies and pixel discrepancies. But if you don&#8217;t complain about the things you&#8217;d like to see change, how do you ever expect them to change? Developers develop, users use &#8211; but it&#8217;s up to both parties to communicate with one another. When I see a new piece of software that holds promise, I call out its shortcomings in the hopes it will be closer to perfection with the next revision. Programmers believe that they&#8217;re in charge &#8211; but I believe the true power lies within the user. Years ago, when I started Lockergnome, there were few people writing publicly about good (or bad) digital tools on the desktop or the Web. The blogosphere has since exploded with a flood of positive and negative opinions &#8211; and if you&#8217;re not a part of that revolution, then you&#8217;re missing out on an important part of history. I&#8217;ve seen countless developers struggle to get their apps recognized &#8211; but most of those same programmers suffer from an overinflated ego and miscalculation of a uesr&#8217;s wants, needs, and desires. Users don&#8217;t talk &#8211; but I&#8217;m asking you to start flappin&#8217; your electronic gums for the sake of making the software landscape better for all of us.</p><p>FWIW, I love developers &#8211; couldn&#8217;t live without &#8216;em. Can&#8217;t live with &#8216;em, either. :)<ul
class="related_post"><li><a
href="http://chris.pirillo.com/cusers/" title="C:\Users">C:\Users</a></li><li><a
href="http://chris.pirillo.com/windows-vista-rc1-a-piece-of-sith/" title="Windows Vista RC1: a Piece of Sith">Windows Vista RC1: a Piece of Sith</a></li><li><a
href="http://chris.pirillo.com/express-software/" title="Express Software">Express Software</a></li><li><a
href="http://chris.pirillo.com/65-more-windows-vista-mistakes/" title="65 More Windows Vista Mistakes">65 More Windows Vista Mistakes</a></li><li><a
href="http://chris.pirillo.com/how-to-install-your-favorite-windows-software/" title="How to Install Your Favorite Windows Software">How to Install Your Favorite Windows Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/" title="What Cross-Platform Software do you Need?">What Cross-Platform Software do you Need?</a></li><li><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/" title="Game Developer Programming Suggestions">Game Developer Programming Suggestions</a></li><li><a
href="http://chris.pirillo.com/how-can-software-be-perfect/" title="How Can Software be Perfect?">How Can Software be Perfect?</a></li><li><a
href="http://chris.pirillo.com/how-to-be-a-good-software-programmer/" title="How to be a Good Software Programmer">How to be a Good Software Programmer</a></li><li><a
href="http://chris.pirillo.com/vistas-ui-is-better-than-this/" title="Vista&#8217;s UI is Better Than This!?">Vista&#8217;s UI is Better Than This!?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/users-vs-developers/feed/</wfw:commentRss> <slash:comments>34</slash:comments> </item> <item><title>C:\Users</title><link>http://chris.pirillo.com/cusers/</link> <comments>http://chris.pirillo.com/cusers/#comments</comments> <pubDate>Wed, 31 May 2006 21:24:23 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[passionate]]></category> <category><![CDATA[power-user]]></category> <category><![CDATA[programmer]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[software-developer]]></category> <category><![CDATA[software-development]]></category> <category><![CDATA[user]]></category> <category><![CDATA[users]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/05/31/cusers/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/cusers/">C:\Users</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>As <a
href="http://www.scripting.com/2006/05/30.html#When:1:02:51AM">Dave mentioned</a> the other day, I&#8217;m leading a discussion on the power of users at <a
href="http://www.bloggercon.org/">BloggerCon IV</a>. Take a look at my recent string of Windows Vista and Office 2007 posts. Try to look past the &#8220;Chris is really ripping apart Microsoft&#8217;s flagship products&#8221; angle, focusing instead on the &#8220;Chris is really a passionate user&#8221; position. This is the foundation of our impending BloggerCon discussion. As a blogger, you have tremendous opportunities to tell developers what you need, what you expect, and what you want. You are the user &#8211; power or casual. If you don&#8217;t stand up for yourself, nobody&#8217;s going to do it for you. And contrary to popular belief, developers aren&#8217;t gods &#8211; and neither are users. If this is a real ecosystem, we need balance where none currently exists. Problem is, as users, we have to deal with the developers &#8211; who don&#8217;t always see the world from a user&#8217;s perspective. I&#8217;m not suggesting a revolution &#8211; I&#8217;m merely asking for other passionate users to start speaking up for the things they care about. I want to know if I&#8217;m the only user out there who isn&#8217;t afraid to say something (right or wrong) about the applications I work with (good or bad).<ul
class="related_post"><li><a
href="http://chris.pirillo.com/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li><li><a
href="http://chris.pirillo.com/express-software/" title="Express Software">Express Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/" title="What Cross-Platform Software do you Need?">What Cross-Platform Software do you Need?</a></li><li><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/" title="Game Developer Programming Suggestions">Game Developer Programming Suggestions</a></li><li><a
href="http://chris.pirillo.com/how-can-software-be-perfect/" title="How Can Software be Perfect?">How Can Software be Perfect?</a></li><li><a
href="http://chris.pirillo.com/how-to-be-a-good-software-programmer/" title="How to be a Good Software Programmer">How to be a Good Software Programmer</a></li><li><a
href="http://chris.pirillo.com/windows-vista-rc1-a-piece-of-sith/" title="Windows Vista RC1: a Piece of Sith">Windows Vista RC1: a Piece of Sith</a></li><li><a
href="http://chris.pirillo.com/black-friday-and-cyber-monday-software-coupons/" title="Black Friday and Cyber Monday Software Coupons">Black Friday and Cyber Monday Software Coupons</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/create-your-own-wordpress-themes/" title="Create Your Own WordPress Themes">Create Your Own WordPress Themes</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/cusers/">C:\Users</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>As <a
href="http://www.scripting.com/2006/05/30.html#When:1:02:51AM">Dave mentioned</a> the other day, I&#8217;m leading a discussion on the power of users at <a
href="http://www.bloggercon.org/">BloggerCon IV</a>. Take a look at my recent string of Windows Vista and Office 2007 posts. Try to look past the &#8220;Chris is really ripping apart Microsoft&#8217;s flagship products&#8221; angle, focusing instead on the &#8220;Chris is really a passionate user&#8221; position. This is the foundation of our impending BloggerCon discussion. As a blogger, you have tremendous opportunities to tell developers what you need, what you expect, and what you want. You are the user &#8211; power or casual. If you don&#8217;t stand up for yourself, nobody&#8217;s going to do it for you. And contrary to popular belief, developers aren&#8217;t gods &#8211; and neither are users. If this is a real ecosystem, we need balance where none currently exists. Problem is, as users, we have to deal with the developers &#8211; who don&#8217;t always see the world from a user&#8217;s perspective. I&#8217;m not suggesting a revolution &#8211; I&#8217;m merely asking for other passionate users to start speaking up for the things they care about. I want to know if I&#8217;m the only user out there who isn&#8217;t afraid to say something (right or wrong) about the applications I work with (good or bad).<ul
class="related_post"><li><a
href="http://chris.pirillo.com/users-vs-developers/" title="Users vs. Developers">Users vs. Developers</a></li><li><a
href="http://chris.pirillo.com/express-software/" title="Express Software">Express Software</a></li><li><a
href="http://chris.pirillo.com/what-cross-platform-software-do-you-need/" title="What Cross-Platform Software do you Need?">What Cross-Platform Software do you Need?</a></li><li><a
href="http://chris.pirillo.com/game-developer-programming-suggestions/" title="Game Developer Programming Suggestions">Game Developer Programming Suggestions</a></li><li><a
href="http://chris.pirillo.com/how-can-software-be-perfect/" title="How Can Software be Perfect?">How Can Software be Perfect?</a></li><li><a
href="http://chris.pirillo.com/how-to-be-a-good-software-programmer/" title="How to be a Good Software Programmer">How to be a Good Software Programmer</a></li><li><a
href="http://chris.pirillo.com/windows-vista-rc1-a-piece-of-sith/" title="Windows Vista RC1: a Piece of Sith">Windows Vista RC1: a Piece of Sith</a></li><li><a
href="http://chris.pirillo.com/black-friday-and-cyber-monday-software-coupons/" title="Black Friday and Cyber Monday Software Coupons">Black Friday and Cyber Monday Software Coupons</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/create-your-own-wordpress-themes/" title="Create Your Own WordPress Themes">Create Your Own WordPress Themes</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/cusers/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </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/159 queries in 0.309 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.62 @ 2009-11-24 10:43:46 -->