<?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 Brandon Wamboldt</title>
	<atom:link href="http://brandonwamboldt.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandonwamboldt.ca</link>
	<description>Programmer - Web Developer - Geek</description>
	<lastBuildDate>Fri, 03 May 2013 12:46:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta1</generator>
	<item>
		<title>Comment on phpMyAdmin woes by Matthew Creager</title>
		<link>http://brandonwamboldt.ca/phpmyadmin-woes-1201/comment-page-1/#comment-159948</link>
		<dc:creator>Matthew Creager</dc:creator>
		<pubDate>Fri, 03 May 2013 12:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=1201#comment-159948</guid>
		<description><![CDATA[What kind of idiot drops a database full of tables :)]]></description>
		<content:encoded><![CDATA[<p>What kind of idiot drops a database full of tables <img src='http://brandonwamboldt.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My PHP Router Class by Mick Rippon</title>
		<link>http://brandonwamboldt.ca/my-php-router-class-825/comment-page-1/#comment-156228</link>
		<dc:creator>Mick Rippon</dc:creator>
		<pubDate>Tue, 16 Apr 2013 02:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=825#comment-156228</guid>
		<description><![CDATA[Very Nice :) I&#039;m actually using this.

Although the only way I could avoid an exception for the default route was to change the code to this: 

&lt;code&gt;
 if (!$matched_route &amp;&amp; $this-&gt;default_route !== null) {
            // Store the parameters and callback function to execute later
            $this-&gt;params = $this-&gt;url_clean; 
            $this-&gt;callback = $this-&gt;default_route; 
            return array(&#039;params&#039; =&gt; $this-&gt;url_clean, &#039;callback&#039; =&gt; $this-&gt;default_route, &#039;route&#039; =&gt; false, &#039;original_route&#039; =&gt; false);
        }
&lt;/code&gt;

I also changed all Exceptions to \Exception.]]></description>
		<content:encoded><![CDATA[<p>Very Nice <img src='http://brandonwamboldt.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m actually using this.</p>
<p>Although the only way I could avoid an exception for the default route was to change the code to this: </p>
<p><code><br />
 if (!$matched_route &amp;&amp; $this-&gt;default_route !== null) {<br />
            // Store the parameters and callback function to execute later<br />
            $this-&gt;params = $this-&gt;url_clean;<br />
            $this-&gt;callback = $this-&gt;default_route;<br />
            return array('params' =&gt; $this-&gt;url_clean, 'callback' =&gt; $this-&gt;default_route, 'route' =&gt; false, 'original_route' =&gt; false);<br />
        }<br />
</code></p>
<p>I also changed all Exceptions to \Exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy PayPal IPN by .com</title>
		<link>http://brandonwamboldt.ca/easy-paypal-ipn-233/comment-page-1/#comment-151426</link>
		<dc:creator>.com</dc:creator>
		<pubDate>Tue, 02 Apr 2013 11:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=233#comment-151426</guid>
		<description><![CDATA[There has to be some tactic to completely block 
all these spam websites that I keep finding. I&#039;m fed up with it. I keep thinking &quot;oh yea, finally! a website with my exact term&quot;.... but it is just a website jam packed with ads and ads. Yours was the first relevant site I have come upon in over 30 min&#039;s of researching.
Congratz on that. Bookmarked for later!]]></description>
		<content:encoded><![CDATA[<p>There has to be some tactic to completely block<br />
all these spam websites that I keep finding. I&#8217;m fed up with it. I keep thinking &#8220;oh yea, finally! a website with my exact term&#8221;&#8230;. but it is just a website jam packed with ads and ads. Yours was the first relevant site I have come upon in over 30 min&#8217;s of researching.<br />
Congratz on that. Bookmarked for later!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.js and NodeFTPD by Matthew Creager</title>
		<link>http://brandonwamboldt.ca/node-js-and-nodeftpd-1170/comment-page-1/#comment-140298</link>
		<dc:creator>Matthew Creager</dc:creator>
		<pubDate>Sat, 02 Mar 2013 03:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=1170#comment-140298</guid>
		<description><![CDATA[Has to be done: I TOLD YOU SO.  /sigh that was fun]]></description>
		<content:encoded><![CDATA[<p>Has to be done: I TOLD YOU SO.  /sigh that was fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on White Lines in HTML Emails/Newsletters by Vic Dinovici</title>
		<link>http://brandonwamboldt.ca/white-lines-in-html-emailsnewsletters-474/comment-page-1/#comment-137257</link>
		<dc:creator>Vic Dinovici</dc:creator>
		<pubDate>Wed, 20 Feb 2013 21:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=474#comment-137257</guid>
		<description><![CDATA[display:block on images into email newsletters is a must :) 

I arrived on your page for another reason - I have got white lines into emails on Apple mobile devices (iPad / iPhone). Does anyone know how to get rid of them?]]></description>
		<content:encoded><![CDATA[<p>display:block on images into email newsletters is a must <img src='http://brandonwamboldt.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I arrived on your page for another reason &#8211; I have got white lines into emails on Apple mobile devices (iPad / iPhone). Does anyone know how to get rid of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of WPAC out by Janne</title>
		<link>http://brandonwamboldt.ca/new-version-of-wpac-out-563/comment-page-1/#comment-135007</link>
		<dc:creator>Janne</dc:creator>
		<pubDate>Thu, 14 Feb 2013 14:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=563#comment-135007</guid>
		<description><![CDATA[I have WP 3.5.1 and use WPAC 3.1.4 and it works fine until i install WP User Frontend.
I got this: Fatal error: Call to undefined function is_user_logged_in() in ../wp-content/plugins/wordpress-access-control/wordpress-access-control.php on line 774
Your plugin is so nice and i really would like to have both, what can i do??]]></description>
		<content:encoded><![CDATA[<p>I have WP 3.5.1 and use WPAC 3.1.4 and it works fine until i install WP User Frontend.<br />
I got this: Fatal error: Call to undefined function is_user_logged_in() in ../wp-content/plugins/wordpress-access-control/wordpress-access-control.php on line 774<br />
Your plugin is so nice and i really would like to have both, what can i do??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cannot execute /bin/bash: Permission Denied by niande</title>
		<link>http://brandonwamboldt.ca/cannot-execute-binbash-permission-denied-199/comment-page-1/#comment-133448</link>
		<dc:creator>niande</dc:creator>
		<pubDate>Fri, 08 Feb 2013 16:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=199#comment-133448</guid>
		<description><![CDATA[Thank you! 
I couldnt start my desktop after accidentally running chmod 644 / -R 
It seems the whole problem was there.]]></description>
		<content:encoded><![CDATA[<p>Thank you!<br />
I couldnt start my desktop after accidentally running chmod 644 / -R<br />
It seems the whole problem was there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My PHP Router Class by Brandon Wamboldt</title>
		<link>http://brandonwamboldt.ca/my-php-router-class-825/comment-page-1/#comment-131181</link>
		<dc:creator>Brandon Wamboldt</dc:creator>
		<pubDate>Sat, 02 Feb 2013 19:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=825#comment-131181</guid>
		<description><![CDATA[I&#039;ve fixed the link]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve fixed the link</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My PHP Router Class by Tim</title>
		<link>http://brandonwamboldt.ca/my-php-router-class-825/comment-page-1/#comment-130718</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 01 Feb 2013 16:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=825#comment-130718</guid>
		<description><![CDATA[Looks great! too bad that the source link is dead.
Anyone can help me with that?]]></description>
		<content:encoded><![CDATA[<p>Looks great! too bad that the source link is dead.<br />
Anyone can help me with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of WPAC out by paul</title>
		<link>http://brandonwamboldt.ca/new-version-of-wpac-out-563/comment-page-1/#comment-124255</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 04 Jan 2013 18:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://brandonwamboldt.ca/?p=563#comment-124255</guid>
		<description><![CDATA[Hi, the WordPress Access Control successfully secured my site.

However, if someone knows a link to an uploaded file in the site, they are still able to download the file even though the are not logged into Wordpress.  How do I prevent users who have not been logged into Wordpress from downloading a file just because they know the url link to a file?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, the WordPress Access Control successfully secured my site.</p>
<p>However, if someone knows a link to an uploaded file in the site, they are still able to download the file even though the are not logged into WordPress.  How do I prevent users who have not been logged into WordPress from downloading a file just because they know the url link to a file?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
