Thursday, December 20, 2007
Monday, November 12, 2007
Tuesday, October 30, 2007
Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK).
Zimbra has used AjaxTK to push the envelope of what we think of as a Web page by developing a complete online Collaboration Suite, including enterprise-class e-mail, calendar, and contacts.
The AjaxTK squeezes the responsiveness gap between a Web-based application and a standard desktop-based application to near zero.
Dojo Documentation URL info. :
http://files.zimbra.com/website/docs/Zimbra%20AJAX%20TK%20Whitepaper.pdf
Is a runtime tool which will be supported in Eclipse's Ajax Toolkit Framework (ATF).
Dojo is a community project designed to unify the efforts of the JavaScript and Dynamic Hypertext Markup Language (DHTML) communities in a single direction by building a standard JavaScript library.
The community realized it wouldn't get far without people working together, so three separate predecessor tool kits were unified to form the Dojo Foundation, which owns and maintains the code. Dojo has several optional packages, including an Ajax edition; an I/O edition; and a "Kitchen Sink" edition, which includes the entire tool set.
Dojo Documentation URL info. :http://dojotoolkit.org/docs
Sunday, July 01, 2007
This Technique is a longstanding trick of developers to return information from the server
but keep it invisible to the user.
It uses a standard frameset with two frames to open two separate pages (or more if required),
the first being visible to the user and the second being made invisible by setting its width or height to zero.
The hidden frame can be used to send requests and retrieve data from the server,
but the data is placed in the visible frame only when needed.
Tuesday, May 29, 2007
Constituent technologies
The Ajax technique uses a combination of:
- XHTML (or HTML) and CSS, for marking up and styling information.
- The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information presented.
- The XMLHttpRequest object is used to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server, and in other implementations, dynamically added <script> tags may be used.
- XML is sometimes used as the format for transferring data between the server and client, although any format will work, including preformatted HTML, plain text, JSON and even EBML. These files may be created dynamically by some form of server-side scripting.
Wednesday, April 18, 2007
Thursday, March 01, 2007
Using Ajax is all about inserting fresh data into a page without having to
reload that page, and using the Dynamic HTML (DHTML) technique of inserting
text into a " div " or a " span " is very popular. Want to display some new
data? Fetch it from the server, pop it into a " div ", and pow!, there you are.
The " div " element is the most popular, but don’t forget that it’s a block element
and so takes up its own line(s) in the browser. If you want to place new
text inline, consider " span ".
Wednesday, February 28, 2007
Friday, January 19, 2007
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Getting Started : Of course, the first thing you need to do is install Python, if you don ’ t already have it. Installers are available for ...
-
Why to use Ajax ? Mainly to build a fast, dynamic website, but also to save resources.For improving sharing of resources, it is better to us...
-
Python Width and Precision: A conversion specifier may include a field width and a precision. The width is the minimum number of characters...
