nextwebgen.com

The Next Generation Web Now

Safari: Browser.Back + Ajax

Filed under: Web 2.0 News, Front Page, Safari, Ajax, Browsers — Dion Almaer at 10:52 am on Monday, July 24, 2006

Matthias Willerich has written about hacks to get the back button working with Ajax land.

He likes to various work:

Any others out there?

Tuesday Morning Roundup

Filed under: Web 2.0 News, Front Page, JavaScript, Safari, Prototype, Ruby, Scriptaculous, RichTextWidget, Tip — Rob Sanheim at 9:00 am on Tuesday, July 11, 2006

Tuesday morning roundup!

  • Lesserwiki - a very light Ruby on Rails wiki very similiar to TiddlyWiki, with all updates done continuously on one page, double click to edit, etc.
  • Article on Writing Custom Iterators for Prototype from Encytemedia
  • A Prototype solution to the DOM Ready issue (see Dean's post for background info)
  • Javascript object < -> Rails object marshalling capability has been integrated into Protowidget - demo here, detailed explanation here - looks cool and could also function on its own.
  • An Ajax-ready slide transition library (demo) based on the popular Prototype/scriptaculous combo.
  • Reducing the perceived responsiveness of your app with the "W AJAX" design pattern - using background threads on the server to load complex data while the browser continues to load the easy stuff.
  • Safari hates trailing commas like this:
    new Effect.Highlight('foo', {duration:0.5,startcolor:'#ff99ff',});
    while FF and IE don't care. Bruce Williams has a quick and dirty Ruby test case to find offending scripts so you can catch it early in your build.

Sifl n Olly's Chester on his love skills. (mp3, probably NSFW)

updated: made title less stupid

Safari gets a Javascript debugger

Filed under: Web 2.0 News, Front Page, JavaScript, Toolkit, Programming, Safari — Rob Sanheim at 11:16 am on Wednesday, June 28, 2006

Its about time - Webkit - the development version of Safari, has gotten a real javascript debugger. Its called Drosera, and the Surfin Safari blog has the announcement. Or you can just download the latest nightly of Webkit and go. Its interesting to note that this and the Web Inspector tool for Safari are about 90% plain HTML and Javascript. Hows that for a something that isn’t even a “real programming language”?

Drosera javascript debugger for Safari