Google AJAX Feed API
More tools from the Search Engine Master : Google
The Google AJAX Feed API will let you download any public Atom or RSS feed
using only JavaScript. This might reduce some headaches.
A single Google API key is valid within a single directory on your web server,
including any subdirectories.
You must sign up for a Google Account to obtain a Google API key, and your
API key is tied directly to your Google Account. Google lets you generate
multiple API keys for your account when you have multiple web sites.
Here is an example web page to get you started:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Making Cents-Sense in Search Engine Marketing</title>
<script type="text/javascript"
src="http://www.google.com/jsapi?key=THEKKKKEY"></script>
<script type="text/javascript">
google.load("feeds", "1");
function initialize() {
var feed = new google.feeds.Feed("http://sements.com/rss2.aspx");
feed.load(function(result) {
if (!result.error) {
var container = document.getElementById("feed");
for (var i = 0; i < result.feed.entries.length; i++) {
var entry = result.feed.entries[i];
var div = document.createElement("div");
div.appendChild(document.createTextNode(entry.title));
container.appendChild(div);
}
}
});
}
google.setOnLoadCallback(initialize);
</script>
</head>
<body>
<div id="feed"></div>
</body>
</html>
Google is stepping up their game for dominance.
Cheers
Make your PC more useful. Get the free Google Pack.
Coming Soon: Me other Blog Digitalelife.com
-------------------------------------------------------------------------------------------------------------
Please visit our sponsors
Increase your Website Traffic | DSL Cheap | Calendars printed
Home Equity Loans Low Rates | Commercial Loans
Telecom Free Sales Leads Roof Repair - Long Island New York
Screen room Kit Do-it-Yourself Sun room Best Prices Free Quote
Free Press Release Home Design Spaces Corporate Gifts
Print Mail Statements-Collection Letters Aluminum Welding products
Kitchen Remodeling - Cabinet resurfacing Save Money in Health care
Aluminum Repair Blog SEM Forum Tanning Discount products
Windows for your Home - Quality Made - Best Prices
Siding for your House - Best Prices - Maintenance Free
Stars2hot Dog2Dogs Music2hot Games2hot
Save money on Medical Healthcare
-----------------------------------------------------------------------------------------------------------------------------------
Making Cents-Sense of Search Engine Marketing - SEMcents.com
Comments
how i start learn Ajax from scrap
About the Author
semcents
Blog:
Making Cents-Sense in Search Engine MarketingInterests: increase website traffic, income, search engine marketing
From Our Partners
People in Pictures
Top Geek Articles
|
Celebrities on the Phone
Cell phones are to celebrities like bats are to baseball: no one runs too far without them.
|
|
Why every guy should buy their girlfriend Wii Fit.
Gratuitous...
|
|
Hot Geeks -- The Sexiest Geeky Girls
These girls are gorgeous AND they'll play Warcraft with you. Doesn't get much better than that.
|




