<?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 in Miscellaneous | Prototype UI</title>
    <link>http://forums.prototype-ui.com/forums/6/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>still alive? replied by blepore @ Wed, 19 Nov 2008 14:48:40 -0000</title>
      <description>&lt;p&gt;Is this project still alive? There haven&amp;#8217;t been any changes in Github since July. There is no one on the &lt;span class="caps"&gt;IRC&lt;/span&gt; channel last I checked.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m really curious about this project. In particular the Window portion. I am currently using the Prototype Window Class, and see that this is supposed to be the next release. The current version behaves very poorly in IE with Prototype 1.6, and I was looking forward to better support so that I could remove all of the work arounds that I have implemented.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Nov 2008 14:48:40 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:211:610</guid>
      <author>blepore</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/211</link>
    </item>
    <item>
      <title>Shadow to block? replied by braulio @ Mon, 20 Oct 2008 23:04:45 -0000</title>
      <description>&lt;p&gt;Actually a Shadow adds a shadow around a &lt;span class="caps"&gt;DOM&lt;/span&gt; element.  I needed a shadow with a message over the body.  I used the Window object to create a blocker like &lt;a href="http://www.malsup.com/jquery/block/"&gt;BlockUI&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;I created the blocker like this:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;blocker = new UI.Window({shadow: true, close: false, minimize: false, maximize: false, height:120, width: 300, resizable: false, draggable: false});
blocker.setContent('&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;img src="busy.gif" /&amp;amp;gt; Just a moment...&amp;amp;lt;/h1&amp;amp;gt;');
blocker.show(true).focus();
blocker.center();&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;Then, you can unblock the page like this:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;blocker.hide();
blocker.destroy;&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;I was already using Prototype&amp;#8230; If not I would have used JQuery.&lt;/p&gt;


	&lt;p&gt;Hope this will help someone&amp;#8230;&lt;/p&gt;


	&lt;p&gt;Regards,&lt;/p&gt;


	&lt;p&gt;B.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 23:04:45 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:204:602</guid>
      <author>braulio</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/204</link>
    </item>
    <item>
      <title>Shadow to block? replied by braulio @ Fri, 17 Oct 2008 19:18:03 -0000</title>
      <description>&lt;p&gt;Hello.&lt;/p&gt;


	&lt;p&gt;Is it possible to block an entire page with Shadow UI.Shadow?  Would it be possible to have a progress icon over the shadow?  Is there an example somewhere of this?&lt;/p&gt;


	&lt;p&gt;Best regards,&lt;/p&gt;


	&lt;p&gt;B.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2008 19:18:03 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:204:597</guid>
      <author>braulio</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/204</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>Problem with GIT version replied by freaker @ Thu, 05 Jun 2008 11:32:36 -0000</title>
      <description>&lt;p&gt;I&amp;#8217;ve figured it out :)&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:32:36 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:470</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 @ Wed, 04 Jun 2008 18:36:47 -0000</title>
      <description>&lt;p&gt;please, can someone run this commands (rake dist and rake dist:each) and then send me the files?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 18:36:47 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:469</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 @ Wed, 04 Jun 2008 17:51:37 -0000</title>
      <description>&lt;p&gt;Where should I run this commands?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 17:51:37 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:468</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 @ Wed, 04 Jun 2008 13:35:22 -0000</title>
      <description>&lt;p&gt;did you ran the rake tasks as described on &lt;a href="http://dev.prototype-ui.com/wiki/PrototypeUI"&gt;http://dev.prototype-ui.com/wiki/PrototypeUI&lt;/a&gt; ?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 13:35:22 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:467</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 @ Wed, 04 Jun 2008 12:44:30 -0000</title>
      <description>&lt;p&gt;Hello all!&lt;br /&gt;I&amp;#8217;ve just downloaded Prototype-UI from &lt;span class="caps"&gt;GIT&lt;/span&gt;. When I try to run some of the test files I get some errors:&lt;/p&gt;


	&lt;p&gt;1. document.whenReady is not a function and when I replace it with document.observe(&amp;#8216;dom:loaded&amp;#8217;, &lt;span class="caps"&gt;XXXXXXX&lt;/span&gt;); I get this:&lt;br /&gt;2. UI is not defined&lt;/p&gt;


	&lt;p&gt;how to fix them?&lt;/p&gt;


	&lt;p&gt;btw: In my project I use Window.js (downloaded from the main page) without problems&amp;#8230;.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 12:44:30 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:153:466</guid>
      <author>freaker</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/153</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Tue, 27 May 2008 12:43:04 -0000</title>
      <description>&lt;p&gt;i used it in a rails 1.2 projekt &amp;#8211; but i&amp;#8217;m didn&amp;#8217;t need a css url rewrite there. So I&amp;#8217;m not sure if that would be done by asset_packager. But I think I would use it as base or at least inspiration for an own packager in rails.&lt;/p&gt;


	&lt;p&gt;One thing i don&amp;#8217;t like about asset_packager is the needed rake for creating the packed assets. I more like the way rails 2 does the task transparently.&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 12:43:04 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:444</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Tue, 27 May 2008 12:07:39 -0000</title>
      <description>&lt;p&gt;Did you check asset_packager ? (Link above)&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 12:07:39 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:443</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Help on PDOC replied by seb @ Fri, 23 May 2008 05:30:22 -0000</title>
      <description>&lt;p&gt;Sure&lt;br /&gt;First, pdoc site itself: &lt;a href="http://pdoc.org"&gt;http://pdoc.org&lt;/a&gt; and &lt;a href="http://pdoc.org/documentation.html"&gt;http://pdoc.org/documentation.html&lt;/a&gt;&lt;br /&gt;The idea at the beginning is to create .pdoc file to write doc (I did some docmentation.pdoc). Like this we keep the correct doc generation working.&lt;/p&gt;


	&lt;p&gt;Later, I will create a branch for that&lt;/p&gt;


	&lt;p&gt;There is a rake task to generate pdoc&lt;br /&gt;&lt;pre&gt;
rake -f Rakefile.pdoc pdoc
&lt;/pre&gt;&lt;/p&gt;


	&lt;p&gt;Pdoc is included as a submodule to prototypeUI so juste do &lt;br /&gt;&lt;pre&gt;
git submodule init
git submodule update
&lt;/pre&gt;&lt;br /&gt;To install it.&lt;/p&gt;</description>
      <pubDate>Fri, 23 May 2008 05:30:22 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:117:436</guid>
      <author>seb</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/117</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Thu, 22 May 2008 23:53:28 -0000</title>
      <description>&lt;p&gt;i think it would be more a rails 2.2 push ;) i think until then i would build a plugin&lt;/p&gt;


	&lt;p&gt;should be a possible task as i have it already got solved in php.&lt;/p&gt;


	&lt;p&gt;the only problem is that i still got no solution for the cloning problem and neither for the time compression, so i could not say when that would be done :)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 23:53:28 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:433</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Thu, 22 May 2008 19:07:46 -0000</title>
      <description>&lt;p&gt;Right, would be good to have rails supporting compression for cached files.&lt;br /&gt;If you feel like running for a great patch, that&amp;#8217;s the right time as rails 2.1 should come out soon, so patches should be send really soon and pushed to be in ;-)&lt;/p&gt;


	&lt;p&gt;If you can get the &lt;span class="caps"&gt;CSS&lt;/span&gt; cache issue regarding relative linked image as well that would be simply fantastic.&lt;/p&gt;


	&lt;p&gt;Hope to see you posting the patch to be included in 2.1 ;-)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 19:07:46 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:432</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Wed, 21 May 2008 22:39:14 -0000</title>
      <description>&lt;p&gt;The :cache option seems to be missing a compressor &amp;#8211; that should be fixed in a future release of rails.&lt;br /&gt;Also it cannot compress the css as it looses the relativly linked images. My &lt;span class="caps"&gt;PHP&lt;/span&gt; Framework can handle both issues. Perhaps I should write a rail plugin that does both the same way.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 22:39:14 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:426</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Wed, 21 May 2008 21:41:38 -0000</title>
      <description>&lt;p&gt;Sure that&amp;#8217;s great for merging them all together but asset_packager also minify them so brings the weight even lower. if I remember well even if you use gzip after it.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 21:41:38 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:425</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Tue, 20 May 2008 13:26:53 -0000</title>
      <description>&lt;p&gt;On Rails 2 you could just use the :cache option on stylesheet_link_tag or javascript_include_tag.&lt;/p&gt;


	&lt;p&gt;See &lt;a href="http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html"&gt;http://api.rubyonrails.org/classes/ActionView/H&amp;#8230;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:26:53 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:424</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Folder Tree script replied by ZenCocoon @ Tue, 20 May 2008 13:19:44 -0000</title>
      <description>&lt;p&gt;Check at &lt;a href="http://scripteka.com"&gt;Scripteka&lt;/a&gt; or &lt;a href="http://ajaxrain.com"&gt;&lt;span class="caps"&gt;AJAX&lt;/span&gt; Rain&lt;/a&gt; you might find some prototype ones.&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:19:44 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:96:423</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/96</link>
    </item>
    <item>
      <title>Your website on IE6 replied by ZenCocoon @ Tue, 20 May 2008 13:13:47 -0000</title>
      <description>&lt;p&gt;The problem is now looking fixed to me ;-)&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:13:47 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:44:422</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/44</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Tue, 20 May 2008 13:03:18 -0000</title>
      <description>&lt;p&gt;For the one using Ruby on Rails I would recommend &lt;a href="http://synthesis.sbecker.net/pages/asset_packager"&gt;asset_packager&lt;/a&gt; It merge and minify files in production while keeping them separated for development to provide easy debugging.&lt;br /&gt;Used with GZip it provide a real weight / speed improvement.&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:03:18 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:421</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Help on PDOC replied by ZenCocoon @ Tue, 20 May 2008 12:52:54 -0000</title>
      <description>&lt;p&gt;On spare time I would appreciate to contribute on this.&lt;/p&gt;


	&lt;p&gt;Do you have some links / tips on how pdoc works and what do you expect to be done.&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 12:52:54 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:117:420</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/117</link>
    </item>
    <item>
      <title>Moving to GitHub replied by SkaveRat @ Tue, 13 May 2008 00:39:50 -0000</title>
      <description>&lt;p&gt;I don&amp;#8217;t really get git.&lt;br /&gt;Could somebody post a how to update/contribute to the repository?&lt;/p&gt;</description>
      <pubDate>Tue, 13 May 2008 00:39:50 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:118:398</guid>
      <author>SkaveRat</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/118</link>
    </item>
  </channel>
</rss>
