[email protected], on 30 Apr, 2009 - 06:12 PM, said:
and about google
Ill get the blog set up, do u think you can like put a rss feed on the left side of the site?
Posted 30 April 2009 - 06:22 PM
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
Posted 30 April 2009 - 06:24 PM
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
Posted 30 April 2009 - 06:33 PM
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
Posted 30 April 2009 - 06:34 PM
Amrykid, on 30 Apr, 2009 - 05:33 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
Posted 30 April 2009 - 06:35 PM
[email protected], on 30 Apr, 2009 - 06:34 PM, said:
Amrykid, on 30 Apr, 2009 - 05:33 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
This post has been edited by Amrykid: 30 April 2009 - 06:36 PM
Posted 30 April 2009 - 06:42 PM
Amrykid, on 30 Apr, 2009 - 06:35 PM, said:
[email protected], on 30 Apr, 2009 - 06:34 PM, said:
Amrykid, on 30 Apr, 2009 - 05:33 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
[email protected], on 30 Apr, 2009 - 06:24 PM, said:
Amrykid, on 30 Apr, 2009 - 05:22 PM, said:
[email protected], on 30 Apr, 2009 - 06:12 PM, said:
Posted 30 April 2009 - 06:45 PM
Posted 30 April 2009 - 06:55 PM
Posted 01 May 2009 - 05:53 AM
[email protected], on 30 Apr, 2009 - 06:55 PM, said:
var xmlDoc = null;
if (window.ActiveXObject) {// code for IE
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
}
else if (document.implementation.createDocument) {// code for Mozilla, Firefox, Opera, etc.
xmlDoc = document.implementation.createDocument("", "", null);
}
else {
alert('Your browser cannot handle this script');
}
if (xmlDoc != null) {
xmlDoc.async = false;
try {
xmlDoc.load("http://amrykidblog.blogspot.com/feeds/posts/default?alt=rss");
}
catch (err) {
document.write("<p>An error occured while trying to read the rss file click <a href='http://www.amrykid.co.cc/blog.php'>here</a> to visit my blog.")
}
var x = xmlDoc.getElementsByTagName("item");
var xml = xmlDoc.getElementsByTagName("channel");
document.write("<h1><a class='news' href='" + xml[0].getElementsByTagName("link")[0].childNodes[0].nodeValue + "'>" + xml[0].getElementsByTagName("title")[0].childNodes[0].nodeValue + " News</a></h1>");
document.write("<ul class='rss_items'>");
for (var i = 0; i < x.length; i++) {
var AuthorStr = x[i].getElementsByTagName("author")[0].childNodes[0].nodeValue;
AuthorStr = AuthorStr.replace("[email protected]", " ");
AuthorStr = AuthorStr.replace("(", "");
AuthorStr = AuthorStr.replace(")", "");
document.write("<div class='rss_box'>");
document.write("<div class='rss_titleBox'>");
document.write("<li class='rss_item'>");
document.write("<a class='rss_item' href='" + x[i].getElementsByTagName("link")[0].childNodes[0].nodeValue + "' target='_self'>" + x[i].getElementsByTagName("title")[0].childNodes[0].nodeValue + "</a>");
document.write("<br /><span class='rss_date'>posted on " + x[i].getElementsByTagName("pubDate")[0].childNodes[0].nodeValue + " by" + AuthorStr + "</span>");
document.write("</div>");
document.write("<br />" + x[i].getElementsByTagName("description")[0].childNodes[0].nodeValue);
document.write("</li>");
document.write("</div>");
}
document.write("</ul>");
}
Posted 01 May 2009 - 12:49 PM
Posted 01 May 2009 - 01:42 PM
This post has been edited by sbell1099: 01 May 2009 - 01:43 PM
Posted 01 May 2009 - 01:47 PM
This post has been edited by [email protected]: 01 May 2009 - 01:50 PM
Posted 01 May 2009 - 02:13 PM
This post has been edited by [email protected]: 01 May 2009 - 02:16 PM
