Ongoing Projects

Projects Executing

Our Technical Expertise

Case Studies

Web 2.0 Developments

How advantageous AJAX is?

As you probably know, Asynchronous Javascript + XML (AJAX), which consists of HTML, JavaScript™ technology, DHTML, and DOM, when combined, provide a more seamless experience for web application users.

  1. The interface is much more responsive, because only a small part of the page is transferred at a time. The user has the feeling that changes are instantaneous.

  2. With AJAX, we only have to load the basic scripts and CSS files, and request the rest as content, through multiple connections.

  3. User no longer have to wait for the entire page to be rebuilt and re-transmitted by the server. Instead, only the relevant content changes.

  4. If a page section encounters an error, other sections are not affected (if not logically linked) and the data already entered by the user is not lost.

  5. We do not have to send the entire page content (CSS, images, static sections), thus the bandwidth usage is most likely to decrease. Server load also get reduced.

AJAX support in .NET 2.0?

ATLAS™ & ASP.NET 2.0 Script callbacks basically allow us to make server side callbacks from client side code dynamically updating the client side HTML document without reposting the entire page.

Case Studies

  1. KALPATARU developed Quizmine that works on AJAX Engine.

  2. Check KALPATARU's in-house product KCcombo (Coming soon) using VS.NET 2005