<?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 on: ImgAreaSelect 0.9.8</title>
	<atom:link href="http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 26 Mar 2013 01:22:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-49851</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Wed, 14 Nov 2012 23:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-49851</guid>
		<description>@Deepak: Probably some of the JavaScript files are not being loaded, check your script paths.</description>
		<content:encoded><![CDATA[<p>@Deepak: Probably some of the JavaScript files are not being loaded, check your script paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-49849</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Wed, 14 Nov 2012 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-49849</guid>
		<description>@Maxime St-Laurent: The way you described should work. If you still haven&#039;t resolved that issue, feel free to contact me by e-mail, I&#039;ll try to help.</description>
		<content:encoded><![CDATA[<p>@Maxime St-Laurent: The way you described should work. If you still haven&#8217;t resolved that issue, feel free to contact me by e-mail, I&#8217;ll try to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-49848</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Wed, 14 Nov 2012 23:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-49848</guid>
		<description>@jalal: Sorry for replying more than two months late, but in case you still need help with that issue -- removing and re-initializing the plugin should do it:
&lt;p class=&quot;code&quot;&gt;$(&#039;img#id&#039;).imgAreaSelect({ remove: true });
$(&#039;img#id&#039;).imgAreaSelect({ ... });&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@jalal: Sorry for replying more than two months late, but in case you still need help with that issue &#8212; removing and re-initializing the plugin should do it:<br />
<p class="code">$('img#id').imgAreaSelect({ remove: true });
$('img#id').imgAreaSelect({ ... });</p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-48922</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 06 Nov 2012 10:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-48922</guid>
		<description>hi
Thanks for the wonderful plugin. 
But i have one problem with it. When i am trying to work with HTML page it works fine, but when i coping the same code by keeping .css in css folder and .js in scirpts folder in eclipse and writing the function in jsp page , this is giving me error saying that 
&quot;Object doesn&#039;t support this property or method&quot;. Please Help

Regards
Deepak</description>
		<content:encoded><![CDATA[<p>hi<br />
Thanks for the wonderful plugin.<br />
But i have one problem with it. When i am trying to work with HTML page it works fine, but when i coping the same code by keeping .css in css folder and .js in scirpts folder in eclipse and writing the function in jsp page , this is giving me error saying that<br />
&#8220;Object doesn&#8217;t support this property or method&#8221;. Please Help</p>
<p>Regards<br />
Deepak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime St-Laurent</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-48767</link>
		<dc:creator>Maxime St-Laurent</dc:creator>
		<pubDate>Sun, 04 Nov 2012 19:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-48767</guid>
		<description>Hi, I&#039;d like to know if it&#039;s possible to recuperate the instance of imgAreaSelect that I&#039;ve initialized on $(document).ready. I have a system where I have a list of selections on the same image. When I click on an &quot;Edit&quot; button, the selection pops up on the image. Now my problem is that the previous selection doesn&#039;t get cleared. I&#039;ve tried using &quot;.imgAreaSelect({ remove: true });&quot; before declaring a new instance (with .imgAreaSelect({ instance: true });), but the selection is still displayed.

Thanks,
Maxime St-Laurent</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d like to know if it&#8217;s possible to recuperate the instance of imgAreaSelect that I&#8217;ve initialized on $(document).ready. I have a system where I have a list of selections on the same image. When I click on an &#8220;Edit&#8221; button, the selection pops up on the image. Now my problem is that the previous selection doesn&#8217;t get cleared. I&#8217;ve tried using &#8220;.imgAreaSelect({ remove: true });&#8221; before declaring a new instance (with .imgAreaSelect({ instance: true });), but the selection is still displayed.</p>
<p>Thanks,<br />
Maxime St-Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jalal</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-42986</link>
		<dc:creator>jalal</dc:creator>
		<pubDate>Sun, 09 Sep 2012 17:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-42986</guid>
		<description>Hi
Could you please tell me how to update imgareaselect when the source image file changes? I have tried everything including ias.update() but imgareaselect picks up the old image even when I load a new image into the selection area.

-thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
Could you please tell me how to update imgareaselect when the source image file changes? I have tried everything including ias.update() but imgareaselect picks up the old image even when I load a new image into the selection area.</p>
<p>-thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-42638</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Thu, 06 Sep 2012 20:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-42638</guid>
		<description>@Sean: I finally have some more free time and I&#039;m working on a new release, with added support for touch events. My plan is to roll it out in the next two weeks.</description>
		<content:encoded><![CDATA[<p>@Sean: I finally have some more free time and I&#8217;m working on a new release, with added support for touch events. My plan is to roll it out in the next two weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Cain</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-42616</link>
		<dc:creator>Sean Cain</dc:creator>
		<pubDate>Thu, 06 Sep 2012 16:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-42616</guid>
		<description>I would also like to thank you for this very useful plugin.

I just wanted to inquire about the 1.0 release.

I am looking forward to the touch interface being implemented and was wondering when it might be estimated to be released. I am willing to offer any help if it would be needed and/or wanted.

Thank you,

Sean</description>
		<content:encoded><![CDATA[<p>I would also like to thank you for this very useful plugin.</p>
<p>I just wanted to inquire about the 1.0 release.</p>
<p>I am looking forward to the touch interface being implemented and was wondering when it might be estimated to be released. I am willing to offer any help if it would be needed and/or wanted.</p>
<p>Thank you,</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-32005</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Sun, 12 Feb 2012 17:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-32005</guid>
		<description>@garbo: It should work correctly, I tested the plugin with jQuery 1.6.4 and haven&#039;t noticed any problems. Maybe there&#039;s some other problem with your website/application -- I could help you debug it, feel free to contact me by e-mail.</description>
		<content:encoded><![CDATA[<p>@garbo: It should work correctly, I tested the plugin with jQuery 1.6.4 and haven&#8217;t noticed any problems. Maybe there&#8217;s some other problem with your website/application &#8212; I could help you debug it, feel free to contact me by e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garbo</title>
		<link>http://odyniec.net/blog/2011/06/imgareaselect-0-9-8/comment-page-1/#comment-31703</link>
		<dc:creator>garbo</dc:creator>
		<pubDate>Tue, 31 Jan 2012 07:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=672#comment-31703</guid>
		<description>Hi,

First of all I&#039;d like to say thanks for this wonderful plugin. I&#039;m currently using it on one of my site with jQuery 1.6.4 and ImgAreaSelect 0.9.8 doesn&#039;t seem to maintain the &quot;selection&quot; after mouse selection (and does not return the width &amp; height)? Would it be possible to provide any fix for that please?

Kind Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all I&#8217;d like to say thanks for this wonderful plugin. I&#8217;m currently using it on one of my site with jQuery 1.6.4 and ImgAreaSelect 0.9.8 doesn&#8217;t seem to maintain the &#8220;selection&#8221; after mouse selection (and does not return the width &amp; height)? Would it be possible to provide any fix for that please?</p>
<p>Kind Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching using disk

Served from: odyniec.net @ 2013-05-23 14:22:21 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Cache key:          blog/2011/06/imgareaselect-0-9-8/feed/_index.html
Caching:            enabled
Status:             not cached
Creation Time:      0.411s
Header info:
X-Pingback:         http://odyniec.net/blog/xmlrpc.php
ETag:               "98dd68a286c19c053873de6ebbac5bbb"
Link:               <http://odyniec.net/blog/?p=672>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Thu, 23 May 2013 12:22:21 GMT
Vary:               Cookie
X-Powered-By:       W3 Total Cache/0.9.2.3
-->