LabelTitle1
function showrecentposts(json) {
for (var i = 0; i numposts; i++) {
// get entry i from feed
var entry = json.feed.entry[i];
// get the posttitle
var posttitle = entry.title.$t;
// get the post url
if (i == json.feed.entry.length) break;
for (var k = 0; k entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
posturl = entry.link[k].href;
break;
}
}
document.write(''+ posttitle + ''+ '');
}
}
Articles :
var numposts=100;
var numchars=100;
LabelTitle2
function showrecentposts(json) {
for (var...
What Is Lorem Ipsum?
Lorem Ipsum is dummy text for printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took kitchen types and hurried to make a type specimen book.
This not only lasted five centuries, but also the leap into electronic typesetting,remained basically unchanged. When it was popularized in the 1960s with the release of Letraset sheets containing Lorem Ipsum parts, and more
recently with desktop publishing software like Aldus PageMaker including versions...
Subscribe to:
Posts (Atom)