<?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>Wed, 25 Jan 2012 21:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<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>
	<item>
		<title>Comment on Do You Still Want Gengo? by Cezar "ikari" Pokorski</title>
		<link>http://jamietalbot.com/2010/06/30/do-you-still-want-gengo/comment-page-1/#comment-245</link>
		<dc:creator>Cezar "ikari" Pokorski</dc:creator>
		<pubDate>Sun, 11 Dec 2011 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=82#comment-245</guid>
		<description>Yes! We do want Gengo for modern WP. 
I spent last 3 hours looking for The Plugin and Gengo is my only candidate now. WPML would be the other one, if it didn&#039;t want my 80 USD, which is much more than I have.</description>
		<content:encoded><![CDATA[<p>Yes! We do want Gengo for modern WP. <br />
I spent last 3 hours looking for The Plugin and Gengo is my only candidate now. WPML would be the other one, if it didn&#8217;t want my 80 USD, which is much more than I have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented jQuery Plugins by Kaine Varley</title>
		<link>http://jamietalbot.com/2010/08/22/object-oriented-jquery-plugins/comment-page-1/#comment-244</link>
		<dc:creator>Kaine Varley</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=91#comment-244</guid>
		<description>Hi Jamie,

Thanks again for the great plug-in, works like a charm. On the subject of exposing getters and setters, I added the following code to my plug-in:

    //
    // EXPOSE PUBLIC MEMBERS RETURN
    //
    return {
      collapseAll       : function() { CollapseAll(); return true; },
      expandAll         : function() { ExpandAll(); },
      getSelectedItem   : function() { return _selectedItem; },
      getSelectedIndex  : function() { return _selectedItem.data(&quot;index&quot;); },
      getSelectedLevel  : function() { return $(_selectedItem).data(&quot;level&quot;); }
    }


_selectedItem is set each time an item is clicked, and a callback method is executed. I have placed the following code in that callback function:

    function AlertItem() {
      alert(&quot;level: &quot; + grid.getSelectedLevel + &quot;nindex: &quot; + grid.getSelectedIndex);
    }


Where &quot;grid&quot; is a global variable set when the plug-in is initialised. The attached screenshot is what appears in the alert dialog after an item has been selected and the callback method has been executed. Interestingly, though, is that both the &quot;collapseAll&quot; and &quot;expandAll&quot; methods work fine.

Just the last little piece to this jigsaw, and I&#039;d be grateful if you could provide it.

Cheers,


Kaine</description>
		<content:encoded><![CDATA[<p>Hi Jamie,</p>
<p>Thanks again for the great plug-in, works like a charm. On the subject of exposing getters and setters, I added the following code to my plug-in:</p>
<p>    //<br />
    // EXPOSE PUBLIC MEMBERS RETURN<br />
    //<br />
    return {<br />
      collapseAll       : function() { CollapseAll(); return true; },<br />
      expandAll         : function() { ExpandAll(); },<br />
      getSelectedItem   : function() { return _selectedItem; },<br />
      getSelectedIndex  : function() { return _selectedItem.data(&#8220;index&#8221;); },<br />
      getSelectedLevel  : function() { return $(_selectedItem).data(&#8220;level&#8221;); }<br />
    }</p>
<p>_selectedItem is set each time an item is clicked, and a callback method is executed. I have placed the following code in that callback function:</p>
<p>    function AlertItem() {<br />
      alert(&#8220;level: &#8221; + grid.getSelectedLevel + &#8221;nindex: &#8221; + grid.getSelectedIndex);<br />
    }</p>
<p>Where &#8220;grid&#8221; is a global variable set when the plug-in is initialised. The attached screenshot is what appears in the alert dialog after an item has been selected and the callback method has been executed. Interestingly, though, is that both the &#8220;collapseAll&#8221; and &#8220;expandAll&#8221; methods work fine.</p>
<p>Just the last little piece to this jigsaw, and I&#8217;d be grateful if you could provide it.</p>
<p>Cheers,</p>
<p>Kaine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented jQuery Plugins by Kaine Varley</title>
		<link>http://jamietalbot.com/2010/08/22/object-oriented-jquery-plugins/comment-page-1/#comment-243</link>
		<dc:creator>Kaine Varley</dc:creator>
		<pubDate>Thu, 10 Nov 2011 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=91#comment-243</guid>
		<description>Great work. More examples would be brilliant.

Kaine</description>
		<content:encoded><![CDATA[<p>Great work. More examples would be brilliant.</p>
<p>Kaine</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-242</link>
		<dc:creator>Jamie Talbot</dc:creator>
		<pubDate>Thu, 20 Oct 2011 02:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-242</guid>
		<description>For automatic syncing, I&#039;m not sure :/  I&#039;ve not really noticed any discrepancies on my set up, though that might just be lucky.  Took me a minute to remember how I did this, as it&#039;s not set up the same way as for mail and calendars, surprisingly.  I did the following: Opened Address Book, then went to Preferences -&gt; Accounts, selected On My Mac and checked and configured &quot;Synchronize with Google&quot;.  Can&#039;t tell you if that syncs automatically though, I&#039;m afraid.  Let me know if you discover anything!</description>
		<content:encoded><![CDATA[<p>For automatic syncing, I&#8217;m not sure :/  I&#8217;ve not really noticed any discrepancies on my set up, though that might just be lucky.  Took me a minute to remember how I did this, as it&#8217;s not set up the same way as for mail and calendars, surprisingly.  I did the following: Opened Address Book, then went to Preferences -&gt; Accounts, selected On My Mac and checked and configured &#8220;Synchronize with Google&#8221;.  Can&#8217;t tell you if that syncs automatically though, I&#8217;m afraid.  Let me know if you discover anything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring OS X Mail For Gmail Without Duplicates by Rafael</title>
		<link>http://jamietalbot.com/2011/07/26/configuring-os-x-mail-for-gmail-without-duplicates/comment-page-1/#comment-241</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Wed, 19 Oct 2011 18:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-241</guid>
		<description>Hi Jamie Talbot, thanks for reply.
Funny thing, those things you said I&#039;ve already done it and didn&#039;t work yesterday. Today, I do nothing and suddenly works like a charm. Although I have a new question: Is there a way to automatically sync the change I do in Lion&#039;s Address Book to the Gmail&#039;s servers? Y know if I hit the &quot;Sync now&quot; button on the top right menu bar everything syncs, but I would like to setup the syncing time interval or something like that in the Address Book (in Mail and iCal the syncing is automatical).</description>
		<content:encoded><![CDATA[<p>Hi Jamie Talbot, thanks for reply.<br />
Funny thing, those things you said I&#8217;ve already done it and didn&#8217;t work yesterday. Today, I do nothing and suddenly works like a charm. Although I have a new question: Is there a way to automatically sync the change I do in Lion&#8217;s Address Book to the Gmail&#8217;s servers? Y know if I hit the &#8220;Sync now&#8221; button on the top right menu bar everything syncs, but I would like to setup the syncing time interval or something like that in the Address Book (in Mail and iCal the syncing is automatical).</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-240</link>
		<dc:creator>Jamie Talbot</dc:creator>
		<pubDate>Tue, 18 Oct 2011 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://jamietalbot.com/?p=1131#comment-240</guid>
		<description>Hi Rafael,

To make sure messages go in GMail&#039;s Trash you need to link the folder in Mail.

In Mail, on the left hand side under [GMail] you should see your GMail Trash folder.  Click once to select it.  Then from the menu bar, choose Mailbox -&gt; Use This Mailbox For -&gt; Trash.  The folder should disappear from undernearth [GMail] and be replaced by a Trash icon in the top left corner.  You should now find that deleting messages from Mail also deletes them on GMail.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi Rafael,</p>
<p>To make sure messages go in GMail&#8217;s Trash you need to link the folder in Mail.</p>
<p>In Mail, on the left hand side under [GMail] you should see your GMail Trash folder.  Click once to select it.  Then from the menu bar, choose Mailbox -&gt; Use This Mailbox For -&gt; Trash.  The folder should disappear from undernearth [GMail] and be replaced by a Trash icon in the top left corner.  You should now find that deleting messages from Mail also deletes them on GMail.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

