Places to find me...
Facebook Twitter Linked In Google LastFM
RSS Feed (All Blog Entries) Wantz.it Wishlist Skype
Email
Recently, on Twitter...
Parse(); // Presumably now that it is parsed, I can pull the Title, Time, Author, and Links easily foreach($parser->document->entry as $twat){ // Open the DIV for the entry echo '
'; // Handle names $names = explode('(',$twat->author[0]->name[0]->tagData); //echo ''; //echo '('.$names[1].': '; // Fix the space bullshit $HTMLcontent = $twat->content[0]->tagData; $HTMLcontent = str_replace('<', ' <', $HTMLcontent); // Close the entry DIV echo $HTMLcontent.'
'; // Time and date stamp $timedate = explode('T', $twat->published[0]->tagData); $timedate[1] = substr($timedate[1], 0, 8); // Adjust time for local ConStruct time $hours = substr($timedate[1], 0, 2); $mins = substr($timedate[1], 2, 6); $hours -= 4; $timedate[1] = $hours.$mins; echo '
'.$timedate[1].' on '.$timedate[0].'

'; } ?>

Valid HTML 4.01 Transitional

Penguicon 7 Convention Reports


Want to enter your own (or one you found?)
Your name:
Title:
URL:

Check here if there are photos:


Comments?  *   Read others’ comments?  *   Contact me?