<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for newvibes</title>
	<atom:link href="http://www.newvibes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newvibes.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 17:42:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Blackpool Magicians Convention 2010 by Michael</title>
		<link>http://www.newvibes.com/blog/blackpool-magicians-convention-2010/comment-page-1/#comment-6279</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=764#comment-6279</guid>
		<description>You look like you&#039;re getttin schmoozed on by some older, female magician types. Noice.

They tell you how they could make part of you &quot;disappear&quot;?

(sorry)</description>
		<content:encoded><![CDATA[<p>You look like you&#8217;re getttin schmoozed on by some older, female magician types. Noice.</p>
<p>They tell you how they could make part of you &#8220;disappear&#8221;?</p>
<p>(sorry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blackpool Magicians Convention 2010 by KJ</title>
		<link>http://www.newvibes.com/blog/blackpool-magicians-convention-2010/comment-page-1/#comment-6272</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=764#comment-6272</guid>
		<description>That&#039;s me with the beard.</description>
		<content:encoded><![CDATA[<p>That&#8217;s me with the beard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on James by Michael</title>
		<link>http://www.newvibes.com/blog/james/comment-page-1/#comment-6237</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=752#comment-6237</guid>
		<description>Neo?</description>
		<content:encoded><![CDATA[<p>Neo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Me by Michael</title>
		<link>http://www.newvibes.com/blog/me/comment-page-1/#comment-6236</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=755#comment-6236</guid>
		<description>Yea, seriously serious.

If I didnt know that you are in fact a giant teddy bear (who knows kung-fu) I might find this photograph intimidating. I suppose seeing you eat lunch from Boots at your desk too many times ruined the facade :-b</description>
		<content:encoded><![CDATA[<p>Yea, seriously serious.</p>
<p>If I didnt know that you are in fact a giant teddy bear (who knows kung-fu) I might find this photograph intimidating. I suppose seeing you eat lunch from Boots at your desk too many times ruined the facade :-b</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Relation View in phpMyAdmin / MAMP by KJ</title>
		<link>http://www.newvibes.com/blog/enabling-relation-view-in-phpmyadmin-mamp/comment-page-1/#comment-6234</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=167#comment-6234</guid>
		<description>Hi Darren,

You need to open the file in step 3 and search for 
/**
 * Server(s) configuration
 */
within the file and cut and paste the lines of text in step 7. It might be slightly different in WAMP but there should still be a config.inc.php somewhere.</description>
		<content:encoded><![CDATA[<p>Hi Darren,</p>
<p>You need to open the file in step 3 and search for<br />
/**<br />
 * Server(s) configuration<br />
 */<br />
within the file and cut and paste the lines of text in step 7. It might be slightly different in WAMP but there should still be a config.inc.php somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Relation View in phpMyAdmin / MAMP by dasser</title>
		<link>http://www.newvibes.com/blog/enabling-relation-view-in-phpmyadmin-mamp/comment-page-1/#comment-6233</link>
		<dc:creator>dasser</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=167#comment-6233</guid>
		<description>hi


i am using wamp, and need to achieve the same thing  please explain what you mean here at step 7:

7.Find the Server(s) configuration code block and replace/uncomment the following code and fill in the values. If you left everything default in the create_tables.sql file then you should just cut and paste the lines below.
————-
$cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = ‘phpmyadmin’;
$cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = ‘pma_bookmark’;
$cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = ‘pma_relation’;
$cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = ‘pma_table_info’;
$cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = ‘pma_table_coords’;
$cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = ‘pma_pdf_pages’;
$cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = ‘pma_column_info’;
$cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = ‘pma_history’;
————-


thanks
darren</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i am using wamp, and need to achieve the same thing  please explain what you mean here at step 7:</p>
<p>7.Find the Server(s) configuration code block and replace/uncomment the following code and fill in the values. If you left everything default in the create_tables.sql file then you should just cut and paste the lines below.<br />
————-<br />
$cfg['Servers'][$i]['pmadb'] = ‘phpmyadmin’;<br />
$cfg['Servers'][$i]['bookmarktable'] = ‘pma_bookmark’;<br />
$cfg['Servers'][$i]['relation'] = ‘pma_relation’;<br />
$cfg['Servers'][$i]['table_info'] = ‘pma_table_info’;<br />
$cfg['Servers'][$i]['table_coords'] = ‘pma_table_coords’;<br />
$cfg['Servers'][$i]['pdf_pages'] = ‘pma_pdf_pages’;<br />
$cfg['Servers'][$i]['column_info'] = ‘pma_column_info’;<br />
$cfg['Servers'][$i]['history'] = ‘pma_history’;<br />
————-</p>
<p>thanks<br />
darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3 Ladies by Michael</title>
		<link>http://www.newvibes.com/blog/3-ladies/comment-page-1/#comment-6130</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=748#comment-6130</guid>
		<description>Is the one in front talkin to herself? Crazy ppl...</description>
		<content:encoded><![CDATA[<p>Is the one in front talkin to herself? Crazy ppl&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Relation View in phpMyAdmin / MAMP by Run and debug PHP with Eclipse, Apache and MySQL &#171; HKAL</title>
		<link>http://www.newvibes.com/blog/enabling-relation-view-in-phpmyadmin-mamp/comment-page-1/#comment-6099</link>
		<dc:creator>Run and debug PHP with Eclipse, Apache and MySQL &#171; HKAL</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=167#comment-6099</guid>
		<description>[...] phpMyAdmin Enabling relation view [...]</description>
		<content:encoded><![CDATA[<p>[...] phpMyAdmin Enabling relation view [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It Came Back by KJ</title>
		<link>http://www.newvibes.com/blog/it-came-back/comment-page-1/#comment-6041</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=736#comment-6041</guid>
		<description>The more I shoot the more I realize that actually you can get pretty good photographs with any type of camera. Glad you like it mate. 

Also, I&#039;ll be in NY in October for a friends wedding. We should get drunk.</description>
		<content:encoded><![CDATA[<p>The more I shoot the more I realize that actually you can get pretty good photographs with any type of camera. Glad you like it mate. </p>
<p>Also, I&#8217;ll be in NY in October for a friends wedding. We should get drunk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It Came Back by Michael</title>
		<link>http://www.newvibes.com/blog/it-came-back/comment-page-1/#comment-6038</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 04 Feb 2010 05:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.newvibes.com/?p=736#comment-6038</guid>
		<description>Dude, im so impressed by peeps how can take cool photos with their iPhone, that looks like some &quot;Behind the Gare Saint Lazare&quot; shit.

ps. Snow is fun for about the first 3 hours, then it sucks.</description>
		<content:encoded><![CDATA[<p>Dude, im so impressed by peeps how can take cool photos with their iPhone, that looks like some &#8220;Behind the Gare Saint Lazare&#8221; shit.</p>
<p>ps. Snow is fun for about the first 3 hours, then it sucks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
