
Never Question Anything
I am Tommy and I made Publr and Photo Council.
Parse NameCheap domain export file with PHP
Maybe there’s a way to export a excel format? But I got an xml file. Here’s how to parse it as a tab separated format via PHP.
<?php
if (file_exists(‘domainlist-11386-10-43.asp.xml’)) {
$xml = simplexml_load_file(‘domainlist-11386-10-43.asp.xml’);
} else {
exit(‘Failed to open domainlist-11386-10-43.asp.xml.’);
}
echo “<pre>n”;
echo “domaintexpiresn”;
foreach($xml->domains->domain as $row)
{
echo $row->{“domain-name”}.”t”.date(“m/d/Y”,strtotime($row->{“expire-date”})).”n”;
}
echo “</pre>n”;
?>
What's here, but first they have to find them
Listening to Tycho (so good) and getting back to work on freelance/personal projects. For whatever reason, my office chair stopped squeaking, so now I won’t wake Jess up at 2am with a loud *creeeeaaak*.
email and walk - at the same time! Apple you magnificent bastards.
“A new iPhone app called Email ‘N Walk replaces the plain white background of the e-mail application with a live view of the camera. Why? So you can write an e-mail while walking — and watch where you’re going through the iPhone’s camera lens. Good thing they didn’t call it “Email ‘N Drive”!” (via The Raw Feed: iPhone App shows camera view during e-mail)Brilliant.
Could’ve used this today. And yesterday. And so forth.
Cool idea…
GPOYW
Metavari CD release show.
Good looking, but very stripped down, todo app.Thank you! Precisely my intent.

heh, why thank you… nice site, do you think you’ll add the ability to “unshift” to-dos? sometimes i’m more productive than anticipated so that’d come in handy.

