<?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 Idowebdesign</title>
	<atom:link href="http://www.idowebdesign.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idowebdesign.ca</link>
	<description></description>
	<lastBuildDate>Tue, 29 Nov 2011 20:57:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Building a top contributor list in Wordpress by Mark</title>
		<link>http://www.idowebdesign.ca/wordpress/building-a-top-contributor-list-in-wordpress/comment-page-1/#comment-32</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=92#comment-32</guid>
		<description>Thank you so much for this SQL snippet! It really helped me get my head around querying multiple tables. I&#039;m using it for a Top Authors box on the front-end of one of my sites. Works a treat!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this SQL snippet! It really helped me get my head around querying multiple tables. I&#8217;m using it for a Top Authors box on the front-end of one of my sites. Works a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Password Protect Wordpress Attachments (files) by Matthew</title>
		<link>http://www.idowebdesign.ca/wordpress/password-protect-wordpress-attachments/comment-page-1/#comment-31</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Sat, 05 Nov 2011 14:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=183#comment-31</guid>
		<description>This is great! However, I am on a Windows IIS server. Do you know if there is an equivalent way to do this with IIS? Thank you.</description>
		<content:encoded><![CDATA[<p>This is great! However, I am on a Windows IIS server. Do you know if there is an equivalent way to do this with IIS? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Password Protect Wordpress Attachments (files) by Flick</title>
		<link>http://www.idowebdesign.ca/wordpress/password-protect-wordpress-attachments/comment-page-1/#comment-29</link>
		<dc:creator>Flick</dc:creator>
		<pubDate>Thu, 28 Jul 2011 20:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=183#comment-29</guid>
		<description>This worked really well for me, thanks! :)</description>
		<content:encoded><![CDATA[<p>This worked really well for me, thanks! <img src='http://www.idowebdesign.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy redirect with Wordpress function wp_redirect by Sean</title>
		<link>http://www.idowebdesign.ca/wordpress/easy-redirect-with-wordpress-function-wp_redirect/comment-page-1/#comment-28</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 26 May 2011 16:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=141#comment-28</guid>
		<description>Good day Guillaume, 
I think this is exactly what I am looking for. 
google indexed a bunch of category archive pages, and I really don&#039;t want people going to them.. I would like to redirect them to the home page.
I looked for the &quot;template&quot; folder.. but could not find it anywhere. 
Your thoughts on how I can fix this?
Thanks so much.
sean</description>
		<content:encoded><![CDATA[<p>Good day Guillaume,<br />
I think this is exactly what I am looking for.<br />
google indexed a bunch of category archive pages, and I really don&#8217;t want people going to them.. I would like to redirect them to the home page.<br />
I looked for the &#8220;template&#8221; folder.. but could not find it anywhere.<br />
Your thoughts on how I can fix this?<br />
Thanks so much.<br />
sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Search and Replace in MySQL for Wordpress Database by Guillaume</title>
		<link>http://www.idowebdesign.ca/wordpress/quick-search-and-replace-in-mysql-for-wordpress/comment-page-1/#comment-17</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 04 Jan 2011 16:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=111#comment-17</guid>
		<description>@Brian: Yeah good points for the widget, however I have been using this method for a couple of sites and it works fine, maybe this could be a problem for certain widget and not all the widgets. Also for the user email this was just to reset the admin or other email related to the old domain. Thanks!</description>
		<content:encoded><![CDATA[<p>@Brian: Yeah good points for the widget, however I have been using this method for a couple of sites and it works fine, maybe this could be a problem for certain widget and not all the widgets. Also for the user email this was just to reset the admin or other email related to the old domain. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Search and Replace in MySQL for Wordpress Database by Brian Layman</title>
		<link>http://www.idowebdesign.ca/wordpress/quick-search-and-replace-in-mysql-for-wordpress/comment-page-1/#comment-16</link>
		<dc:creator>Brian Layman</dc:creator>
		<pubDate>Sat, 01 Jan 2011 19:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=111#comment-16</guid>
		<description>Oh and I think you need a tweak here:
UPDATE wp_users SET user_email = REPLACE(user_email, ‘www.olddomain.com’, ‘www.newdomain.com’);

;)</description>
		<content:encoded><![CDATA[<p>Oh and I think you need a tweak here:<br />
UPDATE wp_users SET user_email = REPLACE(user_email, ‘www.olddomain.com’, ‘www.newdomain.com’);</p>
<p> <img src='http://www.idowebdesign.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Search and Replace in MySQL for Wordpress Database by Brian Layman</title>
		<link>http://www.idowebdesign.ca/wordpress/quick-search-and-replace-in-mysql-for-wordpress/comment-page-1/#comment-15</link>
		<dc:creator>Brian Layman</dc:creator>
		<pubDate>Sat, 01 Jan 2011 19:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=111#comment-15</guid>
		<description>I&#039;m sorry to tell you this Guillaume, but this can do very bad things.  

The problem is the update of the options table. Quite often there will be references to the domain name in a widget.  Widget settings are stored within a serialized string in the options table.  If you are changing to a domain name that is of a different length than the original, running this query will corrupt the widget configuration and all of your sidebar content will go away. Permalink values suffer from the same problem. So you&#039;d have to go into the permalinks page, change it to something else and change it back to reset them all.  When I do this process, I usually adjust the widgets by hand, or use a php script I wrote that can handles the serialized array values.

FWIW, I&#039;d recommend removing the options line and telling people to do the permalinks reset and adjust any references in the widgets.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to tell you this Guillaume, but this can do very bad things.  </p>
<p>The problem is the update of the options table. Quite often there will be references to the domain name in a widget.  Widget settings are stored within a serialized string in the options table.  If you are changing to a domain name that is of a different length than the original, running this query will corrupt the widget configuration and all of your sidebar content will go away. Permalink values suffer from the same problem. So you&#8217;d have to go into the permalinks page, change it to something else and change it back to reset them all.  When I do this process, I usually adjust the widgets by hand, or use a php script I wrote that can handles the serialized array values.</p>
<p>FWIW, I&#8217;d recommend removing the options line and telling people to do the permalinks reset and adjust any references in the widgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Search and Replace in MySQL for Wordpress Database by How To Update WordPress After A Domain Change &#124; But You&#39;re A Girl</title>
		<link>http://www.idowebdesign.ca/wordpress/quick-search-and-replace-in-mysql-for-wordpress/comment-page-1/#comment-14</link>
		<dc:creator>How To Update WordPress After A Domain Change &#124; But You&#39;re A Girl</dc:creator>
		<pubDate>Sat, 01 Jan 2011 10:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=111#comment-14</guid>
		<description>[...] a script against the database to change all instances of her old domain to her new domain.  This mysql replace script from IDoWebDesign will generate [...]</description>
		<content:encoded><![CDATA[<p>[...] a script against the database to change all instances of her old domain to her new domain.  This mysql replace script from IDoWebDesign will generate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Replace Tool by How To Update WordPress After A Domain Change &#124; But You&#39;re A Girl</title>
		<link>http://www.idowebdesign.ca/mysql-replace/comment-page-1/#comment-13</link>
		<dc:creator>How To Update WordPress After A Domain Change &#124; But You&#39;re A Girl</dc:creator>
		<pubDate>Sat, 01 Jan 2011 10:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?page_id=121#comment-13</guid>
		<description>[...] a script against the database to change all instances of her old domain to her new domain.  This mysql replace script from IDoWebDesign will generate the SQL statement for [...]</description>
		<content:encoded><![CDATA[<p>[...] a script against the database to change all instances of her old domain to her new domain.  This mysql replace script from IDoWebDesign will generate the SQL statement for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Search and Replace in MySQL for Wordpress Database by Find, Search, Replace, and Delete In A WordPress Database - WordCast</title>
		<link>http://www.idowebdesign.ca/wordpress/quick-search-and-replace-in-mysql-for-wordpress/comment-page-1/#comment-12</link>
		<dc:creator>Find, Search, Replace, and Delete In A WordPress Database - WordCast</dc:creator>
		<pubDate>Sun, 28 Nov 2010 22:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.idowebdesign.ca/?p=111#comment-12</guid>
		<description>[...] Quick Search and Replace in MySQL for WordPress Database &#8211; Idowebdesign [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick Search and Replace in MySQL for WordPress Database &#8211; Idowebdesign [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

