23 Jul 2008
jQuery (English) Google Group
jquploader: How to invoke a function after the call completes
Hi,
I just downloaded jqUploader. I would like to display what is output
by the server side script that I submit my form to by a JS alert
message. However, I don't know how to do this and I can't seem to
find any such call back functions in the documentation:
23 Jul 2008 8:24pm GMT
Help for Prototype / PHP -> jQuery
Hello! I am translating Prototype/Scriptaculous code to jQuery. The
Prototype code is partly implemented in PHP functions. Can anybody
give me a hint how to translate the "onclick" (example attached) into
an according jQuery command which I can place into the head section?
THANK YOU!
<td class="subject"><a href="#" onclick="Element.toggle(\''.
23 Jul 2008 8:02pm GMT
[jQuery] Link anchors with divs
Hi,
I've got what I think is probably a simple jquery question. I have a series
of anchors, and a series of divs later in the HTML. I want to bind the show
event to a div when the corresponding anchor is clicked. I have applied a
class to all anchors and all divs, but what is the best way to relate the
23 Jul 2008 7:53pm GMT
trying to get a less choppy drag action (code inside)
I'm happy with my draggable box but its choppy. ANyone know of a
strategy to get the box to not lag so much when mouse is moved
quickly? If you grab towards the left/right edge, the box ends up
moving out of the mouse position, cancelling the drag handler...
This is my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "[link]
23 Jul 2008 7:24pm GMT
help: get all rows with checked checkboxes, then doSomething to them
I have a table something like this:
<table id="myTable">
<thead>
<tr>
<th>this</th>
<th>that</th>
<th>theOther</th>
</tr>
</thead>
<tbody>
<tr id="row1">
<td class="act"><input type="checkbox" name="actions"></
input></td>
<td>da</td>
23 Jul 2008 7:23pm GMT
onclick vs. click(function()
Hello, I am in the process of transfering code from Scriptaculous to
jQuery. I have a little submit form (div id="new_topic") that will
appear by clicking a button. Within this div there is a "cancel" and a
"submit" button. The "Scriptaculous" original code looks like this:
<input type="button" name="submit_topic" value="Submit"
23 Jul 2008 6:40pm GMT
Pass custom data through to $.ajax success callback
I am looking for a way to pass a custom data object through to the
$.ajax success function.
Specifically, I want to pass a <tr> DOM reference so that when a
specific request completes I know which table row from which to remove
my activity indicator.
I've scoured the docs but can't see the way to do this with JQuery.
23 Jul 2008 6:29pm GMT
Dynamic jcarousel reload or reset but how?
Hi to all,
We are trying to use Jquery based Jcarousel downloaded from
[link]
Our Problem is the following:
We have a search form, to filter the result of the pictures to show on
a carousel, and it works... but when we try to reload making a new
search.. the jcarousel is getting crazy we don't know exactly why? and
23 Jul 2008 6:14pm GMT
treeview
I've set up a the treeview js ([link]). It works great
except everytime you click on one of the main nav buttons the whole
page is refreshed. Does anyone know how to fix this? It's driving me
crazy!
23 Jul 2008 6:08pm GMT
[jQuery] How to prevent IFrame refresh from causing browser refresh 'flash'?
Hi,
I have an IFrame embedded in a db record view page that is set to poll the
dB periodically for flags of other users in the same record. The mechanism
seems to work OK, but the browser (FF and IE, though more obvious in the
former) "flashes" on every poll -- swapping refresh/stop, updating status
23 Jul 2008 5:54pm GMT
Feedback on new plugin: wrapSelection
My coworker and I have created a new plugin called wrapSelection that
wraps highlighted text with valid XHTML span tags and returns as a
jQuery object for chaining additional commands to that element.
This was originally designed to allow end users to select text
(highlight text with their mouse) and change the background style.
23 Jul 2008 5:41pm GMT
.ajax
Is it possible to give an ajax request inside the success method of
the .ajax ?
23 Jul 2008 5:40pm GMT
Can't save jEditable value
Hi all!
I'm using jEditable. I can modify my textarea, but the changes aren't
saved in my database.
It only appears on the page, but after some reload, it's the "old"
version.
Here is my code:
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$('div.demo-show:eq(0)> div').hide();
23 Jul 2008 5:21pm GMT
build condition properly problem
Hi Gang,
I have a noob question.
I have a table and some of the td cells in it with an attribute:
value="1".
I need to build a statement that will find them, add a class to that
cell, and 'check' the checkbox that resides in the cell.
I tried combining some jquery selectors and attribute methods, but I
23 Jul 2008 5:16pm GMT
[autocomplete] Submit form on result?
Is it possible to make the autocomplete-plugin submit my form
"onResult", as in: If the user chooses one row from the matching
result: submit form.
Much similar to the way Google Suggest works.
Thank you in advance!
Carl-Fredrik Herö
23 Jul 2008 5:01pm GMT
22 Jul 2008
Yahoo! User Interface Blog
Non-blocking JavaScript Downloads
About the Author: Stoyan Stefanov is a Yahoo! web developer working for the Exceptional Performance team and leading the development of the YSlow performance tool. He also an open-source contributor, conference speaker and technical writer: his latest book is called Object-Oriented JavaScript. External JavaScript files block downloads and hurt your page performance, but there is an [...]
22 Jul 2008 6:41pm GMT
21 Jul 2008
Yahoo! User Interface Blog
Performance Research, Part 6: Less is More — Serving Files Faster by Combining Them
This article is the sixth in a series of YUIBlog articles describing experiments conducted to learn more about optimizing web page performance (Part 1, Part 2, Part 3, Part 4, Part 5). In Performance Research Part 1, we discussed how reducing the number of HTTP requests has the biggest impact on improving the response time and [...]
21 Jul 2008 4:03pm GMT
18 Jul 2008
Yahoo! User Interface Blog
Context Menus and Focus in Opera
As a JavaScript toolkit developer, there are two features lacking in Opera that have frustrated me for a while: support for the contextmenu DOM event and the ability to override the default rendering of focus via CSS. When Opera released version 9.5, I was disappointed to see that neither of these features were [...]
18 Jul 2008 12:46am GMT
16 Jul 2008
Yahoo! User Interface Blog
Combo Handler Service Available for Yahoo-hosted JS
We've been talking for a long time at Yahoo about the importance of minimizing HTTP requests to improve performance. One important technique for YUI users has long been to use the pre-built "rollup" files (like yahoo-dom-event.js, which combines the YUI Core in a single minified HTTP request) and to create custom rollups that aggregate all [...]
16 Jul 2008 7:16pm GMT
14 Jul 2008
jQuery Blog
jQuery UI 1.5.2
About 4 days ago, many have noticed that we had uploaded another minor bugfix release to our Google Code account. While there's, again, no new API introduced, more than 30 issues have been cleared and the codebase is growing more stable every day. The full changelog is available here if you want to find out if [...]
14 Jul 2008 6:16pm GMT
Prototype JavaScript framework - blog
Announcing new Prototype support mailing list
Subscribers to the Rails Spinoffs mailing list should switch to our new, better-named list: Prototype & script.aculo.us.
14 Jul 2008 3:51pm GMT
11 Jul 2008
Yahoo! User Interface Blog
In the Wild for July 11, 2008
In the YUI world of late: The guy who started it all: Thomas Sha, the founder of the YUI project and the first frontend engineering manager at Yahoo, was at Adobe at the time of the AIR launch awhile back and they shot some video. If you're curious to hear from the person who started YUI, [...]
11 Jul 2008 9:47pm GMT
07 Jul 2008
Yahoo! User Interface Blog
YUI Theater: Dion Almaer of Ajaxian and Google on Gears, App Engine, and More
Google, of late, has been stepping up its public contributions to the world of frontend engineering: Gears, GWT, Doctype, and Google I/O are all manifestations of this assertive public disposition. And it's no surprise that some of this engagement with the discipline stems from the hiring last year of Ajaxian cofounder Dion Almaer. [...]
07 Jul 2008 6:26pm GMT
03 Jul 2008
Yahoo! User Interface Blog
Graded Browser Support Update
Updated July 8th: The chart below has been corrected to include Safari 3.1†, replacing Safari 3.0†. This post announces an update to Graded Browser Support. The GBS page on the YUI site always has the most current information. This post includes a list of primary changes, the updated chart of browsers that receive A-grade support, the [...]
03 Jul 2008 11:49pm GMT
Implementation Focus: AA | RF’s Redesign of the Pulte Homes Website
As a presentation layer architect, graphical alchemist, and Web Standards advocate for Avenue A | Razorfish, Frederic Welterlin's experience and areas of focus include designing, architecting, and programming client-side templates, providing interaction and technical recommendations, and developing standards and processes for best of breed Web development. Frederic has eleven years experience working as a user interface [...]
03 Jul 2008 4:23pm GMT
02 Jul 2008
Yahoo! User Interface Blog
A YUI Grids-based WordPress Theme — YUI Autogrid Minimal
As I had to upgrade my personal blog to the newest WordPress version (and my old theme had been hacked to death), I chose to start from scratch with a WordPress theme. [You can download the new theme here.] As I am a lazy person and I think blogging is first and foremost about content and availability, [...]
02 Jul 2008 6:22pm GMT
01 Jul 2008
Yahoo! User Interface Blog
Bookmarklet for the YUI Logger Control
Rajat Pandit has put together a bookmarklet for YUI Logger that allows you to pop open a logger console on-demand - a big convenience when you're debugging. Check out Rajat's blog and bookmarklet page for more on this project. Keep in mind that the YUI Logger Control outputs messages logged via YAHOO.log; to see full [...]
01 Jul 2008 5:01pm GMT
27 Jun 2008
jQuery Blog
jQuery UI 1.5.1
Soon after the release of jQuery UI 1.5, we were getting many useful feedback and issues entered in our bugtracker. Today, we're happy to release another version of jQuery UI which takes care of many minor regressions and a lot of unsolved issues. 1.5.1 doesn't add any new features or API changes, but fixes more [...]
27 Jun 2008 6:19pm GMT
26 Jun 2008
jQuery Blog
jQuery Camp 2008 Announced
The jQuery Team is pleased to announce the second annual jQuery Camp! jQuery Camp 2008 will be held on Sunday, Sept. 28, the day before The Ajax Experience, in Boston, MA (location TBA). Last year, over 100 jQuery developers gathered for a full day of jQuery sessions, which included talks from such big [...]
26 Jun 2008 2:49pm GMT
24 Jun 2008
MooTools - Home
Calling All Plugins
One of the main things missing since the forums have gone into read only mode is the Your Scripts section. We realize this and are working to complete our own plugin directory.
We're trying to assemble a comprehensive list of all our plugins. As part of this effort, we're asking all plugin creators to send an email to plugins@mootools.net with the following information:
- Plugin Name
- Plugin URL
- Plugin Description (one line)
- Plugin author name and link (if applicable)
At this time, we're only interested in collecting data on plugins which are compatible with the 1.2 release.
This is a temporary measure until we get a more interactive system in place.
24 Jun 2008 12:23am GMT
15 Jun 2008
mootools forums
Extending Request class → Request.HTML stops working in General : Get Help: Advanced
Topic: Extending Request class → Request.HTML stops working Message: I have extended the Request class to create this sort of functionality. However; this causes the Request.HTML to stop working. I think I understand what the problem is, but I am unsure if this should be considered impossible, or simply a bug? A simple testcase; running on top of 1.2 Request = new Class({ Extends: Request, initialize: function(options) { this.parent(options); this.addEvent('onRequest', this.onAjaxRequest); }, onAjaxRequest: function() { alert('waa?'); }, }); console.log(new Request({url: '/'})); console.log(new Request.HTML({url: '/'})); This code throws 'Request.HTML is not a constructor' when the second Request is performed. Any ideas on how to fix this?
15 Jun 2008 7:24pm GMT
modal popup w/ arrows and easy placement for 1.11 in Contribute : Your Scripts
Topic: modal popup w/ arrows and easy placement for 1.11 Message: Good job! Unfortunately it does not work with opera 9.5 :( The position of the modal window is messed up.
15 Jun 2008 4:39pm GMT
The forums are kind of down in General : Abstract
Topic: The forums are kind of down Message: Since the 1.2 release; the forum homepage says 'MooTools websites are under maintenance. We'll be back soon with new content.'. It seems to me someone forgot to update the index.php?
15 Jun 2008 2:33pm GMT
Class gives error in IE in General : Get Help: Advanced
Topic: Class gives error in IE Message: Hmmm, things seem to have died in here... Is there anyone with a suggestion?
15 Jun 2008 10:25am GMT
UI Menu in Contribute : Your Scripts
Topic: UI Menu Message: hi, i have the following div: when both div use uimenu, it will display both menu, any way to prevent this?
15 Jun 2008 10:00am GMT
Fancy Upload by digitarald in General : Get Help: Advanced
Topic: Fancy Upload by digitarald Message: Hello, I have a little problem with FancyUpload 2. All is working perfect, but when I try to upload big files like videos, it doesn't work. My php ini value "upload_max_filesize" is set to 20M and the limitSize option of my FancyUpload2 object is set to 20971520 (20 MB). When I upload a video of 1 to 8 MB, it works. But when it is above to 8 MB, it doesn't work and my $_FILES var stays empty. An idea ? Thanks In addition to upload_max_filesize you also need to increase post_max_size. They both limit your file uploads.
15 Jun 2008 5:00am GMT
mooRainbow in Contribute : Your Scripts
Topic: mooRainbow Message: The MooRainbow rocks!! I can't wait for the updated 1.2 version... No, really I can't wait. Any news on 1.2 update progress??
15 Jun 2008 3:59am GMT
Fancy Upload by digitarald in General : Get Help: Advanced
Topic: Fancy Upload by digitarald Message: Greetings! FancyUpload works fine for me when my PHP upload handler is accessed as a file ("http://example.com/upload.php"). But if I try to access the upload handler through "http://example.org/actions/upload" (URL Rewriting) - do you have an idea how I can solve this problem? Best - Jérôme
15 Jun 2008 3:06am GMT
Fancy Upload by digitarald in General : Get Help: Advanced
Topic: Fancy Upload by digitarald Message: Hello, I have a little problem with FancyUpload 2. All is working perfect, but when I try to upload big files like videos, it doesn't work. My php ini value "upload_max_filesize" is set to 20M and the limitSize option of my FancyUpload2 object is set to 20971520 (20 MB). When I upload a video of 1 to 8 MB, it works. But when it is above to 8 MB, it doesn't work and my $_FILES var stays empty. An idea ? Thanks
15 Jun 2008 12:54am GMT
14 Jun 2008
mootools forums
Edit multiple properties using Fx.Tween() in General : Get Help: Advanced
Topic: Edit multiple properties using Fx.Tween() Message: Well it seems the answer is to us Fx.Morph()
14 Jun 2008 9:58pm GMT
undefined variables in General : Get Help: Advanced
Topic: undefined variables Message: I just switched over to 1.2 and I'm getting undefined errors. I keep getting undefined errors on the cancelbut and hidepatstat variable. Is my syntax incorrect? I'm only testing for the existence of each object. In each case there really is only one element, but i call an array anyways and choose the first element for each. var cancelbut = $$('form[name=cancel_form_1]')[0]; if(cancelbut){ cancelbut.style.display = 'none'; } var hidepatstat = $$('div.patStatusLinks')[0]; if(hidpatstat){ var hidepatchild = hidepatstat.hasChild(); if(!hidepatchild){ hidepatstat.style.display = 'none'; } }
14 Jun 2008 9:23pm GMT
Menu gets confused with fast mouseover. Need help diagnosing problem. in General : Get Help: Advanced
Topic: Menu gets confused with fast mouseover. Need help diagnosing problem. Message: Thanks for the suggestion. I upgraded the menu code to mootools version 1.2 and add the " link: 'cancel' " option but it did not help. Same exact problem. Upgrading to 1.2 also introduced a bug where I have to remove the "position: absolute" from the menu items in my css to get the menu to work. And removing it breaks the menu. So reluctantly I downgraded back to 1.11. Any other suggestions will be appreciated! :-)
14 Jun 2008 7:53pm GMT
iCarousel private mootools release in Contribute : Your Scripts
Topic: iCarousel private mootools release Message: Fabio, great work! But what Ken said: Well its a great system and all except, It duplicates the list a gagibillion times! (not really but you know what I mean) And if I have it on auto it just keeps going on and doesn't return to the first image, it would be nice if it would return to the first image. Also every time the images rotates the processor spikes to 100% and having that happen every five seconds really slows down the system. The duplication process also screws up any elements which use id tags,... so ajax on an element in the list is not an option as it nees a unique id. It has to do with the fact that the list 'wraps',... is there a way you can turn off the wrapping and let the end of the list be just that,... the end? Thanx in advance!
14 Jun 2008 2:32pm GMT
icarousel help in General : Get Help: Beginner
Topic: icarousel help Message: I'm wondering about this myself as it screws with the id tags for ajax,.....
14 Jun 2008 2:20pm GMT
Access to inner content of multibox in General : Get Help: Advanced
Topic: Access to inner content of multibox Message: Hi all, I have the following problem: I open a multibox dialog in my website, that shows a form via ajax. Till here everything works fine. But if I can't access the inner content of this dialog. I would like to add for example a submit event ot the form like that: $('feedForm').addEvent('submit', function(e) { new Event(e).stop(); var response = $('response').empty().addClass('ajax-loading'); this.send({ update: response, onComplete: function(responsetxt) { response.removeClass('ajax-loading'); this.AjaxResponse = responsetxt; if (this.AjaxResponse=="ok"){ // blabla } }.bind(this) }); }); I opened the multibox with: Feedback Javascript: box = new MultiBox('mb', { descClassName: 'multiBoxDesc', useOverlay: true }); The full page can you see at http://battle.oxn.it/multibox/index.htm on the "HTML page (Ajax)" link I hope you could understand what I mean. Thx for your help Simon
14 Jun 2008 7:42am GMT
12 Jun 2008
MooTools - Home
MooTools 1.2: It's Official!
I speak for everyone the MooTools team when I tell you that we are extremely happy to announce the official release of MooTools 1.2. After a year of development and six months in beta, you might call us perfectionists. But now we're finally ready to call the 1.2 release complete and stable. For those of you who have been waiting to make the switch, now would be the perfect time.
Not only has the API been completely revamped, but there have been several significant changes to the site and the way the MooTools community interacts.
12 Jun 2008 6:35pm GMT
11 Jun 2008
Prototype JavaScript framework - blog
An Interview with Ryan Johnson

Today's interviewee is Ryan Johnson of Control Suite fame.
Ryan just launched PersonalGrid, a new file sharing and publishing web application, along with a complete overhaul of Control Suite, now renamed LivePipe UI.
11 Jun 2008 9:58pm GMT
09 Jun 2008
jQuery Blog
jQuery UI v1.5 Released, Focus on Consistent API and Effects
We recently discovered an issue with the download builder which caused it to serve cached 1.5rc1 files instead of the final package. We sincerely apologize for the inconvienience caused by this and strongly suggest to download jQuery UI 1.5 again if you downloaded it as a configured package. Additionally, an issue has been found in ThemeRoller [...]
09 Jun 2008 8:00am GMT
04 Jun 2008
jQuery Blog
jQuery 1.2.6: Events 100% faster
jQuery 1.2.6 is primarily a bug fix release for jQuery 1.2. You can view the full list of what was fixed on the bug tracker. This is the next release immediately following jQuery 1.2.3. Releases 1.2.4 and 1.2.5 were skipped (1.2.4 was built incorrectly, rendering it effectively identical to 1.2.3, and 1.2.5 was missing a patch). The [...]
04 Jun 2008 3:07pm GMT
02 Jun 2008
jQuery Blog
jQuery UI 1.5 release candidate, we’re getting excited
The jQuery 1.5 release candidate is now available at http://ui.jquery.com/download for everyone to test and download! This is the most stable UI version ever, and it fixed all known bugs that are not in the categories "minor" or "trivial", which means that we ourselves think it's good to go. However, the reason why we're still holding [...]
02 Jun 2008 5:46pm GMT
28 May 2008
Prototype JavaScript framework - blog
An Interview with Piotr Dachtera

Piotr Dachtera is the lead developer behind the recently-launched Live Chess, a Prototype-based, Comet-powered live chess game.
We talked to him about the client-side challenges he faced along the way.
28 May 2008 11:21pm GMT
27 May 2008
Prototype JavaScript framework - blog
Prototype hosted on Google's servers
Good news! Google now offers a cached, compressed copy of Prototype on its high-speed content distribution network via the AJAX Libraries API.
27 May 2008 7:06pm GMT
21 May 2008
Prototype JavaScript framework - blog
An Interview with Amy Hoy

Hot on the heels of last week's interview with Sergio Pereira, we were lucky enough to catch up with Amy Hoy. Amy defines herself as a informally educated designer-turned-interface-developer who also programs (and writes, and speaks, and takes pretty pictures). She's also the co-creator of Twistori.
21 May 2008 6:01am GMT
14 May 2008
Prototype JavaScript framework - blog
An Interview with Sergio Pereira
Last week, we launched a Prototype Linkedin group, which, as of this writing, has more than 300 members. This was the occasion to get back in touch with a lot of people from the Prototype community, and to launch a project we've had in mind for a long time: regular interviews of developers and designers working with Prototype.
Today's interviewee is Sergio Pereira.
14 May 2008 1:59am GMT
09 May 2008
script.aculo.us web 2.0 javascript
script.aculo.us development setup changed to github and Lighthouse
script.aculo.us is from now on developed using Git (hosted at github) for source code management and revision control, and Lighthouse for bug tracking.
Why git instead of Subversion? Well, it simply rules supreme, and makes working with many distributed developers with lots of branches a snap. You can find a good intro book on Git on Peepcode.
script.aculo.us 1.xx development will focus on bug fixes only, while I'm working on the next version of scripty (post on that coming up soon!).
Bug tracker http://prototype.lighthouseapp.com/projects/8887-script-aculo-us
Repository for script.aculo.us 1.xx http://github.com/madrobby/scriptaculous
Note that if you're just using the library, this change won't really affect you.
If you have open bugs on the old Trac please port them over to lighthouse yourself!
I'm also working on a replacement for the documentation wiki (which, quite honestly, sucks); so stay tuned for some updates in the near future. If you want to help out with the documentation effort, please contact me. :)
09 May 2008 6:15pm GMT
06 May 2008
Prototype JavaScript framework - blog
Prototype Linkedin Group
The Prototype community now has its own group on LinkedIn.
It's a great opportunity to connect with other developers and designers who are using Prototype in their daily work, get to know them better, and put a face next to the names you see daily in the mailing lists or on IRC.
06 May 2008 10:54am GMT
05 May 2008
Prototype JavaScript framework - blog
Ajax Pioneer Week on Ajaxian
Dion Almaer just posted on Ajaxian an interview of Prototype creator Sam Stephenson - the first of a series on Ajax pioneers.
Sam talks about the future of Prototype, shares his thoughts on the current state of browsers, and discusses some of the upcoming tools we're busy working on (PDoc, Sprockets, etc.).
So, without further ado:
05 May 2008 11:05pm GMT
jQuery Blog
jQuery UI 1.5b4, featuring effects and a new home
jQuery UI 1.5b4 Attention: We originally intended to release 1.5b3 a couple of hours ago, but we had two serious issues that forced use to deprecate it and go for b4. Sorry for the inconvenience. The third and last beta has finally arrived to jQuery UI 1.5. Hundreds of hours went into fixing more than 50 bugs [...]
05 May 2008 5:27pm GMT
19 Mar 2008
jQuery Blog
jQuery Worldwide Sprint a huge success
The jQuery Worldwide Sprint (see previous post) is over, and it was a wonderful momentum and great experience for many of us. We made great use of the sprint wiki page during the sprint, and it now serves as a reference of what we accomplished, including meeting summaries and irc logs. We moved a lot closer to [...]
19 Mar 2008 2:44pm GMT
15 Mar 2008
MooTools - Home
Snippely!

With the initial release of Adobe AIR, a lot of web developers (myself included) are starting to get excited about developing rich web applications that run natively on the desktop across platforms. We've already seen several great AIR apps popping up all over the Internet, and thought we'd try our hand at creating one of our own.
Snippely was created by myself, Tom Occhino, and Valerio Proietti as our first attempt at creating a robust and useful AIR application.
15 Mar 2008 6:52pm GMT
07 Mar 2008
jQuery Blog
jQuery UI Worldwide Sprint: March 14-15
The jQuery UI Team is pleased to announce its first Worldwide Sprint, to take place next Friday and Saturday, March 14-15, 2008. Two full days of testing, fixes, documentation, and general getting-stuff-done. Our goal is to get the jQuery UI 1.5 release (alpha, beta) ready for final, and we invite any and all to help. [...]
07 Mar 2008 3:18pm GMT
13 Feb 2008
jQuery Blog
jQuery UI 1.5b: New API, more features, huge performance boost
Hey everybody, The jQuery team is proud to release the first beta release of the new upcoming version of UI, jQuery UI 1.5! It has been a long path to this release - originally intended to be a bugfix release, it was growing into something we just couldn't call 1.0.1, not even 1.1, no, it's so [...]
13 Feb 2008 3:25am GMT
12 Feb 2008
Prototype JavaScript framework - blog
Deprecation.js: easing the 1.5 → 1.6 transition
If you've put off the task of upgrading your old code to Prototype 1.6, now you're out of excuses. Core team member Tobie Langel has developed a script that will warn you of any deprecations or API changes.
12 Feb 2008 7:11pm GMT
MooTools - Home
What's New in 1.2: Swiff
Today we're going to talk about Swiff, which lets you combine Flash and JavaScript to do things MooTools can't do on its own.
12 Feb 2008 3:17pm GMT
05 Feb 2008
MooTools - Home
MooTools Classes: How to use them
A very entry-level article: if you think you can beat MooTools Hero in expert mode, feel free to totally skip this.
05 Feb 2008 6:26pm GMT
29 Jan 2008
Prototype JavaScript framework - blog
Prototype 1.6.0.2 Cheat Sheet
Loyal Prototype user (and Scripteka maintainer) kangax has released a Prototype cheat sheet in coordination with our recent 1.6.0.2 release.

29 Jan 2008 12:13am GMT
25 Jan 2008
Prototype JavaScript framework - blog
Prototype 1.6.0.2: Bug fixes, performance improvements, and security
Today we're releasing Prototype 1.6.0.2 to address several compatibility and performance issues and to protect against a potential security issue for developers using Prototype outside of a web browser environment.
25 Jan 2008 11:40pm GMT
22 Jan 2008
MooTools - Home
What's New in 1.2: Element Storage
Another new feature that's been built into the latest version of MooTools is the Element Storage. This article describes the usage of this great new feature, as well as why it was developed, and how it can be used to keep your applications organized and efficient.
22 Jan 2008 6:13pm GMT
16 Jan 2008
MooTools - Home
MooTools 1.2 Beta 2
Its been almost 2 months since the first 1.2 beta. Bugs were fixed, features were improved, and here it comes: the second beta.
The first big feature we've been working on for 1.2 is Documentation.
1.2 Documentation is in fact almost 5 times more detailed than it was in version 1. Every class option has now its description, every method has a complete list of arguments along with description, type, and now every functionality comes with a code example -- sometimes more than one. If you want to see it for yourself, here is the temporary link for the 1.2 beta documentation.
A lot of the new 1.2 features have now been refined. An example that I'd like to share with you now is the Element Accessors feature. This is completely new for 1.2, aimed at making it easier working with elements and their attributes, properties or "special attributes". Continue reading for 1.2 code examples.
16 Jan 2008 8:48pm GMT
04 Jan 2008
script.aculo.us web 2.0 javascript
V1.8.1: Prototype 1.6.0.1, bug fixes
This is a bugfix release that bumps script.aculo.us to version 1.8.1.
Mainly, this release contains some important bug fixes and optimizations in Prototype, fixes cursor keys in autocompleting text fields for IE and Safari plus fixes an issue with Effect.Morph on IE.
Download at http://script.aculo.us/downloads!
04 Jan 2008 3:15am GMT
03 Dec 2007
Prototype JavaScript framework - blog
NASA lifts off with Prototype
NASA celebrates its 50th anniversary with a new web site powered by Prototype and script.aculo.us. The new site's features include a calendar, image gallery, redesigned navigation, and fancy transitions and effects. Congratulations to NASA and the team at Critical Mass on a job well done.
03 Dec 2007 5:29pm GMT
14 Nov 2007
MooTools - Home
MooTools 1.2 beta 1
The first beta for MooTools 1.2 is finally here!
After months in the making, we can confidently say that MooTools 1.2 is now feature complete. However, there are still some bugs left to squash.
Head over to MooTools download page to start playing with it right away.
A Note About Compatibility
Some parts of MooTools 1.2 aren't immediately compatible with those found in MooTools 1.1. In the downloads page, you'll find a box that says: "include compatibility with previous version". Clicking that box will add the missing pieces and will make MooTools 1.2 play nice with code written for MooTools 1.1.
New stuff that we already covered:
Important stuff thats not yet covered in a blog article:
Full IFrames support with the Native IFrame Class.
Swiff: Flash content injection Class. Include Flash files, the easy way!
A Little Help, Please!
We are currently looking for bug reports and incompatibilities with previous plugins. If you want to help out, open a ticket in the Trac, and we will make sure that the problem is fixed for the final release.
Read more for a (not so) brief "what's new" list.
(P.S. This list is not exhaustive, it's just the stuff we could remember.)
14 Nov 2007 2:13am GMT
08 Nov 2007
script.aculo.us web 2.0 javascript
V1.8.0: Prototype 1.6, Sound, tweaks and tricks
This is the final version of script.aculo.us 1.8, which comes with Prototype 1.6.0 final.
The included final 1.6.0 version of Prototype brings the latest and greatest awesome new features -- be sure to check it out on the Prototype site.
See the announcement for more information and a download link!
08 Nov 2007 2:05pm GMT
07 Nov 2007
Prototype JavaScript framework - blog
Prototype 1.6.0, script.aculo.us 1.8.0, and the Bungee book now available
The final versions of Prototype 1.6.0, script.aculo.us 1.8.0, and the Prototype & script.aculo.us book are now available. Prototype 1.6.0 is the most significant update to the framework since its inception over two years ago. We're very excited about the changes in this release, and what better way to celebrate than with an update to script.aculo.us and a book covering all the new goodness?
07 Nov 2007 8:00pm GMT
31 Oct 2007
MooTools - Home
MooTools Foundations: Natives and Elements
We haven't had this blog for very long, and talking to many users recently, I became aware of the fact that many people just don't understand how powerful MooTools actually is. The purpose of this series of articles is to shed a little light on some of the functionality provided by MooTools that many users might be missing. I think maybe it's time we got everyone caught up to speed. First topic... Natives and Elements!
31 Oct 2007 8:00am GMT
26 Oct 2007
MooTools - Home
MooTools + AIR = Love
Today I found a nice article on coderseye.com:
I spent a half hour tinkering around in Aptana, downloading MooTools 1.1, and setting up a few tests. The result is extremely pleasing. Not only is MooTools way better and easier to use than I remember, but it works out of the box with AIR.
That's Very nice to know!
I personally haven't yet tried MooTools in AIR extensively (i only did a few basic tests) but I'm definitely looking forward to creating something in the very near future. Maybe a downloader app? We'll see!
26 Oct 2007 7:14pm GMT
23 Oct 2007
MooTools - Home
What's New in 1.2: The Best Fx, Now Even Better
MooTools has always been known for having some of the most fluid and impressive effects around. In 1.2 we've introduced some exciting new enhancements that make them even more efficient, powerful, flexible, and easy to use. Here are the changes made to the Fx Classes to take note of...
23 Oct 2007 7:32pm GMT
22 Oct 2007
Prototype JavaScript framework - blog
Upgrading to Prototype 1.6: real world examples
Prototype core developer Mislav Marohnić recently patched the open-source CMS Radiant to take advantage of the many code-saving features in Prototype 1.6.0, and he's written an informative description of the process on his new blog, No Strings Attached. Mislav's writeup covers the migration from Prototype 1.5.0 to 1.6.0, with examples of how to use the improved DOM and event APIs and upgrade to the new Hash API. The final release of 1.6.0 is just around the corner, so be sure to check out these nuggets of wisdom as you upgrade.
22 Oct 2007 3:40am GMT
20 Oct 2007
MooTools - Home
What's New in 1.2: Behaviour Driven Development
You know we've been telling you that MooTools is reliable, but how can you can be sure that it will work for your project without just taking our word for it?
Check the Spec folder out from the repository and its self-contained testing suite will prove it. Show your boss, show your coworkers, and let them know that MooTools is professional grade.
20 Oct 2007 9:18am GMT
16 Oct 2007
Prototype JavaScript framework - blog
Prototype 1.6.0 RC1: Changes to the Class and Event APIs, Hash rewrite, and bug fixes
Two months after putting 1.6.0 RC0 out in the wild, we've fixed a handful of bugs and made some changes to the Class and Event APIs in response to your feedback. We've also addressed a long-standing issue with the Hash class. These changes are now available for download in our second release candidate, Prototype 1.6.0 RC1. Keep reading for a detailed description of the changes, some of which are incompatible with previous versions of Prototype.
16 Oct 2007 10:33pm GMT
08 Oct 2007
MooTools - Home
What's New in 1.2: The Hash
In recent development of MooTools, we've incorporated into the core a plugin that was once pushed under the table and neglected. The Hash is a powerful new way to extend objects just like you've always wanted...
08 Oct 2007 2:22am GMT
18 Jun 2007
MooTools - Home
Help Us Help You
While we love to help everyone who comes to us for support, sometimes there's a breakdown in communication.
To clear up some of these issues, I've written this article about how to get the friendliest response possible from the community.
18 Jun 2007 2:29pm GMT
11 Jun 2007
MooTools - Home
Selectors on fire: a tale of pseudoselectors
During the last few days, we've added some nifty CSS3 selectors to the trunk. Continue reading to know what this is all about, or try SlickSpeed now!
UPDATE: SlickSpeed can now be downloaded from googlecode.
11 Jun 2007 8:02pm GMT
25 May 2007
script.aculo.us web 2.0 javascript
V1.7.1 beta 3: Prototype 1.5.1, more optimizations and fixes
This is third beta of script.aculo.us 1.7.1, which provides Prototype 1.5.1 final compatibility and Sortable speed improvements.
The included final 1.5.1 version of Prototype brings the latest and greatest in new cool features and performance gains, so be sure not miss this one. :)
Beta warning: Things might not work as you might expect, though they really should-if you hit any problems, please use the bug tracker and give reports. The same that applies to Prototype applies for script.aculo.us too, so read the how to contribute page to see how you can help out!
See announcement for more information and a download link!
25 May 2007 4:30pm GMT
12 Mar 2007
script.aculo.us web 2.0 javascript
V1.7.1 beta 1: 'Performance!'.times(3) + Sound
On the heels of the recent Prototype 1.5.1 release candidate, here's the latest and greatest version of script.aculo.us: 1.7.1 beta 1.
Beta warning: Things might not work as you might expect, though they really should-if you hit any problems, please use the bug tracker and give reports. The same that applies to Prototype applies for script.aculo.us too, so read the how to contribute page to see how you can help out here!
The most important change is the update to Prototype 1.5.1 which yields major performance improvements, slick new JSON support and various fixes all around. Note that the version of Prototype that comes with script.aculo.us 1.7.1 beta 1 is actually a few steps ahead of the 1.5.1_rc1 release and already incorporates a few additional fixes, so please use the version that comes with the script.aculo.us download.
The other important feature is experimental sound support for those little .mp3-based sound effects, which works natively in IE, and relies on whatever mp3 plugins are available on other browsers (for Macs, this means quicktime). It's thought as an alternative to flash-based mp3 playback for sounds effects (not music!). Kudos to Jules Gravinese for coming up with the initial implementation of this!
The effects engine has seen some performance overhaul, and together with the new Prototype performance goodnees is screaming fast. Also, a memory leak in the morph code was found and fixed on Firefox. More changes and features added include a new "failure" option to Draggables, and onDropped callback, more customization for in-place editing, and nesting single nodes in the DOM builder.
See the complete announcement for more information and a download link!
12 Mar 2007 2:00pm GMT
19 Jan 2007
script.aculo.us web 2.0 javascript
V1.7.0: Morphing effects, Prototype 1.5.0 final
You've seen the demos-- now it's prime time!
* Update to Prototype 1.5.0 final
* Change the default setting for effects to support up to 60fps, if renderable by the browser. Add performance info to effects unit test.
* Add hash and CSS className support to Effect.Morph, fixes #6674 [Tobie]
Examples:
$(element).morph('myClass')
// will morph to all the properties specified
// in .className (in your external stylesheet).
// All properties which cannot be morphed (such as font-style)
// will be applied AfterFinish
$(element).morph('font-size: 10px') // or
$(element).morph({fontSize: '10px'}) // will morph the font-size to 10px
* Add Element.morph() and Element.Methods.morph() as a shortcut to Effect.Morph
Example:
// basic Effect.Morph
$('error_message').morph('color:#f00;font-size:17px');
// fade out after a while
$('error_message').show().morph('font-size:17px').morph('opacity:0',{delay:4});
* Add Effect.Transform that generates parallel executing Effect.Morph sets
Example:
// set up transformation
var transformation = new Effect.Transform([
{ 'div.morphing': 'font-size:20px;padding-left:40em' },
{ 'blah' : 'width:480px;border-width:10px;border-right-width:20px;margin:200px;margin-bottom:-20px;font-size:30px' }
],{ duration: 0.5 });
// play transformation (can be called more than once)
transformation.play();
* Add Effect.Morph core effect that morphs to a given CSS style rule. Effect.Morph does take orginal styles given by CSS style rules or the style attribute into consideration when calculating the transforms. It works with all length and color based CSS properties, including margins, paddings, borders, opacity and text/background colors.
Example:
new Effect.Morph('mydiv',{
style: 'font-size:3em;color:#f00;border-width:2em',
duration: 2.0
});
* New option keepBackgroundImage: true for Effect.Highlight, fixes #5037 [docwhat, tomg]
* Minor tweaks for issues with application/xhtml+xml documents on Firefox, fixes #6836 [sjinks]
* Fix a possible exception with Sortables, fixes #6828 [craiggwilson]
* Add a paramName option to the inplace editor for overriding the default parameter name of "value"
19 Jan 2007 6:30pm GMT
18 Dec 2006
script.aculo.us web 2.0 javascript
V1.7.0 beta 2: morphing with CSS classes, Prototype update
The second beta of script.aculo.us 1.7.0 is out now, and adds a cool new CSS classnames based morphing feature, alongside Prototype updates.
Bugs in beta 1 where also addressed, especially Opera compatibility.
Head over to mir.aculo.us to learn what this is about and grab the beta version!
Note: Obviously, the beta version is not recommended for production sites, and syntax might change before it gets stable (but it's pretty much final, so don't be too afraid).
18 Dec 2006 10:30pm GMT
21 Nov 2006
script.aculo.us web 2.0 javascript
V1.7.0 beta 1: Morphing?!
The first beta of script.aculo.us 1.7.0 is out now, and brings you (tada!) morphing!
Head over to mir.aculo.us to learn what this is about and grab the beta version!
Note: Obviously, the beta version is not recommended for production sites, and syntax might change before it gets stable (but it's pretty much final, so don't be too afraid).
21 Nov 2006 9:50am GMT
08 Nov 2006
script.aculo.us web 2.0 javascript
V1.6.5: Effect.Event, latest Prototype, Builder updates
I've just pushed script.aculo.us 1.6.5 for your download pleasure. It's a maintenance release that adds a few tweaks here and there-read on!
- Update to Prototype 1.5.0_rc1 revision [5462]
- Support the HTML 'for' attribute in Builder by using 'htmlFor', fixes #6472 [gjones, tdd]
|
var node = Builder.node('label', { htmlFor: 'myinput' }); |
- Add support to run a specific failing unit test by clicking on the corresponding test result, fixes #6290 [leeo]
- Add modifier key support to Event.simulateMouse, fixes #6391 [savetheclocktower]
- Add new 'with-last' queue position option to queue effects to occur in parallel with the last effect to start in the queue
- Add new special core effect Effect.Event for one-shot events that follow timelines defined by effect queues
1
2
3
|
new Effect.Event({ afterFinish:function(){
// do some code here
}, position: 'end' });
|
- Fix an possible crash of IE on Effect.SlideUp, fixes #3192 [thx nel]
- Add Builder.build() to create nodes from strings containing HTML, [DHH]
|
var node = Builder.build("<p>this is <b>neat!</b></p>"); |
- Add a pulses parameter to Effect.Pulsate to control the amount of pulses, fixes #6245 [leeo]
For example, this will pulsate twice (if the option is not given, it defaults to five pulses):
|
Effect.Pulsate('d8', {pulses: 2});
|
- Fix an issue with clicking on a slider span resulting in an exception, fixes #4707 [thx sergeykojin]
- Fix an issue with Draggables when no options are supplied, fixes #6045 [thx tdd]
This should be the last release before Ruby on Rails 1.2 comes out-the next thing will be script.aculo.us 1.7! Lots of good and cool patches are waiting for their addition, and should make it into the 1.7 release.
As always, kudos to the community for supplying patches, bug reports and tests-keep it coming!
08 Nov 2006 1:34pm GMT
05 Sep 2006
script.aculo.us web 2.0 javascript
V1.6.4: New Prototype, drag and drop updates, BDD style testing! (UPDATED)
V1.6.4 (2006-09-06): New Prototype, drag and drop updates, BDD style testing! (UPDATED)
script.aculo.us 1.6.4, which marks the inclusion of the new release candidate of Prototype 1.5, is out now.
(For those of you missing the 1.6.3 version: that version was out yesterday but had a issue with IE that is now fixed in 1.6.4)
This release comes with the brand-new Prototype V1.5.0_rc1 version, adds several new features and options to drag and drop, features a whole new (experimental) way of doing testing, and adds some other goodies here and there. Also, thanks to the contributors for identifying and squishing bugs!
So-what's new & cool?
- Update Prototype to V1.5.0_rc1 (read more on Justin Palmer's blog)
- Add experimental alternate syntax for unit tests (Behaviour Driven Development-style)
- Merge assertElementsMatch and assertElementMatches from Prototype's [4986] unittest.js [Sam Stephenson]
- Add assertRespondsTo and shouldRespondTo assertions
// object
var testObj = {
isNice: function() { }
}
// test
assertRespondsTo('isNice', testObj);
- Make Sortable.serialize handle DOM IDs like "some_element_1" correctly, fixes #5324
- Add support for onStart, onDrag and onEnd events directly on Draggables (invoked from the Draggables.notify), fixes #4747 [thx scriptkitchen]
new Draggable('some_id',{
onStart:function(){ /* ... */ },
onDrag:function(){ /* ... */ },
onEnd:function(){ /* ... */ }
});
- Add autoSelect option to Autocompleters to auto select an entry if only one is returned, fixes #5183 [thx cassiano dandrea]
- Added delay option to Draggables and Sortables, see test/functional/dragdrop_delay_test.html for usage, implements #3325 [thx lsimon, tomg]
- Add version and timestamp to indvidual library files for easier identification (the files are preprocessed by the Rake fresh_scriptaculous task), fixes #3015 [thx Tobie]
- Add assertIndentical and assertNotIdentical unit test assertions, which test for equality and common type, fixes #5822 [thx glazedginger]
- Add integration test for Ajax autocompleter for results with no linebreaks, #4149
- Added a custom exception to all base effects when used on non- existing DOM elements, added a assertRaise method to unit tests
- Add element shortcuts to Builder that can be activated by calling Builder.dump() (see the unit test), fixes #4260 [thx napalm]
Builder.dump();
var element = DIV({id:'ghosttrain'},[
DIV({style:'font-size: 11px; font-weight: bold;'},[
H1('Ghost Train'),
"testtext", 2, 3, 4,
UL([
LI({onclick:'alert(\'test\')'},'click me')
]),
]),
]);
- Make Effect.Puff work correctly for floating elements, fixes #3777 [thx michael hartl]
- Fix selection of correct option in SELECT element generated by InPlaceCollectionEditor for indexed option arrays, fixes #4789 [thx steve]
- Fix an issue with redrawing ghosted draggables that are inside a scrolled container, fixes #3860 [thx gkupps, tsukue]
- Fix autoscrolling inside scrollable containers when window is scrolled too, fixes #5200 [thx wseitz]
- Fix autoscrolling when dragging an element unto a scrollable container, fixes #5017 [thx tomg]
- Fix a condition where overriding the endeffect on Draggables without overriding the starteffect too leads to a Javascript error [thx Javier Martinez]
- Fix a possible error with the drag/drop logic (affects the solution to #4706)
- Fix various issues with IE detection and Opera, and setOpacity, fixes #3886, #5973
- Remove revert cache code obsoleted by #4706, fixes #3436 (again) [thx tomg]
As always, the required 1.5.0_rc1 version of Prototype is included with the download.
Big thanks to the contributors!
05 Sep 2006 11:26am GMT
15 Aug 2006
script.aculo.us web 2.0 javascript
V1.6.2: Bug fix galore!
V1.6.2 (2006-08-15): Bug fix galore!
This is a "serive" release and recommended for all users. While almost no new features where added, it includes several bug fixes, ranging from important (memory leak!) to cosmetic. List of updates:
- Fix a problem in the drag and drop logic if an reverting/drag ending draggable was initialized for a new drag (for example by clicking repeatedly) for all cases where the default start/revert/end-effects are used, fixes #4706 [thx tecM0]
- Fix possible memory leaks with Draggables, fixes #3436 [thx aal]
- Throw nicer errors when requires script.aculo.us libraries are not loaded, fixes #5339
- Make slider handles work when not displayed initially by using CSS width/height, fixes #4011 [thx foysavas]
- Update sortable functional test with onUpdate counter
- Make more Element extensions unit tests work on Safari
- Add the assertMatch unit test assertion for asserts with RegExps [thx Ian Tyndall]
- Fix a problem with Effect.Move causing "jumping" elements because of very low float numbers in some situations
- Fix a missing semicolon in dragdrop.js, fixes #5569 [thx mackalicious]
- Fix a slight inaccuracy with Effect.Scale that could lead the scaling to be one pixel off
- Be more prototypish with Effect.Transitions.linear
- Make Effect.Scale recognize font sizes that use the pt unit, fixes #4136 [thx aljoscha]
- Fix IE hack in Effect.Opacity, fixes #5444 [thx nicholas]
- Fix IFRAME layout fix for IE and Autocompleter, fixes #5192 [thx tommy skaue]
- Fix only option in onEmptyHover, fiex #5348 [thx glenn nilsson]
- Fix Effect.BlindDown and SwitchOff handling of supplied callbacks, fixes #5089 [thx martinstrom]
- Fix a problem with field focus on Ajax.InPlaceEditor and loading external text, fixes #4988, #5244 [thx rob]
- Do not attempt to scroll if scrollspeed is 0/0, fixes #5035 [thx tomg]
- Fix a problem with Sortable Tree serialization, fixes #4939, #4688, #4767 [thx Sammi Williams]
- Fix an endless loop with sliders, fixes #3226, #4051, #4765 [thx jeff]
- Make autocompleter work with update DIVs that have scrollbars, fixes #4782 [thx Tommy Skaue]
- Corrected options parsing on switchoff effect, fixes #4710 [thx haldini]
The required 1.5.0_rc0 final version of Prototype is included with the download.
15 Aug 2006 3:32pm GMT
06 Apr 2006
script.aculo.us web 2.0 javascript
V1.6.1: Sortable Trees, Prototype 1.5.0_rc0 (fixes IE mem leaks)!
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE mem leaks)!
New features in V1.6.1 and V1.6.0:
- Update to Prototype 1.5.0_rc0
- Sortable trees [thx Sammi Williams, sammi@oriontransfer.co.nz]
See the functional test (test/functional/sortable_tree_test.html) and the CHANGELOG for more information! - Add Draggable object as third parameter to snap, fixes #4074 [thx mdaines]
- Add parsing/setting of any currently set opacity CSS rule to default opacity effect on draggables, fixes #3682 [thx Mike A. Owens]
- Added benchmark method to unittest.js; some cleaning up of unit tests
- Major speedup for sortable with handles initialization [thx Jamis Buck]
- Add passing through of scroll options from Sortable to Draggable [thx Gregory Hill]
- Make it possible to scroll window on dragging, #3921 [thx rdmiller]
- added visualEffect method for the Element Mixin, fixed so you can chain multiple calls. [Rick Olson]
Bug fixes:
- Fix an IE flicker with SlideUp/SlideDown, fixes #3774, [thx sbbowers]
- Fix a problem with window scrolling on draggables [thx Gregory Hill]
- Fix a problem with id-based handle names and draggables
- Fix shift-tab for autocompleter in Safari, fixes #4423 [thx matt]
- Make Element.forceRerendering give up on any exception (this fixes various problems with IE)
- Fix only option on Sortable.create to accept multiple class names, fixes #3427 [thx glenn nilsson]
- Added workaround for a rendering bug in Safari when using floating elements with Effect.Appear
The required 1.5.0_rc0 final version of Prototype is included with the download.
06 Apr 2006 9:27pm GMT
24 Feb 2006
script.aculo.us web 2.0 javascript
script.aculo.us training in Austria: "Ajax richtig verwenden"
Ajax training for a german speaking audience - here is the german press release:
In diesem eintägigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die Benutzerfreundlichkeit und Interaktivität ihrer Websites verbessern. Das Seminar bietet einen Überblick über verbreitete Ajax-Entwicklungswerkzeuge und fokusiert auf die Verwendung der Prototype-Bibliothek und script.aculo.us. Weiters werden die Möglichkeiten der integrierten Ajax-Funktionalität von Ruby on Rails demonstriert.
Also, nichts wie anmelden, nur 20 Plätze verfügbar!
24 Feb 2006 6:45pm GMT
22 Feb 2006
script.aculo.us web 2.0 javascript
Version 1.6.0: Switch to Prototype 1.5, draggable window scrolling, bug and performance fixes!
V1.6.0 (2006-03-28): Switch to Prototype 1.5, draggable window scrolling, bug and performance fixes!
New in V1.6.0:
- Major speedup for sortable with handles initialization [thx Jamis Buck]
- Update to latest Prototype 1.5.0_pre1 trunk
- Fix shift-tab for autocompleter in Safari, fixes #4423 [thx matt]
- Refactor effects.js to use the new Prototype 1.5 Element Methods syntax
- Add passing through of scroll options from Sortable to Draggable [thx Gregory Hill]
- Make it possible to scroll window on dragging, #3921 [thx rdmiller]
- Make Element.forceRerendering give up on any exception (this fixes various problems with IE)
- added visualEffect method for the Element Mixin, fixed so you can chain multiple calls. [Rick Olson]
- Fix only option on Sortable.create to accept multiple class names, fixes #3427 [thx glenn nilsson]
- Added workaround for a rendering bug in Safari when using floating elements with Effect.Appear
Note: The required 1.5.0_pre1 final version of Prototype is included with the download.
22 Feb 2006 9:57am GMT
Version 1.5.3: Ajax.InPlaceCollectionEditor, Sortable.setSequence, bug fixes!
V1.5.3 (2005-02-22): Ajax.InPlaceCollectionEditor, Sortable.setSequence, bug fixes!
New in V1.5.3:
- Added Ajax.InPlaceCollectionEditor which uses a SELECT element instead of a text field (see test/functional/ajax_inplacecollectioneditor_test.html for usage), #3491 [thx anna]
- Added Sortable.setSequence to programmatically reorder a Sortable, #3711 [thx Mike A. Owens]
- Enable in place editor to use RJS (implements a new evalScripts option for the in place editor), #3490 [thx Richard Livsey]
- Make name option on Sortable.serialize work again, fixes #3873
- Make dragging cancel only on ESC key, not on any key, fixes #3817
- Fix span positioning for sliders with ranges not starting at 0, fixes #3731 [thx michal]
- Remove unneeded height restoring in Effect.BlindDown as that is handled internally by the restoreAfterFinish option to Effect.Scale, fixes #3667 [thx Ross Lawley]
- Added unit test for #3732 (currently fails due to Prototype #3877) [thx michal]
22 Feb 2006 9:57am GMT
14 Feb 2006
script.aculo.us web 2.0 javascript
Version 1.5.2: Auto-scrolling option for Draggables and Sortables, Limit option for effect queues, Sortable.sequence, bug fixes!
V1.5.2 (2005-02-14): Auto-scrolling option for Draggables and Sortables, Limit option for effect queues, Sortable.sequence, bug fixes!
New in V1.5.2:
- Added auto-scroll option to Draggables and Sortables, activate with scroll: 'id_of_scroll_container_element'. See test/functional/dragdrop3_test.html for usage/demo
- Add limit option to effect queues to limit the maximum number of effects in a queue, new unit tests for scoped effect queues, fixes #3498 [thx Abdur-Rahman Advany]
- Add Sortable.sequence method to extract the current sequence of a Sortable as an array, fixes #3675 [thx sphivo]
- Added activate method to Autocompleter that allows you to trigger the suggestions through other means than user input [DHH]
- Add assertEnumEqual for unit testing (from Prototype SVN trunk) [Sam Stephenson]
- Element.collectTextNodesIgnoreClass to correctly filter child nodes, fixes #3380 [thx lam]
- Fix a condition where OPTION elements could cause unwanted dragging on Draggables, fixes #3441 [thx tom]
- Fix a crash because of an IE bug in Effect.SlideDown, fixes #3192 [thx Rob Mayhew]
- Fix a wrong parameter in dragdrop.js, fixes #3555
- Fix two typos in effects.js, fixes #3481 [thx jtolds]
14 Feb 2006 10:20am GMT