Never Question Anything

It's my professional opinion that you've become a monster.

I am Tommy and I made Publr and Photo Council.
Toodledo is still down :-(

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*.
kylewritescode:

caterpillarcowboy:

adamiss:

email and walk - at the same time! Apple you magnificent bastards.
heyitsnoah:
“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&#8230;

kylewritescode:

caterpillarcowboy:

adamiss:

email and walk - at the same time! Apple you magnificent bastards.

heyitsnoah:

“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…

This really creeped Ty out
This really creeped Ty out
GPOYW (in the gray hat)
photo by Drew

GPOYW (in the gray hat)

photo by Drew

GPOYW
Metavari CD release show.

GPOYW

Metavari CD release show.

migueld:

just seen.
i think the answer is publr.

heh

migueld:

just seen.

i think the answer is publr.

heh