Archive for the 'Ajax' Category

Google Reader, finally a true AJAX reader.

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Bloglines has been the top RSS Reader for a couple of years now . Probably not so much for how great it is, as much as there was nothing else that even came close.
I tried Google Reader a long time ago and could not get the feel for it. It was nice looking, AJAX driven, but very clunky. That has changed.
Google Reader is now a first class RSS reader. I have been using it for about a week and I am already […]

AJAXWorld Conference & Expo

The AJAXWorld Conference & Expo will take place October 2-4, 2006, at the Santa Clara Convention Center, California.
The conference will focus on the advancements of Rich Internet Applications (RIA) and Web 2.0 software development. AJAX has leaped to the forefront of web development in the last 18 months and is now considered the best model for developing the future of the Internet.
Here is just a partial list of topics to be covered.

Toolkits/Frameworks
Extending AJAX
Real-World AJAX and Web 2.0
AJAX, Web Services and SOAs
Security in the AJAX/Web 2.0 Era
How Java, AJAX, and Web 2.0 Work Together
Integrating CSS Into AJAX/Web 2.0 Apps
AJAX and the […]

RSS and AJAX Simple News Reader

XML.com has a good article on building a simple RSS News Reader using AJAX.
The article steps through each aspect of building a reader with in depth explanations and also has the source code available to be downloaded.
Why are we using Ajax to parse our RSS? By using Ajax, we are passing over the work of processing the RSS XML file to the web browser, thus reducing server load. Also, Ajax allows the user to have a more seamless web experience, because we are able to fetch the entire RSS XML file from the server without having to refresh the page. […]

Ajax in Action

Ajax in Action is an excellent book by Dave Crane, Eric Pascarello, Darren James

I first approached Manning about writing this book before the term ‘Ajax’ was coined, having spent several years battling through JavaScript and web-based projects and wishing that someone had written down the lessons that I was learning the hard way. I hope the book can help to smooth your introduction to programming using Ajax.
SOURCE : Dave Crane
Obviously Dave has a lot of background to offer us in JavaScript, even before Jesse James Garrett coined the term Ajax in February 2005. This is still one of […]

Google AJAX Search API - Issue Tracking

Now this is the way it should be. Google has released a Google AJAX Search API - Issue Tracking web page.
Not only do they give us a forum with developers present to discuss the API we can now see all the progress on bugs and feature request. If you find a problem or have a request you still report them at the Google AJAX Search API Groups Discussion.
It also helps us know what they consider a real issue. Read the official post.
Thanks Google!

New Yahoo Home Page Ajaxified

Yahoo has released their new Ajax oriented home page, July 17th, 2006.
It is a major improvement over the past design with a format that is aesthetically appealing and more inline with the current offerings of most major Search and Portal sites.
The site appears to be more Portal and less Search these days and that may just be the route Yahoo has decided to take in the future.
Has everyone conceded the searching to Google, especially since google is now a verb ?
You can keep up to date with Yahoo and their changes at the Yahoo! Search blog

Excellent Basic AJAX Examples

ClearNova has probably the best single page of AJAX examples available with downloadable source.
The downloadable samples include full JavaScript & Java Source, a sample database for any SQL database, and a PowerPoint presentation.Source : ClearNova : Basic AJAX Examples
Examples include:
Ping!
Track Changes
Drop Downs & Form Handling
Get Customers By State (Parse Plain Text)
Get Customers By State (Parses XML)
Google Suggest Hack
Activity Log

Newsmap

Newsmap is a very different type of Ajax application. It is a treemap based on the Google News aggregator. It takes a little getting used to, but it is very easy to see the biggest news stories (pun intended). Clicking on a story will open up the news source in a new window.
Categories are color coded included World, Business, Technology, Sports, Entertainment and Health. A legend allows the user to turn on and off their preferred categories.
There is also an excellent time based legend allowing you to select a timeframe over the last week available in Newsmap.

Google AJAX Search API Updated

Google has already updated the Google AJAX Search API based on feedback they have received from the Google Groups discussions. The New Feature: Site Restricted Search was posted yesterday. Now developers can add additional sources to the system and create custom labels to utilize site restrictions and limit the scope of the searches to specific sites. Keep up with the API at the Google AJAX Search API Blog.
For all searchers, you now have the ability to set a user defined label for a specific searcher. This lets you replace the current system defined label of “Web”, “Blog”, etc., […]

Google AJAX Search API

Google has released a new Ajax Search API. This new API allows you to build custom search pages that utilizes Ajax to display results from several Google sources without reloading the page.
The API is very powerful and allows several options to customize not only the sources that are searched, but how the results are displayed and used. Results can be returned in linear or tabbed displays. Local, Web, Video and Blog searches are supported.
Check out the Google AJAX Search API and make sure to subscribe to the Google AJAX Search API Blog to keep up to date with all new […]