<?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; php</title> <atom:link href="http://chris.pirillo.com/tag/php/feed/" rel="self" type="application/rss+xml" /><link>http://chris.pirillo.com</link> <description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description> <lastBuildDate>Wed, 25 Nov 2009 02:25:42 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <item><title>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>How to Organize Text and Programming Code</title><link>http://chris.pirillo.com/how-to-organize-text-and-programming-code/</link> <comments>http://chris.pirillo.com/how-to-organize-text-and-programming-code/#comments</comments> <pubDate>Wed, 08 Apr 2009 03:44:29 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <category><![CDATA[organize]]></category> <category><![CDATA[php]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[snippely]]></category> <category><![CDATA[text]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12910</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/">How to Organize Text and Programming Code</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/YLU0GZAoxpY&#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/YLU0GZAoxpY&#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>Managing text in a single text file is a bit of a kluge. Let&#8217;s say that text happens to be code, such as PHP or CSS. You may want color highlighting, so that if you make a mistake you&#8217;ll be able to detect it easier. You want to have a text management tool at your disposal, no matter what operating system you happen to be using.</p><p>The free <a
href="http://code.google.com/p/snippely/">Snippely</a> is just what you&#8217;re looking for. It&#8217;s an Adobe AIR app, made by the folks at Google Code. Snippely is a basic text and code organizational tool. Instead of storing bits of code, quick notes, and memos in text files all over your hard drive, this application will let you save and organize &#8220;snippets&#8221; in one convenient location. A snippet is a collection of one or more pieces of code and notes. Snippets are stored in groups for organization and quick retrieval.</p><p>You set up groups, and you have sub-groups within those. You can add notes and colors to different parts of your group areas. It&#8217;s really easy to do, just drag-and-drop things where you need them to be. You can even choose to make the notes appear in plain text!</p><p>Whether you&#8217;re managing plain-text snippets, or code snippets, Snippely is going to work great for you.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0072264519/lockergnome'>Multimedia: Making it Work, Seventh Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596004532/lockergnome'>Photoshop Elements 3: The Missing Manual</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071453180/lockergnome'>How to Sell Anything on eBay . . . and Make a Fortune! Organizer (How to Sell Anything on Ebay &#038; Make a Fortune)</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-HowToOrganizeTextAndProgrammingCode697.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/YLU0GZAoxpY&#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/YLU0GZAoxpY&#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/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/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/how-to-learn/" title="How to Learn">How to Learn</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/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/make-your-life-easier-when-working-with-text/" title="Make Your Life Easier When Working With Text">Make Your Life Easier When Working With Text</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-organize-text-and-programming-code/">How to Organize Text and Programming Code</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/YLU0GZAoxpY&#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/YLU0GZAoxpY&#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>Managing text in a single text file is a bit of a kluge. Let&#8217;s say that text happens to be code, such as PHP or CSS. You may want color highlighting, so that if you make a mistake you&#8217;ll be able to detect it easier. You want to have a text management tool at your disposal, no matter what operating system you happen to be using.</p><p>The free <a
href="http://code.google.com/p/snippely/">Snippely</a> is just what you&#8217;re looking for. It&#8217;s an Adobe AIR app, made by the folks at Google Code. Snippely is a basic text and code organizational tool. Instead of storing bits of code, quick notes, and memos in text files all over your hard drive, this application will let you save and organize &#8220;snippets&#8221; in one convenient location. A snippet is a collection of one or more pieces of code and notes. Snippets are stored in groups for organization and quick retrieval.</p><p>You set up groups, and you have sub-groups within those. You can add notes and colors to different parts of your group areas. It&#8217;s really easy to do, just drag-and-drop things where you need them to be. You can even choose to make the notes appear in plain text!</p><p>Whether you&#8217;re managing plain-text snippets, or code snippets, Snippely is going to work great for you.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0072264519/lockergnome'>Multimedia: Making it Work, Seventh Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596004532/lockergnome'>Photoshop Elements 3: The Missing Manual</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071453180/lockergnome'>How to Sell Anything on eBay . . . and Make a Fortune! Organizer (How to Sell Anything on Ebay &#038; Make a Fortune)</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-HowToOrganizeTextAndProgrammingCode697.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/YLU0GZAoxpY&#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/YLU0GZAoxpY&#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/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/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/how-to-learn/" title="How to Learn">How to Learn</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/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/make-your-life-easier-when-working-with-text/" title="Make Your Life Easier When Working With Text">Make Your Life Easier When Working With Text</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-organize-text-and-programming-code/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToOrganizeTextAndProgrammingCode697.mp4" length="16063848" type="video/mp4" /> </item> <item><title>Five must-have Joomla plugins (and tips)</title><link>http://chris.pirillo.com/five-must-have-joomla-plugins-and-tips/</link> <comments>http://chris.pirillo.com/five-must-have-joomla-plugins-and-tips/#comments</comments> <pubDate>Thu, 22 Feb 2007 11:38:29 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Gnomedex]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[mambo]]></category> <category><![CDATA[open-source]]></category> <category><![CDATA[php]]></category> <category><![CDATA[platform]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2007/02/22/five-must-have-joomla-plugins-and-tips/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/five-must-have-joomla-plugins-and-tips/">Five must-have Joomla plugins (and tips)</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>When I mentioned in my Picks that we deployed <a
href="http://www.joomla.org/">Joomla</a> to drive this year&#8217;s Gnomedex site, a Gnomie responded enthusiastically. Jack Bremer operates a handful of Joomla-driven sites, including <a
href="http://www.prospectburma.org/">Prospect Burma</a> and his own <a
href="http://www.3bweb.com/">3B Web Design</a>. <a
href="http://www.feedia.net/">John</a> and I have been hacking away at it for a while now, but he definitely knows more about the platform than I do &#8211; and John offered a handful of tips and suggestions, including his top five &#8220;must have&#8221; <a
href="http://extensions.joomla.org/">Joomla extensions</a>. From the Bremer&#8217;s mouth:</p><ul><li>Joomap (sitemap generator &#8211; great for your site AND automatic Google sitemap in the background)</li><li>JCE Editor (&#038; file manager plugin &#038; image manager plugin) &#8211; GREAT WYSIWYG editor, a million times better than the standard Joomla editor (I always unpublish the font and style plugins if other people will be managing the site so they cannot screw up the layout of the site!)</li><li>Google Analytics Plugin &#8211; obvious really!</li><li>CorrectPNG &#8211; IE6 PNG mambot/plugin which allows transparency (although not in png&#8217;s called in by CSS)</li><li>Google Maps Mambot (if appropriate) &#8211; fantastic map plugin which makes adding maps SUPER easy.</li></ul><p>He added: &#8220;If OpenSEF is problematic, Artio JoomSEF is far easier to setup, I just like the control I have with OpenSEF. I recommend never using &#8220;static content&#8221; and instead publishing a &#8220;General content&#8221; or similar category in which you put general info &#8211; it&#8217;s far easier to manage through a single content manager than having some things in static etc.&#8221;</p><p>I wonder how else we could pimp my Joomla? Ewwwwwww&#8230;<ul
class="related_post"><li><a
href="http://chris.pirillo.com/the-open-source-community-project-named-gnomepal/" title="The Open Source Community Project Named Gnomepal">The Open Source Community Project Named Gnomepal</a></li><li><a
href="http://chris.pirillo.com/server-problems/" title="Server Problems">Server Problems</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><li><a
href="http://chris.pirillo.com/christine-peterson-life-extension-for-geeks/" title="Christine Peterson &#8211; Life Extension for Geeks">Christine Peterson &#8211; Life Extension for Geeks</a></li><li><a
href="http://chris.pirillo.com/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/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li><li><a
href="http://chris.pirillo.com/cross-platform-open-source-video-game-nexuiz/" title="Cross-Platform Open Source Video Game: Nexuiz">Cross-Platform Open Source Video Game: Nexuiz</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/are-the-best-nas-options-free/" title="Are the Best NAS Options Free?">Are the Best NAS Options Free?</a></li><li><a
href="http://chris.pirillo.com/what-free-media-center-software-do-you-use/" title="What Free Media Center Software Do You Use?">What Free Media Center Software Do You Use?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/five-must-have-joomla-plugins-and-tips/">Five must-have Joomla plugins (and tips)</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>When I mentioned in my Picks that we deployed <a
href="http://www.joomla.org/">Joomla</a> to drive this year&#8217;s Gnomedex site, a Gnomie responded enthusiastically. Jack Bremer operates a handful of Joomla-driven sites, including <a
href="http://www.prospectburma.org/">Prospect Burma</a> and his own <a
href="http://www.3bweb.com/">3B Web Design</a>. <a
href="http://www.feedia.net/">John</a> and I have been hacking away at it for a while now, but he definitely knows more about the platform than I do &#8211; and John offered a handful of tips and suggestions, including his top five &#8220;must have&#8221; <a
href="http://extensions.joomla.org/">Joomla extensions</a>. From the Bremer&#8217;s mouth:</p><ul><li>Joomap (sitemap generator &#8211; great for your site AND automatic Google sitemap in the background)</li><li>JCE Editor (&#038; file manager plugin &#038; image manager plugin) &#8211; GREAT WYSIWYG editor, a million times better than the standard Joomla editor (I always unpublish the font and style plugins if other people will be managing the site so they cannot screw up the layout of the site!)</li><li>Google Analytics Plugin &#8211; obvious really!</li><li>CorrectPNG &#8211; IE6 PNG mambot/plugin which allows transparency (although not in png&#8217;s called in by CSS)</li><li>Google Maps Mambot (if appropriate) &#8211; fantastic map plugin which makes adding maps SUPER easy.</li></ul><p>He added: &#8220;If OpenSEF is problematic, Artio JoomSEF is far easier to setup, I just like the control I have with OpenSEF. I recommend never using &#8220;static content&#8221; and instead publishing a &#8220;General content&#8221; or similar category in which you put general info &#8211; it&#8217;s far easier to manage through a single content manager than having some things in static etc.&#8221;</p><p>I wonder how else we could pimp my Joomla? Ewwwwwww&#8230;<ul
class="related_post"><li><a
href="http://chris.pirillo.com/the-open-source-community-project-named-gnomepal/" title="The Open Source Community Project Named Gnomepal">The Open Source Community Project Named Gnomepal</a></li><li><a
href="http://chris.pirillo.com/server-problems/" title="Server Problems">Server Problems</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><li><a
href="http://chris.pirillo.com/christine-peterson-life-extension-for-geeks/" title="Christine Peterson &#8211; Life Extension for Geeks">Christine Peterson &#8211; Life Extension for Geeks</a></li><li><a
href="http://chris.pirillo.com/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/what-is-google-wave/" title="What is Google Wave?">What is Google Wave?</a></li><li><a
href="http://chris.pirillo.com/cross-platform-open-source-video-game-nexuiz/" title="Cross-Platform Open Source Video Game: Nexuiz">Cross-Platform Open Source Video Game: Nexuiz</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/are-the-best-nas-options-free/" title="Are the Best NAS Options Free?">Are the Best NAS Options Free?</a></li><li><a
href="http://chris.pirillo.com/what-free-media-center-software-do-you-use/" title="What Free Media Center Software Do You Use?">What Free Media Center Software Do You Use?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/five-must-have-joomla-plugins-and-tips/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Over 300 Tag Searches in One Spot</title><link>http://chris.pirillo.com/over-300-tag-searches-in-one-spot/</link> <comments>http://chris.pirillo.com/over-300-tag-searches-in-one-spot/#comments</comments> <pubDate>Thu, 15 Jun 2006 23:16:55 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[api]]></category> <category><![CDATA[gadabe]]></category> <category><![CDATA[keyword]]></category> <category><![CDATA[metasearch]]></category> <category><![CDATA[opml]]></category> <category><![CDATA[php]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[RSS-search]]></category> <category><![CDATA[script]]></category> <category><![CDATA[search]]></category> <category><![CDATA[subscribe]]></category> <category><![CDATA[syndication]]></category> <category><![CDATA[tag]]></category> <category><![CDATA[tag-search]]></category> <category><![CDATA[tags]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/06/15/over-300-tag-searches-in-one-spot/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/over-300-tag-searches-in-one-spot/">Over 300 Tag Searches in One Spot</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Don&#8217;t expect every one of these searches to yeild results, though. The output was generated by a <a
href="http://gada.be/a/gnomedex/opml">single OPML file</a> and the <a
HREF="http://www.yabfog.com/wp/optimal/" href="http://www.yabfog.com/wp/optimal/">Optimal OPML WordPress Plugin</a>. Looking for other easy ways to display the OPML from Gada.be right now. Hell, entirely new sites could be built on top of the OPML we produce &#8211; much like RSS, it&#8217;s a poor man&#8217;s API.</p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/happy-tagjaged-publishers/" title="Happy TagJag&#8217;ed Publishers">Happy TagJag&#8217;ed Publishers</a></li><li><a
href="http://chris.pirillo.com/askcom-rss-search-not/" title="Ask.com RSS Search &#8211; NOT!">Ask.com RSS Search &#8211; NOT!</a></li><li><a
href="http://chris.pirillo.com/tagjag-in-firefox/" title="TagJag in Firefox">TagJag in Firefox</a></li><li><a
href="http://chris.pirillo.com/tagging-your-posts-for-gnomedex/" title="Tagging Your Posts for Gnomedex">Tagging Your Posts for Gnomedex</a></li><li><a
href="http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/" title="Ultimate Tag Warror META Keywords">Ultimate Tag Warror META Keywords</a></li><li><a
href="http://chris.pirillo.com/what-are-tags/" title="What are Tags?">What are Tags?</a></li><li><a
href="http://chris.pirillo.com/is-this-the-worlds-best-metasearch-site/" title="Is This the World&#8217;s Best Metasearch Site?">Is This the World&#8217;s Best Metasearch Site?</a></li><li><a
href="http://chris.pirillo.com/rss-and-opml-for-feed-subscriptions/" title="RSS and OPML for Feed Subscriptions">RSS and OPML for Feed Subscriptions</a></li><li><a
href="http://chris.pirillo.com/tagging-technorati/" title="Tagging Technorati">Tagging Technorati</a></li><li><a
href="http://chris.pirillo.com/the-blame-game/" title="The Blame Game">The Blame Game</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/over-300-tag-searches-in-one-spot/">Over 300 Tag Searches in One Spot</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Don&#8217;t expect every one of these searches to yeild results, though. The output was generated by a <a
href="http://gada.be/a/gnomedex/opml">single OPML file</a> and the <a
HREF="http://www.yabfog.com/wp/optimal/" href="http://www.yabfog.com/wp/optimal/">Optimal OPML WordPress Plugin</a>. Looking for other easy ways to display the OPML from Gada.be right now. Hell, entirely new sites could be built on top of the OPML we produce &#8211; much like RSS, it&#8217;s a poor man&#8217;s API.</p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/happy-tagjaged-publishers/" title="Happy TagJag&#8217;ed Publishers">Happy TagJag&#8217;ed Publishers</a></li><li><a
href="http://chris.pirillo.com/askcom-rss-search-not/" title="Ask.com RSS Search &#8211; NOT!">Ask.com RSS Search &#8211; NOT!</a></li><li><a
href="http://chris.pirillo.com/tagjag-in-firefox/" title="TagJag in Firefox">TagJag in Firefox</a></li><li><a
href="http://chris.pirillo.com/tagging-your-posts-for-gnomedex/" title="Tagging Your Posts for Gnomedex">Tagging Your Posts for Gnomedex</a></li><li><a
href="http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/" title="Ultimate Tag Warror META Keywords">Ultimate Tag Warror META Keywords</a></li><li><a
href="http://chris.pirillo.com/what-are-tags/" title="What are Tags?">What are Tags?</a></li><li><a
href="http://chris.pirillo.com/is-this-the-worlds-best-metasearch-site/" title="Is This the World&#8217;s Best Metasearch Site?">Is This the World&#8217;s Best Metasearch Site?</a></li><li><a
href="http://chris.pirillo.com/rss-and-opml-for-feed-subscriptions/" title="RSS and OPML for Feed Subscriptions">RSS and OPML for Feed Subscriptions</a></li><li><a
href="http://chris.pirillo.com/tagging-technorati/" title="Tagging Technorati">Tagging Technorati</a></li><li><a
href="http://chris.pirillo.com/the-blame-game/" title="The Blame Game">The Blame Game</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/over-300-tag-searches-in-one-spot/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Ultimate Tag Warror META Keywords</title><link>http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/</link> <comments>http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/#comments</comments> <pubDate>Sun, 21 May 2006 23:05:58 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[christine_davis]]></category> <category><![CDATA[chris_davis]]></category> <category><![CDATA[meta-tags]]></category> <category><![CDATA[meta_keywords_tag]]></category> <category><![CDATA[php]]></category> <category><![CDATA[search-engine-optimization]]></category> <category><![CDATA[search_plugin]]></category> <category><![CDATA[search_posts]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[tag-search]]></category> <category><![CDATA[tags]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://chris.pirillo.com/2006/05/21/ultimate-tag-editor-meta-keywords/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/">Ultimate Tag Warror META Keywords</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>It's amazing what happens when you email the developer of a WordPress plugin - they respond. At least, most of 'em do (I'm still waiting to hear back from a couple of 'em right now, including <a
href="http://www.redalt.com/downloads/">Red Alt</a> on being able to search posts from his admin search plugin). After blasting a note to <a
href="http://www.chrisjdavis.org/">Chris Davis</a> about his community-based tagger, I sent a note off to Christine Davis (no relation) about some shortcomings in the current <a
href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a>. I wanted UTW to copy tags into the META keywords tag. She responded with code which needed to be tweaked a bit by Shayne:</p><div
class="syntax_hilite"><div
id="php-1"><div
class="php"><span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_tag<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;meta name=<span
style="color:#FF0000;">"keywords"</span> content=<span
style="color:#FF0000;">"&lt;?php UTW_ShowCurrentTagSet('',array('first'=&gt;'%tagdisplay%', 'default'=&amp;gt; ', %tagdisplay%')); ?&amp;gt;"</span> /&amp;gt; <br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#616100;">else</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_single<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;meta name=<span
style="color:#FF0000;">"keywords"</span> content=<span
style="color:#FF0000;">"&lt;?php UTW_ShowTagsForCurrentPost('',array('first'=&gt;'%tagdisplay%', 'default'=&amp;gt; ', %tagdisplay%')); ?&amp;gt;"</span> /&amp;gt; <br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span></div></div></div><p>That's for all you SEO types out there who are also using the wildly-popular Ultimate Tag Warrior plugin (and I'm not just saying that because it supports Gada.be). This is fun!<ul
class="related_post"><li><a
href="http://chris.pirillo.com/over-300-tag-searches-in-one-spot/" title="Over 300 Tag Searches in One Spot">Over 300 Tag Searches in One Spot</a></li><li><a
href="http://chris.pirillo.com/seomoz/" title="SEOMoz">SEOMoz</a></li><li><a
href="http://chris.pirillo.com/what-are-tags/" title="What are Tags?">What are Tags?</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><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/unraveling-the-mysteries-surrounding-community/" title="Unraveling the Mysteries Surrounding Community">Unraveling the Mysteries Surrounding Community</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/wicketpixie-open-source-wordpress-theme-updates/" title="WicketPixie Open Source WordPress Theme Updates">WicketPixie Open Source WordPress Theme Updates</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/do-you-need-a-better-blog-search-tool/" title="Do You Need a Better Blog Search Tool?">Do You Need a Better Blog Search Tool?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/">Ultimate Tag Warror META Keywords</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>It's amazing what happens when you email the developer of a WordPress plugin - they respond. At least, most of 'em do (I'm still waiting to hear back from a couple of 'em right now, including <a
href="http://www.redalt.com/downloads/">Red Alt</a> on being able to search posts from his admin search plugin). After blasting a note to <a
href="http://www.chrisjdavis.org/">Chris Davis</a> about his community-based tagger, I sent a note off to Christine Davis (no relation) about some shortcomings in the current <a
href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a>. I wanted UTW to copy tags into the META keywords tag. She responded with code which needed to be tweaked a bit by Shayne:</p><div
class="syntax_hilite"><div
id="php-2"><div
class="php"><span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_tag<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;meta name=<span
style="color:#FF0000;">"keywords"</span> content=<span
style="color:#FF0000;">"&lt;?php UTW_ShowCurrentTagSet('',array('first'=&gt;'%tagdisplay%', 'default'=&amp;gt; ', %tagdisplay%')); ?&amp;gt;"</span> /&amp;gt; <br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#616100;">else</span> <span
style="color:#616100;">if</span> <span
style="color:#006600; font-weight:bold;">&#40;</span>is_single<span
style="color:#006600; font-weight:bold;">&#40;</span><span
style="color:#006600; font-weight:bold;">&#41;</span><span
style="color:#006600; font-weight:bold;">&#41;</span> <span
style="color:#006600; font-weight:bold;">&#123;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span><br
/> &nbsp;&lt;meta name=<span
style="color:#FF0000;">"keywords"</span> content=<span
style="color:#FF0000;">"&lt;?php UTW_ShowTagsForCurrentPost('',array('first'=&gt;'%tagdisplay%', 'default'=&amp;gt; ', %tagdisplay%')); ?&amp;gt;"</span> /&amp;gt; <br
/> <span
style="color:#000000; font-weight:bold;">&lt;?php</span> <span
style="color:#006600; font-weight:bold;">&#125;</span> <span
style="color:#000000; font-weight:bold;">?&gt;</span></div></div></div><p>That's for all you SEO types out there who are also using the wildly-popular Ultimate Tag Warrior plugin (and I'm not just saying that because it supports Gada.be). This is fun!<ul
class="related_post"><li><a
href="http://chris.pirillo.com/over-300-tag-searches-in-one-spot/" title="Over 300 Tag Searches in One Spot">Over 300 Tag Searches in One Spot</a></li><li><a
href="http://chris.pirillo.com/seomoz/" title="SEOMoz">SEOMoz</a></li><li><a
href="http://chris.pirillo.com/what-are-tags/" title="What are Tags?">What are Tags?</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><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/unraveling-the-mysteries-surrounding-community/" title="Unraveling the Mysteries Surrounding Community">Unraveling the Mysteries Surrounding Community</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/wicketpixie-open-source-wordpress-theme-updates/" title="WicketPixie Open Source WordPress Theme Updates">WicketPixie Open Source WordPress Theme Updates</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/do-you-need-a-better-blog-search-tool/" title="Do You Need a Better Blog Search Tool?">Do You Need a Better Blog Search Tool?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/ultimate-tag-editor-meta-keywords/feed/</wfw:commentRss> <slash:comments>10</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 25/111 queries in 0.294 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.62 @ 2009-11-24 21:50:34 -->