» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase 2.0script.aculo.us? The contents of 2.0script.aculo.us page and all pages directly attached to 2.0script.aculo.us will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
2.0script.aculo.us

2.0script.aculo.us

Tags Applied to 2.0script.aculo.us

No one has tagged this page.

2.0script.aculo.us Wiki Pages

Tag Cloud

To further filter what appears in the Things Tagged 2.0script.aculo.us list, select a tag from the Tag Cloud.
What is 2.0script.aculo.us? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged 2.0script.aculo.us

In-page windows

Tired of those popups and ugly JavaScript dialog boxes? Sébastien Gruhier has a solution for you, based on the Prototype JavaScript Framework and support for script.aculo.us effects goodness:

Prototype JavaScript Windows

You can open pure in-page windows, or load in a an entirely different URL, via the included support for IFRAMEs.

Sébastien doesn’t stop there, but also put up a cool debugging extension, which you can put to use when developing JavaScript stuff.

Of course everything is skinnable with CSS. So, hop over to the site and enjoy the demos, and see the blog entry to leave comments.

P.S. All that is served with a MIT license—free to use for any purpose. Rock on, Sébastien :)

script.aculo.us: Thomas Fuch's Weblog

script.aculo.us 1.6 is coming

script.aculo.us is nearing its 1.6 release.

Hundreds of thousands of downloads, packaged with Ruby on Rails and other frameworks, and as standalone package, and 10,000+ del.icio.us links speak for themselves—great to see that kind of usage and support!

script.aculo.us 1.6 marks the switch over to Prototype 1.5 (1.4 will no longer be supported), which has really great new features and has undergone some refactoring to take advantage of the Prototype 1.5 niceties.

Other new stuff includes window-scrolling while dragging, performance optimizations and various bug fixes.

To see some cool combinations of the new Prototype features with the latest script.aculo.us 1.6 beta, see example 1 and example 2 (from the functional test suite).

I’m welcoming test reports, so if you have an app using script.aculo.us, get the newest files from SVN and try if everything works smoothly.

The final version of script.aculo.us 1.6 will be released with Ruby on Rails 1.1 final, which shouldn’t be too far ahead. :)

Oh, and don’t forget that you can stay updated on when it’s released by subscribing to the script.aculo.us RSS feed.

script.aculo.us: Thomas Fuch's Weblog

Ajax training in Austria: "Ajax richtig verwenden"

I’m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, on March 17, here in Vienna, Austria (for german speaking audiences).

Here are the (in-german) details:

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!

script.aculo.us: Thomas Fuch's Weblog

JotForm - online forms powered by Prototype and script.aculo.us

Aytekin Tank has released JotForm, a web-based tool to create form.

From the announcement:

I am very excited to announce that the first web based WYSIWYG form builder JotForm BETA is now released.

Although implementing the first real web WYSIWYG form editor was a very interesting task by itself, it is not that useful. All form building tools on the web provide data collection and access. So does JotForm. It is really easy to see results on the my forms section and you can even export them as Excel, CVS or some other delimited format. You can also receive notification emails.

JotForm is built on top of two super cool JavaScript libraries Prototype and Script.aculo.us.

An other really, really cool example of how Prototype and script.aculo.us can be put to use to provide great web user interfaces.

Great work, Aytekin!

script.aculo.us: Thomas Fuch's Weblog

"King of eye candy"

Kevin Yank has written an article about important JavaScript frameworks out there, and has some nice words on Prototype and script.aculo.us:

Because Prototype is so good at making low-level scripting less painful, a number of higher-level libraries have been built with Prototype as a basis. script.aculo.us is the king of eye candy, offering easy-to-apply animated “cinematic effects” that can be used to enhance most web applications.

While it’s called JavaScript Libraries and Patterns: Yahoo! Does AJAX, the article really provides a short overview on Dojo, Prototype, AjaxTK and obviously the new Yahoo UIL stuff, plus has some advice on design patterns.

If you’re new to JavaScript frameworks, it’s a good introduction. For my part, I’d advise to choose Prototype, of course. :)

script.aculo.us: Thomas Fuch's Weblog

script.aculo.us V1.5.2 featuring auto-scrolling draggables

Here are the new features:

  • 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]

Additionally, various bugs where fixed (see the CHANGELOG for details).

Get it at the script.aculo.us downloads page.

(So I’m back from exploring London now, hope to get some more updates to script.aculo.us done over the next few weeks!)

script.aculo.us: Thomas Fuch's Weblog

Speaking at the Ajax Experience

I’m going to give a presentation on advanced user interfaces (using script.aculo.us) at The Ajax Experience which will be held in San Francisco from May 10-12th, 2006:

Ajax is giving developers and designers the power to access the back- end at any time. How and where does JavaScript and the Document Object Model fit in? How can they be used efficiently to provide next- generation form controls, sliding panels, loading-on-demand, activity indicators and what-have-you?
Implement the next cool Ajax control using the Prototype and script.aculo.us JavaScript libraries and learn about the visual effects engine and how to best put it to use for your very own home- grown effects.

Of course, besides my talk, there are a lots of interesting presentations going on there, including world-leading JavaScript developers like Brendan Eich, Douglas Crockford and Sam Stephenson.

So, hope to see some of you in San Francisco! :)

script.aculo.us: Thomas Fuch's Weblog

Scoped effect queues explained

Abdur-Rahman Advany explains all about the visual effects queues of script.aculo.us and what sort of things you can achieve with them.

The short story is: You can create complete timelines of effects, with more than one scope (that’s what we call a “track” in script.aculo.us). This allows to do some neat trickery, like queuing effects up until other effects are finished, or limiting the number of effects that can occur in a scope (for example to prevent users from hitting a button 10 times because the effect looks so nice and breaking things by doing so).

So, if you’re using visual effects and want to have more control over them read the article.

(There are other articles coming up on Abdur-Rahman’s site on even more aspects of the script.aculo.us visual effects, please keep it up!)

script.aculo.us: Thomas Fuch's Weblog

Stikipad hosts script.aculo.us wiki

StikipadThe script.aculo.us documentation wiki is now hosted by the nice guys over at Stikipad, a hosted wiki solution currently in beta (and yes, it’s a Rails app, naturally).

That being said, we’re going to be launching soon and you’ll be able to try out us out free of charge – who knows, we might even throw in a perk for being a script.aculo.us fan!

Thanks for giving the script.aculo.us wiki a new home, guys!

script.aculo.us: Thomas Fuch's Weblog

Audible Ajax Interview

The lastest episode of the Audbile Ajax Podcast is all about script.aculo.us, web usability and other subjects:

Some of the first “wow” moments were due to the effects created by Thomas Fuchs in his Script.aculo.us library that builds on top of Prototype. Many people didn’t realise that with one line of JavaScript code they could get such a nice effect to happen, and now ugly developer-created sites have a chance ;)

We had the pleasure of interviewing Thomas, an we got to discuss his frameworks, and gain knowledge from his experience.

What you will learn in this podcast
  • How script.acuo.us was born out of a real project
  • Why Rails was chosen for Fluxiom
  • Where Rails shines with Ajax
  • The new RJS templates feature that makes Ajax even easier
  • The difference between Prototype and Script.aculo.us
  • How Script.aculo.us is available in Rails 1.0
  • Future plans for Script.aculo.us
  • When you should use the cool effects, and when you should not
  • About drag and drop and web usability
  • Challenges that Thomas has faced with his Ajax projects
  • Why you would choose an Ajax application versus using other technologies such as Flash
  • How hard it is to build a very rich Ajax application
  • How to handle browser differences
  • Experiences with DOM manipulation and innerHTML
  • How naming collisions are not as much of an issue in recent builds of Prototype

So, tune right in!

script.aculo.us: Thomas Fuch's Weblog

Photos from my Ajax Workshop in London

Over at the Carson Workshops site, you’ll find a bunch of photos from my December 2005 workshop on Ajax in London.

Also, hoping to see some of you at my Get Started Using Ajax Workshop in New York!

script.aculo.us: Thomas Fuch's Weblog

Username:
Password:
(or Cancel)