<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: jQuery</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: jQuery</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:42:51 +0000</pubDate>

<item>
<title>Covi on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-15275</link>
<pubDate>Fri, 11 Apr 2008 17:46:33 +0000</pubDate>
<dc:creator>Covi</dc:creator>
<guid isPermaLink="false">15275@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Woot for JQuery, I love this framework ^^!&#60;br /&#62;
U have prototype+SAU with JQuery in half the size.&#60;/p&#62;
&#60;p&#62;Bump for this trac ticket.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-13664</link>
<pubDate>Fri, 08 Feb 2008 16:14:56 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13664@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's fairly easy to test loading/decoding times using firefox+fasterfox or firebug but there are plenty of studies around the web if you want nitty-gritty details:&#60;/p&#62;
&#60;p&#62;a quick search:&#60;br /&#62;
&#60;a href=&#34;http://batiste.dosimple.ch/blog/2007-07-02-1/&#34; rel=&#34;nofollow&#34;&#62;http://batiste.dosimple.ch/blog/2007-07-02-1/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ejohn.org/blog/library-loading-speed/&#34; rel=&#34;nofollow&#34;&#62;http://ejohn.org/blog/library-loading-speed/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jst.pbwiki.com/summary.php&#34; rel=&#34;nofollow&#34;&#62;http://jst.pbwiki.com/summary.php&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.julienlecomte.net/blog/2007/08/13/&#34; rel=&#34;nofollow&#34;&#62;http://www.julienlecomte.net/blog/2007/08/13/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;jquery with simple whitespace removal and variable name shrinking, *not* actual compression,  sent via a server with proper gzip support (mod_gzip, apache2, litespeed, etc) is always fastest. Packed is always the worst. Not only that, packed has to be unpacked for EVERY page load. It's never ready to run. So it uses more browser memory, and has a delay *every* time.&#60;/p&#62;
&#60;p&#62;By the way, what does jquery actually do within bbpress's topics for regular users? I don't get it, there's no javascript actions.  bbpress used to have ajax posting but that was removed a long time ago (it should come back sometime...)&#60;/p&#62;
&#60;p&#62;If you absolutely must distribute bbpress (and wordpress) with jquery in a more compressed form, please use the jsmin version but definitely not the packed version.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-13662</link>
<pubDate>Fri, 08 Feb 2008 13:27:43 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13662@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;We're in the process of writing out Prototype. Can you give us some links to the discussions you mentioned about packed JS.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-13658</link>
<pubDate>Thu, 07 Feb 2008 20:24:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13658@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I noticed that the trunk (well at least 1075) is loading both jquery.js and prototype.js &#60;/p&#62;
&#60;p&#62;Can't prototype.js be completely depricated in the trunk?&#60;br /&#62;
Is anything still using it or can I safely disable the 50k download it causes for each new visitor?&#60;/p&#62;
&#60;p&#62;Oh, also, don't use the packed version of jquery. It may look nice at 30k but you can literally see the browser pause for a second or two while it unpacks it - for EVERY single page load. My topic load times go from 1 second to 4 seconds when using jquery packed, but back to 1.5 seconds for the unpacked version.&#60;/p&#62;
&#60;p&#62; If you use the unpacked version (however scary at 90k in size these days) it never has to unpack and most servers that are properly configured will use gzip on the transfer anyway, so it's back to 30k for the transfer and instantly ready for use. There is a huge discussion about this on ajaxian and elsewhere and I still don't see why people fall for the packed &#34;trick&#34;. In fact the authors keep trying to come up with ways to make it seem smaller but that only uses slower decompression routines. It's silliness. They should just break it up into subset libraries.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11885</link>
<pubDate>Sat, 10 Nov 2007 16:02:11 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">11885@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It seems to have a direct counterpart: &#60;a href=&#34;http://docs.jquery.com/UI/Sortables&#34; rel=&#34;nofollow&#34;&#62;http://docs.jquery.com/UI/Sortables&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It sounds good to me, Sam. Getting rid of Prototype would really reduce the size to download and push people into developing with jQuery.&#60;/p&#62;
&#60;p&#62;&#38;gt; I *still* find it hilarious that forum software uses a mailing list.&#60;br /&#62;
Yes, yes. You've said that several times now. It's *really* not relevant. Please don't spam topics. If you want to discuss  this, start a new topic or a new thread on the mailing list.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11884</link>
<pubDate>Sat, 10 Nov 2007 13:11:10 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">11884@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;All we use from the Interface library is &#34;Sortables&#34;:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://interface.eyecon.ro/docs/sort&#34; rel=&#34;nofollow&#34;&#62;http://interface.eyecon.ro/docs/sort&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is probably easily replaceable by the jQuery UI counterpart.&#60;/p&#62;
&#60;p&#62;We have some other priorities first though, I propose the following path:&#60;/p&#62;
&#60;p&#62;1. Upgrade to jQuery 1.2.1&#60;br /&#62;
2. Remove Prototype JS and replace with jQuery&#60;br /&#62;
3. Move accross to jQuery UI&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11883</link>
<pubDate>Sat, 10 Nov 2007 12:58:25 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">11883@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;BTW, we still only run jQuery 1.1.4 and jQuery UI requires 1.2.1
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11880</link>
<pubDate>Sat, 10 Nov 2007 12:41:29 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">11880@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; why is this forum here anyway?&#60;/p&#62;
&#60;p&#62;Support... :)&#60;/p&#62;
&#60;p&#62;The mailing list has less non-dev chatter. In fact it has none, so if people post dev related stuff there, they are more likely to get noticed. Most of the traffic here is community support - high quality community support I might add - but not generally stuff that directly relates to development of the codebase.&#60;/p&#62;
&#60;p&#62;As for the question about jQuery UI, I guess we'll move if there is a compelling reason. I'm sure there could be, and if you put a case either here or on the dev mailing list we can discuss it further.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11878</link>
<pubDate>Sat, 10 Nov 2007 10:58:22 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">11878@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Indeed, if the devs aren't reading this and only using the mailinglist, why is this forum here anyway?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11876</link>
<pubDate>Sat, 10 Nov 2007 09:04:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">11876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I *still* find it hilarious that forum software uses a mailing list.&#60;/p&#62;
&#60;p&#62;Developers should use the product they develop!&#60;/p&#62;
&#60;p&#62;Email lists are so 1990's&#60;/p&#62;
&#60;p&#62;We should have a sub-forum here or if they aren't willing I'd be happy to host on bbshowcase
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11875</link>
<pubDate>Sat, 10 Nov 2007 01:24:55 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">11875@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why don't you try the bbDev mailing list?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Now that interface is dead..."</title>
<link>http://bbpress.org/forums/topic/now-that-interface-is-dead#post-11871</link>
<pubDate>Fri, 09 Nov 2007 22:56:13 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">11871@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, interface is dead. It will not be developed further. Instead they have created jQuery UI and replaces interface.&#60;/p&#62;
&#60;p&#62;My question, bbPress uses the interface libary (which part of bbPress uses it anyway?), will it be dropped and be replaced with jQuery UI?&#60;/p&#62;
&#60;p&#62;Though UI is still a bit buggy, it is going to replace interface.&#60;/p&#62;
&#60;p&#62;More info:&#60;br /&#62;
&#60;a href=&#34;http://www.jquery.com&#34; rel=&#34;nofollow&#34;&#62;http://www.jquery.com&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://ui.jquery.com&#34; rel=&#34;nofollow&#34;&#62;http://ui.jquery.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-10477</link>
<pubDate>Sat, 25 Aug 2007 06:58:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10477@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;They are starting to bloat, now nearly 66k&#60;br /&#62;
I wonder if 1.2 will break 70k.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-10470</link>
<pubDate>Fri, 24 Aug 2007 21:17:02 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10470@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#34;We’re pleased to announce the latest release of jQuery: jQuery 1.1.4. Barring any horrible mistakes, this release will be the last of the 1.1.x branch - leading us up to the release of jQuery 1.2 in September.&#34;&#60;/p&#62;
&#60;p&#62;New trac made for updating jQuery
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-10460</link>
<pubDate>Fri, 24 Aug 2007 07:37:06 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10460@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think they are, the also switching enirely to jQuery with wordPress (I believe). I also think it's better to switch and ditch prototype.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-10454</link>
<pubDate>Fri, 24 Aug 2007 05:16:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10454@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;jQuery is really nearly 60k - if you use the 20k version it has to unpack itself on the visitors broswer everytime a page is loaded. Better to use unpacked version and gzip web compression instead.&#60;/p&#62;
&#60;p&#62;It's the same size as prototype but smaller in use when you consider prototype needs other libraries to do other functions that jquery has built in.&#60;/p&#62;
&#60;p&#62;When again is bbPress switching to jQuery?&#60;br /&#62;
Or is this just a rumour?&#60;/p&#62;
&#60;p&#62;Apparently WordPress has ditched the last scraps of prototype from the admin panel this very week:&#60;br /&#62;
&#60;a href=&#34;http://trac.wordpress.org/ticket/3824#comment:25&#34; rel=&#34;nofollow&#34;&#62;http://trac.wordpress.org/ticket/3824#comment:25&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbMenu 2.0 alpha help needed (kinda advanced)"</title>
<link>http://bbpress.org/forums/topic/bbmenu-20-alpha-help-needed-kinda-advanced#post-10249</link>
<pubDate>Fri, 17 Aug 2007 14:07:11 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">10249@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry, I don't grok jQuery. I prefer prototype.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "bbMenu 2.0 alpha help needed (kinda advanced)"</title>
<link>http://bbpress.org/forums/topic/bbmenu-20-alpha-help-needed-kinda-advanced#post-10246</link>
<pubDate>Fri, 17 Aug 2007 13:37:56 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">10246@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I have read and searched many articles to fix my issue, but still no luck. I have problems uploading the order of the lists when you press submit using bbmenu.&#60;/p&#62;
&#60;p&#62;I know I have to use the serialize option from interface (jQuery), the question only is HOW? How do I get the order updated using it?&#60;/p&#62;
&#60;p&#62;Some stuff I've read:&#60;br /&#62;
SortSerialize&#60;/p&#62;
&#60;p&#62;This function returns the hash and an object (can be used as arguments for $.post) for every sortables in the page or specific sortables. The hash is based on the 'id' attributes of container and items. &#60;/p&#62;
&#60;p&#62;Code sample:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;serial = $.SortSerialize(&#38;#39;sortable1&#38;#39;);
alert(serial.hash);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And some interesting stuff here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;The save button function uses the SortSerialize function and some regExp to
get a comma-delimited list of the movie IDs and sends it to a generic
webservice:
$(&#38;quot;[EMAIL PROTECTED]&#38;quot;).click(function(){
  var serial = $.SortSerialize();
  //alert( serial );
  var idList = serial.hash.replace(/sortableList\[\]=/gi,&#38;#39;&#38;#39;).replace(/
\&#38;#38;/g,&#38;#39;,&#38;#39;);
  //alert( idList );
  var collectionId = new String( $(&#38;quot;[EMAIL PROTECTED]
$=hiddenCollectionId]&#38;quot;).val() );
  if (collectionId != &#38;quot;undefined&#38;quot;) {
        $.ajax({
          type: &#38;quot;GET&#38;quot;,
          url: &#38;quot;Handlers/Movies.ashx&#38;quot;,
          dataType: &#38;quot;html&#38;quot;,
          data: &#38;quot;action=savecollection&#38;#38;overwrite=true&#38;#38;collectionId=&#38;quot; +
collectionId + &#38;quot;&#38;#38;iList=&#38;quot; + idList,
          success: function(msg){
                $(&#38;quot;span#updatemsg&#38;quot;).html( msg );
          }
        });
  }
  return false;
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(cool: &#60;code&#62;$.ajax&#60;/code&#62; is included in jQuery?)&#60;/p&#62;
&#60;p&#62;Any 1 can help me figure this out? The jQuery forum (google groups) is just too sucky (no post appears when I want to add my question) to get any help from.&#60;/p&#62;
&#60;p&#62;To see what I have now download:&#60;br /&#62;
&#60;a href=&#34;http://www.sourceskins.com/bbmenu2.0alpha.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.sourceskins.com/bbmenu2.0alpha.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How to use this Alpha build?&#60;br /&#62;
You MUST have bbmenu 1.2 installed. When installed and running succesfull,  deactiate the plugin. Now upload this alpha build and activate it. You can now drag and drop the menu tabs (using jQuery yeah), but saving wont work (the save button is &#34;empty&#34;).&#60;/p&#62;
&#60;p&#62;Thx for the help
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-8754</link>
<pubDate>Sun, 08 Jul 2007 00:50:05 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">8754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There are 150+ changes from jQuery 1.1.2 t0 1.1.3.1
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-8704</link>
<pubDate>Wed, 04 Jul 2007 20:20:30 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">8704@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Added also as trac
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-8695</link>
<pubDate>Wed, 04 Jul 2007 16:43:38 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8695@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Good question Null.    Post it to the devlist!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "jQuery 1.1.3 is out. Will it be shipped with the next bbPress release?"</title>
<link>http://bbpress.org/forums/topic/jquery-113-is-out-will-it-be-shipped-with-the-next-bbpress-release#post-8677</link>
<pubDate>Tue, 03 Jul 2007 17:33:34 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">8677@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well jQuery 1.1.3 is out. Will it be shipped with the next bbPress release? jQuery 1.1.3 is 800%+ Faster, still 20KB and a lot of bug fixes.&#60;/p&#62;
&#60;p&#62;_Null
&#60;/p&#62;</description>
</item>

</channel>
</rss>
