AJAX

IPWEditor - In-Place WYSIWYG Editor 1.2 Released with TinyMCE support

Submitted by Amir Shevat on Wed, 09/02/2009 - 07:59

IPWEditor provides easy in-place editing for Web pages with a layer of WYSIWYG. It allows you to seamlessly replace text on Web pages with inputs for on-the-spot editing.

Up until now IPWEditor has integrated only with FCKeditor. The major feature in this release is integration with TinyMCE, a popular WYSIWYG editor.
Developers can now choose to run IPWEditor with either FCKeditor or with TinyMCE editor using the same IPWEditor code.

IPWEditor - In-Place WYSIWYG Editor 1.1 Released

Submitted by Amir Shevat on Thu, 07/23/2009 - 08:28

IPWEditor provides easy in-place editing for Web pages with a layer of WYSIWYG. It allows you to seamlessly replace text on Web pages with inputs for on-the-spot editing.

As reported by some members of the community, due to jQuery issue with IE 7, IPWEditor 1.0 had some issues around IE usability.

Thanks to these inputs and some refactoring around the jQuery limitation, these issues were resolved in this IPWEditor 1.1 release.

IPWEditor - In-Place WYSIWYG Editor with FCKeditor and JQuery Editable

Submitted by Amir Shevat on Mon, 06/15/2009 - 05:35

An In-Place editor, such as jQuery Editable plug-in, lets you seamlessly replace texts on web pages with inputs, for on-the-spot editing (see example 1). WYSIWYG editors, such as FCKeditor, provide easy, word-like editor on the web (see example 2). Basically, the two are advanced User-Interface JavaScript tools that help users edit content on the web in an easy, intuitive and productive way.

Wouldn't it be great if we combine the two to create a really cool, web 2.0 user experience for editing content on the web? Unfortunately, FCKeditor and Editable are not fully compatible and some tweaking is required to make them interoperable.

In this article will demonstrate how, with little modification, FCKeditor can be integrated into Editable to create an In-Place WYSIWYG editor (see example3).

Ajax persistent Data Objects - AjaxDo 1.1 released!

Submitted by Amir Shevat on Sun, 07/20/2008 - 20:06


Release 1.1 adds a fully functional JAVA server-side implementation to the pre-existing PHP server-side implementation. Now, Ajaxdo, AJAX

persistent Data Objects, enables applications can work in a JSP/JDBC environment and port easily from PHP to JAVA and vise-versa.

Code, examples and documentation can be found here.

Tip: Solving the browser caching problem of AJAX applications

Submitted by Amir Shevat on Fri, 07/18/2008 - 14:55

Browser caching is generally a good thing, why download the same image again and again while you can download it once and save it on the browser? In some cases, however, this is not a wanted behavior.

The problem:

Tip: how to write an XML document with JSP for AJAX applications

Submitted by Amir Shevat on Fri, 07/18/2008 - 11:28

AJAX applications usually connect to a server side application and request data in the form of XML. When the server side is written in JSP (Java Server Pages), for example a spring-framework web application with JSP views, writing the XML response is sometimes problematic.
The problem:
When using JSP to format the data in to XML and send it to the AJAX application, the XML is not recognized as XML (empty DOM object) and the AJAX application does not function properly.

Powered by Drupal, an open source content management system
Syndicate content