<?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 WGO</title>
	<atom:link href="http://www.wiseguysonly.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiseguysonly.com</link>
	<description>Tim Roberts CakePHP, MySQL and jQuery Developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:34:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on A workaround for the CakePHP alphaNumeric issue by mark</title>
		<link>http://www.wiseguysonly.com/2009/11/27/a-workaround-for-the-cakephp-alphanumeric-issue/comment-page-1/#comment-6650</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 03 Feb 2012 01:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=278#comment-6650</guid>
		<description>what chars did trigger that? because it seems highly unlikely that this is something else than an encoding issue.
Or was this really 5.1.2 only?</description>
		<content:encoded><![CDATA[<p>what chars did trigger that? because it seems highly unlikely that this is something else than an encoding issue.<br />
Or was this really 5.1.2 only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 2 &#8211; Hashing passwords before saving. by mark</title>
		<link>http://www.wiseguysonly.com/2012/02/02/cakephp-2-hashing-passwords-before-saving/comment-page-1/#comment-6649</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 03 Feb 2012 01:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=510#comment-6649</guid>
		<description>or you can just use a behavior.
@see http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/
I would allow saving passwords only for the specific actions where this is required for additional security.</description>
		<content:encoded><![CDATA[<p>or you can just use a behavior.<br />
@see <a href="http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/" rel="nofollow">http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/</a><br />
I would allow saving passwords only for the specific actions where this is required for additional security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 0&#215;80040600 (how to fix a corrupt Outlook pst data file) by James</title>
		<link>http://www.wiseguysonly.com/2009/02/20/0x80040600-how-to-fix-a-corrupt-outlook-pst-data-file/comment-page-1/#comment-6647</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=216#comment-6647</guid>
		<description>Cheers Tim and many others.....It`s taken me a day to sort this problem! Once I found this blog, 20 minutes later sorted!!! Seriously thanks big time!</description>
		<content:encoded><![CDATA[<p>Cheers Tim and many others&#8230;..It`s taken me a day to sort this problem! Once I found this blog, 20 minutes later sorted!!! Seriously thanks big time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using CakePHP without a database by Charles Jackson</title>
		<link>http://www.wiseguysonly.com/2011/06/17/using-cakephp-without-a-database/comment-page-1/#comment-6640</link>
		<dc:creator>Charles Jackson</dc:creator>
		<pubDate>Thu, 19 Jan 2012 09:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=434#comment-6640</guid>
		<description>Thanks for your help.

For version 2 of CakePHP a slightly updated example can be seen at http://blog.webconfection.com/?p=106</description>
		<content:encoded><![CDATA[<p>Thanks for your help.</p>
<p>For version 2 of CakePHP a slightly updated example can be seen at <a href="http://blog.webconfection.com/?p=106" rel="nofollow">http://blog.webconfection.com/?p=106</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select and Unselect All Checkboxes with jQuery by Jeff Schilders</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6634</link>
		<dc:creator>Jeff Schilders</dc:creator>
		<pubDate>Sat, 07 Jan 2012 07:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6634</guid>
		<description>A simple example how to check and uncheck. 









$(document).ready(function(){ 
 $(&#039;#checkall&#039;).click(function(){
     var status = $(this).attr(&quot;checked&quot;);  
     $(&quot;.checkBox&quot;).attr(&quot;checked&quot;,status);
    }); 
 });  
});
</description>
		<content:encoded><![CDATA[<p>A simple example how to check and uncheck. </p>
<p>$(document).ready(function(){<br />
 $(&#8216;#checkall&#8217;).click(function(){<br />
     var status = $(this).attr(&#8220;checked&#8221;);<br />
     $(&#8220;.checkBox&#8221;).attr(&#8220;checked&#8221;,status);<br />
    });<br />
 });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select and Unselect All Checkboxes with jQuery by Tim</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6630</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 22 Dec 2011 15:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6630</guid>
		<description>@Dylan sure - but what if you have other checkboxes on the page?</description>
		<content:encoded><![CDATA[<p>@Dylan sure &#8211; but what if you have other checkboxes on the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select and Unselect All Checkboxes with jQuery by Dylan</title>
		<link>http://www.wiseguysonly.com/2010/01/15/select-and-unselect-all-checkboxes-with-jquery/comment-page-1/#comment-6629</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=308#comment-6629</guid>
		<description>Why not just use $(&#039;:checkbox&#039;) ?

It will select all checkboxes in a document. Saves having to put classes on it to identify them.

http://api.jquery.com/checkbox-selector/</description>
		<content:encoded><![CDATA[<p>Why not just use $(&#8216;:checkbox&#8217;) ?</p>
<p>It will select all checkboxes in a document. Saves having to put classes on it to identify them.</p>
<p><a href="http://api.jquery.com/checkbox-selector/" rel="nofollow">http://api.jquery.com/checkbox-selector/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with PHP&#8217;s simplexml and nodes with hyphens by Jules</title>
		<link>http://www.wiseguysonly.com/2009/07/21/working-with-phps-simplexml-and-nodes-with-hyphens/comment-page-1/#comment-6625</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=252#comment-6625</guid>
		<description>Smashing mate. The LinkedIn api is a pile of crap, using hyphens throughout their node names. This helped loads, thanks.</description>
		<content:encoded><![CDATA[<p>Smashing mate. The LinkedIn api is a pile of crap, using hyphens throughout their node names. This helped loads, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using CakePHP without a database by Patty</title>
		<link>http://www.wiseguysonly.com/2011/06/17/using-cakephp-without-a-database/comment-page-1/#comment-6619</link>
		<dc:creator>Patty</dc:creator>
		<pubDate>Wed, 16 Nov 2011 21:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=434#comment-6619</guid>
		<description>When I use your script im getting this error: 

Fatal error: Call to undefined method DboDummyDb::_execute() in /directoryToFile/cake/libs/model/datasources/dbo_source.php on line 253
 
Im basically connecting to a 3rd party API for all data operations and hence do not need a DB. I just want to use the model for validation and what not. Most of the site seems to work fine, it&#039;s just when I pass an &#039;id&#039; field in via the URL (/business/venue/edit/123456) or use it as the name of a form field I get this error. If I change the name of the form field and do not pass the &#039;id&#039; via the URL I do not get the error BUT I shouldnt have to change the names right? It should just work.
 
Any help would be most appreciated!</description>
		<content:encoded><![CDATA[<p>When I use your script im getting this error: </p>
<p>Fatal error: Call to undefined method DboDummyDb::_execute() in /directoryToFile/cake/libs/model/datasources/dbo_source.php on line 253</p>
<p>Im basically connecting to a 3rd party API for all data operations and hence do not need a DB. I just want to use the model for validation and what not. Most of the site seems to work fine, it&#8217;s just when I pass an &#8216;id&#8217; field in via the URL (/business/venue/edit/123456) or use it as the name of a form field I get this error. If I change the name of the form field and do not pass the &#8216;id&#8217; via the URL I do not get the error BUT I shouldnt have to change the names right? It should just work.</p>
<p>Any help would be most appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 0&#215;80040600 (how to fix a corrupt Outlook pst data file) by Tero</title>
		<link>http://www.wiseguysonly.com/2009/02/20/0x80040600-how-to-fix-a-corrupt-outlook-pst-data-file/comment-page-1/#comment-6614</link>
		<dc:creator>Tero</dc:creator>
		<pubDate>Wed, 02 Nov 2011 19:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=216#comment-6614</guid>
		<description>Thanks a lot! Needed to do little search to find SCANPST.EXE program from my computer. Managed to do that, ran the program and all suddenly everything is working again.

You saved my day. Appreciate that!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Needed to do little search to find SCANPST.EXE program from my computer. Managed to do that, ran the program and all suddenly everything is working again.</p>
<p>You saved my day. Appreciate that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

