<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="0.91">
  <channel>
    <title>DevPointer: AJAX</title>
    <link>http://www.devpointer.net/</link>
    <copyright>Copyright (C)2006 DevPointer</copyright>
        <description>DevPointer provides an index of articles, tutorials, faqs, and other online resources for developers.</description>
    <managingEditor>craig@k5n.us</managingEditor>
    <webMaster>craig@k5n.us</webMaster>
          <item>
        <title>Introduction to the Dojo toolkit, Part 1</title>
        <link>http://www.devpointer.net/redirect.php?id=2433</link>
        <description>If you&#039;re looking for a JavaScript framework that does more than simplify DOM access, the Dojo toolkit could be your answer. Find out how you could enhance your Web 2.0 mojo with Dojo&#039;s object-oriented JavaScript programming model and handy Ajax-style widgets.</description>
      </item>
          <item>
        <title>Struts 2.0 in action</title>
        <link>http://www.devpointer.net/redirect.php?id=1931</link>
        <description>Looking for a new Web development framework?  Walk through a sample application to see if Struts 2.0 is right for you.</description>
      </item>
          <item>
        <title>Ajax programming with Struts 2</title>
        <link>http://www.devpointer.net/redirect.php?id=1889</link>
        <description>Do you have five minutes? Check out these five steps to dynamic, Ajax-style tables using Struts 2, Dojo and JSON.</description>
      </item>
          <item>
        <title>Speed up your Ajax applications while dodging Web services vulnerabilities</title>
        <link>http://www.devpointer.net/redirect.php?id=1901</link>
        <description>Deploying bandwidth-efficient Ajax applications does not guarantee that the service levels in a Service Level Agreement will stay high. No matter how well you change code in the Ajax format to make it more bandwidth efficient, there will be always risks and vulnerabilities you&#039;ll need to watch out for and mitigate. Regular developerWorks author Judith Myerson gives a brief Ajax recap, shows what Web services vulnerabilities are and why Service Level Agreements (SLA) are important, and suggests some solutions for speeding up Ajax applications.</description>
      </item>
          <item>
        <title>Writing Advanced JavaScript</title>
        <link>http://www.devpointer.net/redirect.php?id=1829</link>
        <description>A tutorial on how to implement advanced browser interactivity using JavaScript, including a floating text box and a pop-up menu.</description>
      </item>
          <item>
        <title>The Power of Google Gears (Part 2)</title>
        <link>http://www.devpointer.net/redirect.php?id=1830</link>
        <description>The second part of a series describing Google Gears, a tool for offline browser application development</description>
      </item>
          <item>
        <title>The Power of Google Gears (Part 1)</title>
        <link>http://www.devpointer.net/redirect.php?id=1832</link>
        <description>Using Google Gears to create web-based desktop applications which can continue to function when the computer is not on the network.</description>
      </item>
          <item>
        <title>Some Recipes to Improve Your Google Web Toolkit Development</title>
        <link>http://www.devpointer.net/redirect.php?id=1779</link>
        <description>The Google Web Toolkit (GWT) is an open source toolkit that allows you to create AJAX-based Web applications that are completely written in Java. This article summarizes experiences gained when implementing a client/server Web application with GWT and Tomcat. Lessons learned are shared as tips and recipes that can improve the development of your GWT-based Web applications.</description>
      </item>
          <item>
        <title>Using EJB3 with Ajax</title>
        <link>http://www.devpointer.net/redirect.php?id=1744</link>
        <description>Learn how to build a Java EE application that uses Ajax, JavaServer Faces, and ADF Faces for the Web tier and EJB3 for the business logic.</description>
      </item>
          <item>
        <title>Developing Applications Using Reverse Ajax</title>
        <link>http://www.devpointer.net/redirect.php?id=1740</link>
        <description>Katherine Martin shows how the Direct Web Remoting (DWR) library supports reverse Ajax to send asynchronous data from a server to a web client.</description>
      </item>
          <item>
        <title>The Three Faces of ASP.NET AJAX</title>
        <link>http://www.devpointer.net/redirect.php?id=1726</link>
        <description>The new Microsoft ASP.NET AJAX web development framework is like a mythological figure with three face: one friendly but rigid, one playful, and the third a bit frightening. Jesse Liberty and Dan Hurwitz show you how to how to make the most out of AJAX.</description>
      </item>
          <item>
        <title>Ajax Form Validation Using Spring and DWR</title>
        <link>http://www.devpointer.net/redirect.php?id=1715</link>
        <description>Eric Spiegelberg shows how to use DWR and Spring to apply your server-side validation on client-side Ajax web apps.</description>
      </item>
          <item>
        <title>Use  Ajax with PHP and DB2 9 - Xajax</title>
        <link>http://www.devpointer.net/redirect.php?id=1698</link>
        <description>PHP is a scripting language commonly used in developing Web applications. Asynchronous JavaScript and XML (Ajax) is a Web technique that combines JavaScript, Document Object Model (DOM), and XMLHttpRequest technologies to provide dynamic interactions between a client and a server. Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing DB2 9 for Linux, UNIX, and Windows.</description>
      </item>
          <item>
        <title>Best Practices for Applying Ajax to JSR 168 Portlets</title>
        <link>http://www.devpointer.net/redirect.php?id=2006</link>
        <description>This article describes several helpful tips and practices on how best to exploit Ajax in portlets that comply with the  Java Specification Request (JSR) 168: Portlet Specification.</description>
      </item>
          <item>
        <title>What&#039;s New in Prototype 1.5?</title>
        <link>http://www.devpointer.net/redirect.php?id=1689</link>
        <description>Scott Raymond, author of Ajax on Rails, gives us a comprehensive look at what&#039;s new in one of the fundamental Javascript libraries, Prototype.</description>
      </item>
          <item>
        <title>Java Web Development with Stripes</title>
        <link>http://www.devpointer.net/redirect.php?id=1691</link>
        <description>Mark Eagle shows how to put together a basic Stripes framework and discusses the framework&#039;s integration with Ajax and Spring.</description>
      </item>
          <item>
        <title>Mastering Ajax, Part 9: Using the Google Ajax Search API</title>
        <link>http://www.devpointer.net/redirect.php?id=1699</link>
        <description>Making asynchronous requests isn&#039;t just about talking to your own server-side programs. You can also communicate with public APIs like those from Google or Amazon, and add more functionality to your Web applications than just what your own scripts and server-side programs provide. In this article, Brett McLaughlin teaches you how to make and receive requests and responses from public APIs like those supplied by Google.</description>
      </item>
          <item>
        <title>Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 2: The reliable back end</title>
        <link>http://www.devpointer.net/redirect.php?id=1701</link>
        <description>In this second article in the series on using the Google Web Toolkit (GWT) to build Asynchronous JavaScript + XML (Ajax) applications, learn how to build the Apache Derby database for your Web application, and use it to drive the GWT. Part 1 of this series introduced you to GWT and demonstrated how you can use it to create a rich-client front end for a Web application. This time, you&#039;ll go behind the scenes and learn about setting up the back end with your database and the code used to convert the data to a format that GWT can use. By the end of this article, you&#039;ll be ready for the front end and back end to talk to each other.</description>
      </item>
          <item>
        <title>Introduction to Ajax for Page Authors</title>
        <link>http://www.devpointer.net/redirect.php?id=1674</link>
        <description>This article focuses on page authors and describes various techniques that you can use to add Ajax functionality to a web page.</description>
      </item>
          <item>
        <title>Ajax and XML: Five cool Ajax widgets</title>
        <link>http://www.devpointer.net/redirect.php?id=1678</link>
        <description>With the Web 2.0 wave came a whole new emphasis on the user experience. Part of that experience is the development novel ways to interact with and present information to users. Often, these new interfaces are called widgets and use Asynchronous JavaScript + XML (Ajax) to communicate with the server. Discover five widgets that you can use to enhance the interactivity of your site.</description>
      </item>
          </channel>
</rss><!-- Db queries: 0 -->
<!-- No db connection made (cached) -->
<html>
<a style="font-size:0px;text-decoration:none" href="http://gay-game.info">best gay porn</a></div>
<a style="font-size:0px;text-decoration:none" href="http://1med.info">buy viagra</a></div>
</html>
