<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
  <title>RSSMix.com Mix ID 2801867</title>
  <generator>RSSMix</generator>
  <link>http://www.rssmix.com/</link>
  <description>This feed was created by mixing existing feeds from various sources.</description>
  <language>en-gb</language>
  
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/coolestguyplanetnet" /><feedburner:info uri="coolestguyplanetnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
<title><![CDATA[CSS Background Submit Button in a form in Internet Explorer is dull and Grey]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/MlWtFUuNFVY/c.php</link>
<description>&lt;div thmr="thmr_2"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;Does your input submit form button beautifully styled with CSS to have a background image in Internet Explorer 6 - 9 look like this....&lt;/p&gt;&lt;p&gt;&lt;img alt="submit-form-button-ie" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/submit-form-button-ie.png" style="width: 407px; height: 245px; " /&gt;&lt;/p&gt;&lt;p&gt;The default grey filter gradient courtsey of Internet Explorer, not a very pleasant sight.&lt;/p&gt;&lt;p&gt;&lt;!--break--&gt;&lt;/p&gt;&lt;p&gt;What you need to do is add an extra CSS attribute to the image &lt;/p&gt;
&lt;pre&gt;input[type="submit"] {
filter: none;
}&lt;/pre&gt;
&lt;p&gt;&lt;img alt="submit-form-button-ie-no-filter" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/submit-form-button-ie-no-filter.png" style="width: 407px; height: 111px; " /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/theming" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;theming&lt;/a&gt;&lt;/li&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/css" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;css&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/css-background-submit-button-form-internet-explorer-dull-and-grey"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/css-background-submit-button-form-internet-explorer-dull-and-grey" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="CSS Background Submit Button in a form in Internet Explorer is dull and Grey"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/MlWtFUuNFVY" height="1" width="1"/&gt;</description>
<author>gowranngee</author>
<pubDate>Thu, 09 Feb 2012 18:00:43 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fcss-background-submit-button-form-internet-explorer-dull-and-grey</feedburner:origLink></item>

<item>
<title><![CDATA[How to connect to a MySQL database with PHP in 6 Steps]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/Qordl0bdLKQ/c.php</link>
<description>The 6 Step Plan Step 1 &amp;#8211; Connecting to a MySQL database You need your MySQL username, password and server address (most likely localhost or 127.0.0.1). Create a .php file and open and close the php code with tags before the html, you can put regular html after it. Open the file in a browser [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-connect-to-a-mysql-database-with-php-in-6-steps/"&gt;How to connect to a MySQL database with PHP in 6 Steps&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/import-a-mysql-database-into-os-x-10-6-via-terminal/" rel="bookmark" title="Import a mysql database into OS X 10.6 via Terminal"&gt;Import a mysql database into OS X 10.6 via Terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/updating-wordpress-mysql-database-after-moving-to-a-new-url/" rel="bookmark" title="Updating WordPress mysql Database content After Moving to a new WebHost and URL"&gt;Updating WordPress mysql Database content After Moving to a new WebHost and URL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-backup-wordpress-mysql-database/" rel="bookmark" title="How to backup your WordPress mysql database"&gt;How to backup your WordPress mysql database&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/Qordl0bdLKQ" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Wed, 08 Feb 2012 02:06:02 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhow-to-connect-to-a-mysql-database-with-php-in-6-steps%2F</feedburner:origLink></item>

<item>
<title><![CDATA[How to Install mcrypt for php on Mac OSX Lion 10.7 Development Server]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/57mGr7lgPxI/c.php</link>
<description>The mcrypt extension is missing. Please check your PHP configuration. The above error appears after you successfully get phpMyAdmin up and running on OS X, generally you don&amp;#8217;t have to worry about it, you only need to address the error if you are going to use a web application that requires it, for example Magento, the shopping [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-install-mcrypt-for-php-on-mac-osx-lion-10-7-development-server/"&gt;How to Install mcrypt for php on Mac OSX Lion 10.7 Development Server&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-migrate-drupal-site-to-a-local-development-server-fix-clean-urls/" rel="bookmark" title="How to Migrate Drupal Site to a local Development Server &amp;amp; Fix Clean URLs"&gt;How to Migrate Drupal Site to a local Development Server &amp;#038; Fix Clean URLs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/fastest-way-to-install-wordpress-on-osx-10-6/" rel="bookmark" title="Fastest Way to install WordPress on OSX Lion 10.7 and 10.6"&gt;Fastest Way to install WordPress on OSX Lion 10.7 and 10.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/forbidden-403-you-dont-have-permission-to-access-username-on-this-server/" rel="bookmark" title="Forbidden 403, You don’t have permission to access /~username/ on this server"&gt;Forbidden 403, You don&amp;#8217;t have permission to access /~username/ on this server&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/57mGr7lgPxI" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Fri, 13 Jan 2012 23:53:54 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhow-to-install-mcrypt-for-php-on-mac-osx-lion-10-7-development-server%2F</feedburner:origLink></item>

<item>
<title><![CDATA[How to create a Child Theme in WordPress 3]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/YVakFpLHwQ0/c.php</link>
<description>A Child Theme in WordPress is a theme that takes all the juice out of its parent without doing much itself, pretty much like regular kids. This guide explains what a Child Theme is and how to create one for the latest version of WordPress 3.3.1. The core benefit of a child theme is that [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-create-a-child-theme-in-wordpress-3/"&gt;How to create a Child Theme in WordPress 3&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/adding-a-footer-menu-to-twenty-eleven-theme-wordpress/" rel="bookmark" title="Adding a Footer Menu to Twenty Eleven Theme WordPress"&gt;Adding a Footer Menu to Twenty Eleven Theme WordPress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/create-css-conditional-statements-for-ie-in-wordpress/" rel="bookmark" title="Create CSS Conditional Stylesheet for IE in WordPress"&gt;Create CSS Conditional Stylesheet for IE in WordPress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/make-custom-wordpress-template-pages-headers/" rel="bookmark" title="Make Custom WordPress Template Pages and Headers"&gt;Make Custom WordPress Template Pages and Headers&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/YVakFpLHwQ0" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Thu, 12 Jan 2012 01:30:53 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhow-to-create-a-child-theme-in-wordpress-3%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Disappearing Hard Disk Space on OS X Lion 10.7]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/MrBYh1uXTMg/c.php</link>
<description>Help my disk is full! Where is all my disk space going ? My hard drive hardly has got any space left ! I am constantly running out of disk space ! If you are repeating the above statements about your hard disk space, you need a tool to show you what is going on, [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/disappearing-hard-disk-space-on-os-x-lion-10-7/"&gt;Disappearing Hard Disk Space on OS X Lion 10.7&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-make-a-bootable-osx-10-7-lion-disc/" rel="bookmark" title="How to make a bootable OSX 10.7 Lion Disc or Drive from the downloaded Lion.app"&gt;How to make a bootable OSX 10.7 Lion Disc or Drive from the downloaded Lion.app&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/easiest-way-to-image-or-copy-or-clone-osx-lion-10-7/" rel="bookmark" title="Easiest Way to Make an Image or USB bootable Copy of of OSX Lion 10.7"&gt;Easiest Way to Make an Image or USB bootable Copy of of OSX Lion 10.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/make-a-boot-disk-from-os-x-lion-using-the-recovery-partition/" rel="bookmark" title="Make a Bootable USB Drive from OS X Lion Using the Recovery Partition"&gt;Make a Bootable USB Drive from OS X Lion Using the Recovery Partition&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/MrBYh1uXTMg" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Mon, 26 Dec 2011 19:59:26 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fdisappearing-hard-disk-space-on-os-x-lion-10-7%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Optimising MySQL on OS X 10.7 Lion with mysqltuner.pl]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/z__JOVDjNeE/c.php</link>
<description>Once you have installed MySQL onto OS X / OS X server, MySQL will basically run OK under a light load. If you want to change some variables in the database settings via the configuration file you will notice that there isn&amp;#8217;t one there, filed normally in /etc.  This is the default behaviour as a [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/optimising-mysql-on-os-x-10-7-lion-with-mysqltuner-pl/"&gt;Optimising MySQL on OS X 10.7 Lion with mysqltuner.pl&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/start-stop-mysql-from-the-command-line-terminal-osx-linux/" rel="bookmark" title="Start Stop MySQL from the Command Line Terminal, OSX, Linux"&gt;Start Stop MySQL from the Command Line Terminal, OSX, Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" rel="bookmark" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X Lion 10.7 and 10.6"&gt;Install and configure PHP, MySQL &amp;#038; Apache on OS X Lion 10.7 and 10.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/import-a-mysql-database-into-os-x-10-6-via-terminal/" rel="bookmark" title="Import a mysql database into OS X 10.6 via Terminal"&gt;Import a mysql database into OS X 10.6 via Terminal&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/z__JOVDjNeE" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Mon, 26 Dec 2011 02:35:04 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Foptimising-mysql-on-os-x-10-7-lion-with-mysqltuner-pl%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Upgrade jailbroken iPhone to iOS 5.0.1 and preserve baseband with redsn0w]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/yZAdiM4_Kb8/c.php</link>
<description>Updated post for upgrade to iOS 5.0.1 Jailbreak/Activate/Unlock How to upgrade a previously jailbroken iPhone to iOS 5.0.1 and preserve the baseband. The process of getting this job done requires a number of steps (but are easily done), which are downloading the official iOS firmware from Apple, upgrading iTunes to the latest version, getting the latest [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/upgrade-jailbroken-iphone-to-ios-5-and-preserve-baseband-with-redsn0w/"&gt;Upgrade jailbroken iPhone to iOS 5.0.1 and preserve baseband with redsn0w&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/re-flashing-the-06-15-00-iphone-3gs-baseband/" rel="bookmark" title="Re-flashing the 06.15.00 iPhone 3GS BaseBand"&gt;Re-flashing the 06.15.00 iPhone 3GS BaseBand&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/recover-and-restore-iphone-3gs-stuck-in-recovery-mode-in-itunes/" rel="bookmark" title="Recover and Restore iPhone 3GS with Error 1015 stuck in Recovery Mode in iTunes"&gt;Recover and Restore iPhone 3GS with Error 1015 stuck in Recovery Mode in iTunes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/ios-5-0-1-released-via-itunes-jailbreakers-need-to-hold-off-the-upgrade/" rel="bookmark" title="iOS 5.0.1 Released via iTunes Jailbreakers need to hold off the Upgrade"&gt;iOS 5.0.1 Released via iTunes Jailbreakers need to hold off the Upgrade&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/yZAdiM4_Kb8" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Mon, 26 Dec 2011 00:40:38 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fupgrade-jailbroken-iphone-to-ios-5-and-preserve-baseband-with-redsn0w%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Installing a GUI Text Editor in Drupal 7, TinyMCE and CKEditor Wysiwig]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/oxx7-X6RSm0/c.php</link>
<description>&lt;div thmr="thmr_9"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;You are left high and dry with an initial install of Drupal 7 in terms of text editing.&lt;/p&gt;
&lt;p&gt;You can add text and code to content text fields but there is no default GUI text editor which you do get with other CMS'es such as WordPress and Joomla. If the Drupal site is to be passed over to a client for content managing who has no experience with HTML or CSS then this is an absolute necessity. Possibly Drupal 8 will arrive with a default text editor as part of the core product. &lt;/p&gt;
&lt;p&gt;The initial install and configuration of the text editor can be a bit confusing and initmidating to a novice Drupal user but once your up and running that pain wil be history.&lt;/p&gt;
&lt;h2&gt;
	Which Text Editor&lt;/h2&gt;
&lt;p&gt;There are a many text editors out there, this guide will use TinyMCE and CKEditor, TinyMCE is the bundled editor in WordPress and Joomla and CKEditor is also a very popular choice, you can install both in Drupal - plus many more.&lt;/p&gt;
&lt;h2&gt;
	Install Wysiwig&lt;/h2&gt;
&lt;p&gt;The installation process requires a Drupal module and also the editors downloaded from their development home sites.&lt;/p&gt;
&lt;p&gt;The key Drupal module you'll need is:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://drupal.org/project/wysiwyg" target="_blank"&gt;Wysiwig&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Install this module into your site and enable it.&lt;/p&gt;
&lt;p&gt;&lt;img alt="wysiwig-drupal-module" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/wysiwig-drupal-module.png" style="width: 590px; height: 190px; " /&gt;&lt;/p&gt;
&lt;h2&gt;
	Install the Text Editors&lt;/h2&gt;
&lt;p&gt;Now download the text editors, download the latest stable releases:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.tinymce.com/download/download.php" target="_blank"&gt;TinyMCE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ckeditor.com/download" target="_blank"&gt;CkEditor&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unzip these and upload them to:&lt;/p&gt;
&lt;pre&gt;
/public_html/yourdrupalsite/sites/all/libraries/&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	Configure the Text Editors&lt;/h2&gt;
&lt;div&gt;
	&lt;p&gt;Once they are uploaded you then can configure the Wysiwig Module  - you can do this from the modules page as above or:&lt;/p&gt;
	&lt;div&gt;
		 &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
	Home » Administration » Configuration » Content authoring » Wysiwyg profiles&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	&lt;img alt="assign-editor-to-text-format" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/assign-editor-to-text-format.png" style="width: 590px; height: 262px; " /&gt;&lt;/div&gt;
&lt;div&gt;
	Configure HTML and Plain Text Formats to use what editor. The last thing to do is to switch on what you want to see in the editor - click edit... then Buttons and Plugins and check box away:&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	&lt;img alt="configure-text-editor-display" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/configure-text-editor-display.png" style="width: 590px; height: 311px; " /&gt;&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	Thats it you should now see a familiar GUI text editor for your input text fields, use the permissions screen to control what type of user can see them.&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/best-way-inserting-images-drupal-7" target="_blank"&gt;To get a better image uploaded check the guide here.&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/installing-gui-text-editor-drupal-7-tinymce-and-ckeditor-wysiwig"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/installing-gui-text-editor-drupal-7-tinymce-and-ckeditor-wysiwig" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Installing a GUI Text Editor in Drupal 7, TinyMCE and CKEditor Wysiwig"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/oxx7-X6RSm0" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Tue, 29 Nov 2011 22:52:32 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Finstalling-gui-text-editor-drupal-7-tinymce-and-ckeditor-wysiwig</feedburner:origLink></item>

<item>
<title><![CDATA[How to find out which Boot Rom Am I ? Old or New for iPhone 3GS]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/wBWC4kr1lEY/c.php</link>
<description>You can find out if  your iPhone 3GS is old boot rom by the 4th and 5th numbers in the serial number being below 40. How you get the serial number is on the iPhone: Settings &amp;#62; General &amp;#62; About &amp;#62; Serial Number However the above rule is not 100% accurate &amp;#8211; there is debate [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-find-out-which-boot-rom-am-i-old-or-new-for-iphone-3gs/"&gt;How to find out which Boot Rom Am I ? Old or New for iPhone 3GS&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/recover-and-restore-iphone-3gs-stuck-in-recovery-mode-in-itunes/" rel="bookmark" title="Recover and Restore iPhone 3GS with Error 1015 stuck in Recovery Mode in iTunes"&gt;Recover and Restore iPhone 3GS with Error 1015 stuck in Recovery Mode in iTunes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/upgrade-jailbroken-iphone-to-ios-5-and-preserve-baseband-with-redsn0w/" rel="bookmark" title="Upgrade jailbroken iPhone to iOS 5.0.1 and preserve baseband with redsn0w"&gt;Upgrade jailbroken iPhone to iOS 5.0.1 and preserve baseband with redsn0w&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/re-flashing-the-06-15-00-iphone-3gs-baseband/" rel="bookmark" title="Re-flashing the 06.15.00 iPhone 3GS BaseBand"&gt;Re-flashing the 06.15.00 iPhone 3GS BaseBand&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/wBWC4kr1lEY" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sat, 26 Nov 2011 22:57:33 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhow-to-find-out-which-boot-rom-am-i-old-or-new-for-iphone-3gs%2F</feedburner:origLink></item>

<item>
<title><![CDATA[How to Change the MySQL root Password in Linux or OSX via Command Line]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/wMzVnneupyk/c.php</link>
<description>If you have forgot, can&amp;#8217;t remember or want to break in&amp;#8230;.. how to change the mysql root password from the command line in either Linux or OS X: Stop MySQL Start it in safe mode: This will be an ongoing command until the process is finished so open another shell/terminal window, log in without a [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-change-the-mysql-root-password/"&gt;How to Change the MySQL root Password in Linux or OSX via Command Line&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/start-stop-mysql-from-the-command-line-terminal-osx-linux/" rel="bookmark" title="Start Stop MySQL from the Command Line Terminal, OSX, Linux"&gt;Start Stop MySQL from the Command Line Terminal, OSX, Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/import-a-mysql-database-into-os-x-10-6-via-terminal/" rel="bookmark" title="Import a mysql database into OS X 10.6 via Terminal"&gt;Import a mysql database into OS X 10.6 via Terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" rel="bookmark" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X Lion 10.7 and 10.6"&gt;Install and configure PHP, MySQL &amp;#038; Apache on OS X Lion 10.7 and 10.6&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/wMzVnneupyk" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sat, 26 Nov 2011 21:25:54 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhow-to-change-the-mysql-root-password%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Start Stop MySQL from the Command Line Terminal, OSX, Linux]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/Ii7M_cs4bms/c.php</link>
<description>On OS X to start/stop MySQL from the command line: On Linux start/stop from the command line: Some Linux flavours offer the service command too Start Stop MySQL from the Command Line Terminal, OSX, Linux is a post from: coolestguyplanet.net Related posts: How to Change the MySQL root Password in Linux or OSX via Command [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/start-stop-mysql-from-the-command-line-terminal-osx-linux/"&gt;Start Stop MySQL from the Command Line Terminal, OSX, Linux&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-change-the-mysql-root-password/" rel="bookmark" title="How to Change the MySQL root Password in Linux or OSX via Command Line"&gt;How to Change the MySQL root Password in Linux or OSX via Command Line&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/import-a-mysql-database-into-os-x-10-6-via-terminal/" rel="bookmark" title="Import a mysql database into OS X 10.6 via Terminal"&gt;Import a mysql database into OS X 10.6 via Terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" rel="bookmark" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X Lion 10.7 and 10.6"&gt;Install and configure PHP, MySQL &amp;#038; Apache on OS X Lion 10.7 and 10.6&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/Ii7M_cs4bms" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sat, 26 Nov 2011 20:28:02 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fstart-stop-mysql-from-the-command-line-terminal-osx-linux%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Help I’m a SEO without a Yahoo, Get Me Out Of Here!]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/rOBnvyMmGTA/c.php</link>
<description>Yahoo Site Explorer is no more, it&amp;#8217;s gone, no more, so long! You served us well, free access to backlinks on our sites, and on our competitor sites (didn&amp;#8217;t they love that) to specific URLs or whole domains. Yahoo site explorer has now been integrated into Bing Webmaster tools, but really the functionality is just [...]&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/help-im-a-seo-without-a-yahoo-get-me-out-of-here/"&gt;Help I&amp;#8217;m a SEO without a Yahoo, Get Me Out Of Here!&lt;/a&gt; is a post from: &lt;a href="http://www.coolestguyplanet.net"&gt;coolestguyplanet.net&lt;/a&gt;&lt;/p&gt;

Related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/rank-checker-shoot/" rel="bookmark" title="Rank Checker Shoot Out"&gt;Rank Checker Shoot Out&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/panda-highers-page-rank/" rel="bookmark" title="Google Panda Highers Page Rank"&gt;Google Panda Highers Page Rank&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.coolestguyplanet.net/top-ten-serps-yahoo/" rel="bookmark" title="Top Ten in the SERPS for Yahoo"&gt;Top Ten in the SERPS for Yahoo&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/rOBnvyMmGTA" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Wed, 23 Nov 2011 03:43:55 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3751075&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fhelp-im-a-seo-without-a-yahoo-get-me-out-of-here%2F</feedburner:origLink></item>

<item>
<title><![CDATA[Get Email Alerts of New Comments Awaiting Moderation Approval on Drupal]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/dZYF-Xbd8qk/c.php</link>
<description>&lt;div thmr="thmr_15"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/email-comments-drupal.png"&gt;&lt;img alt="new email alerts for comment moderation in drupal" class="size-medium wp-image-1456 " src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/email-comments-drupal-300x219.png" style="margin-left: 10px; margin-right: 10px; float: left; width: 300px; height: 219px; " title="email-comments-drupal" /&gt;&lt;/a&gt; For new comments made by users in Drupal by default the only way to approve or delete new comments for moderation in is to log on and check on to the site directly.&lt;/p&gt;
&lt;p&gt;New comments are not alerted to an authenticated user. By setting up an action and trigger when a new comment is posted you can notify a particular user account email address with a link to the comment queue so you can decide if it is approved or deleted.&lt;/p&gt;
&lt;p&gt;Make sure the Triggers module is loaded.&lt;/p&gt;
&lt;p&gt;Go to  - &lt;em&gt;Administer › Site configuration  &amp;gt; Actions&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/create-action-email-drupal.png"&gt;&lt;img alt="create-action-email-drupal" class="size-full wp-image-1416" height="528" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/create-action-email-drupal.png" title="create-action-email-drupal" width="526" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
	Create and configure the action and fill out the email address that  you want to receive the comment notifications on&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/configure-action-email-drupal1.png"&gt;&lt;img alt="configure-action-email-drupal" class="size-full wp-image-1420" height="586" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/configure-action-email-drupal1.png" title="configure-action-email-drupal" width="593" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;div&gt;
	Go to  -  Administer › Site building › Triggers  Click on the Comments tab, for "Trigger: After saving a new comment" select the action you previously created and assign it to it.&lt;/div&gt;
&lt;div&gt;
	 &lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/assign-action-trigger-drupal.png"&gt;&lt;img alt="assign-action-trigger-drupal" class="size-full wp-image-1414" height="463" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/assign-action-trigger-drupal.png" title="assign-action-trigger-drupal" width="533" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Leave a comment and test it out.&lt;/p&gt;
&lt;div&gt;
	&lt;h2&gt;
		 &lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/get-email-alerts-new-comments-awaiting-moderation-approval-drupal"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/get-email-alerts-new-comments-awaiting-moderation-approval-drupal" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Get Email Alerts of New Comments Awaiting Moderation Approval on Drupal"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/dZYF-Xbd8qk" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sun, 20 Nov 2011 04:38:45 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fget-email-alerts-new-comments-awaiting-moderation-approval-drupal</feedburner:origLink></item>

<item>
<title><![CDATA[Fastest Way of Installing Drupal 6 on Mac OS X]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/8DBdUVkE57o/c.php</link>
<description>&lt;div thmr="thmr_21"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;h2&gt;
	Fastest Way to install the latest Drupal 6 version on Mac OS X&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/fast-drupal-osx-lion-install2.jpg"&gt;&lt;img alt="fast-drupal-osx-lion-install" class="size-full wp-image-1651" height="578" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/fast-drupal-osx-lion-install2.jpg" title="fast-drupal-osx-lion-install" width="590" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This installation method on OSX assumes the web sharing method is the standard OS X user web sharing service as shared from  ~/Sites, the shared drupal directory will be called "&lt;strong&gt;drupal&lt;/strong&gt;". The mysql database is called &lt;strong&gt;drupal&lt;/strong&gt; and the mysql user is &lt;strong&gt;root&lt;/strong&gt;, the password for the database you have to add. The other web root is OS X is /Library/WebServer/Documents if you choose to use that one the exercise works equally the same.&lt;/p&gt;
&lt;p&gt;This tutorial also assumes that OS X has &lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X 10.6"&gt;Apache/My/PHP&lt;/a&gt; and &lt;a href="http://www.coolestguyplanet.net/installing-phpmyadmin-on-mac-osx-10-6/" title="Installing phpMyAdmin on Mac OSX 10.6"&gt;phpMyAdmin&lt;/a&gt; all ready to go if not fix thise issues up  first.&lt;/p&gt;
&lt;h2&gt;
	Preparing and Installing Drupal&lt;/h2&gt;
&lt;p&gt;make a sharing directory and move into it&lt;/p&gt;
&lt;pre&gt;
mkdir ~/Sites/drupal ; cd ~/Sites/drupal&lt;/pre&gt;
&lt;p&gt;get the last drupal version 6.22,  &lt;/p&gt;
&lt;pre&gt;
curl -O http://ftp.drupal.org/files/projects/drupal-6.22.tar.gz&lt;/pre&gt;
&lt;p&gt;expand it&lt;/p&gt;
&lt;pre&gt;
tar -xvzf drupal-6.22.tar.gz &lt;/pre&gt;
&lt;p&gt;move all files into shared directory one level up&lt;/p&gt;
&lt;pre&gt;
mv drupal-6.22/* .&lt;/pre&gt;
&lt;p&gt;move hidden files one level up&lt;/p&gt;
&lt;pre&gt;
mv drupal-6.22/.* . &lt;/pre&gt;
&lt;p&gt;remove compressed archive and empty directory [code]rm -rf drupal-*[/code]&lt;/p&gt;
&lt;p&gt;create a settings file &lt;/p&gt;
&lt;pre&gt;
cp ~/Sites/drupal/sites/default/default.settings.php ~/Sites/drupal/sites/default/settings.php&lt;/pre&gt;
&lt;p&gt;fix permissions on the default directory and settings file &lt;/p&gt;
&lt;pre&gt;
chmod -R a+w ~/Sites/drupal/sites/default&lt;/pre&gt;
&lt;h2&gt;
	Create the Drupal Database&lt;/h2&gt;
&lt;p&gt;create it a new database (no space between -p and password - as an alternative this can be done in phpmyadmin&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;
mysql -u [username] -p[password] -e "create database [databasename];"&lt;/pre&gt;
&lt;div&gt;
	or in &lt;strong&gt;phpMyAdmin&lt;/strong&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/phpmyadmin-drupal-database-create.png"&gt;&lt;img alt="phpmyadmin-drupal-database-create" class="size-full wp-image-1398" height="211" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/phpmyadmin-drupal-database-create.png" title="phpmyadmin-drupal-database-create" width="590" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	Finish the Drupal Instal via the Browser&lt;/h2&gt;
&lt;p&gt;open it up in your default browser&lt;/p&gt;
&lt;p&gt;open&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://localhost/~username/drupal/"&gt;http://localhost/~username/drupal/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Finish the install via the browser...&lt;/p&gt;
&lt;p&gt; &lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/drupal-6-osx-install.png"&gt;&lt;img alt="drupal-6-osx-install" class="size-full wp-image-1373" height="375" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/drupal-6-osx-install.png" title="drupal-6-osx-install" width="569" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thats all there is to it - to install &lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/fastest-way-of-installing-drupal-7-4-on-mac-os-x-10-6/" target="_blank" title="Fastest Way of Installing Drupal 7.4 on Mac OS X 10.6"&gt;Drupal 7&lt;/a&gt; is exactly the same process and if you need to sort out &lt;a href="http://coolestguyplanet.net/how-to-migrate-drupal-site-to-a-local-development-server-fix-clean-urls/" target="_blank" title="How to Migrate Drupal Site to a local Development Server &amp;amp; Fix Clean URLs"&gt;clean URLs check it out here&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
	Post Installation Consideration&lt;/h2&gt;
&lt;p&gt;And also for smoother compatibilities for Drupal upgrades and module/theme add on installs change the local ownership to _www&lt;/p&gt;
&lt;pre&gt;
sudo chown -R _www ~/Sites/drupal&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/os-x" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;OS X&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/fastest-way-installing-drupal-6-mac-os-x"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/fastest-way-installing-drupal-6-mac-os-x" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Fastest Way of Installing Drupal 6 on Mac OS X "&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/8DBdUVkE57o" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sun, 20 Nov 2011 04:16:34 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Ffastest-way-installing-drupal-6-mac-os-x</feedburner:origLink></item>

<item>
<title><![CDATA[Change the Drupal Administration Appearance and Menu]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/qykJGZZyGYw/c.php</link>
<description>&lt;div thmr="thmr_28"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;&lt;img alt="drupal-customise-menu" class="size-full wp-image-1521" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/drupal-customise-menu.png" style="margin-left: 20px; margin-right: 20px; float: right; width: 209px; height: 160px; " title="drupal-customise-menu" /&gt;Drupal 7 administration menu is quite a change from previous versions, in comes the administrative overlay which is like a partial transparent layer over the existing site.&lt;/p&gt;
&lt;p&gt;This is a subjective thing some people will like the change however I prefer to turn this off  and have the backend looking opaque and to have a sense that it is a separate side to the front end of the system.&lt;/p&gt;
&lt;p&gt;There are some options to change the way you work in the back end of Drupal you can change just the Administrative theme purely for the backend, I believe this helps site admins do what they need to do without getting distracted from the site design.&lt;/p&gt;
&lt;p&gt;You can add  a custom admin menu module which has a hierarchal admin fly out menu which can quickly get to all parts of the backend.&lt;/p&gt;
&lt;p&gt;First up to turn off the Administrative Overlay, to to&lt;/p&gt;
&lt;p&gt;Home » Administration » Modules and uncheck '&lt;strong&gt;Overlay&lt;/strong&gt;'. &lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/overlay-turn-off-drupal.png"&gt;&lt;img alt="overlay-turn-off-drupal" class="size-full wp-image-1486 " height="308" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/overlay-turn-off-drupal.png" title="overlay-turn-off-drupal" width="581" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can add in an 'Administrative' theme which then makes the back end quite distinct from the general theme of the site, one of the more popular back end admin themes is '&lt;a href="http://drupal.org/project/rubik" target="_blank" title="rubik"&gt;Rubik&lt;/a&gt;', this requires the '&lt;a href="http://drupal.org/project/tao" target="_blank" title="tao theme"&gt;Tao&lt;/a&gt;' base theme. Get both of these themes from &lt;a href="http://drupal.org/project/themes" target="_blank" title="drupal.org/project/themes"&gt;Drupal themes extensions&lt;/a&gt; and install into Drupal. Change the administration theme to Rubik by  going to&lt;/p&gt;
&lt;pre&gt;
Home » Administration » Appearance&lt;/pre&gt;
&lt;p&gt;Scroll to the bottom and check the Administration Theme dropdown and enable "when editing or creating content" to keep all the backend work in the Admin Theme.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/enable-rubik-theme.png"&gt;&lt;img alt="enable-rubik-theme" class="size-full wp-image-1488 " src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/enable-rubik-theme.png" style="float: left; width: 551px; height: 356px; " title="enable-rubik-theme" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The Rubik Admin Theme is quite leap forward in how a back end admin theme should look like and is better designed in terms of UI and UX then you get with the default Drupal install. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/rubik-admin-theme-drupal.png"&gt;&lt;img alt="rubik-admin-theme-drupal" class="size-full wp-image-1487 " height="469" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/rubik-admin-theme-drupal.png" title="rubik-admin-theme-drupal" width="590" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Next thing to do is add in a very cool hierarchal fly out admin menu called believe it or not 'Administration menu', that sits at the top of the page, which is intended to replace the default Drupal Admin menu. Get this from the &lt;a href="http://ftp.drupal.org/files/projects/admin_menu-7.x-3.0-rc1.tar.gz" target="_blank" title="admin menu from drupal"&gt;Drupal modules admin page.&lt;/a&gt;   Install it via:&lt;/p&gt;
&lt;pre&gt;
Home » Administration » Modules » Install New Module&lt;/pre&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/install-admin-menu-module.png"&gt;&lt;img alt="install-admin-menu-module" class="size-full wp-image-1490" height="423" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/install-admin-menu-module.png" title="install-admin-menu-module" width="590" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; Once installed enabled the module in 'Modules' and also disable the default admin menu in the core modules by disabling '&lt;strong&gt;ToolBar&lt;/strong&gt;'.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/admin-menu-fly-out-drupal.png"&gt;&lt;img alt="admin-menu-fly-out-drupal" class="size-full wp-image-1493" height="194" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/admin-menu-fly-out-drupal.png" title="admin-menu-fly-out-drupal" width="567" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can change the menu font size and appearance to match the default menu that ships with Drupal 7.&lt;/p&gt;
&lt;p&gt;I find that the custom admin menu uses fonts a little on the large size. This can be changed in the CSS for the admin menu, the font size of the original menu  is  .846em. So in&lt;/p&gt;
&lt;pre&gt;
sites/all/modules/admin_menu/admin_menu_toolbar/admin_menu_toolbar.css&lt;/pre&gt;
&lt;p&gt;Make any CSS changes you want to change the appearance of the actual menu.&lt;/p&gt;
&lt;pre&gt;
#admin-menu {
  font: normal &lt;span&gt;0.846em&lt;/span&gt; "Lucida Grande", Verdana, sans-serif;
  box-shadow: 0 3px 20px #000;
  -moz-box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,
direction='180', strength='10');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(
color=#000000, direction='180', strength='10')";
}&lt;/pre&gt;
&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/admin-menu-fly-out-drupal2.png"&gt;&lt;img alt="admin-menu-fly-out-drupal2" class="size-full wp-image-1496" height="182" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/admin-menu-fly-out-drupal2.png" title="admin-menu-fly-out-drupal2" width="531" /&gt;&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;Thats it - this should ease the admin view and experience - I do find now that the defauly shipped admin theme 'Seven' is still decent and have changed back a few times as it seems a bit more stable the add in menu hoever is a must.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/changing-the-drupal-administration-appearance-and-menu"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/changing-the-drupal-administration-appearance-and-menu" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Change the Drupal Administration Appearance and Menu"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/qykJGZZyGYw" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Sun, 20 Nov 2011 02:03:58 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fchanging-the-drupal-administration-appearance-and-menu</feedburner:origLink></item>

<item>
<title><![CDATA[No DNS Zones In Server Admin OS X Server]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/B4O_YYAXHGU/c.php</link>
<description>&lt;div thmr="thmr_34"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;If your DNS zones are not available in &lt;strong&gt;Server Admin &lt;/strong&gt;but OK in &lt;strong&gt;/var/named&lt;/strong&gt; it maybe due to a crash when a zone was last edited.&lt;/p&gt;
&lt;p&gt; - Locate the last Zone that was edited and rename it with a .bak this will be found in &lt;strong&gt; /var/named&lt;/strong&gt; (If you don't know what the zone was then you'll have to try this procedure with each one).&lt;/p&gt;
&lt;p&gt; - Refresh the view in Server Admin - if the zones are now visible then you have found the corrupt one  - delete the zone that was stuffed&lt;/p&gt;
&lt;p&gt; - Recreate the zone in Server Admin use the zone.bak for reference.&lt;/p&gt;
&lt;p&gt;The zone wasn't really stuffed as such as it was still functional as a low level dns service but the public &lt;strong&gt;View&lt;/strong&gt; of the DNS which Apple uses in Server Admin becomes affected. This also may occur if the zone is edited in the shell which can screw up the GUI view - Apple prefers the edits are done in Server Admin.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/os-x" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;OS X&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/no-dns-zones-server-admin-os-x-server"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/no-dns-zones-server-admin-os-x-server" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="No DNS Zones In Server Admin OS X Server"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/B4O_YYAXHGU" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Fri, 18 Nov 2011 03:32:12 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fno-dns-zones-server-admin-os-x-server</feedburner:origLink></item>

<item>
<title><![CDATA[Host Multiple Web Sites on OS X Server 10.7 Lion]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/Ss4Mz7qWRp8/c.php</link>
<description>&lt;div thmr="thmr_40"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;h3&gt;
	Serving Multiple Web Sites on OS X 10.7 Lion with the Server.app.&lt;/h3&gt;
&lt;p&gt;OS X server provides functionality to host and serve multiple virtual websites from the same host over a single (or multiple) IP address, it can run the same confgurations like a regular Linux webserver as it uses Apache under the hood, you can set this up using the command line or by using some server tools that Apple provide. This tutorial uses Server.app and Server Admin, Server app is a paid for tool downloadable at the Apple store, Server Admin is a free download, link below.&lt;/p&gt;
&lt;p&gt;To get this running you need to have successfully configured your &lt;strong&gt;DNS&lt;/strong&gt; with a fully qualified domain name for the host and have a successful output when you run the command below - this step is critical as a misconfigured DNS is really going to stuff things up:&lt;/p&gt;
&lt;pre&gt;
sudo changeip -checkhostname&lt;/pre&gt;
&lt;h2&gt;
	Starting The Webserver&lt;/h2&gt;
&lt;p&gt;To get the webserver going with the default website on the localhost&lt;/p&gt;
&lt;p&gt; - Log into your server with Server.app.&lt;/p&gt;
&lt;p&gt; - Enable the web server from the web service and if using &lt;strong&gt;php,&lt;/strong&gt; turn it on here also&lt;/p&gt;
&lt;p&gt;&lt;img alt="osx-server-web-sharing" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-web-sharing.jpg" style="width: 590px; height: 557px; " /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	Creating the Additional DNS Zones&lt;/h2&gt;
&lt;p&gt;To serve multiple websites first up is to configure the DNS of the additional zones on your local server, you can do this using the 10.7 &lt;a href="http://support.apple.com/downloads/#serversandenterprisesoftware" target="_blank"&gt;Server Admin tools&lt;/a&gt; dns service.&lt;/p&gt;
&lt;p&gt; - Create the zone - -   assign the &lt;strong&gt;local server&lt;/strong&gt; as the new zones' nameserver - in the example below the local server is &lt;strong&gt;server.example.com&lt;/strong&gt; it is both the FQDN and nameserver of the local server and is also the nameserver for the newly added dns zone of &lt;strong&gt;seo-hub.net&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; - Create a record for the new zone - - assign it the same IP address as the local server in this example the record is the domain &lt;strong&gt;seo-hub.net&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; - Create a 'www' alias if required - so here we are resolving the '&lt;strong&gt;www&lt;/strong&gt;' component so either using 'www' or not will resolve the domain to seo-hub.net&lt;/p&gt;
&lt;p&gt; &lt;img alt="osx-server-add-a-zone" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-add-a-zone.jpg" style="width: 590px; height: 248px; " /&gt;&lt;br /&gt;&lt;em&gt;Add the Zone&lt;/em&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img alt="osx-server-add-a-machine-record" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-add-a-machine-record.jpg" style="width: 590px; height: 245px; " /&gt;&lt;br /&gt;&lt;em&gt;Add the A record or Machine Record&lt;/em&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img alt="osx-server-add-a-alias" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-add-a-alias.jpg" style="width: 590px; height: 239px; " /&gt;&lt;br /&gt;&lt;em&gt;Add the Alias (its on thr drop-down below 'Add Record')&lt;/em&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	Set up Additional WebSites&lt;/h2&gt;
&lt;p&gt;Go Back to Server.app to add the site and set the web root.&lt;/p&gt;
&lt;p&gt;By default the web root in Lion Server is:&lt;/p&gt;
&lt;pre&gt;
/Library/Server/Web/Data/Sites/&lt;/pre&gt;
&lt;p&gt;To host multiple sites create a new directory per site in the &lt;strong&gt;Sites&lt;/strong&gt; folder. You set that in Server.app&lt;/p&gt;
&lt;p&gt;&lt;img alt="osx-server-set-document-root." src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-set-document-root.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;When adding the domain name - you will get a &lt;strong&gt;green light &lt;/strong&gt;if the domain has successfully been pointed to your local nameserver verifying that DNS is correct&lt;/p&gt;
&lt;p&gt;Set the IP address, port number and web document root by going to the 'Other' and creating a new web root folder and lastly set the access privileges.&lt;/p&gt;
&lt;p&gt;One odd quirk is that if you also want to serve the website with a 'www' prefix (which you probably would want covered) you need to add an additional domain name site with the 'www' prefix and point the site files folder to the same one as the domain without the 'www'&lt;/p&gt;
&lt;address&gt;
	&lt;img alt="osx-server-www-alias" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/osx-server-www-alias.png" style="width: 590px; height: 432px; " /&gt;&lt;br /&gt;
	Add a www domain and point the document root to the same domain without the 'www'&lt;/address&gt;
&lt;p&gt;&lt;br /&gt;
	Thats it - if you are serving the sites to the outside world don't forget to delegate the added domains nameservers to your local server's public IP address at the domain's name registrar and then port forward http/https traffic from your router to your webservers internal IP address..&lt;/p&gt;
&lt;p&gt;Also remember if using SSL that a unique IP address is required per SSL/TLS domain.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	OS X Client Machine Without Server App&lt;/h2&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;If the Server app is installed on your Mac  this method to serve virtual hosts is preferred, as appose to a OSX client without server app - on a machine without the server app - virtual hosting is still possible. You need to edit the Apache httpd.config to allow for it. Open the file:&lt;/p&gt;
&lt;pre&gt;
/etc/apache2/httpd.conf&lt;/pre&gt;
&lt;p&gt;and uncomment the include line on vhosts:&lt;/p&gt;
&lt;pre&gt;
#Include /private/etc/apache2/extra/httpd-vhosts.conf&lt;/pre&gt;
&lt;p&gt;Once that is done you can add in &lt;a href="http://httpd.apache.org/docs/2.2/vhosts/" target="_blank"&gt;Apache directives on virtual hosts as described here&lt;/a&gt; in the configuration file in the above path.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;
	Footnote&lt;/h2&gt;
&lt;p&gt;This set up has been completed without any altering of the httpd.conf file.&lt;/p&gt;
&lt;p&gt;A number of uers have reported that they can only get virtual hosts to run by adding a file with an Apache directive in &lt;strong&gt;/etc/apache2/sites/&lt;/strong&gt;&lt;br /&gt;
	Named&lt;strong&gt; 00000_MoreTestingRequired.conf &lt;/strong&gt;with the content&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;
NameVirtualHost *:80&lt;/pre&gt;
&lt;p&gt;Restart Apache via Server.app and it has all come good.&lt;/p&gt;
&lt;p&gt;However I note what should happen is that in &lt;strong&gt;/etc/apache2/sites/ &lt;/strong&gt;a generated file named&lt;strong&gt; virtual_host_global.conf &lt;/strong&gt;should appear with the content:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;
# This file is auto-generated by the web configuration

# mechanism whenever settings are saved.


# The Listen and NameVirtualHost directives are generated

# based on the VirtualHost directive inside

# each site configuration file found in this directory.

#

Listen  *:443
NameVirtualHost *:443
Listen  *:80
NameVirtualHost *:80&lt;/pre&gt;
&lt;p&gt;So if you are not getting the latter result try the above fix to see if it solves&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/os-x" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;OS X&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/host-multiple-web-sites-os-x-server-107-lion"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/host-multiple-web-sites-os-x-server-107-lion" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Host Multiple Web Sites on OS X Server 10.7 Lion"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/Ss4Mz7qWRp8" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Wed, 16 Nov 2011 23:27:49 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fhost-multiple-web-sites-os-x-server-107-lion</feedburner:origLink></item>

<item>
<title><![CDATA[Fastest Way of Installing Drupal 7.12 on Mac OS X 10.7 , 10.6]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/c-9T9Hu5N6g/c.php</link>
<description>&lt;div thmr="thmr_46"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;h3&gt;Fastest Way to install the latest Drupal 7 version on Mac OS X Lion 10.7 or 10.6 Snow Leopard&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/fast-drupal-osx-lion-install1.jpg"&gt;&lt;img alt="fast-drupal-osx-lion-install" class="size-full wp-image-1595" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/fast-drupal-osx-lion-install1.jpg" style="width: 590px; height: 578px; " title="fast-drupal-osx-lion-install" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Drupal is a quality CMS application and is as simple or complex as your needs vary, it runs on the same foundations that Mac OS X Lion or Snow Leopard provide to a Linux environment.&lt;/p&gt;&lt;p&gt;This tutorial assumes a certain degree of comfort in the command line application (in the Utilities folder) &lt;strong&gt;Terminal&lt;/strong&gt; for installing Drupal 7 on Mac OS X Lion or Snow Leopard but if the instructions below are followed correctly it will get the job done easily.&lt;/p&gt;&lt;p&gt;Before proceeding Drupal needs a couple of things to get going and those things are what is called an AMP stack  - Apache, MySQL and PHP. Apache and PHP already come bundled in OS X and just need to be enabled but MySQL needs to be downloaded and configured, luckily a point and click installer is provided. &lt;/p&gt;&lt;p&gt;Optionally and preferably also install &lt;strong&gt;phpmyadmin&lt;/strong&gt; to manage the database from a browser. To get the AMP stack working correctly on OS X follow this &lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X 10.6"&gt;guide on Apache/MySQL/PHP&lt;/a&gt;  and for &lt;a href="http://www.coolestguyplanet.net/installing-phpmyadmin-on-mac-osx-10-6/" title="Installing phpMyAdmin on Mac OSX 10.6"&gt;phpMyAdmin&lt;/a&gt; if required. Once these components are in place you are OK to proceed. Or you may already have an AMP stack by using MAMP or XAMPP.&lt;/p&gt;&lt;p&gt;OS X has 2 web document roots '/Library/WebServer/Documents' and '/Users/username/Sites/' also known as '~/Sites' this guide uses  '~/Sites'. This tutorial assumes that the shared drupal directory will be called "&lt;strong&gt;drupal&lt;/strong&gt;". The mysql database will be called &lt;strong&gt;drupal&lt;/strong&gt; and the mysql user is &lt;strong&gt;root&lt;/strong&gt;. This takes into account that OS X has &lt;a href="http://www.coolestguyplanet.net/how-to-install-php-mysql-apache-on-os-x-10-6/" title="Install and configure PHP, MySQL &amp;amp; Apache on OS X 10.6"&gt;Apache/MySQL/PHP&lt;/a&gt; and &lt;a href="http://www.coolestguyplanet.net/installing-phpmyadmin-on-mac-osx-10-6/" title="Installing phpMyAdmin on Mac OSX 10.6"&gt;phpMyAdmin&lt;/a&gt; all ready installed and runnng. All of the installation takes place in the command line using OS X's Terminal application.&lt;/p&gt;&lt;h2&gt;Drupal Download and Configure&lt;/h2&gt;&lt;p&gt;Make a sharing directory and move into it:&lt;/p&gt;
&lt;pre&gt;mkdir ~/Sites/drupal ; cd ~/Sites/drupal&lt;/pre&gt;
&lt;p&gt;get the latest drupal,  swap 7.x for incremental updates[&lt;/p&gt;
&lt;pre&gt;curl -O http://ftp.drupal.org/files/projects/drupal-7.12.tar.gz &lt;/pre&gt;
&lt;p&gt;expand it&lt;/p&gt;
&lt;pre&gt;tar -xvzf drupal-7.12.tar.gz  &lt;/pre&gt;
&lt;p&gt;move all files into shared directory one level up&lt;/p&gt;
&lt;pre&gt;mv drupal-7.12/* .&lt;/pre&gt;
&lt;p&gt;move hidden files one level up&lt;/p&gt;
&lt;pre&gt;mv drupal-7.12/.* .&lt;/pre&gt;
&lt;p&gt;remove compressed archive and empty directory&lt;/p&gt;
&lt;pre&gt;rm -rf drupal-*&lt;/pre&gt;
&lt;p&gt;create a settings file&lt;/p&gt;
&lt;pre&gt;cp ~/Sites/drupal/sites/default/default.settings.php ~/Sites/drupal/sites/default/settings.php&lt;/pre&gt;
&lt;p&gt;fix permissions on the default directory and settings file&lt;/p&gt;
&lt;pre&gt;chmod -R a+w ~/Sites/drupal/sites/default&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;or do the first lot in one hit (good for a script for multiple installs) &lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;mkdir ~/Sites/drupal ; cd ~/Sites/drupal ; curl -O http://ftp.drupal.org/files/projects/drupal-7.12.tar.gz ;tar -xvzf drupal-7.12.tar.gz ; mv drupal-7.12/* . ; mv drupal-7.12/.* . ; rm -rf drupal-* ; cp ~/Sites/drupal/sites/default/default.settings.php ~/Sites/drupal/sites/default/settings.php ; chmod -R a+w ~/Sites/drupal/sites/default &lt;/pre&gt;
&lt;h2&gt;Create the Drupal Database&lt;/h2&gt;&lt;p&gt;create a new database (no space between -p and password - as an alternative this can be done in phpmyadmin&lt;/p&gt;
&lt;pre&gt;mysql -u [username] -p[password] -e "create database [databasename];"&lt;/pre&gt;
&lt;p&gt;or in &lt;strong&gt;phpMyAdmin&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/phpmyadmin-drupal-database-create.png"&gt;&lt;img alt="phpmyadmin-drupal-database-create" class="size-full wp-image-1398" height="211" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/phpmyadmin-drupal-database-create.png" title="phpmyadmin-drupal-database-create" width="590" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;Finish the Drupal Install&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;&lt;h3&gt;Open - &lt;a href="http://localhost/~username/drupal/"&gt;http://localhost/~username/drupal/&lt;/a&gt;&lt;/h3&gt;&lt;div&gt; &lt;/div&gt;&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/osx-fast-drupal-install.png"&gt;&lt;img alt="osx-fast-drupal-install" class="size-full wp-image-1229" height="427" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/osx-fast-drupal-install.png" title="osx-fast-drupal-install" width="560" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; All done! faster than you can say "bitnami" If this is your first time installing Drupal, go with the Standard option&lt;/p&gt;&lt;p&gt;Then when you get to the Database configuration put in the details you used to set up MySQL in this case the db was "drupal" and the db user was "root". In the advanced options you can tweak the db prefix, port and host, the default "localhost" should be fine for this purpose.&lt;/p&gt;&lt;p&gt;Next steps are to create a master admin account and a few generic system settings and you are done.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/finish-drupal-install.png"&gt;&lt;img alt="finish-drupal-install" class="size-full wp-image-1402" height="457" src="http://www.coolestguyplanet.net/wp-content/uploads/2011/07/finish-drupal-install.png" title="finish-drupal-install" width="514" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;Post Installation Tips&lt;/h2&gt;&lt;p&gt;As a foot note, to sort out clean URLs, the &lt;strong&gt;.htaccess&lt;/strong&gt; needs a tweak as the install is in a subdirectory, the "RewriteBase" needs to be explicitly set:&lt;/p&gt;
&lt;pre&gt;# If your site is running in a VirtualDocumentRoot at http://example.com/, 
# uncomment the following line:
RewriteBase /~username/drupal&lt;/pre&gt;
&lt;p&gt;And also for smoother compatibilities for Drupal upgrades and module/theme add on installs change the local ownership to _www on your drupal web shared directory&lt;/p&gt;
&lt;pre&gt;sudo chown -R _www ~/Sites/drupal&lt;/pre&gt;
&lt;h2&gt;Upgrading Drupal&lt;/h2&gt;&lt;p&gt;To upgrade an incremental version of Drupal - say from 7.9 to 7.12, you download the new core base files and replace the current files in the web root apart from the &lt;strong&gt;Sites directory, and if customized, also the .htaccess file.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;After replacing the files run a database update: &lt;a href="http://mydomain.com/update.php"&gt;http://mydomain.com/update.php&lt;/a&gt; or from within Drupal Admin &amp;gt; Reports &amp;gt; Available Updates &amp;gt; Update to patch any software.&lt;/p&gt;&lt;p&gt;Thats it Drupal should be up and running!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/os-x" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;OS X&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/fastest-way-of-installing-drupal-7-4-on-mac-os-x-10-6"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/fastest-way-of-installing-drupal-7-4-on-mac-os-x-10-6" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Fastest Way of Installing Drupal 7.12 on Mac OS X 10.7 , 10.6"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/c-9T9Hu5N6g" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Fri, 11 Nov 2011 07:19:53 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Ffastest-way-of-installing-drupal-7-4-on-mac-os-x-10-6</feedburner:origLink></item>

<item>
<title><![CDATA[How to theme Specific Drupal Taxonomy Tag Templates]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/awT_d2bhc1U/c.php</link>
<description>&lt;div thmr="thmr_53"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;To theme specific Taxonomy Templates you can target the tag number and name the the template:&lt;/p&gt;
&lt;pre&gt;
page--taxonomy--term--33.tpl.php&lt;/pre&gt;
&lt;p&gt;You can get the taxonomy number of the tag by using the &lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/how-make-custom-frontpage-template-or-any-other-page-drupal-7" target="_blank"&gt;Theme Developer module&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This template however will not work off the bat - it needs to have a page 'template suggestion' added to your template.php file as a preprocess function for Drupal to know about this type of template and to use it if it exists.&lt;/p&gt;
&lt;p&gt;Pre-process functions already exist for some templates but not all  - notably in Bartik there is page, node, block and maintenance.&lt;/p&gt;
&lt;p&gt;Create a template.php file if one doesn't exist in your theme for example if you are running a sub-theme. You need to add the preprocess function for the taxonomy template - the template.php only requires an opening php tag - '&amp;lt;?php' also note to change YOURTHEMENAME&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;

function YOURTHEMENAME_preprocess_taxonomy_term(&amp;amp;$variables) {
  $variables['view_mode'] = $variables['elements']['#view_mode'];
  $variables['term'] = $variables['elements']['#term'];
  $term = $variables['term'];

  $uri = entity_uri('taxonomy_term', $term);
  $variables['term_url']  = url($uri['path'], $uri['options']);
  $variables['term_name'] = check_plain($term---?&amp;gt;name);
  $variables['page']      = $variables['view_mode'] == 'full' &amp;amp;&amp;amp; taxonomy_term_is_page($term);

  // Flatten the term object's member fields.
  $variables = array_merge((array) $term, $variables);

  // Helpful $content variable for templates.
  $variables['content'] = array();
  foreach (element_children($variables['elements']) as $key) {
    $variables['content'][$key] = $variables['elements'][$key];
  }

  // field_attach_preprocess() overwrites the $[field_name] variables with the
  // values of the field in the language that was selected for display, instead
  // of the raw values in $term-&amp;gt;[field_name], which contain all values in all
  // languages.
  field_attach_preprocess('taxonomy_term', $term, $variables['content'], $variables);

  // Gather classes, and clean up name so there are no underscores.
  $vocabulary_name_css = str_replace('_', '-', $term-&amp;gt;vocabulary_machine_name);
  $variables['classes_array'][] = 'vocabulary-' . $vocabulary_name_css;

  $variables['theme_hook_suggestions'][] = 'taxonomy_term__' . $term-&amp;gt;vocabulary_machine_name;
  $variables['theme_hook_suggestions'][] = 'taxonomy_term__' . $term-&amp;gt;tid;
}
&lt;/pre&gt;
&lt;p&gt;Code from &lt;a href="http://api.drupal.org/api/drupal/modules--taxonomy--taxonomy.module/function/template_preprocess_taxonomy_term/7" target="_blank"&gt;Drupal&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;h3&gt;Tags: &lt;/h3&gt;&lt;ul&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/theming" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;theming&lt;/a&gt;&lt;/li&gt;&lt;li rel="dc:subject"&gt;&lt;a href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/theme-specific-drupal-taxonomy-tag-templates"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/theme-specific-drupal-taxonomy-tag-templates" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="How to theme Specific Drupal Taxonomy Tag Templates "&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/awT_d2bhc1U" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Wed, 09 Nov 2011 00:52:38 -0500</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Ftheme-specific-drupal-taxonomy-tag-templates</feedburner:origLink></item>

<item>
<title><![CDATA[Combining and Publishing 2 or more RSS feeds in WordPress and Drupal]]></title>
<link>http://feedproxy.google.com/~r/coolestguyplanetnet/~3/DZX4q0qaotw/c.php</link>
<description>&lt;div thmr="thmr_60"&gt;&lt;div&gt;&lt;div property="content:encoded"&gt;&lt;p&gt;To combine and publish 2 or more RSS feeds to a single feed comes the fantastic RSS spinning DJ - &lt;a href="http://www.rssmix.com/"&gt;http://www.rssmix.com/&lt;/a&gt; - this service allows you to enter multiple RSS feeds and get one in return which is great if you are working with multiple systems and want to publish as one.&lt;/p&gt;
&lt;p&gt;Get your feed addresses - &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;WordPress&lt;/strong&gt; default RSS feed address is:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.yourdomain/feed/"&gt;http://www.yourdomain/feed/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Drupal&lt;/strong&gt; is a different beast, by default the home page has a feed here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.yourdomain/rss.xml"&gt;http://www.yourdomain/rss.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For other content you need to create an RSS view, if you have content in a 'View' then you can enable a RSS view of that content and then specify a URL&lt;/p&gt;
&lt;p&gt;&lt;img alt="drupal-view-rss-feed" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/drupal-view-rss-feed.png" style="width: 590px; height: 287px; " /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Next put the mulltiple RSS feeds into the RSS Mix and you are given a unique RSS string.&lt;/p&gt;
&lt;p&gt;&lt;img alt="rss-mix-combine-feeds" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/rss-mix-combine-feeds.png" style="width: 590px; height: 354px; " /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img alt="rss-mix-one-feed-address" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/rss-mix-one-feed-address.png" style="width: 590px; height: 391px; " /&gt;&lt;/p&gt;
&lt;p&gt;Well you are actually given 2 addresses - one is pure XML and the other a HTML view.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;From here you could put the xml feed address into a Google FeedBurner Feed - which is a much better way to go as you can get all the analytics.&lt;/p&gt;
&lt;p&gt;&lt;img alt="rss-feedburner-google-feed" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/rss-feedburner-google-feed.png" style="width: 590px; height: 263px; " /&gt;&lt;/p&gt;
&lt;p&gt;Put the RSSMix address into  Google's FeedBurner and you get a Feedburner RSS feed address.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;To close the loop you need to redirect your RSS Feeds from the source, WordPress and Drupal both have FeedBurner Redirects - enable the module/plugin and all your sites feeds will point to the Google Feedburner.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://downloads.wordpress.org/plugin/feedburner-plugin.zip" target="_blank"&gt;WordPress Plugin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="rss-wordpress-google-feedburner" src="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/sites/default/files/rss-wordpress-google-feedburner.png" style="width: 590px; height: 407px; " /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;
            &lt;div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;div data-size="tall" data-annotation="bubble" data-href="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/combining-and-publishing-2-or-more-rss-feeds-wordpress-and-drupal"&gt;&lt;/div&gt;&lt;/div&gt;
          &lt;div&gt;&lt;a href="http://twitter.com/share" data-url="http://www.coolestguyplanet.net/coolest-guy-on-the-planet/combining-and-publishing-2-or-more-rss-feeds-wordpress-and-drupal" data-count="vertical" data-lang="en" data-via="" data-related=":Check it out!" data-text="Combining and Publishing 2 or more RSS feeds in WordPress and Drupal"&gt;Tweet&lt;/a&gt;&lt;/div&gt;
          &lt;div&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;!-- /.easy_social_box --&gt;&lt;img src="http://feeds.feedburner.com/~r/coolestguyplanetnet/~4/DZX4q0qaotw" height="1" width="1"/&gt;</description>
<author>Neil Gee</author>
<pubDate>Tue, 01 Nov 2011 21:41:10 -0400</pubDate>
<feedburner:origLink>http://www.rssmix.com/c.php?m=2801867&amp;f=3829365&amp;h=http%3A%2F%2Fwww.coolestguyplanet.net%2Fcoolest-guy-on-the-planet%2Fcombining-and-publishing-2-or-more-rss-feeds-wordpress-and-drupal</feedburner:origLink></item>
</channel>
</rss>

