<?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"
	>
<channel>
	<title>Comments on: Boxing clever.</title>
	<atom:link href="http://onehackoranother.com/2008/06/boxing-clever/feed/" rel="self" type="application/rss+xml" />
	<link>http://onehackoranother.com/2008/06/boxing-clever/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 06 Jan 2009 15:18:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jf</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-267</link>
		<dc:creator>jf</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-267</guid>
		<description>Never mind.  I found the problem.</description>
		<content:encoded><![CDATA[<p>Never mind.  I found the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jf</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-266</link>
		<dc:creator>jf</dc:creator>
		<pubDate>Tue, 25 Nov 2008 12:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-266</guid>
		<description>Really like this plug=in, but I'm getting an IE7 error: Object required on load.  Offending line is the last one below:
    _viewport: function() {
        var d = document.documentElement, b = document.body, w = window;
        return jQuery.extend(
            jQuery.browser.msie ?
                { left: b.scrollLeft &#124;&#124; d.scrollLeft, top: b.scrollTop &#124;&#124; d.scrollTop } :
                { left: w.pageXOffset, top: w.pageYOffset },
            !Boxy._u(w.innerWidth) ?
                { width: w.innerWidth, height: w.innerHeight } :
                (!Boxy._u(d) &#38;&#38; !Boxy._u(d.clientWidth) &#38;&#38; d.clientWidth != 0 ?
                    { width: d.clientWidth, height: d.clientHeight } :
                    { width: b.clientWidth, height: b.clientHeight }) );
    }</description>
		<content:encoded><![CDATA[<p>Really like this plug=in, but I&#8217;m getting an IE7 error: Object required on load.  Offending line is the last one below:<br />
    _viewport: function() {<br />
        var d = document.documentElement, b = document.body, w = window;<br />
        return jQuery.extend(<br />
            jQuery.browser.msie ?<br />
                { left: b.scrollLeft || d.scrollLeft, top: b.scrollTop || d.scrollTop } :<br />
                { left: w.pageXOffset, top: w.pageYOffset },<br />
            !Boxy._u(w.innerWidth) ?<br />
                { width: w.innerWidth, height: w.innerHeight } :<br />
                (!Boxy._u(d) &amp;&amp; !Boxy._u(d.clientWidth) &amp;&amp; d.clientWidth != 0 ?<br />
                    { width: d.clientWidth, height: d.clientHeight } :<br />
                    { width: b.clientWidth, height: b.clientHeight }) );<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosy</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-256</link>
		<dc:creator>Nosy</dc:creator>
		<pubDate>Sat, 22 Nov 2008 07:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-256</guid>
		<description>hi,why the javascript invalid when load a url to the boxy?</description>
		<content:encoded><![CDATA[<p>hi,why the javascript invalid when load a url to the boxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-214</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-214</guid>
		<description>hey ho! cool plugin! when i use boxy with model:true just the document gets blacked-out not the hole screen.
i fixed that by modifying _documentSize() from
return {height: document.body.offsetHeight};
to
return {height: window.innerHeight};</description>
		<content:encoded><![CDATA[<p>hey ho! cool plugin! when i use boxy with model:true just the document gets blacked-out not the hole screen.<br />
i fixed that by modifying _documentSize() from<br />
return {height: document.body.offsetHeight};<br />
to<br />
return {height: window.innerHeight};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pligg.com</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-130</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Fri, 10 Oct 2008 06:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-130</guid>
		<description>&lt;strong&gt;boxy  - Facebook-like dialog/overlay, with frills...&lt;/strong&gt;

Boxy is a flexible, Facebook-style dialog box for jQuery with support for dragging and size tweening. It differs from other overlays I've seen by providing an object interface to control dialogs after they've been created. And for simple usage scenar...</description>
		<content:encoded><![CDATA[<p><strong>boxy  - Facebook-like dialog/overlay, with frills&#8230;</strong></p>
<p>Boxy is a flexible, Facebook-style dialog box for jQuery with support for dragging and size tweening. It differs from other overlays I&#8217;ve seen by providing an object interface to control dialogs after they&#8217;ve been created. And for simple usage scenar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darius</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-15</link>
		<dc:creator>Darius</dc:creator>
		<pubDate>Tue, 05 Aug 2008 06:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-15</guid>
		<description>Hey there, did anyone notice a bug on FF where the box open on first click in the bottom right of the browser window? on second click its all good but everytime I reload the browser with SHIFT+F5 it opens on first click in the bottom right.</description>
		<content:encoded><![CDATA[<p>Hey there, did anyone notice a bug on FF where the box open on first click in the bottom right of the browser window? on second click its all good but everytime I reload the browser with SHIFT+F5 it opens on first click in the bottom right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Fedelix</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-13</link>
		<dc:creator>Fabio Fedelix</dc:creator>
		<pubDate>Wed, 02 Jul 2008 17:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-13</guid>
		<description>Another problem in IE7, when you get a content via ajax the IE7 caches the page and if there's a modification he doesn't show the new page, he shows the page in cache previous loaded.

To resolve this problem I add this line in jquery.boxy.js after line 39

Line 39: dataType: 'html',
Line 40: data: "math="+Math.random(),
Line 41: success: function(data) {

The function Math.random() generates a random number "forcing" the IE7 to load the content correctly making a new cache.

In Firefox doesn't have this problem neither the problems in others comments

Fabio</description>
		<content:encoded><![CDATA[<p>Another problem in IE7, when you get a content via ajax the IE7 caches the page and if there&#8217;s a modification he doesn&#8217;t show the new page, he shows the page in cache previous loaded.</p>
<p>To resolve this problem I add this line in jquery.boxy.js after line 39</p>
<p>Line 39: dataType: &#8216;html&#8217;,<br />
Line 40: data: &#8220;math=&#8221;+Math.random(),<br />
Line 41: success: function(data) {</p>
<p>The function Math.random() generates a random number &#8220;forcing&#8221; the IE7 to load the content correctly making a new cache.</p>
<p>In Firefox doesn&#8217;t have this problem neither the problems in others comments</p>
<p>Fabio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Fedelix</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-12</link>
		<dc:creator>Fabio Fedelix</dc:creator>
		<pubDate>Wed, 02 Jul 2008 15:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-12</guid>
		<description>Jason,

There's another thing in IE7 caused by the margin on tag 

Just add in css p { margin:0; }

Screenshots:
Before: http://img389.imageshack.us/my.php?image=boxy1kx1.jpg
After: http://img368.imageshack.us/img368/2277/boxy2wn8.jpg

In time... Nice work!</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>There&#8217;s another thing in IE7 caused by the margin on tag </p>
<p>Just add in css p { margin:0; }</p>
<p>Screenshots:<br />
Before: <a href="http://img389.imageshack.us/my.php?image=boxy1kx1.jpg" rel="nofollow">http://img389.imageshack.us/my.php?image=boxy1kx1.jpg</a><br />
After: <a href="http://img368.imageshack.us/img368/2277/boxy2wn8.jpg" rel="nofollow">http://img368.imageshack.us/img368/2277/boxy2wn8.jpg</a></p>
<p>In time&#8230; Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-11</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-11</guid>
		<description>Thanks for the heads up; I'll sort this and post a new release asap.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up; I&#8217;ll sort this and post a new release asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Fedelix</title>
		<link>http://onehackoranother.com/2008/06/boxing-clever/#comment-10</link>
		<dc:creator>Fabio Fedelix</dc:creator>
		<pubDate>Tue, 01 Jul 2008 20:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://onehackoranother.com/?p=23#comment-10</guid>
		<description>There's a "bug" on IE7 users that the opacity doesn't works correctly, to correct this just add in the classes there uses the opacity this tag:

filter:alpha(opacity=70);

Add this too in image borders.

Sorry for the bad english =P

Fabio</description>
		<content:encoded><![CDATA[<p>There&#8217;s a &#8220;bug&#8221; on IE7 users that the opacity doesn&#8217;t works correctly, to correct this just add in the classes there uses the opacity this tag:</p>
<p>filter:alpha(opacity=70);</p>
<p>Add this too in image borders.</p>
<p>Sorry for the bad english =P</p>
<p>Fabio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
