<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:rcb="http://www.brothercake.com/ns/rcb/">
	<channel>
		<title>Discuss: Docking boxes</title>
		<link>http://www.brothercake.com/discuss/resources/scripts/dbx/</link>
		<description>Adds accessible drag &apos;n&apos; drop behaviors to any group of elements</description>
		<language>en</language>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator>josh</dc:creator>
			<dc:date>2006-02-21T18:01:45+00:00</dc:date>
			<description><![CDATA[ <p>any way to restrict the movable area container? such as only moving vertical?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-02-22T08:06:05+00:00</dc:date>
			<description><![CDATA[ <p><q>any way to restrict the movable area container?</q></p><p>Yeah there&#039;s a value in the dbxGroup constructor to specify that. Have a look in Section 3 of the setup instructions (&quot;Implementing the script&quot;) for &quot;restrict drag movement to container axis&quot;</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment3</link>
			<dc:creator>Fred</dc:creator>
			<dc:date>2006-02-22T17:18:15+00:00</dc:date>
			<description><![CDATA[ <p>Any way to override the cookie saving, so that i can reset the layout back to the default, as I am populating from a database.</p><p>Fred</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment4</link>
			<dc:creator>Glen</dc:creator>
			<dc:date>2006-03-02T16:27:11+00:00</dc:date>
			<description><![CDATA[ <p>I&#039;m using dbx in an application, and it has a small tweak that I can&#039;t figure out.  Sometimes it will add an entire space where it looks like a docking box should be, but there&#039;s not really a box.  You can drag the boxes around to cover up the space, but it&#039;s still kind of weird.  Oh, and it happens in both IE and Firefox.  I&#039;m using the boxes in an admin section that requires a login... could this be the problem?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment5</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-03-02T19:54:37+00:00</dc:date>
			<description><![CDATA[ <p><q>I&#039;m using dbx in an application, and it has a small tweak that I can&#039;t figure out. Sometimes it will add an entire space where it looks like a docking box should be, but there&#039;s not really a box.</q></p><p>Hmm yeah, I have seen it behave a bit like that ... I think it&#039;s margin values on the dbx-box element that do it.  Try having no margins on those elements, and use padding or margin on other elements to create the spacing you want - that might avoid this quirk.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment6</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-03-02T20:00:08+00:00</dc:date>
			<description><![CDATA[ <p><q>Any way to override the cookie saving, so that i can reset the layout back to the default, as I am populating from a database.</q></p><p>You can override the cookie yourself from other scripting - as long as the scripting is on the same domain, you can delete or overwrite the cookie whenever you want.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment12</link>
			<dc:creator>boscomonkey</dc:creator>
			<dc:date>2006-03-07T00:56:34+00:00</dc:date>
			<description><![CDATA[ <p>How difficult is it to use dbx to move elements in a 2D manner (i.e., arbitrary number of cells in an arbitrary number of columns, where the number of cells may vary from column to column)?</p><p>I need to implement something like a Yahoo-style portal where I can drag an article from any position in a column to a position in another column.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment13</link>
			<dc:creator>ward</dc:creator>
			<dc:date>2006-03-12T23:00:43+00:00</dc:date>
			<description><![CDATA[ <p>DBX is pretty awesome. I&#039;ve just implemented it in one of my applications. </p><p>It seems that the dbx code only keeps track of 10 dbx-box&#039;s (within a group?) across page reloads. Is this known behaviour? Any constant I could modify to change this?<br /></p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment14</link>
			<dc:creator>ward</dc:creator>
			<dc:date>2006-03-13T02:30:53+00:00</dc:date>
			<description><![CDATA[ <p>To come back to the 10 dbx-box limit; here&#039;s a patch against dbx[commented].js to fix that. I&#039;ve also e-mailed the patch to James, so hopefully he will include it in the next release.</p><p>--- dbx[commented].js     2006-03-13 02:10:26.000000000 +0000<br />+++ dbx[commented].js     2006-03-13 02:20:43.000000000 +0000<br />@@ -471,6 +471,7 @@<br />                {<br />                        //dbx.output.value += this.gid + &#039;=&#039; + dbx.cookiestate[this.gid] + &#039;&amp;&#039;;</p><p>+                       var regex = new RegExp(&#039;-$&#039;,&#039;&#039;);<br />                        //iterate through values<br />                        for(i=0; i&lt;num; i++)<br />                        {<br />@@ -482,7 +483,7 @@</p><p>                                //if we&#039;re using toggle buttons, and<br />                                //if the box (in its corresponding place in boxes array) should be closed<br />-                               if(this.toggles &amp;&amp; dbx.cookiestate[this.gid][i].charAt(1) == &#039;-&#039;)<br />+                               if(this.toggles &amp;&amp; regex.test(dbx.cookiestate[this.gid][i]))<br />                                {<br />                                        //send this box button to toggle box state method, but don&#039;t save<br />                                        this.toggleBoxState(this.buttons[index], false);<br /></p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment15</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-03-17T21:22:06+00:00</dc:date>
			<description><![CDATA[ <p><strong>@boscomonkey</strong> At the moment the number of boxes has to be stable, and any change in the number mid session results in the save cookie being deleted and the structure will reset.</p><p>But what you&#039;re describing would certainly be useful - I&#039;m looking into the possibility of wider functionality to allow users to remove boxes forever, and add them back via some kind of generated control panel, so it&#039;s not far from that to adding the functionality for the number of boxes to be truly dynamic.</p><p>What did you have in mind specifically - that the number changes via your own mechanism and the states are retained on a &quot;best fit&quot; basis? Or a user-centered mechanism for adding or removing different kinds of content?</p><p><strong>@ward</strong> - thanks for the update, and I will be incorporating that into an incremental update very soon.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment16</link>
			<dc:creator>Marc</dc:creator>
			<dc:date>2006-03-24T11:02:13+00:00</dc:date>
			<description><![CDATA[ <p>I really like DBX, i&#039;m thinking about implementing it in a CMS.<br />I&#039;ve been testing it today but i&#039;m having a problem with loading DBX in IE. It keeps having problems with loading the images (even in combination with the domFunction.js file); a small number of images refuse to load after refresh which prevents the boxes from displaying properly. This especially happens when i change the collapse/expand status of the boxes and then refresh my browser.</p><p>Any suggestions on this?<br />Thanx</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment17</link>
			<dc:creator>Eric</dc:creator>
			<dc:date>2006-03-31T02:35:31+00:00</dc:date>
			<description><![CDATA[ <p>Great script!</p><p>Question: I&#039;m trying to use dbx to maintain lists of URLs that are user-editable after pageload. I&#039;ve been successful at dynamically inserting new dbx-content entries (which are also subsequently deletable) with this line of code: </p><p>N.B.:<br />divINSERT is a blank div already living at the right place within an existing db-box div<br />u ensures div id uniqueness<br />xButtonTiny2.bmp is a little button that appears to the right of each URL allowing the user to delete the entry</p><p><code><br />document.getElementById(&quot;divINSERT&quot;).innerHTML +=<br />   &quot;&lt;div id=&#039;liveURL&quot; + u + &quot;&#039;&gt;&quot; +<br />   &quot;&lt;LI&gt;&lt;A href=&#039;&quot; + incomingURL + &quot;&#039;&quot; + <br />   &quot; target=&#039;AuxWindow&#039;&gt;&quot; +<br />     incomingURL + &quot;&lt;/A&gt;&quot; +<br />   &quot;&lt;a href=&#039;javascript:;&#039; onclick=&#039;removeEntry(\&quot;liveURL&quot; + u + &quot;\&quot;)&#039;&gt;&lt;img src=\&quot;xButtonTiny2.bmp\&quot; border=0&gt;&lt;/a&gt;&quot; +<br />   &quot;&lt;/LI&gt;&lt;/DIV&gt;&quot;<br /></code></p><p>When I attempt a similar stunt to insert new a dbx-box div, it seems like it&#039;s working -- a new blank box appears, except it has no toggle,  and it kills the draggability of all db-box divs. What am I doing wrong, or is what I&#039;m attempting not feasible? Thanks in advance, <br />--Eric<br /> </p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment18</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-04T14:56:02+00:00</dc:date>
			<description><![CDATA[ <p><q>When I attempt a similar stunt to insert new a dbx-box div, it seems like it&#039;s working -- a new blank box appears, except it has no toggle,  and it kills the draggability of all db-box divs. What am I doing wrong, or is what I&#039;m attempting not feasible? </q></p><p>Not at the moment no, because the number of boxes has to be stable - if you add new boxes into the group then they will not be dynamic, and the other boxes will freak out because their group content has changed and so the DOM relationships are different.</p><p><strong>But ...</strong> I can now announce that dbx3 is well in development, including all the new features that have been requested, and some very tasty stuff besides :) A quick precis:</p><p>* support for two-dimensional sorting, including a rules engine for defining and limiting the movement of objects within a grid</p><p>* the number of boxes in a group can be truly dynamic; you can add or remove boxes externally to the program and subsequent page views will handle it, and you can  add or remove boxes in the middle of a page view and call a refresh() method to re-initialize them</p><p>* you can move boxes between groups on the same page</p><p>* there are new API methods that allow you open, close and move the boxes programmatically</p><p>And of course, all the behaviors are accessible to the keyboard as well as the mouse. There&#039;ll be a version 3 beta in the next few weeks.</p><p>In the meantime, I&#039;ve just upblished a 2.02 update that patches a couple of bugs, including the 10-box limit mentioned in this thread.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment19</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-04T14:58:34+00:00</dc:date>
			<description><![CDATA[ <p><strong>@marc</strong> Well IE does have a whole range of image-loading bugs that might be responsible.  Have you got a demo online to show?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment20</link>
			<dc:creator>Andy Skelton</dc:creator>
			<dc:date>2006-04-16T22:48:08+00:00</dc:date>
			<description><![CDATA[ <p>A bug report relating to dbx was filed on the WordPress bug tracker.</p><p>http://trac.wordpress.org/ticket/2660</p><p>The reporter suggests encoding the commas in the cookies. Alternatively, you could use a different delimiter.</p><p>Cheers!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment21</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-17T17:52:13+00:00</dc:date>
			<description><![CDATA[ <p>Okay that&#039;s cool, I wasn&#039;t aware of those limitations on the data content of cookies - it&#039;s never come up before!</p><p>I think the best thing (keeping down the data size) is to use a different delimiter, probably a &quot;|&quot; symbol; then the script will have to recognise the existing comma-based format, and convert to the new format seamlessly.</p><p>I&#039;ll try to get a patch out in the next few days. Thanks for the heads-up :)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>Close opened Boxes when i open a new box...</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment22</link>
			<dc:creator>txupete</dc:creator>
			<dc:date>2006-04-20T15:46:56+00:00</dc:date>
			<description><![CDATA[ <p>I want that only one box be opened at the same time.. so how can i do??</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>Selection in IE</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment23</link>
			<dc:creator>Thijs van Ham</dc:creator>
			<dc:date>2006-04-22T11:44:48+00:00</dc:date>
			<description><![CDATA[ <p><q>* you can move boxes between groups on the same page</q></p><p>That would be pretty cool! Got 2 menu&#039;s (left and right) and I want to swap boxes between them.</p><p>Any idea how I can fix the no-select thing in IE? When I remove the <code>document.selecstart = return false;</code> part the selection works but the menu&#039;s don&#039;t anymore ...</p><p>And I got some page where selection is needed :/<br />But also the menu&#039;s ... Hard choice.<br /></p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment24</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-22T12:16:43+00:00</dc:date>
			<description><![CDATA[ <p><strong>@txupete</strong> Once again I shall have to pass the buck to the next version - that functionality is coming :)</p><p><strong>@Thijs van Ham</strong> You&#039;ve got me worried now :-O  The selectstart is added and removed dynamically, so it should only affect the page while a drag is actually happening - as soon as you let go of a box, the selecstart is released and text selection should work as normal.</p><p>Is that not what you&#039;re seeing?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment25</link>
			<dc:creator>anon</dc:creator>
			<dc:date>2006-04-22T12:22:22+00:00</dc:date>
			<description><![CDATA[ <p><strong>Brothercake</strong>, fast response ;)</p><p>But no, indeed. I can&#039;t select anything, not while dragging nor when I don&#039;t touch the boxes at all.</p><p>Even on your own page (http://www.brothercake.com/site/resources/scripts/dbx/) I can&#039;t select any text in IE. So it&#039;s not the modifications I made to the file (even the default one doesn&#039;t work).</p><p>Using IE 6.0 Build 2900.2180 Service Pack 2 on Windows XP Pro.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment26</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-25T21:25:04+00:00</dc:date>
			<description><![CDATA[ <p>Okay, the 2.03 update is now released, which fixes this cookie format issue.</p><p>For page selection - it&#039;s not supposed to do that! It should be transparent .. I shall investigate further. Ta :)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment27</link>
			<dc:creator>ward</dc:creator>
			<dc:date>2006-04-28T01:02:56+00:00</dc:date>
			<description><![CDATA[ <p>Anyone know of a way to avoid the fold out/fold in effect when loading a new page with some menus minized? Am I missing a configuration setting? Essentially all boxes seem to be loaded in fully expanded position first, and only then the minimized status (if any) is applied.<br />This is 2.0.3 on Firefox.</p><p>Thanks,<br />Ward.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment28</link>
			<dc:creator>Thijs van Ham</dc:creator>
			<dc:date>2006-04-28T17:56:27+00:00</dc:date>
			<description><![CDATA[ <p>Ward, Firefox displays the page while loading, when done it triggers the onLoad function (which collapses the necessary menu&#039;s). Internet Explorer loads it first, triggers the function and displays it.</p><p>Probably the problem is in the way Firefox &quot;parses&quot; a website that way and you&#039;ll get stuck on that problem. I think - correct me if I&#039;m wrong - you can&#039;t do anything about that ...</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment29</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-04-28T20:47:15+00:00</dc:date>
			<description><![CDATA[ <p>You&#039;re right - in the normal flow of things there&#039;s nothing can  be done about that; to ensure accessibility to nonscript devices, the content is rendered visible as normal, then the script kicks in and applies the class name to those boxes that should be closed.  Even if you use domFunction to initialize it, there will still be some latency between the default CSS being applied, and the change in state.</p><p>But as I was musing this I had an idea that might work ... basically the idea is to do immediate procedural coding in the main script (which is in the &lt;head&gt; section - or should be ;)) and use that to generate a stylesheet which applies a closed state to the content area by default; since it&#039;s procedural and in the head section, it should kick in immediately and hence the boxes will be rendered closed.</p><p>This would have no access to the HTML structure, but it would have access to config data - so although it would not be possible to use this to pre-close selective individual boxes, it should be possible to use it where <em>all</em> the boxes are closed (such as when the config is auto-hide and no user settings yet apply).</p><p>Worth doing do you think?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment30</link>
			<dc:creator>Ben</dc:creator>
			<dc:date>2006-05-04T21:53:08+00:00</dc:date>
			<description><![CDATA[ <p>Nice script, but i will have one small question.</p><p>Let&#039;s say i will like to use a 2 columns structure. It is possible to move one box from one column to another ( from possition 1-2 to 2-3 for ex )... ? sorry for my english</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment31</link>
			<dc:creator>Thijs van Ham</dc:creator>
			<dc:date>2006-05-05T18:49:00+00:00</dc:date>
			<description><![CDATA[ <p><strong>@Ben</strong> That seems to be an option in version 3 of the script: * you can move boxes between groups on the same page</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment40</link>
			<dc:creator>Ben Hill</dc:creator>
			<dc:date>2006-05-10T17:27:26+00:00</dc:date>
			<description><![CDATA[ <p>Excellent script.</p><p>I am having a problem with my script in IE.  After some debugging, it is throwing an error on this line:</p><p>var button = arguments[0].appendChild(dbx.createElement(&#039;a&#039;))</p><p>...and throwing this error:</p><p>&quot;Unexpected Call to Method or Property Access&quot;</p><p>any ideas? </p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment41</link>
			<dc:creator>Ben Hill</dc:creator>
			<dc:date>2006-05-10T17:30:36+00:00</dc:date>
			<description><![CDATA[ <p>ah, I got it...</p><p>I needed to set the item &quot;include open/close toggle buttons [&#039;yes&#039;|&#039;no&#039;]&quot; to &#039;no&#039;.</p><p>Thanks again!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment42</link>
			<dc:creator>Ben Hill</dc:creator>
			<dc:date>2006-05-10T21:48:35+00:00</dc:date>
			<description><![CDATA[ <p>Greetings-</p><p>I am seeing some bizarre behavior - whenever I initialize the dbxManager object, the script re-orders all my boxes.  Seems to be pretty random what order it chooses - it seems to vary from load-to-load and from ie to firefox.</p><p>Anything I am missing?</p><p>Ben</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment44</link>
			<dc:creator>Ben Hill</dc:creator>
			<dc:date>2006-05-13T16:59:24+00:00</dc:date>
			<description><![CDATA[ <p>All is well...turned out to be a issue with me changing the sid a few times, and cookies got all eff&#039;d up.  Thanks a bunch for the response.</p><p>One thing - I tried to set it up so that a table is the &quot;group&quot; and the individual columns in the tables are &quot;boxes&quot;.  Looks like that&#039;s not working for me.  You ever see it work?</p><p>Ben</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment48</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-05-20T13:55:31+00:00</dc:date>
			<description><![CDATA[ <p>There&#039;s a 2.04 update now available, which fixes the text-range selection problem in Internet Explorer (that was broken by the 2.02 update :-O)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment49</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-05-20T14:00:29+00:00</dc:date>
			<description><![CDATA[ <p><strong>@ben</strong> No I&#039;ve never seen it working with table cells or rows; table cells have a unique display property (&quot;table-cell&quot;) which can&#039;t be set explicitly in all browsers, hence they have to be display:block and floated, but that messes up the table layout completely.  I don&#039;t think table-rows are rendered elements per-se - afaik you can&#039;t pick them up or even style them reliably (..?)</p><p><strong>@ashley</strong> I&#039;m just getting an &quot;account suspended&quot; message from that link.</p><p>I removed your first message because you yourself said it was badly formatted.  Can I suggest you get together exactly what the problem is - description of circumstances, and a demo, and then post your question again.  In the meantime I&#039;m going to delete your other posts.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment50</link>
			<dc:creator>ashley</dc:creator>
			<dc:date>2006-05-21T14:05:49+00:00</dc:date>
			<description><![CDATA[ <p>my site should be working ok now..</p><p>my problem is that when in ie (im currently using 7 but it also happened in 6) the right hand menus (boxes) do not function properly and an error is thrown when attempting to move them. also note how the boxes do not close up to have round edges at the bottom.. on my local machine they do</p><p>however when usng firefox the boxes function correctly.</p><p>i just updated to 2.04 that fixed the selection error</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment51</link>
			<dc:creator>ashley</dc:creator>
			<dc:date>2006-05-21T14:23:24+00:00</dc:date>
			<description><![CDATA[ <p>oh the site is treble.lfhost.com/1024/ </p><p>don&#039;t access via treble.lfhost.com/1024/index.php - it won&#039;t work because of my php includes file (fixing that now)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment52</link>
			<dc:creator>Dezz</dc:creator>
			<dc:date>2006-05-22T04:13:31+00:00</dc:date>
			<description><![CDATA[ <p>great script!!  hows dbx3 going?  i wanna use 2d</p><p>thanks</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment53</link>
			<dc:creator>Moosh</dc:creator>
			<dc:date>2006-05-22T09:55:11+00:00</dc:date>
			<description><![CDATA[ <p>Hi brothercake</p><p>Excellent script that has saved me a lot of time and I&#039;m really looking forward to the dbx3 update! :D</p><p>One of the things that I&#039;d like to do is move individual content items between boxes e.g. say I have the following structure:<br />Box 1<br />*item 1<br />*item 2<br />*item 3</p><p>Box 2<br />*item a<br />*item b<br />*item c</p><p>Is it possible to move item 2 from Box 1 into Box 2?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment54</link>
			<dc:creator>Thijs van Ham</dc:creator>
			<dc:date>2006-05-27T12:07:33+00:00</dc:date>
			<description><![CDATA[ <p><strong>@brothercake</strong>, Thanks for the great update in 2.04.<br />Really looking forward to dbx3, keep up the good work!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>The last box is always open</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment55</link>
			<dc:creator>Pablo Impallari</dc:creator>
			<dc:date>2006-05-31T17:54:44+00:00</dc:date>
			<description><![CDATA[ <p>The last box always shows himself open after reloading the page.</p><p>For example:<br />if I close all teh boxes and then I reload the page and the last box is now opened.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment56</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-06-02T19:37:16+00:00</dc:date>
			<description><![CDATA[ <p>Okay ... here&#039;s a very early alpha of version 3 - <a href="http://www.brothercake.com/scripts/dbx/dbx3-alpha1.zip">dbx3-alpha1.zip</a></p><p>I should stress that it really is an alpha, in that:</p><p>- the script files are huge<br />- and not entirely stable<br />- there are lots of little bugs in various browsers<br />- it probably doesn&#039;t work in IE</p><p>Having said that, it is feature complete - everything that it&#039;s going to do is there, and there&#039;s a range of demos in the zipfile that show off the various new features.</p><p>Definitely don&#039;t use this on a production site, and even pre-development with it would probably be premature, but it should give a good sense of what the new version will do and how it can integrated.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment57</link>
			<dc:creator>charlie</dc:creator>
			<dc:date>2006-06-16T20:26:52+00:00</dc:date>
			<description><![CDATA[ <p>very nice code. Is there a way to get this to work in two dimensions? ie: I&#039;d like to have a grid of items, that user can rearrange both horizontally and vertically to their liking.<br />I believe Kim Taylor had something like that in place, though I haven&#039;t been able to re-create it with DBX yet.</p><p>Thanks for any light you can shed on this. Again - nice code.</p><p>~c</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>Last Box Remains Open</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment58</link>
			<dc:creator>Theanarchitect</dc:creator>
			<dc:date>2006-06-23T05:00:06+00:00</dc:date>
			<description><![CDATA[ <p>I am experiencing the same problem as Pablo - the last box (no matter what order) returns to an open state on page close/refresh/exit to another page.</p><p>In my case the issue <em>seems</em> to be the product sharing a cookie with another (in my case WebWiz Forums). I come to this conclusion as if I delete the cookie then go into the site, the boxes work as expected. However as soon as I go in to my forums and the forums add their bit to the end of the cookie (which doesn&#039;t seem to affect the dbx part), the box opens up again and there is no way to get it to remain closed.</p><p>I am not sure if this is a v2 issue or not. Any thoughts on how to fix, or whether v3 might address the problem?</p><p>TIA</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>PS</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment59</link>
			<dc:creator>Theanarchitect</dc:creator>
			<dc:date>2006-06-23T05:04:52+00:00</dc:date>
			<description><![CDATA[ <p>Apologies for the extra post, but thought this might help. The cookie text (with added forum cookie) is as follows:</p><p>dbx-main<br />cabsidenav:0+|1-|3-|2-|<strong>4+</strong><br />cabnet/<br />1088<br />1204705792<br />29865298<br />3476361888<br />29791872<br />*<br />WWF<br />LTVST=38891%2E6188541667&amp;UID=browndaC4BC36E651&amp;NS=0<br />cabnet/<br />1024<br />484705792<br />29865298<br />2767431888<br />29791872<br />*</p><p>I don&#039;t have an online demo as this is for an intranet site.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>Same Problem</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment60</link>
			<dc:creator>Dave</dc:creator>
			<dc:date>2006-06-23T05:18:02+00:00</dc:date>
			<description><![CDATA[ <p>I am getting the same error on the brothercake website. Doesn&#039;t happen straight away (ie with fresh cookie) but on revisiting the site it happens all of a sudden.</p><p>Doesn&#039;t seem to be linked to the cookie issue above - the brothercake cookie I have is only being used by the dbx application.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment61</link>
			<dc:creator>Mike Elledge</dc:creator>
			<dc:date>2006-06-23T15:05:41+00:00</dc:date>
			<description><![CDATA[ <p>This is a very interesting script...I can&#039;t get it to work in JAWS, however. I can close or open the box, but not sort them. I&#039;ve tried a variety of key and arrow combinations to no avail.</p><p>Suggestion?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment62</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-06-29T14:20:01+00:00</dc:date>
			<description><![CDATA[ <p><em>RE: last box returns to open state:</em> Okay it sounds like there&#039;s something going wrong with the script there, rather than (as I initially suspected) a problem with a particular use environment.  I shall investigate.</p><p><em>RE: JAWS support:</em> The script is actually designed so that the scripted handlers don&#039;t work in JAWS and other screenreaders.  The problem is that what the script does, fundamentally, is a linear re-ordering of content, and for a user who can&#039;t see that happen it&#039;s difficult to convey the meaning of it.</p><p>In the absence of any way to make the reader just speak the explanation (because you can&#039;t make a reader just &quot;say something&quot; on demand), how does a blind user know that the content has changed? And how meaningful is that change in content anyway?</p><p>These are tricky questions, and I don&#039;t have the answers, so it seemed to me the safest thing to do overall was to degrade the content to non-scripted, as it is for non-JS devices.</p><p>But sure, it&#039;s not an ideal situation.  Really we&#039;d like to be able to make scripts that do work and provide meaningful functionality to screen readers and other access devices.   Google for &quot;screen readers javascript&quot;  ... :)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment63</link>
			<dc:creator>Rupesh</dc:creator>
			<dc:date>2006-06-30T09:41:48+00:00</dc:date>
			<description><![CDATA[ <p>hi,<br />I want to save the order that one gets when using this.state</p><p>and the next time when a user logs in i want to populate the elements order from the databse. Is this possible?</p><p>Could you explain me how to do it?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link></link>
			<dc:creator>Rupesh</dc:creator>
			<dc:date>2006-06-30T12:31:31+00:00</dc:date>
			<description><![CDATA[ <p>hi,<br />I want to save the order that one gets when using this.state</p><p>and the next time when a user logs in i want to populate the elements order from the databse. Is this possible?</p><p>Could you explain me how to do it?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-07-11T15:26:19+00:00</dc:date>
			<description><![CDATA[ <p><strong>@Rupesh</strong> If you want to do all this server side, all you need is the state information, and that&#039;s stored to a cookie - so you should be able to access it from $_COOKIE in PHP, or equivalent in whatever you&#039;re using, and that will give you information on the order and state of each box.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-07-11T15:30:39+00:00</dc:date>
			<description><![CDATA[ <p><strong>@Theanarchitect</strong> You&#039;re right - it is the cookie that&#039;s the problem; it&#039;s failing to take into account unwanted values at the end, only those at the beginning.</p><p>Since Version 3 is still a little way off (stability is not a feature :D) I&#039;ll publish another v2 update soon to patch this problem.</p><p>If anyone has any other minor glitches or bugs to report - now&#039;s the time :)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment3</link>
			<dc:creator>John Allen</dc:creator>
			<dc:date>2006-07-13T15:56:12+00:00</dc:date>
			<description><![CDATA[ <p>This thing rocks!<br />dbx you are cool, cant wait for the update!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment4</link>
			<dc:creator>John Allen</dc:creator>
			<dc:date>2006-07-13T15:59:58+00:00</dc:date>
			<description><![CDATA[ <p>Hit post to fast.</p><p>I to am experencing the &#039;open box issue&#039;</p><p>Again, this thing RULZ</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment5</link>
			<dc:creator>Lawrence</dc:creator>
			<dc:date>2006-07-18T15:33:10+00:00</dc:date>
			<description><![CDATA[ <p>I have lost all my Email folders to DBX files in Cookies. How do I convert them back again.<br />I am confused.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment6</link>
			<dc:creator>Robbin</dc:creator>
			<dc:date>2006-07-20T16:33:14+00:00</dc:date>
			<description><![CDATA[ <p>Is there a function that you can collapse/expand <strong>all</strong> the boxes with one button/link? And a <strong>resetfunction</strong>, that resets boxes to the original poisoning? If not, plz add to the next version or send me the skript (= </p><p>By the way nice script, no problems at all!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment7</link>
			<dc:creator>micol</dc:creator>
			<dc:date>2006-07-21T11:15:18+00:00</dc:date>
			<description><![CDATA[ <p>Hiya :)<br />Nice script, very neat!<br />Only, when I drag and drop boxes  in IE, they sometimes leave &quot;ghosts&quot; behind, or the handle duplicates.<br />I didn&#039;t notice anyone else posting about the same problem, so I guess the problem should be  with my css. Err... Help, please? :D</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link></link>
			<dc:creator>AndieR</dc:creator>
			<dc:date>2006-07-22T15:37:32+00:00</dc:date>
			<description><![CDATA[ <p>Hello, </p><p>Congratulations for this great script - it&#039;s exactly what I was looking for!</p><p>I&#039;m wondering if you could perhaps put me on the right track concerning a small mod though. I&#039;d like to keep the cookie on the user&#039;s computer and always read from it even after several days without visiting the site etc. Of course I understand that if the user cleans his browser&#039;s cookies he&#039;ll loose his layout and go back to the default one, but that&#039;s ok. I&#039;d just like to know if it&#039;s possible for me to change the code so that the cookie stays active throughout several sessions. Any tips really appreciated. :)</p><p>I&#039;m also really looking forward to version 3 and using multiple groups!!!!</p><p>Best regards,<br />AndieR</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator>AndieR</dc:creator>
			<dc:date>2006-07-22T15:52:38+00:00</dc:date>
			<description><![CDATA[ <p>Hello, </p><p>Congratulations for this great script - it&#039;s exactly what I was looking for!</p><p>I&#039;m wondering if you could perhaps put me on the right track concerning a small mod though. I&#039;d like to keep the cookie on the user&#039;s computer and always read from it even after several days without visiting the site etc. Of course I understand that if the user cleans his browser&#039;s cookies he&#039;ll loose his layout and go back to the default one, but that&#039;s ok. I&#039;d just like to know if it&#039;s possible for me to change the code so that the cookie stays active throughout several sessions. Any tips really appreciated. :)</p><p>I&#039;m also really looking forward to version 3 and using multiple groups!!!!</p><p>Best regards,<br />AndieR</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>Fading in and out of Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator>Urs Widmer</dc:creator>
			<dc:date>2006-07-25T07:13:39+00:00</dc:date>
			<description><![CDATA[ <p>Hi there<br />Well done. I like and use your script. For my opinion its  just the best.</p><p>My idea: Start the dbx with an opacity (by example 50) and when the users moves over the dbx-box it fades in. Then when another box gets the focus, the former fades out and the selected box fades in.</p><p>Best Regards</p><p>Urs Widmer</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment3</link>
			<dc:creator>mdawaffe</dc:creator>
			<dc:date>2006-07-27T06:09:30+00:00</dc:date>
			<description><![CDATA[ <p>I&#039;m working on implementing nested dbx-groups.</p><p>dbx2.04 implicitly requires that the dbx-box elements are direct children of the dbx-group elements (as opposed to grandchildren, etc.).  If this requirement were made explicit, and if dbx-handle elements were similarly required to be direct children of the dbx-box elements (which is currently <em>not</em> required), control over nested dbx-groups can be accomplished fairly easily with a little CSS and JS.</p><p>Would you consider this for your next release?  I can offer the actual code I&#039;m working with as an example if you&#039;d like to see it.</p><p>Thanks for the awesome script.</p><p><code><br />--- dbx[commented].js   2006-05-20 14:34:18.000000000 -0700<br />+++ dbx[commented]-new.js       2006-07-26 23:01:32.000000000 -0700<br />@@ -343,7 +343,7 @@<br />        for(var i=0; i&lt;this.eles.length; i++)<br />        {<br />                //if it&#039;s a docking box and not a dummy<br />-               if(/dbx\-box/i.test(this.eles[i].className) &amp;&amp; !/dbx\-dummy/i.test(this.eles[i].className))<br />+               if(/dbx\-box/i.test(this.eles[i].className) &amp;&amp; !/dbx\-dummy/i.test(this.eles[i].className) &amp;&amp; this.eles[i].parentNode == this.container)<br />                {<br />                        //re-inforce relative positioning and block display<br />                        this.eles[i].style.position = &#039;relative&#039;;<br />@@ -378,7 +378,7 @@<br />                }<br /> <br />                //if it&#039;s a handle<br />-               if(/dbx\-handle/i.test(this.eles[i].className))<br />+               if(/dbx\-handle/i.test(this.eles[i].className) &amp;&amp; this.eles[i].parentNode.parentNode == this.container)<br />                {<br />                        //re-inforce relative positioning and block display<br />                        this.eles[i].style.position = &#039;relative&#039;;<br /></code></p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link></link>
			<dc:creator>mdawaffe</dc:creator>
			<dc:date>2006-07-27T08:13:49+00:00</dc:date>
			<description><![CDATA[ <p>It seems I jumped the gun with my previous comment.  My example code does not work :)</p><p>Any chance dbx3 will support nesting?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>More Nesting</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator>mdawaffe</dc:creator>
			<dc:date>2006-07-30T20:04:25+00:00</dc:date>
			<description><![CDATA[ <p>I have since fixed my example code.   I now have (somewhat inefficient) nested dbx-groups that depend on the above patch.  The method I settled on relies on external storage of each group&#039;s state; It would not work with the native cookie based storage mechanism.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator>harris</dc:creator>
			<dc:date>2006-08-03T05:31:22+00:00</dc:date>
			<description><![CDATA[ <p>i can&#039;t able 2 download the script<br />help me<br />page : http://www.brothercake.com/site/resources/scripts/dbx/</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment3</link>
			<dc:creator>RCAman</dc:creator>
			<dc:date>2006-08-04T17:15:19+00:00</dc:date>
			<description><![CDATA[ <p> I believe dbx is a registered trade mark and name of a company that makes or did make professional audio gear. You would be wise to check this out.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>dbx3</title>
			<link></link>
			<dc:creator>Jesper Ordrup</dc:creator>
			<dc:date>2006-08-06T08:07:13+00:00</dc:date>
			<description><![CDATA[ <p>Just downloaded both dbx and dbx3 alpha. This is totally cool. I&#039;m planning on creating portal features in Umbraco ( http://www.umbraco.org ) and I would like to know how DBX3 coming on? </p><p>I&#039;m particular interested in the new feature being able to move boxes between groups.</p><p>Best,</p><p>Jesper<br />http://www.jesper.com</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator>brothercake</dc:creator>
			<dc:date>2006-08-07T19:42:31+00:00</dc:date>
			<description><![CDATA[ <p>There was a problem with my site for a while today - the whole thing went offline for about half an hour - but it should be all good now.</p><p><strong>re: trademark</strong> Yes I&#039;m aware that there is already a product called &quot;dbx&quot;, but the trademark is one of that name with a specific appearances and context - there&#039;s no trademark or copyright in just the word, and there&#039;s no connection or passing-off between what I&#039;m doing here and that product. Correct me if I&#039;m wrong, but I don&#039;t believe there&#039;s any reason why I can&#039;t use this name?</p><p><strong>re: nested boxes</strong> That&#039;s not directly supported no, but with Version 3 will come the ability to move boxes between groups, and that can amount to the same thing - it&#039;s just a case of styling and semantics - nested boxes is the same as groups of boxes.</p><p>FYI - v3 will also include the ability to re-initialise all or individual groups at any time after page load, and this will allow for AJAX-controlled dynamic groups.</p><p>As to when v3 will be ready - well I gotta be honest and say it won&#039;t be for a little while yet; there&#039;s quite a lot of work still to do, and I don&#039;t have a lot of time. It could be a few months yet.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title>RE: Docking boxes (dbx)</title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator>Mosey</dc:creator>
			<dc:date>2006-08-10T21:26:35+00:00</dc:date>
			<description><![CDATA[ <p>Wow... I haven&#039;t checked out the accessibility etc. and details about the script but this definitely is a snazzy add-on that is functional enough to add to alot of sites!</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[RE: Docking boxes (dbx)]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment3</link>
			<dc:creator><![CDATA[hayden]]></dc:creator>
			<dc:date>2006-08-17T09:06:06+00:00</dc:date>
			<description><![CDATA[ <p>when you say for v3 that &quot;there are new API methods that allow you open, close and move the boxes programmatically&quot; are you referring to the ability to combine with other libs like scriptaculous or moo?... which would be incredible of course. I havent been able to mashup your code because im unsure how to dynamically pass the name of an ID to the open/close toggle button.</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[RE: Docking boxes (dbx)]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment4</link>
			<dc:creator><![CDATA[brothercake]]></dc:creator>
			<dc:date>2006-08-17T17:41:21+00:00</dc:date>
			<description><![CDATA[ <p>I&#039;m not planning any specific library tie-ins, but it means the script will have API functionality that allows for external control.  </p><p>So for example, you instantiate a dbxGroup and save the reference:</p><p><code>var group = new dbxGroup</code></p><p>Then you&#039;ll be able to identify specific boxes and manipulate them, for example:</p><p><code>group.toggle(&#039;box1&#039;, true);      //to open the box with ID &#039;box1&#039;;<br />group.move(&#039;box1&#039;, false);      //to move &#039;box1&#039; up/left within a row or column<br />group.swap(&#039;box1&#039;, &#039;box2&#039;);      /to exchange &#039;box1&#039; and &#039;box2&#039;<br /></code></p><p>What kind of mashups are you looking to be able to do, that aren&#039;t possible now?</p> ]]></description>
		</item>

		<item rcb:parse="no">
			<title><![CDATA[RE: Mashup]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment5</link>
			<dc:creator><![CDATA[hayden]]></dc:creator>
			<dc:date>2006-08-18T09:04:46+00:00</dc:date>
			<description><![CDATA[ <p>hi brother (or should that be Mr. Cake? - at any rate much better than beefcake)</p><p>I was trying to tie in to the scriptaculous library so the open/close toggle could be smooth.</p><p>Scriptaculous requires an id and for the id to be used in the toggle button, hence the id would need to be included in the parent div?<br />eg<br /><code>&lt;div class=&quot;dbx-box&quot;&gt;<br />    &lt;span class=&quot;title&quot;&gt;Thanks dbx!&lt;/span&gt;<br />    &lt;div class=&quot;dbx-handle&quot; id=&quot;<strong>myBox</strong>&quot;&gt;&lt;/div&gt;<br />    &lt;div id=&quot;<strong>myBoxCont</strong>&quot; class=&quot;dbx-content&quot;&gt;&lt;div&gt;&lt;!--2 divs for scrptcls --&gt;<br />        &lt;a href=&quot;&quot;&gt;a heap&lt;/a&gt;&lt;br&gt;<br />        &lt;a href=&quot;&quot;&gt;a tonne&lt;/a&gt;&lt;br&gt;<br />    &lt;/div&gt;&lt;/div&gt;&lt;!-- end dbx-content --&gt;<br />&lt;/div&gt;&lt;!-- end dbx-box --&gt;</code></p><p>this way in the dbx function that writes the toggle button i could include something like (im not a programmer) <code>button.onclick=javascript(&quot;Effect.slide([<strong>parent.id</strong>] + &quot;<strong>Cont</strong>&quot;))</code></p><p>??</p><p>thanks in advance for comments</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[RE: Docking boxes (dbx)]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment6</link>
			<dc:creator><![CDATA[Mosey]]></dc:creator>
			<dc:date>2006-08-20T19:49:18+00:00</dc:date>
			<description><![CDATA[ <p>Following on from my previous comment/post: I&#039;ve just managed to integrate Dbx as the main menu for a site I&#039;m creating with Joomla - it turned out to be relatively straightforward (thanks to the step-by-step instructions and examples given, thank you!) although one core file required a few hard edits. I&#039;m hoping to tidy this up into a proper module to release to the community in the near future (with full credit to BC). :)</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[RE: Docking boxes (dbx)]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment7</link>
			<dc:creator><![CDATA[brothercake]]></dc:creator>
			<dc:date>2006-09-05T01:15:45+00:00</dc:date>
			<description><![CDATA[ <p><strong>@hayden</strong> I&#039;m not entirely sure what you mean here - the script requires references to elements within a box, and you need to know the ID of those elements?  Can you not just a use a DOM reference, for example using <code>myBox.getElementsByTagName(&#039;a&#039;)[0]</code> to refer to the toggle?</p><p><strong>@Mosey</strong> Sounds cool :) What hard edits were required, maybe that&#039;s something I can cater for?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[RE: Docking boxes (dbx)]]></title>
			<link></link>
			<dc:creator><![CDATA[Jay]]></dc:creator>
			<dc:date>2006-09-20T21:40:55+00:00</dc:date>
			<description><![CDATA[ <p>This is incredible code! I&#039;m trying to do something very simple with it, but I am having issues in Windows IE. I have created 2 different columns with 2 different widths. I was able to do this by modifying the dbx-key.js file and adding a new instance of <code>var purple = new dbxGroup()</code>, and then adding new delimiters in the dbx.css file. Is there a better way of doing this? In IE PC it lets you drag windows, but they duplicate themselves and other strange things happen. </p><p>In a nutshell, is there a proper way to have 2 different columns with 2 different widths?</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[Sibling has no properties]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment1</link>
			<dc:creator><![CDATA[Suri]]></dc:creator>
			<dc:date>2006-10-25T07:35:57+00:00</dc:date>
			<description><![CDATA[ <p>I have incorporated dbx into one of our applications.  On clicking any of the dbx-boxes, I get an error &quot;Sibling has no properties, visibox has no properties&quot; in line 1355 of dbx.js.</p><p>Any help is appreciated.</p><p>-Suri</p> ]]></description>
		</item>

		<item rcb:parse="yes">
			<title><![CDATA[Sibling has no properties.]]></title>
			<link>http://www.brothercake.com/discuss/resources/scripts/dbx/#comment2</link>
			<dc:creator><![CDATA[Suri]]></dc:creator>
			<dc:date>2006-10-26T11:12:39+00:00</dc:date>
			<description><![CDATA[ <p>Hi,</p><p>I found that the this problem occurs when the DOM is dynamically created.  Basically I am adding a dbx-box dynamically within a dbx-group.  When I try to move the boxes around, it fails with the error mentioned. </p><p>Any help in making dbx work in a dynamic DOM situation is appreciated.</p><p>Regards,</p><p>-Suri</p> ]]></description>
		</item>

	</channel>

</rss>