<?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 PC &amp; MAC Solutions</title>
	<atom:link href="http://pcmac-solutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pcmac-solutions.com</link>
	<description>Computer services for home and small office users in Sherman Oaks, CA</description>
	<lastBuildDate>Fri, 17 Jun 2011 19:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on iMicro Wireless Mouse by Sarah</title>
		<link>http://pcmac-solutions.com/hardware/imicro-wireless-mouse/comment-page-1/#comment-1106</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 17 Jun 2011 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=634#comment-1106</guid>
		<description>THANKS! :)</description>
		<content:encoded><![CDATA[<p>THANKS! <img src='http://pcmac-solutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iMicro Wireless Mouse by Nick</title>
		<link>http://pcmac-solutions.com/hardware/imicro-wireless-mouse/comment-page-1/#comment-1105</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 14 May 2011 01:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=634#comment-1105</guid>
		<description>Thank you so much!!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iMicro Wireless Mouse by Wallace Walladarski</title>
		<link>http://pcmac-solutions.com/hardware/imicro-wireless-mouse/comment-page-1/#comment-1104</link>
		<dc:creator>Wallace Walladarski</dc:creator>
		<pubDate>Wed, 27 Apr 2011 01:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=634#comment-1104</guid>
		<description>This worked for me too. I guess they assume this is common knowledge about syncing a USB mouse and they are wrong about that.  Also my iMicro mouse came with a USB wire connector and the box said something about rechargeable so I guess if I put rechargeable AAA batteries in it and use this cord it will recharge them. Which would be sweet. Mouse is a little jumpy but for the price it works good.</description>
		<content:encoded><![CDATA[<p>This worked for me too. I guess they assume this is common knowledge about syncing a USB mouse and they are wrong about that.  Also my iMicro mouse came with a USB wire connector and the box said something about rechargeable so I guess if I put rechargeable AAA batteries in it and use this cord it will recharge them. Which would be sweet. Mouse is a little jumpy but for the price it works good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Hack: How To Add External Links To Gallery Thumbnails by rufus</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-hack-how-to-add-external-links-to-gallery-thumbnails/comment-page-1/#comment-1103</link>
		<dc:creator>rufus</dc:creator>
		<pubDate>Fri, 15 Apr 2011 05:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=395#comment-1103</guid>
		<description>got scrambled again, oh well, email if you are interested</description>
		<content:encoded><![CDATA[<p>got scrambled again, oh well, email if you are interested</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Hack: How To Add External Links To Gallery Thumbnails by rufus</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-hack-how-to-add-external-links-to-gallery-thumbnails/comment-page-1/#comment-1102</link>
		<dc:creator>rufus</dc:creator>
		<pubDate>Fri, 15 Apr 2011 05:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=395#comment-1102</guid>
		<description>sorry my comment got a bit scrambled,
here is the code to paste before:
 ngg_custom_fields[&quot;name of your custom field&quot;] != &#039;&#039;) { // PHP If Statement to test if linkURL external link is blank, if not the imageURL becomes the link URL
			 
			 $image-&gt;imageURL=$image-&gt;ngg_custom_fields[&quot;name of your custom field&quot;];
             
			} 
		?&gt;</description>
		<content:encoded><![CDATA[<p>sorry my comment got a bit scrambled,<br />
here is the code to paste before:<br />
 ngg_custom_fields["name of your custom field"] != &#8221;) { // PHP If Statement to test if linkURL external link is blank, if not the imageURL becomes the link URL</p>
<p>			 $image-&gt;imageURL=$image-&gt;ngg_custom_fields["name of your custom field"];</p>
<p>			}<br />
		?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Hack: How To Add External Links To Gallery Thumbnails by rufus</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-hack-how-to-add-external-links-to-gallery-thumbnails/comment-page-1/#comment-1101</link>
		<dc:creator>rufus</dc:creator>
		<pubDate>Fri, 15 Apr 2011 04:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=395#comment-1101</guid>
		<description>I found a way that it will load an external link if you have specified one, otherwise still retaining the normal link to a large image:

rather than replacing this code:
 &lt;a href=&quot;imageURL ?&gt;&quot; 
title=&quot;description ?&gt;&quot; 
thumbcode ?&gt; &gt;

insert this code before it and it will test if the url string has anything in it...

ngg_custom_fields[&quot;name of your custom field&quot;] != &#039;&#039;) { // PHP If Statement to test if link URL external link is blank, if not the imageURL becomes the link URL
 $image-&gt;imageURL=$image-&gt;ngg_custom_fields[&quot;name of your custom field&quot;];          
} ?&gt;</description>
		<content:encoded><![CDATA[<p>I found a way that it will load an external link if you have specified one, otherwise still retaining the normal link to a large image:</p>
<p>rather than replacing this code:<br />
 &lt;a href=&quot;imageURL ?&gt;&#8221;<br />
title=&#8221;description ?&gt;&#8221;<br />
thumbcode ?&gt; &gt;</p>
<p>insert this code before it and it will test if the url string has anything in it&#8230;</p>
<p>ngg_custom_fields["name of your custom field"] != &#8221;) { // PHP If Statement to test if link URL external link is blank, if not the imageURL becomes the link URL<br />
 $image-&gt;imageURL=$image-&gt;ngg_custom_fields["name of your custom field"];<br />
} ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Hack: How To Add External Links To Gallery Thumbnails by Chris</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-hack-how-to-add-external-links-to-gallery-thumbnails/comment-page-1/#comment-1100</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 09 Apr 2011 22:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=395#comment-1100</guid>
		<description>I saw this on http://hackertalk.net
Thanks for the share either way (I do think they have an updated version for it supporting all modern versions)</description>
		<content:encoded><![CDATA[<p>I saw this on <a  href="http://hackertalk.net" rel="nofollow">http://hackertalk.net</a><br />
Thanks for the share either way (I do think they have an updated version for it supporting all modern versions)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iMicro Wireless Mouse by Syed</title>
		<link>http://pcmac-solutions.com/hardware/imicro-wireless-mouse/comment-page-1/#comment-1099</link>
		<dc:creator>Syed</dc:creator>
		<pubDate>Mon, 04 Apr 2011 22:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=634#comment-1099</guid>
		<description>Thanks for the info , purchaesd the mouse online ,but it had no manual with it so kind of guessing as where to put the batteries but could&#039;nt guessed it.
Finally seen your post , so will try it today ,Thanks again man..</description>
		<content:encoded><![CDATA[<p>Thanks for the info , purchaesd the mouse online ,but it had no manual with it so kind of guessing as where to put the batteries but could&#8217;nt guessed it.<br />
Finally seen your post , so will try it today ,Thanks again man..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Widgets Won&#8217;t Drag and Drop? by Jeff</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-widgets-wont-drag-and-drop/comment-page-1/#comment-1098</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 01 Apr 2011 15:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=556#comment-1098</guid>
		<description>I have this problem on a desktop with a wireless mouse, but on my laptop with a touch pad no problem.  Same website.</description>
		<content:encoded><![CDATA[<p>I have this problem on a desktop with a wireless mouse, but on my laptop with a touch pad no problem.  Same website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Hack: How To Add Comments To Front Page by Andre</title>
		<link>http://pcmac-solutions.com/wordpress/wordpress-comments-hack/comment-page-1/#comment-1097</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Tue, 29 Mar 2011 09:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://174.132.166.98/~wizard/?p=463#comment-1097</guid>
		<description>Thanks for this, even though this guide is from a years back it still worked fine!</description>
		<content:encoded><![CDATA[<p>Thanks for this, even though this guide is from a years back it still worked fine!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

