<?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.3 Released</title>
	<atom:link href="http://odyniec.net/blog/2008/03/imgareaselect-03-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-459</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Mon, 20 Jul 2009 23:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-459</guid>
		<description>@Andy:
If you&#039;re using the code from &lt;a href=&quot;http://odyniec.net/projects/imgareaselect/examples-callback.html&quot; rel=&quot;nofollow&quot;&gt;this example&lt;/a&gt; to implement selection preview, then you probably need to modify the jQuery selector that matches the thumbnail image (in the example it&#039;s &lt;code&gt;&#039;#ferret + div &lt; img&#039;&lt;/code&gt;) after you change the HTML structure.</description>
		<content:encoded><![CDATA[<p>@Andy:<br />
If you&#8217;re using the code from <a href="http://odyniec.net/projects/imgareaselect/examples-callback.html" rel="nofollow">this example</a> to implement selection preview, then you probably need to modify the jQuery selector that matches the thumbnail image (in the example it&#8217;s <code>'#ferret + div &lt; img'</code>) after you change the HTML structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D. Hajime</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-426</link>
		<dc:creator>Andy D. Hajime</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-426</guid>
		<description>ops sorry... the XXX part is

[img src=&quot;[?php echo $upload_path.$large_image_name;?]&quot; style=&quot;float: left; margin-right: 10px;&quot; id=&quot;thumbnail&quot; alt=&quot;Create Thumbnail&quot;]
XXX
[div style=&quot;float:left; position:relative; overflow:hidden; width:[?php echo $thumb_width;?]px; height:[?php echo $thumb_height;?]px;&quot;]
[img src=&quot;[?php echo $upload_path.$large_image_name;?]&quot; style=&quot;position: relative;&quot; alt=&quot;Thumbnail Preview&quot;]
[/div]</description>
		<content:encoded><![CDATA[<p>ops sorry&#8230; the XXX part is</p>
<p>[img src="[?php echo $upload_path.$large_image_name;?]&#8221; style=&#8221;float: left; margin-right: 10px;&#8221; id=&#8221;thumbnail&#8221; alt=&#8221;Create Thumbnail&#8221;]<br />
XXX<br />
[div style="float:left; position:relative; overflow:hidden; width:[?php echo $thumb_width;?]px; height:[?php echo $thumb_height;?]px;&#8221;]<br />
[img src="[?php echo $upload_path.$large_image_name;?]&#8221; style=&#8221;position: relative;&#8221; alt=&#8221;Thumbnail Preview&#8221;]<br />
[/div]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D. Hajime</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-425</link>
		<dc:creator>Andy D. Hajime</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-425</guid>
		<description>Hi there… i need some help.
Everything works perfectly fine but when i i want to start skinning the template by separating the big image and the crop preview by different table cell, the preview area stops working.

Eg:


XXX



If i place a text ( XXX ) inbetween the big image and thumbnail, it work but as long as there html tags in between, error is found.

Even if i add just a BOLD TAG inbetween, the preview area dont work.

Any idea how i could resolved this?</description>
		<content:encoded><![CDATA[<p>Hi there… i need some help.<br />
Everything works perfectly fine but when i i want to start skinning the template by separating the big image and the crop preview by different table cell, the preview area stops working.</p>
<p>Eg:</p>
<p>XXX</p>
<p>If i place a text ( XXX ) inbetween the big image and thumbnail, it work but as long as there html tags in between, error is found.</p>
<p>Even if i add just a BOLD TAG inbetween, the preview area dont work.</p>
<p>Any idea how i could resolved this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-29</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Fri, 09 May 2008 22:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-29</guid>
		<description>@kent1:
Unloading added to my to-do list for the next release.

Thanks for catching the $(&#039;body&#039;) call, I overlooked it. It will surely be replaced.</description>
		<content:encoded><![CDATA[<p>@kent1:<br />
Unloading added to my to-do list for the next release.</p>
<p>Thanks for catching the $(&#8216;body&#8217;) call, I overlooked it. It will surely be replaced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kent1</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-28</link>
		<dc:creator>kent1</dc:creator>
		<pubDate>Thu, 08 May 2008 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-28</guid>
		<description>One other thing :

there is 2 call to $(&#039;body&#039;).css(.... in the code...
I am using jQuery in noConflict() mode in order to use other libraries and it breaks the resize part

Is it possible to replace this whith jQuery(&#039;body&#039;).css(... for the compatibility?

Thanks anymore</description>
		<content:encoded><![CDATA[<p>One other thing :</p>
<p>there is 2 call to $(&#8216;body&#8217;).css(&#8230;. in the code&#8230;<br />
I am using jQuery in noConflict() mode in order to use other libraries and it breaks the resize part</p>
<p>Is it possible to replace this whith jQuery(&#8216;body&#8217;).css(&#8230; for the compatibility?</p>
<p>Thanks anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kent1</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-27</link>
		<dc:creator>kent1</dc:creator>
		<pubDate>Tue, 06 May 2008 23:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-27</guid>
		<description>Hi...

Thanks a lot for the plugin...

Is there a way to uninitialize it dynamicaly ? I don&#039;t initialize it on load but when we ask it for... I would like to do the same in the other way (unload it?)</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>Thanks a lot for the plugin&#8230;</p>
<p>Is there a way to uninitialize it dynamicaly ? I don&#8217;t initialize it on load but when we ask it for&#8230; I would like to do the same in the other way (unload it?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Wojciechowski</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-24</link>
		<dc:creator>Michal Wojciechowski</dc:creator>
		<pubDate>Sun, 04 May 2008 17:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-24</guid>
		<description>@everyone:
Thanks for all the feedback. I just got back from a holiday and I need a few days to look into all the issues.

@Sarah Neuber:
The actual cropping is beyond the scope of the plugin, as it needs to be implemented on the server side, with the help of the appropriate technology (like PHP or ASP). If I have enough of the mystical spare time, I&#039;ll write a tutorial on how to do this.</description>
		<content:encoded><![CDATA[<p>@everyone:<br />
Thanks for all the feedback. I just got back from a holiday and I need a few days to look into all the issues.</p>
<p>@Sarah Neuber:<br />
The actual cropping is beyond the scope of the plugin, as it needs to be implemented on the server side, with the help of the appropriate technology (like PHP or ASP). If I have enough of the mystical spare time, I&#8217;ll write a tutorial on how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Neuber</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-26</link>
		<dc:creator>Sarah Neuber</dc:creator>
		<pubDate>Fri, 02 May 2008 16:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-26</guid>
		<description>Great! Just what I was looking for. Since I&#039;m so new to jQuery could you please help me out? I&#039;d like the user to be able to upload an image first then after selecting an area, to crop it. How do I do all that?</description>
		<content:encoded><![CDATA[<p>Great! Just what I was looking for. Since I&#8217;m so new to jQuery could you please help me out? I&#8217;d like the user to be able to upload an image first then after selecting an area, to crop it. How do I do all that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-25</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-25</guid>
		<description>Oh, because it seems to behave a little differently when I change the settings:

For my comment above, I had set &#039;resizable&#039; to &#039;false&#039;.  With the selection area not resizable but moveable, you can move the box around after it gets shifted out of bounds of the image.</description>
		<content:encoded><![CDATA[<p>Oh, because it seems to behave a little differently when I change the settings:</p>
<p>For my comment above, I had set &#8216;resizable&#8217; to &#8216;false&#8217;.  With the selection area not resizable but moveable, you can move the box around after it gets shifted out of bounds of the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://odyniec.net/blog/2008/03/imgareaselect-03-released/comment-page-1/#comment-23</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://odyniec.net/blog/?p=12#comment-23</guid>
		<description>Thanks for the plugin!  It&#039;s great!

I&#039;ve noticed a bug when resizing the browser window.  The selection box seems to have an absolute position specified, so if you resize your window to be wider and your image isn&#039;t left-aligned, the selection box appears outside of your image.

Also of note: when the selection box is outside of the image like this, when you drag the box around, it snaps back to the image - perfect.  But, moving the box around is super fast!
When you click on the selection box when it&#039;s on top of the image, dragging the box around is very slow.  What&#039;s the discrepancy?  It&#039;d be nice to have it super fast all the time! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin!  It&#8217;s great!</p>
<p>I&#8217;ve noticed a bug when resizing the browser window.  The selection box seems to have an absolute position specified, so if you resize your window to be wider and your image isn&#8217;t left-aligned, the selection box appears outside of your image.</p>
<p>Also of note: when the selection box is outside of the image like this, when you drag the box around, it snaps back to the image &#8211; perfect.  But, moving the box around is super fast!<br />
When you click on the selection box when it&#8217;s on top of the image, dragging the box around is very slow.  What&#8217;s the discrepancy?  It&#8217;d be nice to have it super fast all the time! <img src='http://odyniec.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
