Displaying 2 results from an estimated 2 matches for "showblog".
Did you mean:
show_log
2006 Jul 01
4
How to create Multi-User webapplication?
I''m kinda nuby! and i just want to know how to create a Multi-User Web
application, where a person can register and can have his own subdomain
for a blog.. where people can view and visit it....
--
Posted via http://www.ruby-forum.com/.
2006 Mar 23
4
XML parser fixed
...xt: function (node)
{
return node.textContent || node.innerText || node.text || node.childNodes[0].nodeValue || '''';
}
}
);
/* --------------------------------------- */
/* How To use it */
/* --------------------------------------- */
<*cript>
function showBlog(xml)
{
$(''outputField'').innerHTML = '''';
var total = xml.rss[0][''channel''][0][''item''].length;
for(var i=0; i < total; i++) {
$(''outputField'').innerHTML += ''<a href="'...