InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Beautiful JavaScript Windows and Dialogs for your Application

Posted by Obie Fernandez on Jun 02, 2006

Sections
Development,
Architecture & Design
Topics
Javascript ,
Ruby on Rails ,
Ruby ,
Java ,
Rich Internet Apps ,
Programming
Tags
Scriptaculous ,
Prototype
French expert user-interface programmer Sébastien Gruhier recently released version 0.80 of his beautiful Prototype Windows library, based on Prototype 1.5 and inspired by the script.aculo.us library, which provides fancy visual effects such as fading in and out.

Sébastien's library gives the ability to easily create modal and non-modal windows and dialogs, which optionally capture their position and size to a cookie automatically.

Prototype and Scriptaculous are object-oriented Javascript libraries popularized by their association with Ruby on Rails, but also used by many developers of Java-based rich browser interface applications.

Work on a Rails Plugin to simplify usage of Sébastien's code is underway.
From the author :) by Sébastien Gruhier Posted
Specialized version for .Net by Thomas Hansen Posted
  1. Back to top

    From the author :)

    by Sébastien Gruhier

    Hi
    I am Sébastien Gruhier. Thanks a lot for the article. Like you wrote this nice article, I give you a scoop :). I have done a new homepage for my project with a better documentation. My english needs to be corrected (it should be done this WE) but I give you the URL:
    blogus.xilinus.com/beta/doc/index.html.

    There are also some cool samples.
    Seb

  2. Back to top

    Specialized version for .Net

    by Thomas Hansen

    Howdy, my employer has created a specialized version of this (or rather re-written completely to be usable in ASP.NET apps) that has 100% WYSIWYG and RAD development for the .Net platform in case somebody is interested... ;)
    It's GPL licensed (with commercial licenses available) at our main product website; Gaia Ajax Website
    Also there are some extra skins and stuff you can use etc if you're on Java or some other framework that doesn't compile together with ASP.NET or Mono...

Educational Content

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.