google.load(”feeds”, “1″);
function initialize() {
var feed = new google.feeds.Feed(”http://feeds.feedburner.com/seomoz”);
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 attributes = [”title”, “link”];
var p = document.createElement(”p”);
var anchor = document.createElement(”a”);
anchor.setAttribute(”href”,entry[”link”]);
anchor.appendChild(document.createTextNode(entry[”title”]));
p.appendChild(anchor);
var br = document.createElement(”br”);
p.appendChild(br);
container.appendChild(p);
}
}
});
}
google.setOnLoadCallback(initialize);
Intro from Rebecca: Eric Enge is a guest blogger for SEOmoz and has contributed various posts on […]
April 16th, 2008
Categories: SEO . Author: admin . Comments: No Comments
Today is Social Media Wednesday. Since Jane is gone, I thought I would take a stab at writing a social media post. Hope you enjoy!
If you are involved with social media marketing for more than five minutes you will inevitably hear someone preach about the power of Digg. It is funny how hard people work […]
April 16th, 2008
Categories: SEO . Author: admin . Comments: No Comments
JK Rowling and Warner Brothers are suing a Harry Potter fan, Steven Vander Ark, because he was planning to publish a Harry Potter Lexicon, through RDR publishers, based on the contents of his website. The site was setup in 2000 to catalogue the characters, creatures and spells in the Harry Potter universe and was praised […]
April 16th, 2008
Categories: Computers . Author: admin . Comments: No Comments
Microsoft’s US Senior Manager in charge of Small Business Community Engagement Eric Ligman published a post on Friday outlining, in what he regards as very simple terms, the fact that to upgrade to Windows Vista you must have something there to upgrade from! The article can be found here but I’ve quoted a couple of […]
April 16th, 2008
Categories: Computers . Author: admin . Comments: No Comments