<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" version="2.0">
  <channel>
    <title>Recent Posts | Prototype UI</title>
    <link>http://forums.prototype-ui.com/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <atom:link rel="search" type="application/opensearchdescription+xml" href="http://forums.prototype-ui.com/open_search.xml"/>
    <item>
      <title>BUG - When you don't have enough images...
 replied by bangbay @ Wed, 20 Aug 2008 21:20:10 -0000</title>
      <description>&lt;p&gt;I ran into this problem with a carousel that I have dynamically generated. The carousel shows two images at a time, but when there is only one image, the next arrow wouldn&amp;#8217;t go to the disabled state.&lt;/p&gt;


	&lt;p&gt;So under the updateNextButton: function(), I added this:&lt;/p&gt;


	&lt;p&gt;if (!this.nextButton.hasClassName(nextClassName) &amp;#38;&amp;#38; lastPosition &amp;lt; size) {
     this.nextButton.addClassName(nextClassName);
     this.fire(&amp;#8216;nextButton:disabled&amp;#8217;);&lt;br /&gt;}&lt;/p&gt;


	&lt;p&gt;This should work for any number of images.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 21:20:10 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:169:570</guid>
      <author>bangbay</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/169</link>
    </item>
    <item>
      <title>Can't get carousel to work - many JS errors =( replied by oddman @ Sun, 17 Aug 2008 22:55:49 -0000</title>
      <description>&lt;p&gt;Okay, so I&amp;#8217;m probably missing something fairly obvious here, but I can&amp;#8217;t for the life of me work out what&amp;#8217;s going on. Code below.&lt;/p&gt;


    &lt;p&gt;then lower&amp;#8230;&lt;/p&gt;


&lt;p&gt;I&amp;#8217;m currently getting these errors:&lt;/p&gt;


	&lt;p&gt;- UI.ConsoleLogger is not a constructor&lt;br /&gt;- UI.WindowManager is not a constructor&lt;br /&gt;- this.element.down(this.options.container) has no properties&lt;/p&gt;


	&lt;p&gt;I assume the last is due to the first two errors, but I&amp;#8217;m really lost here. I&amp;#8217;ve even tried simplifying it further by removing all other &lt;span class="caps"&gt;HTML&lt;/span&gt;/JS from the page, and still get those 3 errors. Anyone? :(&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 22:55:49 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:186:569</guid>
      <author>oddman</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/186</link>
    </item>
    <item>
      <title>Align to the right replied by pylon @ Sun, 17 Aug 2008 05:21:27 -0000</title>
      <description>&lt;p&gt;I noticed that the old version of these windows you could set it&amp;#8217;s position to the right or bottom so that the window would follow if you changed your browser size.  Is there any way to get this effect in the new Prototype UI windows?&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 05:21:27 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:185:568</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/185</link>
    </item>
    <item>
      <title>Reference to shadow object? replied by ThereThere @ Wed, 13 Aug 2008 08:42:50 -0000</title>
      <description>&lt;p&gt;I found the solution myself:&lt;/p&gt;


	&lt;p&gt;WindowObject.shadow.show() and .hide()&lt;/p&gt;


	&lt;p&gt;Why isn&amp;#8217;t anything that easy&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 08:42:50 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:183:567</guid>
      <author>ThereThere</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/183</link>
    </item>
    <item>
      <title>Can't save session in a cookie? replied by pylon @ Mon, 11 Aug 2008 22:11:48 -0000</title>
      <description>&lt;p&gt;I remember that the old version of Prototye Windows has a feature where you could store all the windows in a cookie so that it&amp;#8217;s the same everytime someone visits.  Is there a way to recreate that for Prototype UI / does it exist?&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 22:11:48 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:184:566</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/184</link>
    </item>
    <item>
      <title>Reference to shadow object? replied by ThereThere @ Mon, 11 Aug 2008 09:20:00 -0000</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;


	&lt;p&gt;I like to temporarily hide a shadow of a window with a given id. It seems that the shadow is no part of the window, so $(window).down(&amp;#8217;.shadow_container&amp;#8217;) does not work. I see that there are methods to hide and show shadows, but how can I call these methods for a special window? In general: Hiding shadows while moving windows increases performance especially in IE dramatically!&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;


	&lt;p&gt;Christian&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 09:20:00 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:183:565</guid>
      <author>ThereThere</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/183</link>
    </item>
    <item>
      <title>Hiding overflow on Window replied by pylon @ Sat, 09 Aug 2008 07:15:35 -0000</title>
      <description>&lt;p&gt;Hello, is there a way to hide the overflow on a floating ajax window?  I&amp;#8217;ve tried setting to the window to a certain id and changing the css to overflow: hidden, but this did not work.  It&amp;#8217;s just the overflow causes problems when trying to use adapt() in safari.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Aug 2008 07:15:35 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:182:564</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/182</link>
    </item>
    <item>
      <title>UI is undefined replied by aldorado @ Wed, 06 Aug 2008 16:17:53 -0000</title>
      <description>&lt;p&gt;hi nathan, seb,&lt;/p&gt;


	&lt;p&gt;i just downloaded window (from the startpage) and have the same problem!&lt;br /&gt;can&#180;t see windows in IE.&lt;/p&gt;


	&lt;p&gt;Is window still in production or is there a functional released version?&lt;/p&gt;


	&lt;p&gt;Regards&lt;/p&gt;</description>
      <pubDate>Wed, 06 Aug 2008 16:17:53 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:6:563</guid>
      <author>aldorado</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/6</link>
    </item>
    <item>
      <title>Controls Misplaced replied by pankajahire @ Wed, 06 Aug 2008 00:04:17 -0000</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;


	&lt;p&gt;I am using the latest version of Prototype-UI and all its associated files.&lt;/p&gt;


	&lt;p&gt;However, even for running the most basic example, I get the Window controls completely misplaced. For example: the close, maximize, minimize button for mac_os_x theme appear on the top left hand corner of the page &amp;#8211; completely disconnected from the window. The window is somewhere in the middle of the page in some elements.&lt;/p&gt;


	&lt;p&gt;This is a Coldfusion code that is pulling in a lot of elements and uses scriptaculous independently. However, I did update all the libraries and all the files.&lt;/p&gt;


	&lt;p&gt;Searching this forum I also found a similar problem &amp;#8211; where a possible answer was said as styling issue. I mitigated that by including the &amp;lt;link rel="..." type="..."&gt;&amp;lt;/link&gt; tags as near to my javascript function as possible.&lt;/p&gt;


	&lt;p&gt;Any pointers would be helpful. Thank you.&lt;/p&gt;


	&lt;p&gt;Can this be some other issue apart from styling.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Aug 2008 00:04:17 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:181:562</guid>
      <author>pankajahire</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/181</link>
    </item>
    <item>
      <title>Problem with GIT version replied by freaker @ Tue, 05 Aug 2008 20:41:18 -0000</title>
      <description>&lt;p&gt;ok. I made it (sun)&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2008 20:41:18 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:561</guid>
      <author>freaker</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/153</link>
    </item>
    <item>
      <title>Problem with GIT version replied by freaker @ Tue, 05 Aug 2008 20:02:19 -0000</title>
      <description>&lt;p&gt;how to chagne the directory? I tried with &lt;span class="caps"&gt;GOTO&lt;/span&gt; command but it redirects me back to docs and settings :(&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2008 20:02:19 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:560</guid>
      <author>freaker</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/153</link>
    </item>
    <item>
      <title>Problem with GIT version replied by starpeak @ Tue, 05 Aug 2008 16:35:08 -0000</title>
      <description>&lt;p&gt;did you try to change to the prototypeui directory and just call &amp;#8220;rake dist&amp;#8221; &amp;#8211; than it should find the rake file by itself and also the test directory&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2008 16:35:08 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:559</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/153</link>
    </item>
    <item>
      <title>Problem with GIT version replied by freaker @ Tue, 05 Aug 2008 13:16:27 -0000</title>
      <description>&lt;p&gt;I tried to run rake commands but the following error ocured:&lt;br /&gt;&lt;a href="http://img81.imageshack.us/my.php?image=rakemg6.jpg"&gt;http://img81.imageshack.us/my.php?image=rakemg6&amp;#8230;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2008 13:16:27 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:558</guid>
      <author>freaker</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/153</link>
    </item>
    <item>
      <title>Using with HTML Text box like (FreeTextBox or tinymce) replied by victorcorey @ Mon, 04 Aug 2008 19:09:07 -0000</title>
      <description>&lt;p&gt;I am trying to use Prototype UI window w/ FreeTextBox or Tinymce editor. I can load the editor in the window but the textbox is not active.&lt;/p&gt;


	&lt;p&gt;Any ideas???&lt;/p&gt;</description>
      <pubDate>Mon, 04 Aug 2008 19:09:07 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:180:557</guid>
      <author>victorcorey</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/180</link>
    </item>
    <item>
      <title>performance on IE 6 replied by chanimal @ Fri, 01 Aug 2008 19:43:26 -0000</title>
      <description>&lt;p&gt;I also ran into some kind of performance issue with window.js  It seems that just include window.js will cause the page rendering slow.  Something in window.js is taking long to run in ie6.  If anyone know a solution, please post.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Aug 2008 19:43:26 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:145:556</guid>
      <author>chanimal</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/145</link>
    </item>
    <item>
      <title>window from RJS file? replied by Telmo @ Fri, 01 Aug 2008 00:39:11 -0000</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;


	&lt;p&gt;I have a simple question, is it possible to create a window from a &lt;span class="caps"&gt;RSJ&lt;/span&gt; file in Ruby 2.*? I&amp;#8217;ve been trying to get it to work all day, a method similar to the standard &amp;#8216;show&amp;#8217; but it opens the information in a PrototpyeUI window instead of in the browser.&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Fri, 01 Aug 2008 00:39:11 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:179:555</guid>
      <author>Telmo</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/179</link>
    </item>
    <item>
      <title>No scrolling in URLWindow? replied by pylon @ Thu, 31 Jul 2008 01:22:33 -0000</title>
      <description>&lt;p&gt;Is there a way to make it so that scroll bars don&amp;#8217;t show up in a URLWindow?&lt;/p&gt;</description>
      <pubDate>Thu, 31 Jul 2008 01:22:33 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:178:554</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/178</link>
    </item>
    <item>
      <title>Carousel Ajax / without page reload replied by taavi @ Wed, 30 Jul 2008 16:34:49 -0000</title>
      <description>&lt;p&gt;You have to recreate the placeholder divs, destroy() seems to wipe them all the way out:&lt;br /&gt;&lt;pre&gt;function swapCalendar(carouselUrl){
uicarousel.destroy();
$('carousel_wrapper_div').innerHTML='&amp;lt;div id="horizontal_carousel"&amp;gt;&amp;lt;div class="prev_btn"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class="container"&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;div id="spinner" style="opacity: 0; display: none;"&amp;gt;Loading ...&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class="next_btn"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;';
uicarousel = new UI.Ajax.Carousel("horizontal_carousel", {url: carouselUrl, elementSize: 350});&lt;/pre&gt;&lt;br /&gt;Carousel itself:&lt;br /&gt;&lt;pre&gt;&amp;lt;div id='carousel_wrapper_div'&amp;gt;&amp;lt;div id="horizontal_carousel"&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:34:49 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:174:553</guid>
      <author>taavi</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/174</link>
    </item>
    <item>
      <title>superfluousEffects misspelled replied by charliereading @ Wed, 30 Jul 2008 13:51:39 -0000</title>
      <description>&lt;p&gt;superflousEffects should be superfluousEffects&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jul 2008 13:51:39 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:177:552</guid>
      <author>charliereading</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/177</link>
    </item>
    <item>
      <title>javascript in a window? replied by pylon @ Wed, 30 Jul 2008 01:49:06 -0000</title>
      <description>&lt;p&gt;I also have several other scripts that don&amp;#8217;t work.  Could the problem have something to do with certain javascript commands or something?&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jul 2008 01:49:06 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:156:551</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/156</link>
    </item>
    <item>
      <title>JSON example replied by aldorado @ Tue, 29 Jul 2008 13:22:38 -0000</title>
      <description>&lt;p&gt;Hi Jake1981,&lt;/p&gt;


	&lt;p&gt;i found your post here on the forum and tried it because I have the same problem but your example does &lt;span class="caps"&gt;NOT&lt;/span&gt; work!&lt;br /&gt;Do you have a working one?&lt;/p&gt;


	&lt;p&gt;Regards&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jul 2008 13:22:38 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:62:550</guid>
      <author>aldorado</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/62</link>
    </item>
    <item>
      <title>Ajax sample file replied by aldorado @ Tue, 29 Jul 2008 12:13:07 -0000</title>
      <description>&lt;p&gt;Hi @ all,&lt;/p&gt;


	&lt;p&gt;I try to get the ajax sample files to work with php and json.&lt;br /&gt;&lt;b&gt;My &lt;span class="caps"&gt;PROBLEM&lt;/span&gt;!&lt;/b&gt; I can&#180;t see anything in the carousel. There are no images! Is this a problem with my Json output (please see below).&lt;br /&gt;The scripts look like this. Would be nice if someone could help me out to get the sample files work.&lt;/p&gt;


	&lt;p&gt;&lt;b&gt;Ajax Script&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
&amp;lt;script type="text/javascript"&amp;gt;
    // &amp;lt;![CDATA[
      // Delay response
      Ajax.Request.prototype.originalInitialize = Ajax.Request.prototype.initialize;
      Ajax.Request.prototype.initialize = function(url, options) {
        options.onSuccess = options.onSuccess.wrap(function(proceed, request, json) {
          proceed.curry(request, json).delay(1);
        });
        this.originalInitialize(url, options);
      }

      var carousel = null;
      function runTest() {

        carousel = new UI.Ajax.Carousel("horizontal_carousel", {url: "json_output.php", elementSize: 250})
          .observe("request:started", function() {
                $('spinner').show().morph("opacity:0.8", {duration:0.5});
            })
          .observe("request:ended", function() {
                $('spinner').morph("opacity:0", {duration:0.5, afterFinish: function(obj) { obj.element.hide(); }});
            });
      }

      Event.observe(window, "load", runTest);

    // ]]&amp;gt;
    &amp;lt;/script&amp;gt;
&lt;/pre&gt;&lt;/p&gt;


	&lt;p&gt;&lt;b&gt;&lt;span class="caps"&gt;PHP&lt;/span&gt; -&amp;gt; &lt;span class="caps"&gt;JSON&lt;/span&gt; Output (json_output.php)&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
{"html":"&amp;lt;li&amp;gt;&amp;lt;img src="../../../../../1120840905.jpg" /&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;img src="../../../../../1124793919.jpg" /&amp;gt;&amp;lt;/li&amp;gt;","from":1,"to":10,"more":true}
&lt;/pre&gt;&lt;/p&gt;


	&lt;p&gt;I also tried to put the lines above in a json_output.txt file and changed &amp;#8230;&lt;br /&gt;&lt;pre&gt;
carousel = new UI.Ajax.Carousel("horizontal_carousel", {url: "json_output.txt", elementSize: 250})
&lt;/pre&gt;&lt;/p&gt;


	&lt;p&gt;Result: Same problem, I can&#180;t see the pictures.&lt;/p&gt;


	&lt;p&gt;Anyone an idea? &lt;br /&gt;Regards&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:13:07 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:176:549</guid>
      <author>aldorado</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/176</link>
    </item>
    <item>
      <title>Vertical carousel and CSS issues replied by Viriatos @ Fri, 25 Jul 2008 12:02:41 -0000</title>
      <description>&lt;p&gt;Hello! I&amp;#8217;m hving the same problem with my website. I can&amp;#8217;t make it work&amp;#8230; even the example supplied when I downloaded the file it&amp;#8217;s broken. I took a look at your page, and seems to be working.&lt;/p&gt;


	&lt;p&gt;do you have any tip?&lt;/p&gt;


	&lt;p&gt;The website:&lt;br /&gt;&lt;a href="http://www.rotasesabores.com/newnew/index.php"&gt;http://www.rotasesabores.com/newnew/index.php&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;the page with the script:&lt;br /&gt;&lt;a href="http://www.rotasesabores.com/newnew/lat.php"&gt;http://www.rotasesabores.com/newnew/lat.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jul 2008 12:02:41 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:3:171:548</guid>
      <author>Viriatos</author>
      <link>http://forums.prototype-ui.com/forums/3/topics/171</link>
    </item>
    <item>
      <title>javascript in a window? replied by pylon @ Fri, 25 Jul 2008 02:50:56 -0000</title>
      <description>&lt;p&gt;thanks for checking :)&lt;/p&gt;


	&lt;p&gt;an alert works for me too, but some some reason the script still does not get included:&lt;br /&gt;&lt;pre&gt;
ttp://static.mogulus.com/scripts/playerv2.js?channel=edited&amp;#38;layout=playerEmbedDefault&amp;#38;backgroundColor=0xffffff&amp;#38;backgroundAlpha=1&amp;#38;backgroundGradientStrength=0&amp;#38;chromeColor=0x333333&amp;#38;headerBarGlossEnabled=true&amp;#38;controlBarGlossEnabled=true&amp;#38;chatInputGlossEnabled=false&amp;#38;uiWhite=true&amp;#38;uiAlpha=0.5&amp;#38;uiSelectedAlpha=1&amp;#38;dropShadowEnabled=true&amp;#38;dropShadowHorizontalDistance=10&amp;#38;dropShadowVerticalDistance=10&amp;#38;paddingLeft=10&amp;#38;paddingRight=10&amp;#38;paddingTop=10&amp;#38;paddingBottom=10&amp;#38;cornerRadius=10&amp;#38;bannerURL=null&amp;#38;bannerText=edited&amp;#38;bannerWidth=320&amp;#38;bannerHeight=50&amp;#38;showViewers=true&amp;#38;embedEnabled=true&amp;#38;chatEnabled=false&amp;#38;onDemandEnabled=true&amp;#38;programGuideEnabled=false&amp;#38;fullScreenEnabled=true&amp;#38;reportAbuseEnabled=false&amp;#38;gridEnabled=false&amp;#38;initialIsOn=true&amp;#38;initialIsMute=false&amp;#38;initialVolume=10&amp;#38;width=400&amp;#38;height=400&amp;#38;wmode=window" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;&lt;/p&gt;


	&lt;p&gt;it shows the video player when I just visit the &amp;#8220;test.html&amp;#8221; though, but it doesn&amp;#8217;t appear when included in a window.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jul 2008 02:50:56 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:156:547</guid>
      <author>pylon</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/156</link>
    </item>
    <item>
      <title>Center() does not work on &amp;quot;scrolling&amp;quot; pages replied by Suneth @ Thu, 24 Jul 2008 22:49:04 -0000</title>
      <description>&lt;p&gt;Hi,&lt;br /&gt;Hey Maxtone, you are not alone! I am having the same issue. The problem is that &amp;#8220;center()&amp;#8221; centers the window on the document, not the viewport. Which means that window is not visible with long documents with scrollbars.&lt;/p&gt;


	&lt;p&gt;Suneth&lt;/p&gt;</description>
      <pubDate>Thu, 24 Jul 2008 22:49:04 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:2:175:546</guid>
      <author>Suneth</author>
      <link>http://forums.prototype-ui.com/forums/2/topics/175</link>
    </item>
  </channel>
</rss>
