Archive for January, 2008
23Jan
Display Most Recent Wordpress Posts On Another Site
HowTo, PHP, WordpressI 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
This option [...]
18Jan
OpenSSH Client notty Disconnection Problem
Linux, TechnologyI 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 [...]