<?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 Stoat - Where?</title>
	<atom:link href="http://jamietalbot.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamietalbot.com</link>
	<description>Adventures in Engrish</description>
	<lastBuildDate>Thu, 15 Mar 2012 02:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Object Oriented jQuery Plugins by Cai Zhenrong</title>
		<link>http://jamietalbot.com/2010/08/22/object-oriented-jquery-plugins/comment-page-1/#comment-255</link>
		<dc:creator>Cai Zhenrong</dc:creator>
		<pubDate>Thu, 15 Mar 2012 02:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=91#comment-255</guid>
		<description>Hi,

I realize that if objects is empty... 
i.e. nothing is return from $(selector) when you do a $(selector).myplugin(); 

result = result[0]; // result[0] is undefined here. which means result.$ = objects; will throw an error..

so i added a check right in the beginning to return nothing...

(function ($) {
    $.fn.encapsulatedPlugin = function (plugin, Definition, objects, options) {
        
        // steal this from Jörn Zaefferer&#039;s Validation plugin http://bassistance.de/jquery-plugins/jquery-plugin-validation/

        if (!objects.length) {
            options &amp;&amp; options.debug &amp;&amp; window.console &amp;&amp; console.warn(&quot;nothing selected, can&#039;t create, returning nothing&quot;);
            return;
        }

Let me know your thoughts/opinions... =D</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I realize that if objects is empty&#8230;<br />
i.e. nothing is return from $(selector) when you do a $(selector).myplugin(); </p>
<p>result = result[0]; // result[0] is undefined here. which means result.$ = objects; will throw an error..</p>
<p>so i added a check right in the beginning to return nothing&#8230;</p>
<p>(function ($) {<br />
    $.fn.encapsulatedPlugin = function (plugin, Definition, objects, options) {<br />
       <br />
        // steal this from Jörn Zaefferer&#8217;s Validation plugin <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" rel="nofollow">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a></p>
<p>        if (!objects.length) {<br />
            options &amp;&amp; options.debug &amp;&amp; window.console &amp;&amp; console.warn(&#8220;nothing selected, can&#8217;t create, returning nothing&#8221;);<br />
            return;<br />
        }</p>
<p>Let me know your thoughts/opinions&#8230; =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by Jamie Talbot</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-254</link>
		<dc:creator>Jamie Talbot</dc:creator>
		<pubDate>Sun, 04 Mar 2012 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-254</guid>
		<description>Hi snowmenality,

That&#039;s good to know, thanks!</description>
		<content:encoded><![CDATA[<p>Hi snowmenality,</p>
<p>That&#8217;s good to know, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by snowmentality</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-253</link>
		<dc:creator>snowmentality</dc:creator>
		<pubDate>Sat, 03 Mar 2012 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-253</guid>
		<description> I realize this is an old post, but wanted to add a note:

I had 10 GB (!) in the ~/Library/Mail/V2/IMAP-[accountname]@gmail.com@imap
.gmail.com/[Gmail].mbox/All Mail.mbox folder. (Where [accountname], obviously, is replaced by my Gmail account name.)

(Note: Starting with Lion, the ~/Library folder is hidden by default in Finder. In order to make it visible, you have to enter the appropriate incantation at the command line. Instructions here: http://lifehacker.com/188892/show-hidden-files-in-finder)

 I followed the Mail configuration instructions posted here, so the &quot;All Mail&quot; folder no longer appeared in Mail. However, the All Mail.mbox folder whose path is given above remained on my hard drive, still taking up 10 GB.

Since I had a current backup, I decided to take the plunge and delete that All Mail.mbox folder. Once it was gone, I opened Mail again. All my messages was still where they had been before.

I also signed into Gmail&#039;s web interface just to make sure, and everything was still where it had been there, too.

So it looks like Mail doesn&#039;t automatically remove the .mbox folder for a Gmail label when you stop showing it in IMAP, but it also looks like you can remove it manually if you want to, and free up the hard drive space.</description>
		<content:encoded><![CDATA[<p> I realize this is an old post, but wanted to add a note:</p>
<p>I had 10 GB (!) in the ~/Library/Mail/V2/IMAP-[accountname]@gmail.com@imap<br />
.gmail.com/[Gmail].mbox/All Mail.mbox folder. (Where [accountname], obviously, is replaced by my Gmail account name.)</p>
<p>(Note: Starting with Lion, the ~/Library folder is hidden by default in Finder. In order to make it visible, you have to enter the appropriate incantation at the command line. Instructions here: <a href="http://lifehacker.com/188892/show-hidden-files-in-finder" rel="nofollow">http://lifehacker.com/188892/show-hidden-files-in-finder</a>)</p>
<p> I followed the Mail configuration instructions posted here, so the &#8220;All Mail&#8221; folder no longer appeared in Mail. However, the All Mail.mbox folder whose path is given above remained on my hard drive, still taking up 10 GB.</p>
<p>Since I had a current backup, I decided to take the plunge and delete that All Mail.mbox folder. Once it was gone, I opened Mail again. All my messages was still where they had been before.</p>
<p>I also signed into Gmail&#8217;s web interface just to make sure, and everything was still where it had been there, too.</p>
<p>So it looks like Mail doesn&#8217;t automatically remove the .mbox folder for a Gmail label when you stop showing it in IMAP, but it also looks like you can remove it manually if you want to, and free up the hard drive space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by Rvdlaar</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-252</link>
		<dc:creator>Rvdlaar</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-252</guid>
		<description>Why didn&#039;t you give up imap and used gmail exchange instead? Painless to setup as well. I use it on my ios devices, have had no similar issues.</description>
		<content:encoded><![CDATA[<p>Why didn&#8217;t you give up imap and used gmail exchange instead? Painless to setup as well. I use it on my ios devices, have had no similar issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modelling Recurring Events in PHP by George57_hjk</title>
		<link>http://jamietalbot.com/2010/02/07/modelling-recurring-events-in-php/comment-page-1/#comment-251</link>
		<dc:creator>George57_hjk</dc:creator>
		<pubDate>Mon, 13 Feb 2012 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=52#comment-251</guid>
		<description>Hola, C&#039;est vous te prilia!</description>
		<content:encoded><![CDATA[<p>Hola, C&#8217;est vous te prilia!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple Start and End Keys for CouchDB Views by CouchDB vs. MongoDB &#8211; A Practical Experience &#187; blog.bstovall.com</title>
		<link>http://jamietalbot.com/2010/03/24/using-multiple-start-and-end-keys-for-couchdb-views/comment-page-1/#comment-250</link>
		<dc:creator>CouchDB vs. MongoDB &#8211; A Practical Experience &#187; blog.bstovall.com</dc:creator>
		<pubDate>Thu, 09 Feb 2012 11:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=69#comment-250</guid>
		<description>[...] also like to provide a lot of thanks to Jamie Talbot for this blog, which finally made me realize that I couldn&#8217;t do what I wanted. Nothing else I came [...]</description>
		<content:encoded><![CDATA[<p>[...] also like to provide a lot of thanks to Jamie Talbot for this blog, which finally made me realize that I couldn&#8217;t do what I wanted. Nothing else I came [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented jQuery Plugins by Benibex</title>
		<link>http://jamietalbot.com/2010/08/22/object-oriented-jquery-plugins/comment-page-1/#comment-249</link>
		<dc:creator>Benibex</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=91#comment-249</guid>
		<description>OK, I think I figured it out.

I was declaring my plugin definition like this:
MyPluginDefinition = function() {
   /* stuff goes here */
}

So I was ignoring the &quot;element&quot; and &quot;option&quot; variables that you pass in.

But if I modify it to actually use what you pass in, then I can pick up the element and use it with the normal jQuery calling convention. For example...

MyPluginDefinition = function(element, options) {
    function _storeWidth() { var width = $(element).width(); }
}</description>
		<content:encoded><![CDATA[<p>OK, I think I figured it out.</p>
<p>I was declaring my plugin definition like this:<br />
MyPluginDefinition = function() {<br />
   /* stuff goes here */<br />
}</p>
<p>So I was ignoring the &#8220;element&#8221; and &#8220;option&#8221; variables that you pass in.</p>
<p>But if I modify it to actually use what you pass in, then I can pick up the element and use it with the normal jQuery calling convention. For example&#8230;</p>
<p>MyPluginDefinition = function(element, options) {<br />
    function _storeWidth() { var width = $(element).width(); }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented jQuery Plugins by Benibex</title>
		<link>http://jamietalbot.com/2010/08/22/object-oriented-jquery-plugins/comment-page-1/#comment-248</link>
		<dc:creator>Benibex</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=91#comment-248</guid>
		<description>Hi Jamie! Awesome little plugin you&#039;ve got here. How do you access the jQuery object that is invoking the plugin?

In other words, if I call $(#foo).myplugin().publicMethod() and inside of public method I want to do something to the jQuery object selected by $(#foo), how would I do that?

I was thinking it would be, e.g., this.$.width(). However, that doesn&#039;t work...</description>
		<content:encoded><![CDATA[<p>Hi Jamie! Awesome little plugin you&#8217;ve got here. How do you access the jQuery object that is invoking the plugin?</p>
<p>In other words, if I call $(#foo).myplugin().publicMethod() and inside of public method I want to do something to the jQuery object selected by $(#foo), how would I do that?</p>
<p>I was thinking it would be, e.g., this.$.width(). However, that doesn&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by Shaz</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-247</link>
		<dc:creator>Shaz</dc:creator>
		<pubDate>Tue, 10 Jan 2012 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-247</guid>
		<description>Hi Jamie
Thank you so much for explaining this.  Its been driving me insane for a while.  So now my Mac Mail seems to represent everything i do in Gmail inbox, which is excellent.  The only problem i have now is my imap gmail account  on the iphone.  Everything seems to work fine except for deleting emails on the phone.  I get a &quot;Unable to Move Message&quot; pop up.  It reads &quot;The message could not be moved to the mailbox Trash&quot;
Than after about a minute it reappears in the inbox again on my phone?  Any ideas why?  Im presuming it has something to do with the way you have configured the trash in Mail?  </description>
		<content:encoded><![CDATA[<p>Hi Jamie<br />
Thank you so much for explaining this.  Its been driving me insane for a while.  So now my Mac Mail seems to represent everything i do in Gmail inbox, which is excellent.  The only problem i have now is my imap gmail account  on the iphone.  Everything seems to work fine except for deleting emails on the phone.  I get a &#8220;Unable to Move Message&#8221; pop up.  It reads &#8220;The message could not be moved to the mailbox Trash&#8221;<br />
Than after about a minute it reappears in the inbox again on my phone?  Any ideas why?  Im presuming it has something to do with the way you have configured the trash in Mail?  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by David</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-246</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 28 Dec 2011 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-246</guid>
		<description>Question for all: When I delete a message on my BlackBerry, it deletes in Outlook but doesn&#039;t delete from my inbox in gmail.  Additionally, when I delete an email in Outlook, it doesnt delete the message on my Blackberry or gmail account.  Can anyone figure this out?</description>
		<content:encoded><![CDATA[<p>Question for all: When I delete a message on my BlackBerry, it deletes in Outlook but doesn&#8217;t delete from my inbox in gmail.  Additionally, when I delete an email in Outlook, it doesnt delete the message on my Blackberry or gmail account.  Can anyone figure this out?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

