<?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; coding</title> <atom:link href="http://chris.pirillo.com/tag/coding/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 11:47:47 +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>Tips for Programming and PHP</title><link>http://chris.pirillo.com/tips-for-programming-and-php/</link> <comments>http://chris.pirillo.com/tips-for-programming-and-php/#comments</comments> <pubDate>Wed, 01 Jul 2009 01:40:24 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[php]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tricks]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13591</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/tips-for-programming-and-php/">Tips for Programming and PHP</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><em><a
href="http://geeks.pirillo.com/">Community</a> member &#8220;a_v58&#8243; sent me a short list of PHP tips. These days, people are rabid in their thirst to learn more about PHP. If you want to become a programmer, you should know what you&#8217;re doing when it comes to PHP. The following tips were sent in to me by Andrew. They are solid tips, so I wanted to pass them along to all of you. </em></p><ul><li>Don’t be tempted to use packets such as WAMP or XAMPP that install and configure Apache, PHP, MySQL for you automatically. You&#8217;ll learn more by installing them one-by-one and configuring them manually. After a quick Google search,  you’ll find a list of recommended configurations for PHP and/or Apache &#8211; depending whether your machine is a server or a development machine. I recommend installing in this order: MySQL, Apache, PHP.<ol>A small suggestion to check if all 3 were installed and configured correctly: place a small PHP script in the .htdocs directory of Apache in which you call the phpinfo function, as well as one function from every extension (MySQL, cURL, Java, etc.). If there are no warnings or errors, everything should be fine.</ol><ol>For fewer headaches and happier programming, I also strongly recommend using an IDE such as EclipsePHP (which can be found at <a
href="http://eclipse.org" title="http://eclipse.org" target="_blank">eclipse.org</a>) or Zend. You might also look into xDebug.</ol></li><li>Remember to sanitize your database inputs. To avoid this, understand what this is and how this works. Google or read on Wikipedia for &#8220;<a
href="http://en.wikipedia.org/wiki/SQL_injection">SQL injection</a>.&#8221; Use functions such as &#8216;addslashes&#8217; and &#8216;get_magic_quotes_gpc.&#8217;</li><li>When you think you did everything right and you don’t understand why something isn&#8217;t working, look at your code carefully, debug it, and possibly run a &#8216;var_dump&#8217; on all the variables to see whether something is faulty. If you still can’t figure it out, take a break and get some fresh air. Come back to the problem with a clear mind.</li><li>Don’t be afraid to ask on <a
href="http://geeks.pirillo.com/">forums</a> or the community questions. Remember: there are no stupid questions. However, if for every little mistake you ask, and you don&#8217;t figure a couple of questions on your own&#8230; no offense: programming may not be right for you.</li><li>Why choose PHP? It has a syntax similar to C/C++ (which are some of the used frequently for desktop applications. <a
href="http://PHP.net" title="http://PHP.net" target="_blank">PHP.net</a> has almost everything you might need to know &#8211; including examples and user-contributed notes (which may contain exactly what you need).</li><li>When somebody asks you a question, don’t be afraid to answer. You’ll either help that person by teaching him or her something new (or be corrected by someone with more experience &#8211; in which case, you’ll learn something new).</li></ul><p>Sure, it&#8217;s a starter list of tips &#8211; extremely rudimentary for some. That&#8217;s where you have the opportunity to suggest your own PHP starter tips in the comments stream below. :)<ul
class="related_post"><li><a
href="http://chris.pirillo.com/smokey-eyes/" title="Smokey Eyes">Smokey Eyes</a></li><li><a
href="http://chris.pirillo.com/geek-eye-for-the-sloppy-guy-a-beginning/" title="Geek Eye for the Sloppy Guy &#8211; a Beginning">Geek Eye for the Sloppy Guy &#8211; a Beginning</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li><li><a
href="http://chris.pirillo.com/tips-for-internet-newbies-and-general-reminders/" title="Tips for Internet Newbies (and General Reminders)">Tips for Internet Newbies (and General Reminders)</a></li><li><a
href="http://chris.pirillo.com/how-to-sell-on-ebay/" title="How to Sell on Ebay">How to Sell on Ebay</a></li><li><a
href="http://chris.pirillo.com/simple-ebay-guide/" title="Simple Ebay Guide">Simple Ebay Guide</a></li><li><a
href="http://chris.pirillo.com/online-shopping-tips-and-tricks/" title="Online Shopping Tips and Tricks">Online Shopping Tips and Tricks</a></li><li><a
href="http://chris.pirillo.com/remember-to-write-it-down/" title="Remember to Write it Down">Remember to Write it Down</a></li><li><a
href="http://chris.pirillo.com/hey-hey-san-jose/" title="Hey Hey, San Jose!">Hey Hey, San Jose!</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/tips-for-programming-and-php/">Tips for Programming and PHP</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><em><a
href="http://geeks.pirillo.com/">Community</a> member &#8220;a_v58&#8243; sent me a short list of PHP tips. These days, people are rabid in their thirst to learn more about PHP. If you want to become a programmer, you should know what you&#8217;re doing when it comes to PHP. The following tips were sent in to me by Andrew. They are solid tips, so I wanted to pass them along to all of you. </em></p><ul><li>Don’t be tempted to use packets such as WAMP or XAMPP that install and configure Apache, PHP, MySQL for you automatically. You&#8217;ll learn more by installing them one-by-one and configuring them manually. After a quick Google search,  you’ll find a list of recommended configurations for PHP and/or Apache &#8211; depending whether your machine is a server or a development machine. I recommend installing in this order: MySQL, Apache, PHP.<ol>A small suggestion to check if all 3 were installed and configured correctly: place a small PHP script in the .htdocs directory of Apache in which you call the phpinfo function, as well as one function from every extension (MySQL, cURL, Java, etc.). If there are no warnings or errors, everything should be fine.</ol><ol>For fewer headaches and happier programming, I also strongly recommend using an IDE such as EclipsePHP (which can be found at <a
href="http://eclipse.org" title="http://eclipse.org" target="_blank">eclipse.org</a>) or Zend. You might also look into xDebug.</ol></li><li>Remember to sanitize your database inputs. To avoid this, understand what this is and how this works. Google or read on Wikipedia for &#8220;<a
href="http://en.wikipedia.org/wiki/SQL_injection">SQL injection</a>.&#8221; Use functions such as &#8216;addslashes&#8217; and &#8216;get_magic_quotes_gpc.&#8217;</li><li>When you think you did everything right and you don’t understand why something isn&#8217;t working, look at your code carefully, debug it, and possibly run a &#8216;var_dump&#8217; on all the variables to see whether something is faulty. If you still can’t figure it out, take a break and get some fresh air. Come back to the problem with a clear mind.</li><li>Don’t be afraid to ask on <a
href="http://geeks.pirillo.com/">forums</a> or the community questions. Remember: there are no stupid questions. However, if for every little mistake you ask, and you don&#8217;t figure a couple of questions on your own&#8230; no offense: programming may not be right for you.</li><li>Why choose PHP? It has a syntax similar to C/C++ (which are some of the used frequently for desktop applications. <a
href="http://PHP.net" title="http://PHP.net" target="_blank">PHP.net</a> has almost everything you might need to know &#8211; including examples and user-contributed notes (which may contain exactly what you need).</li><li>When somebody asks you a question, don’t be afraid to answer. You’ll either help that person by teaching him or her something new (or be corrected by someone with more experience &#8211; in which case, you’ll learn something new).</li></ul><p>Sure, it&#8217;s a starter list of tips &#8211; extremely rudimentary for some. That&#8217;s where you have the opportunity to suggest your own PHP starter tips in the comments stream below. :)<ul
class="related_post"><li><a
href="http://chris.pirillo.com/smokey-eyes/" title="Smokey Eyes">Smokey Eyes</a></li><li><a
href="http://chris.pirillo.com/geek-eye-for-the-sloppy-guy-a-beginning/" title="Geek Eye for the Sloppy Guy &#8211; a Beginning">Geek Eye for the Sloppy Guy &#8211; a Beginning</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li><li><a
href="http://chris.pirillo.com/tips-for-internet-newbies-and-general-reminders/" title="Tips for Internet Newbies (and General Reminders)">Tips for Internet Newbies (and General Reminders)</a></li><li><a
href="http://chris.pirillo.com/how-to-sell-on-ebay/" title="How to Sell on Ebay">How to Sell on Ebay</a></li><li><a
href="http://chris.pirillo.com/simple-ebay-guide/" title="Simple Ebay Guide">Simple Ebay Guide</a></li><li><a
href="http://chris.pirillo.com/online-shopping-tips-and-tricks/" title="Online Shopping Tips and Tricks">Online Shopping Tips and Tricks</a></li><li><a
href="http://chris.pirillo.com/remember-to-write-it-down/" title="Remember to Write it Down">Remember to Write it Down</a></li><li><a
href="http://chris.pirillo.com/hey-hey-san-jose/" title="Hey Hey, San Jose!">Hey Hey, San Jose!</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/tips-for-programming-and-php/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Will Code for Green: Make Money!</title><link>http://chris.pirillo.com/will-code-for-green-make-money/</link> <comments>http://chris.pirillo.com/will-code-for-green-make-money/#comments</comments> <pubDate>Thu, 18 Jun 2009 11:40:34 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Community]]></category> <category><![CDATA[Education]]></category> <category><![CDATA[Financial]]></category> <category><![CDATA[Giveaway]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[bing]]></category> <category><![CDATA[code-for-green]]></category> <category><![CDATA[codeforgreen]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[ecology]]></category> <category><![CDATA[economy]]></category> <category><![CDATA[Gnomedex]]></category> <category><![CDATA[Microsoft]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13491</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/will-code-for-green-make-money/">Will Code for Green: Make Money!</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/WSIAL_wyB_8&#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/WSIAL_wyB_8&#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>As you know, I&#8217;ve been hosting my <a
href="http://www.gnomedex.com">Gnomedex</a> conference for the past nine years. We have just found out that this year, we will be sponsored by Microsoft Bing. I have some big news to go along with this&#8230; we&#8217;ll be giving away two grand prizes &#8211; $10,000.00!!! You have to <a
href="http://willcodeforgreen.gnomedex.com/">use the Bing API</a> to either help people save money, or be more environmentally friendly.</p><p>Enter the <a
href="http://willcodeforgreen.gnomedex.com/">Will Code for Green!</a> developer contest. If your economy or ecology-themed web application is chosen as one of the two grand prize winners at Gnomedex in August, you&#8217;ll win $10,000!! No, that isn&#8217;t a typo. I said <strong>TEN! THOUSAND! DOLLARS!</strong>.</p><p>Even if you aren&#8217;t a developer, you may have a great idea about how to make the world a greener place &#8211; or help people save money. Grab a dev friend, and share the project&#8230; and the prize! There will also be three runner-up prizes of $3000.00 each so get to creating!</p><p>Change the world. Make some money. What&#8217;s wrong with that?</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-WillCodeForGreenMakeMoney744.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/WSIAL_wyB_8&#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/WSIAL_wyB_8&#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/bing-pong/" title="Bing Pong!">Bing Pong!</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-2009-for-99/" title="Gnomedex 2009 for $99?!">Gnomedex 2009 for $99?!</a></li><li><a
href="http://chris.pirillo.com/gnomedex-web-site-overhauled/" title="Gnomedex Web Site Overhauled">Gnomedex Web Site Overhauled</a></li><li><a
href="http://chris.pirillo.com/gnomedex-diamond-sponsorship/" title="Gnomedex Diamond Sponsorship">Gnomedex Diamond Sponsorship</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/todd-friesen-confessions-of-a-reformed-spammer/" title="Todd Friesen &#8211; Confessions of a Reformed Spammer">Todd Friesen &#8211; Confessions of a Reformed Spammer</a></li><li><a
href="http://chris.pirillo.com/gnomedex-9-photo-awards-with-kris-krug/" title="Gnomedex 9 Photo Awards with Kris Krug">Gnomedex 9 Photo Awards with Kris Krug</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></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/will-code-for-green-make-money/">Will Code for Green: Make Money!</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/WSIAL_wyB_8&#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/WSIAL_wyB_8&#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>As you know, I&#8217;ve been hosting my <a
href="http://www.gnomedex.com">Gnomedex</a> conference for the past nine years. We have just found out that this year, we will be sponsored by Microsoft Bing. I have some big news to go along with this&#8230; we&#8217;ll be giving away two grand prizes &#8211; $10,000.00!!! You have to <a
href="http://willcodeforgreen.gnomedex.com/">use the Bing API</a> to either help people save money, or be more environmentally friendly.</p><p>Enter the <a
href="http://willcodeforgreen.gnomedex.com/">Will Code for Green!</a> developer contest. If your economy or ecology-themed web application is chosen as one of the two grand prize winners at Gnomedex in August, you&#8217;ll win $10,000!! No, that isn&#8217;t a typo. I said <strong>TEN! THOUSAND! DOLLARS!</strong>.</p><p>Even if you aren&#8217;t a developer, you may have a great idea about how to make the world a greener place &#8211; or help people save money. Grab a dev friend, and share the project&#8230; and the prize! There will also be three runner-up prizes of $3000.00 each so get to creating!</p><p>Change the world. Make some money. What&#8217;s wrong with that?</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-WillCodeForGreenMakeMoney744.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/WSIAL_wyB_8&#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/WSIAL_wyB_8&#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/bing-pong/" title="Bing Pong!">Bing Pong!</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-2009-for-99/" title="Gnomedex 2009 for $99?!">Gnomedex 2009 for $99?!</a></li><li><a
href="http://chris.pirillo.com/gnomedex-web-site-overhauled/" title="Gnomedex Web Site Overhauled">Gnomedex Web Site Overhauled</a></li><li><a
href="http://chris.pirillo.com/gnomedex-diamond-sponsorship/" title="Gnomedex Diamond Sponsorship">Gnomedex Diamond Sponsorship</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/todd-friesen-confessions-of-a-reformed-spammer/" title="Todd Friesen &#8211; Confessions of a Reformed Spammer">Todd Friesen &#8211; Confessions of a Reformed Spammer</a></li><li><a
href="http://chris.pirillo.com/gnomedex-9-photo-awards-with-kris-krug/" title="Gnomedex 9 Photo Awards with Kris Krug">Gnomedex 9 Photo Awards with Kris Krug</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></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/will-code-for-green-make-money/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-WillCodeForGreenMakeMoney744.mp4" length="23350912" type="video/mp4" /> </item> <item><title>Would You Like to be a Hacker, Like in the Movies?</title><link>http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/</link> <comments>http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/#comments</comments> <pubDate>Tue, 23 Sep 2008 03:37:19 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Media Blog]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[hackety-hack]]></category> <category><![CDATA[programming]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=8332</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/">Would You Like to be a Hacker, Like in the Movies?</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/hYIhhNEFGjo"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/hYIhhNEFGjo" 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>I have a feeling life would be much easier if I could program. Sadly, I don&#8217;t sit on that side of the Geek fence. I have to rely on others to create things for me. Are you a beginning programmer, or someone who wants to try? Recently, I was doing a video on another type of programming tool when my neighbor sent me an IM. He asked me if I had ever heard of the website <a
href="http://hacketyhack.net/">HacketyHack</a>. No, I hadn&#8217;t. So of course, I set out to learn&#8230; and learn, I did!</p><blockquote><p> In the 1980s, a language called BASIC swept the countryside. It was a language beginners could use to make their computer speak, play music. You could easily draw a big smiley face or a panda or whatever you like! But not just BASIC. Other languages like: LOGO and Pascal were right there on many computers. One of Hackety Hack&#8217;s sincere pledges is to make the most common code very easy  and short. Downloading an MP3 should be one line of code. A blog should be very few.</p><p>Presently, Ruby is the only language taught by Hackety Hack. And it&#8217;s a great one to start with. Ruby was born in Japan, but has found a wealth of friends across the world. As you can see above, Ruby is a combination of simple words and punctuation.</p><p>All of this, the whole of it, is totally free to you. My wish is to spread infectious hacking smarts all over the world. And so Hackety Hack is yours forever at no cost: give it away, take it apart, learn-learn-learn without a 2nd thought.</p></blockquote><p>At this point in time, HacketyHack is only available for Windows. However, they&#8217;re working on both a Mac and Linux version. Programming has gotten overwhelming to many people, myself included. It&#8217;s just gotten so complicated and involved. The beauty of HacketyHack is that it takes the difficulty out, and makes coding simple and fun again. Anyone age 13 and up will be able to quickly grasp the basics, and be off and coding in no time.</p><p>If you&#8217;re thinking of getting into programming &#8211; or if you&#8217;ve always been too scared to try before now &#8211; download HacketyHack and give it a try.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WSCENTRAL/'>Internet Marketing Script Generator.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/IMPC07/'>Amazing Formula For Mind-Programming!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/PRAESTO/'>Subconscious Success Programming.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/KDKEYS/'>The Fastest Way To Get A Job ... 100% Guaranteed!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ADSPROG/'>Classified Ads.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/BUDCAD/'>The Site For Land Development Desktop.</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-WouldYouLikeToBeAHackerLikeInTheMovies811.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/hYIhhNEFGjo&#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/hYIhhNEFGjo&#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/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-teach-programming-to-kids/" title="How To Teach Programming To Kids">How To Teach Programming To Kids</a></li><li><a
href="http://chris.pirillo.com/have-you-ever-wanted-to-be-a-3d-game-developer/" title="Have You Ever Wanted to be a 3D Game Developer?">Have You Ever Wanted to be a 3D Game Developer?</a></li><li><a
href="http://chris.pirillo.com/what-advice-do-you-give-to-young-programmers/" title="What Advice do you Give to Young Programmers?">What Advice do you Give to Young Programmers?</a></li><li><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/how-to-learn/" title="How to Learn">How to Learn</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-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/">Would You Like to be a Hacker, Like in the Movies?</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/hYIhhNEFGjo"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/hYIhhNEFGjo" 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>I have a feeling life would be much easier if I could program. Sadly, I don&#8217;t sit on that side of the Geek fence. I have to rely on others to create things for me. Are you a beginning programmer, or someone who wants to try? Recently, I was doing a video on another type of programming tool when my neighbor sent me an IM. He asked me if I had ever heard of the website <a
href="http://hacketyhack.net/">HacketyHack</a>. No, I hadn&#8217;t. So of course, I set out to learn&#8230; and learn, I did!</p><blockquote><p> In the 1980s, a language called BASIC swept the countryside. It was a language beginners could use to make their computer speak, play music. You could easily draw a big smiley face or a panda or whatever you like! But not just BASIC. Other languages like: LOGO and Pascal were right there on many computers. One of Hackety Hack&#8217;s sincere pledges is to make the most common code very easy  and short. Downloading an MP3 should be one line of code. A blog should be very few.</p><p>Presently, Ruby is the only language taught by Hackety Hack. And it&#8217;s a great one to start with. Ruby was born in Japan, but has found a wealth of friends across the world. As you can see above, Ruby is a combination of simple words and punctuation.</p><p>All of this, the whole of it, is totally free to you. My wish is to spread infectious hacking smarts all over the world. And so Hackety Hack is yours forever at no cost: give it away, take it apart, learn-learn-learn without a 2nd thought.</p></blockquote><p>At this point in time, HacketyHack is only available for Windows. However, they&#8217;re working on both a Mac and Linux version. Programming has gotten overwhelming to many people, myself included. It&#8217;s just gotten so complicated and involved. The beauty of HacketyHack is that it takes the difficulty out, and makes coding simple and fun again. Anyone age 13 and up will be able to quickly grasp the basics, and be off and coding in no time.</p><p>If you&#8217;re thinking of getting into programming &#8211; or if you&#8217;ve always been too scared to try before now &#8211; download HacketyHack and give it a try.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WSCENTRAL/'>Internet Marketing Script Generator.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/IMPC07/'>Amazing Formula For Mind-Programming!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/PRAESTO/'>Subconscious Success Programming.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/KDKEYS/'>The Fastest Way To Get A Job ... 100% Guaranteed!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ADSPROG/'>Classified Ads.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/BUDCAD/'>The Site For Land Development Desktop.</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-WouldYouLikeToBeAHackerLikeInTheMovies811.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/hYIhhNEFGjo&#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/hYIhhNEFGjo&#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/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-teach-programming-to-kids/" title="How To Teach Programming To Kids">How To Teach Programming To Kids</a></li><li><a
href="http://chris.pirillo.com/have-you-ever-wanted-to-be-a-3d-game-developer/" title="Have You Ever Wanted to be a 3D Game Developer?">Have You Ever Wanted to be a 3D Game Developer?</a></li><li><a
href="http://chris.pirillo.com/what-advice-do-you-give-to-young-programmers/" title="What Advice do you Give to Young Programmers?">What Advice do you Give to Young Programmers?</a></li><li><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/how-to-learn/" title="How to Learn">How to Learn</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-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-WouldYouLikeToBeAHackerLikeInTheMovies811.mp4" length="8288999" type="video/mp4" /> </item> <item><title>Top Ten Tips for Web Site Design</title><link>http://chris.pirillo.com/top-ten-tips-for-website-design/</link> <comments>http://chris.pirillo.com/top-ten-tips-for-website-design/#comments</comments> <pubDate>Tue, 26 Feb 2008 10:38:04 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[html]]></category> <category><![CDATA[mockup]]></category> <category><![CDATA[testing]]></category> <category><![CDATA[web-design]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2008/02/26/top-ten-tips-for-website-design/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/">Top Ten Tips for Web Site Design</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Alec is a regular member of our <a
href="http://live.pirillo.com">live community</a>. Recently, he sent me his top 10 list of tips to help you with good Web Design. Even though I wasn&#8217;t able to do a video on this email, I wanted to pass them along to all of you.</p><ol><li><strong>Why?</strong> Why do you need a site? What do you need to do? Get more leads? Sales? Votes? Look cool? Will search engines be important? If you can&#8217;t answer, better wait until you have a strategic plan for your company overall.</li><li><strong>Audience.</strong> Before anything else, you have to figure out who you&#8217;re creating your site for. What are the 1-4 questions they&#8217;ll have in their heads that, if answered, will mean they&#8217;re going to call, buy, or take whatever action they need to?</li><li><strong>Architecture.</strong> Create the site map. The map shows how your site will be structured. It could be fancy and complex, or simple. It could be drawn on a napkin, even. Just so long as it provides a rational structure for your presence.</li><li><strong>Wireframe.</strong> Then show where stuff will go on each page. Think of this as a site map, but for each page (a page map?).</li><li><strong>Design.</strong> Create the pretty stuff. This is what most folks call &#8216;Web site design&#8217;. Notice that it&#8217;s step 4? A lot of thinking goes into this, making sure that the way the site looks fits the site&#8217;s role.</li><li><strong>Mockup.</strong> Take the design and turn it into a set of Web page templates that you can view in your Web browser. The mockup is the model for the site. It shows how drop downs will work, and how processes like checkout or information requests will look.</li><li><strong>Test the Mockup.</strong> Then test the mockup. Is it standards-compliant? Does it look good in all major browsers? Does it present the most search-friendly and accessible information structure to the Internet? This is the chance to test before you build the site.</li><li><strong>Add the Tools.</strong> If you&#8217;re using a content management system (CMS), then the developers go to work, adding the mockup templates to the system. If you&#8217;re collecting leads, they&#8217;ll build the database and code to handle that, too. Finally, they&#8217;ll make sure you&#8217;re equipped for analytics.</li><li><strong>Add the Content.</strong> Type in the content, lay out each page, and check for spelling errors, etc.. If search engine optimization matters, tweak the content for best keyword richness.</li><li><strong>Test, Test, and more Test.</strong> Test the site for errors (broken links, crashes, and server errors) and bugs (sneaky things that aren&#8217;t immediately evident, like, say, your shopping cart not storing the ZIP code on orders).</li></ol><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/how-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li><li><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/" title="Aptana Studio Web Development IDE">Aptana Studio Web Development IDE</a></li><li><a
href="http://chris.pirillo.com/mnemonic-web-design/" title="Mnemonic Web Design">Mnemonic Web Design</a></li><li><a
href="http://chris.pirillo.com/wooden-background-truly-dead/" title="Wooden Background Truly Dead">Wooden Background Truly Dead</a></li><li><a
href="http://chris.pirillo.com/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li><li><a
href="http://chris.pirillo.com/wicketpixie-wordpress-theme-screencast/" title="WicketPixie WordPress Theme Screencast">WicketPixie WordPress Theme Screencast</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/">Top Ten Tips for Web Site Design</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Alec is a regular member of our <a
href="http://live.pirillo.com">live community</a>. Recently, he sent me his top 10 list of tips to help you with good Web Design. Even though I wasn&#8217;t able to do a video on this email, I wanted to pass them along to all of you.</p><ol><li><strong>Why?</strong> Why do you need a site? What do you need to do? Get more leads? Sales? Votes? Look cool? Will search engines be important? If you can&#8217;t answer, better wait until you have a strategic plan for your company overall.</li><li><strong>Audience.</strong> Before anything else, you have to figure out who you&#8217;re creating your site for. What are the 1-4 questions they&#8217;ll have in their heads that, if answered, will mean they&#8217;re going to call, buy, or take whatever action they need to?</li><li><strong>Architecture.</strong> Create the site map. The map shows how your site will be structured. It could be fancy and complex, or simple. It could be drawn on a napkin, even. Just so long as it provides a rational structure for your presence.</li><li><strong>Wireframe.</strong> Then show where stuff will go on each page. Think of this as a site map, but for each page (a page map?).</li><li><strong>Design.</strong> Create the pretty stuff. This is what most folks call &#8216;Web site design&#8217;. Notice that it&#8217;s step 4? A lot of thinking goes into this, making sure that the way the site looks fits the site&#8217;s role.</li><li><strong>Mockup.</strong> Take the design and turn it into a set of Web page templates that you can view in your Web browser. The mockup is the model for the site. It shows how drop downs will work, and how processes like checkout or information requests will look.</li><li><strong>Test the Mockup.</strong> Then test the mockup. Is it standards-compliant? Does it look good in all major browsers? Does it present the most search-friendly and accessible information structure to the Internet? This is the chance to test before you build the site.</li><li><strong>Add the Tools.</strong> If you&#8217;re using a content management system (CMS), then the developers go to work, adding the mockup templates to the system. If you&#8217;re collecting leads, they&#8217;ll build the database and code to handle that, too. Finally, they&#8217;ll make sure you&#8217;re equipped for analytics.</li><li><strong>Add the Content.</strong> Type in the content, lay out each page, and check for spelling errors, etc.. If search engine optimization matters, tweak the content for best keyword richness.</li><li><strong>Test, Test, and more Test.</strong> Test the site for errors (broken links, crashes, and server errors) and bugs (sneaky things that aren&#8217;t immediately evident, like, say, your shopping cart not storing the ZIP code on orders).</li></ol><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/how-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li><li><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/" title="Aptana Studio Web Development IDE">Aptana Studio Web Development IDE</a></li><li><a
href="http://chris.pirillo.com/mnemonic-web-design/" title="Mnemonic Web Design">Mnemonic Web Design</a></li><li><a
href="http://chris.pirillo.com/wooden-background-truly-dead/" title="Wooden Background Truly Dead">Wooden Background Truly Dead</a></li><li><a
href="http://chris.pirillo.com/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li><li><a
href="http://chris.pirillo.com/wicketpixie-wordpress-theme-screencast/" title="WicketPixie WordPress Theme Screencast">WicketPixie WordPress Theme Screencast</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/top-ten-tips-for-website-design/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>How to Start a Website</title><link>http://chris.pirillo.com/how-to-start-a-website/</link> <comments>http://chris.pirillo.com/how-to-start-a-website/#comments</comments> <pubDate>Fri, 01 Feb 2008 03:48:49 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Media Blog]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[hosting]]></category> <category><![CDATA[html]]></category> <category><![CDATA[website]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2008/01/31/how-to-start-a-website/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-start-a-website/">How to Start a Website</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/Ao-SplYjOIc"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/Ao-SplYjOIc" 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>Have you ever wanted to have your own Website? Do you know how to go about getting started? Here are some tips sent in by Lewis that may shed some light on these questions&#8230; and more.</p><ul><li>Don&#8217;t go for the cheapest hosting. These may look great at first, but from what I have found out, they are not. The support is often bad, the servers are often cheap and slow and you do not get what you pay for. Try to look for a respectable one with many reviews. We recommend <a
href="http://www.godaddy.com">GoDaddy</a>. Use coupon code <strong>Chris1</strong> to save 10% off your order!</li><li>Learn how to code and design. The worst way to start a website is with no coding experience or design experience. This is often the thoughts of many new website owners and it puts users off. You need to take time out of your life to code and design properly, you will get much more out of the site this way.</li><li>Don&#8217;t swarm your site with adverts. Often, too many ads put off users and they will not come back. If you must, put at the most 3 adverts on a page, that is the maximum. I&#8217;m pretty sure you hate websites with loads of adverts, think of your users.</li><li>Get a proper domain name. Often free domains names like (.tk, .us.tt ect) are bad, full of frames with adverts in them and are often having problems. I recommend getting one from a respectable seller, e.g.: Godaddy. There are many coupons around for godaddy, Chris has a few, type !coupon into his chat.</li><li>And finally, give your users a way to contact you. This could be a contact form, an email link (make sure to obscure it in an image or flash file to keep bots off your site and selling your address) or anything else. Your users might need your help and without a good clear link to contact, they will not email you and you will lose their business. Many users are not going to bother looking through Whois databases for an address.</li></ul><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/DWEXPOSED/'>Dreamweaver Tutorials - Learn Dreamweaver Web Design.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/SHOP4PAY/'>ShoppingJobsHere.com - * New * Updated.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/EASYSITEB/'>Build Your Own Website Easy In Minutes!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/MIKEYJ/'>Make Money With Mikey J EBooks And Turnkey Websites.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/CM2001/'>Castlemelody Imagination Studio Co. Inc.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/SHOCKSHIFT/'>Stock Audio Library-Royalty FREE-Limited Edition-HOT Design Niche.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/EMILLE/'>Website Secrets Video Course.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/TRUCKFIRE/'>FamilyEbiz-My Truck Caught Fire Package.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WEBGEN000/'>Usability Check List Report.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ZIONIAN/'>The Ultimate Guide To A Successful Business Website.</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-HowToStartAWebsite482.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/Ao-SplYjOIc&#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/Ao-SplYjOIc&#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/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/" title="Aptana Studio Web Development IDE">Aptana Studio Web Development IDE</a></li><li><a
href="http://chris.pirillo.com/how-to-choose-a-domain-name/" title="How to Choose a Domain Name">How to Choose a Domain Name</a></li><li><a
href="http://chris.pirillo.com/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-choose-a-good-domain-name/" title="How to Choose a Good Domain Name">How to Choose a Good Domain Name</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-integrate-twitter-with-your-web-site/" title="How to Integrate Twitter with Your Web Site">How to Integrate Twitter with Your Web Site</a></li><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-start-a-website/">How to Start a Website</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/Ao-SplYjOIc"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/Ao-SplYjOIc" 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>Have you ever wanted to have your own Website? Do you know how to go about getting started? Here are some tips sent in by Lewis that may shed some light on these questions&#8230; and more.</p><ul><li>Don&#8217;t go for the cheapest hosting. These may look great at first, but from what I have found out, they are not. The support is often bad, the servers are often cheap and slow and you do not get what you pay for. Try to look for a respectable one with many reviews. We recommend <a
href="http://www.godaddy.com">GoDaddy</a>. Use coupon code <strong>Chris1</strong> to save 10% off your order!</li><li>Learn how to code and design. The worst way to start a website is with no coding experience or design experience. This is often the thoughts of many new website owners and it puts users off. You need to take time out of your life to code and design properly, you will get much more out of the site this way.</li><li>Don&#8217;t swarm your site with adverts. Often, too many ads put off users and they will not come back. If you must, put at the most 3 adverts on a page, that is the maximum. I&#8217;m pretty sure you hate websites with loads of adverts, think of your users.</li><li>Get a proper domain name. Often free domains names like (.tk, .us.tt ect) are bad, full of frames with adverts in them and are often having problems. I recommend getting one from a respectable seller, e.g.: Godaddy. There are many coupons around for godaddy, Chris has a few, type !coupon into his chat.</li><li>And finally, give your users a way to contact you. This could be a contact form, an email link (make sure to obscure it in an image or flash file to keep bots off your site and selling your address) or anything else. Your users might need your help and without a good clear link to contact, they will not email you and you will lose their business. Many users are not going to bother looking through Whois databases for an address.</li></ul><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/DWEXPOSED/'>Dreamweaver Tutorials - Learn Dreamweaver Web Design.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/SHOP4PAY/'>ShoppingJobsHere.com - * New * Updated.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/EASYSITEB/'>Build Your Own Website Easy In Minutes!</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/MIKEYJ/'>Make Money With Mikey J EBooks And Turnkey Websites.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/CM2001/'>Castlemelody Imagination Studio Co. Inc.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/SHOCKSHIFT/'>Stock Audio Library-Royalty FREE-Limited Edition-HOT Design Niche.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/EMILLE/'>Website Secrets Video Course.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/TRUCKFIRE/'>FamilyEbiz-My Truck Caught Fire Package.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/WEBGEN000/'>Usability Check List Report.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://shop.tagjag.com/cb/lockergn/ZIONIAN/'>The Ultimate Guide To A Successful Business Website.</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-HowToStartAWebsite482.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/Ao-SplYjOIc&#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/Ao-SplYjOIc&#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/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/" title="Aptana Studio Web Development IDE">Aptana Studio Web Development IDE</a></li><li><a
href="http://chris.pirillo.com/how-to-choose-a-domain-name/" title="How to Choose a Domain Name">How to Choose a Domain Name</a></li><li><a
href="http://chris.pirillo.com/tips-for-programming-and-php/" title="Tips for Programming and PHP">Tips for Programming and PHP</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/how-to-choose-a-good-domain-name/" title="How to Choose a Good Domain Name">How to Choose a Good Domain Name</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-integrate-twitter-with-your-web-site/" title="How to Integrate Twitter with Your Web Site">How to Integrate Twitter with Your Web Site</a></li><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/would-you-like-to-be-a-hacker-like-in-the-movies/" title="Would You Like to be a Hacker, Like in the Movies?">Would You Like to be a Hacker, Like in the Movies?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-start-a-website/feed/</wfw:commentRss> <slash:comments>41</slash:comments> </item> <item><title>Aptana Studio Web Development IDE</title><link>http://chris.pirillo.com/aptana-stuio-web-development-ide/</link> <comments>http://chris.pirillo.com/aptana-stuio-web-development-ide/#comments</comments> <pubDate>Thu, 15 Nov 2007 07:45:53 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Media Blog]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <category><![CDATA[java]]></category> <category><![CDATA[webdevelopment]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2007/11/15/aptana-stuio-web-development-ide/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/">Aptana Studio Web Development IDE</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/oHgOKZbE3B4"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/oHgOKZbE3B4" 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>A community member who uses the name of Fatal email me today. He said he was looking for an alternative to Dreamweaver, and came across Aptana. This is a free, open-source application, and wanted me to try it out.</p><p><a
href="http://www.aptana.com/">Aptana Studio 1.0</a> is indeed an open-source application&#8230; for the community version. There is, of course, a Pro version, which is right around $100.00. The caveat to this program at first glance is that it is Java-based. Not to diss any Java programmers out there, but let&#8217;s face it. Java is just doggy at times.</p><p>If you look past the speed issues, you&#8217;ll probably be quite happy with Aptana. There is a lot of troubleshooting built in, and not just for HTML. You&#8217;ll also find support for CSS, Javascript, and more. There are tons of features in this program, much more than I would normally expect from an open-source project&#8230; especially in its early release stages. This is definitely going to be something to keep an eye on. With a 1.0 version this good already, it will be interesting to see what the developers do with future versions.</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-AptanaStuioWebDevelopmentIDE953.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/oHgOKZbE3B4&#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/oHgOKZbE3B4&#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-get-started-with-computer-programming/" title="How to Get Started With Computer Programming">How to Get Started With Computer Programming</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/what-advice-do-you-give-to-young-programmers/" title="What Advice do you Give to Young Programmers?">What Advice do you Give to Young Programmers?</a></li><li><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/how-to-learn/" title="How to Learn">How to Learn</a></li><li><a
href="http://chris.pirillo.com/how-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li><li><a
href="http://chris.pirillo.com/mnemonic-web-design/" title="Mnemonic Web Design">Mnemonic Web Design</a></li><li><a
href="http://chris.pirillo.com/wooden-background-truly-dead/" title="Wooden Background Truly Dead">Wooden Background Truly Dead</a></li><li><a
href="http://chris.pirillo.com/boca-java-coupons/" title="Boca Java Coupons">Boca Java Coupons</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/aptana-stuio-web-development-ide/">Aptana Studio Web Development IDE</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/oHgOKZbE3B4"><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/oHgOKZbE3B4" 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>A community member who uses the name of Fatal email me today. He said he was looking for an alternative to Dreamweaver, and came across Aptana. This is a free, open-source application, and wanted me to try it out.</p><p><a
href="http://www.aptana.com/">Aptana Studio 1.0</a> is indeed an open-source application&#8230; for the community version. There is, of course, a Pro version, which is right around $100.00. The caveat to this program at first glance is that it is Java-based. Not to diss any Java programmers out there, but let&#8217;s face it. Java is just doggy at times.</p><p>If you look past the speed issues, you&#8217;ll probably be quite happy with Aptana. There is a lot of troubleshooting built in, and not just for HTML. You&#8217;ll also find support for CSS, Javascript, and more. There are tons of features in this program, much more than I would normally expect from an open-source project&#8230; especially in its early release stages. This is definitely going to be something to keep an eye on. With a 1.0 version this good already, it will be interesting to see what the developers do with future versions.</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-AptanaStuioWebDevelopmentIDE953.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/oHgOKZbE3B4&#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/oHgOKZbE3B4&#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-get-started-with-computer-programming/" title="How to Get Started With Computer Programming">How to Get Started With Computer Programming</a></li><li><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/" title="How to Organize Text and Programming Code">How to Organize Text and Programming Code</a></li><li><a
href="http://chris.pirillo.com/how-to-make-money-with-web-design/" title="How to Make Money With Web Design">How to Make Money With Web Design</a></li><li><a
href="http://chris.pirillo.com/what-advice-do-you-give-to-young-programmers/" title="What Advice do you Give to Young Programmers?">What Advice do you Give to Young Programmers?</a></li><li><a
href="http://chris.pirillo.com/top-ten-tips-for-website-design/" title="Top Ten Tips for Web Site Design">Top Ten Tips for Web Site Design</a></li><li><a
href="http://chris.pirillo.com/how-to-learn/" title="How to Learn">How to Learn</a></li><li><a
href="http://chris.pirillo.com/how-to-start-a-website/" title="How to Start a Website">How to Start a Website</a></li><li><a
href="http://chris.pirillo.com/mnemonic-web-design/" title="Mnemonic Web Design">Mnemonic Web Design</a></li><li><a
href="http://chris.pirillo.com/wooden-background-truly-dead/" title="Wooden Background Truly Dead">Wooden Background Truly Dead</a></li><li><a
href="http://chris.pirillo.com/boca-java-coupons/" title="Boca Java Coupons">Boca Java Coupons</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/aptana-stuio-web-development-ide/feed/</wfw:commentRss> <slash:comments>19</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-AptanaStuioWebDevelopmentIDE953.mp4" length="32855611" 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 27/111 queries in 0.219 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-24 03:48:28 -->