JavaScript Light & Sweet

The best PHP and DB Conference of 2006php/db|works 2006 Session Schedulephp/db|works 2006 Session Synopsis Index → JavaScript Light & Sweet

Speaker: Josh Eichorn
Start time: Wednesday @ 14:45
Duration: 1 hour
Talk synopsis: There's a darkness in every developer's heart that struggles to get out and write frameworks. Consequently, there are frameworks out the wazoo for things like AJAX and Javascript written in PHP. Reinventing the wheel really isn't all that much fun, but the best framework turns out to be no framework at all.

The Prototype Javascript library, which is written in (and extends) the Javascript language itself, is really the way to go, and in this talk you'll learn why. Prototype makes it painless to add AJAX to any application, without making you work double-time to bolt it on or change your application's design paradigm. It even makes Javascript a little bit fun.

Hit points for this talk include:
* Embrace simplicity
* Why Prototype is Better
* How Make Typical AJAX Requests
* How to Add Prototype/AJAX Support to Your Existing Application
* How to Use Callbacks and Event Handlers
* How to Create Form, Field, and Event Observers (to initiate AJAX requests)

New Comment
This form allows you to type in a new comment. Keep in mind the following:
  • The system accepts input in plain text format. Newlines will be converted to the HTML equivalent, and the system will try to catch most URLs and make them clickable.
  • Your e-mail address will never be displayed. We will use it only to notify you when new comments are posted to this page.
  • As a rule, we do not delete comments unless they are offensive, racist, spam or otherwise inappropriate.
  • Bold fields are required
Your Name:
Your e-mail:
Type this number:
Subject:
Comment:
Comments   New Comment
Re: JavaScript Light & Sweet (#319)
By Denni on 2006-09-09 13:23:41

Nice comment form

[Reply to this]

Re: Re: JavaScript Light & Sweet (#526)
By Jeff Windhorst on 2007-04-23 12:28:58

I fully agree with you on this, and would like to add that numerous frameworks out there are bloated to accomodate any possible situation. This is a lot of extra rendering time on the initial load of you application.

[Reply to this]