Browsing archives for January, 2008

Polaroid on the Fly v0.6 Released

Asides,Plugins,WordPress 23 January 2008 Comments Off

Polaroid on the Fly WordPress Plugin v0.6 Released

Display Most Recent WordPress Posts On Another Site

HowTo,PHP,WordPress 23 January 2008 12 Comments

I was recently had the job of displaying the most recent WordPress posts on a sites main page. The easiest way I could think of doing this is to use the RSS feed. I’ll give two sample php functions that will do this as one requires some pear packages and the other doesn’t. Option 1 … Continue reading 

OpenSSH Client notty Disconnection Problem

Linux,Technology 18 January 2008 0 Comments

I recently wrote a script that waits for something to happen and then executes a command on a remote machine via ssh. I ran into a problem where the ssh connection was established and then the ssh connection would never close. I found out after some diagnostics that becuase there was no tty assigned to … Continue reading