News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Ajax Edit in Place Using Prototype
December 08, 2006 @ 08:31:00

In a new tutorial from PHPBuilder.com today, they introduce you to a very handy bit of functionality that can help make working with content on your site a much simpler process - Ajax Edit-in-Place (using Prototype).

Edit in place, like many other Ajax functions, uses the XmlHttpRequest Object to call an external page to send and receive information.

They start with the planning, the layout of how the mini application would work before even getting into the code. They assume that you already know how to work with a MySQL database and have an abstraction layer in place before starting in with the Javascript - echoing out the records (print_records), switching from a div to a textarea (changeClass), putting the content back into the database (save), and updating the page with the new information (update_page).

By the end you're left with a simple, clean edit-in-place that you can drop into any page that uses divs to contain the content.

0 comments voice your opinion now!
ajax editinplace prototype javascript mysql ajax editinplace prototype javascript mysql


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using the PEAR Pager Package to Paginate MySQL Results

Ajaxian.com: AjaxCore: PHP Ajax Framework

PHPBuilder.com: Write an Ajax-driven Login Application in PHP Using SSL/TLS

Sebastian Bergmann's Blog: AJAX-Based Test Runner for PHPUnit

DynamicWebPages.de: PHP at LinuxTag 2006 - May 3rd-6th


Community Events











Don't see your event here?
Let us know!


introduction development conference testing opinion application zendframework2 functional interview community code tool example language phpunit podcast framework release unittest series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework