Invited to the JP Morgan and Connector Group Showcase
Max Kiesler and Ideacodes have been invited to the JP Morgan and Connector Group Showcase. This is an exclusive event for influencers and tastemakers in the technology sector.rn
Invited to the Yahoo Design Group Dinner
The dinner was a gathering of web design, UI, and user experience icons from around the country.rn
QooxDoo
qooxdoo is an advanced open-source javascript based toolkit. qooxdoo continues where simple HTML is not enough anymore. This way qooxdoo can help you to get your rich web application interface done – easier than ever before
Website: http://qooxdoo.oss.schlund.de/
The AJAX response: XML, HTML, or JSON?
Since my last AJAX project I’ve increasingly been wondering about the “ideal” output format for the AJAX response. Once you’ve succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else? In this entry I’d like to discuss the three formats, with examples, and ask you which format you’ve used in your practical AJAX applications.
Website: http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html
Podcast of the JP Morgan and Connector Group Showcase
Tonight we were pleased to be invited to the JP Morgan and the Connector Group Showcase, which is an exclusive event for influencers and tastemakers in the technology sector. The show case is a catalyst between technology companies and some, “of the country’s most well-respected businesspeople, technologists, style mavens, bloggers, and thinkers”. (Connector Group)”Hear the podcast of the event – 17 MB mp3 – duration: 1.14 min”Tonight’s event featured the following companies.rnGoogle (Google Maps division) “Meebo rnMobiTV rnPalm rnPay By Touch rnPeerflix rnFindaway World (makers of Playaway) “Roku rnSling Media rnWolfgang’s Vault rnCocoa Designsrn
Yahoo Design Group Dinner
We were very pleased to be invited to the Yahoo Design Group Dinner on Monday night! The dinner was a gathering of web design, UI, and user experience icons from around the country. Currently, the Web Design World conference is going on in SF so there are even more talented people than usual in the bay area right now. “I was fortunate to meet Larry Tesler, VP of user experience and design, Havi Hoffman, Catalyst for Social Media Marketing, Joy Mountford (founder of Apple’s International Interface Design Project), and Julie Stanford of Sliced Bread Design. My partner Emily Chang spoke to Don Norman, Jared Spool, Peter Merholz and Jeff Veen among others. “Most of the discussion I had was about web 2.0 technologies and design. Yahoo seemed genuinely interested in the subject.”We also discussed doing some podcasts with …
FireBug
FireBug is a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.
Website: http://www.joehewitt.com/software/firebug/
Call SOAP Web services with Ajax
his paper is the first of a short series that illustrates the implementation of a cross-platform, JavaScript-based SOAP Web services client based on the Asynchronous JavaScript and XML (Ajax) design pattern for Web applications.
Website: http://www-128.ibm.com/developerworks/webservices/library/ws-wsajax/index.html
Javascript Behaviors
This page presents a library of Dynamic HTML behaviors, modular units of Javascript code that can be associated with elements in a web page chosen with CSS selectors.
Website: http://www.ccs.neu.edu/home/dherman/javascript/behavior/
Documenting prototype.js for AJAX
As the prototype.js library lacks documentation and I recommend to use the down cut version for AJAX, I thought it might be useful to document how to use the AJAX related functions.
Website: http://alexander.kirk.at/2005/10/05/documenting-prototypejs-for-ajax/