Archive for the 'Blogging' Category
MIT Weblog Survey
Friday, June 24th, 2005Flickr
Monday, September 27th, 2004Flickr: Photos from Brad Froehle – just trying out Flickr. It’ll be interesting to see how much the pro version will cost. Seems like a slick way to setup public albums, etc.
MarsEdit with WordPress
Wednesday, September 22nd, 2004Ranchero Software just introduced MarsEdit which is in 1.0beta. It’s a competitor to other blog posting utilities like ecto.
It was a charm to get working with WordPress after I found instructions online. In fact, this post was written in MarsEdit
Let me quote the instructions for posterity:
In the (excellent) online help there are special [...]
Response to the Psych of a Blogger
Monday, August 9th, 2004Response to the Psych of a Blogger – Ryan Prins’ comments about Xanga are exactly how I feel.
Just a Test, Ma’am
Monday, August 9th, 2004If you see this, I’ve got WordPress Email-to-Blog feature setup correctly.
I’m still not sure how this is useful, but who knows.
Weblog Snapshots
Tuesday, July 20th, 2004Weblog Snapshots
Xanga RSS
Monday, July 19th, 2004I always had a problem with Xanga RSS not working in NetNewsWire.
So I hacked up a solution in the form of a php file:
<pre><?
$f = escapeshellcmd($_GET["q"]);
$g = shell_exec('curl -s http://www.xanga.com/rss.aspx?user='
. $f . ' | sed -e "s/<rss version="0.91">/'
. '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/'
. '02/22-rdf-syntax-ns#" xmlns="'
. 'http://my.netscape.com/rdf/simple/0.9/">/"'
. ' | sed -e "s/</rss>/</rdf:RDF>/"');
echo $g;
?></pre>
And then I just call the [...]
Version 2
Sunday, July 18th, 2004Version 2 | Blog | 1976design.com – What an awesome design!
Light Rail Review
Thursday, July 1st, 2004As I mentioned yesterday, I finally got around to riding the Hiawatha Light Rail line on Tuesday.
Read on for a review.
10 Tips on Writing
Sunday, June 20th, 200410 Tips on Writing the Living Web: A List Apart