Web Encyclop ICWET 2011
Web Encyclop ICWET 2011
Web Encyclop ICWET 2011
I. INTRODUCTION
Web development is getting more and more popular, users
still experience the nasty part of having to click a button,
wait until a new page loads, and click another button, waits
until a new page loads, and so on. So at this time sites are
needed that can overcome this problem. One of these types
of sites that work on classical HTML approach is
Wikipedia. At the present time there is not any Wikipedia
based site that is implemented through AJAX. So our
project is about implementing Wikipedia database on some
website having a technology to make it fast for a user.
3. The data that comes back from the server can be XML or
just plain text if you prefer. The JavaScript code in the
browser can read that data and put it to work immediately.
Thats how Ajax works it uses JavaScript in the browser
and the XMLHttpRequest object to communicate with the
server without page refreshes, and handles the XML (or
other text) data sent back from the server.
C. Advantages of AJAX
D. Implementation
o
the links associated with them. In this way, our search starts
in less than one second and gives all the results precisely.
IV.
REMAINING WORK
Most of the Wikis, available today online, are based on
html pages and hence their databases turn out to be
approximately in hundreds of GBs. So our focus will be
mainly to implement such database structures so that to
store more data in less space that is reduced redundancy and
using inferred database implementation practices.
A. Integration of Components
All the above mentioned functionalities have been tested
separately but their integration inside one common package
is yet to be done. Although, component integration is
generally not an issue for well written code, synchronization
issues may still arise.We tried to implement only English
language database dump to be displayed on our Ajax
application. But even that was a huge file. So we only took
some keywords and using those files we parsed, indexed
and generated our own database. The remaining work is to
take this database into XML format and then using ASP we
can put it all in work.
B. Implementation of dynamic fetching of images