rich
rich
@rich@tongfamily.com
6,910 posts
4 followers
  • Photo Gallery and Digital Photo

    Photo Gallery and Digital Photo Management Here is the final project, finding a good photo gallery and digital photo management system. There are web based ones like PhotoWorks, but I’ve found them to be super slow or cumbersome. So, I’ll start collecting a list of hacker ones. Here’s a start: alexking.org

  • PHP Bulletin Boards Now that

    PHP Bulletin Boards Now that the blog project is well on its way with the next steps being to get four other sites up and running and to try movabletype on tongfamily.com. The next step is to understand bulletin board software that’s out there and then album and photo archiving. Here are a quick list…

  • InternetSeer Web Site Monitoring Service.

    InternetSeer Web Site Monitoring Service. This is the number one hit on Google for doing site monitoring. Right now it is hitting the b2 blog mail monitoring url every hour to get email into the blog at Geek Fishing

  • boardom :: View Forum –

    boardom :: View Forum – Site showcase. OK, now I’m in the middle of posting my brand new b2 hack on the bulletin board. A proud day. I have to figure out how to package it so that you can all download it though.

  • PuTTY: a free Win32 telnet/ssh

    PuTTY: a free Win32 telnet/ssh client. Oops that last listing was for a Unix-only client, here is the top Windows version from Google.

  • OpenSSH, FTP and other Unix utilities

    OpenSSH. This is the replacement for telnet. It is amazing how many old Unix utilities like ftp and telnet are still being used. Heck, I learned how to use it in 1975 when I was a teenager. I guess that dates me. At least, some things aren’t obsolete. I’m switching to ssh since it is…

  • APD |. It is pretty

    APD |. It is pretty frustrating to be writing PHP without a debugger. Here’s one that some folks pointed out. I tried another debugger a while back and it was terrible. APD is the Advanced PHP Debugger. It was written to provide strace/truss capability for profiling and debugging php code, as well as providing the…

  • PHP_CodeDoc – Class: Mail. Wowk,

    PHP_CodeDoc – Class: Mail. Wowk, this is a super useful site, they go into every routine that is built with PEAR and document what they are doing since the code itself isn’t documented. Very useful.

  • ALT-PHP-FAQ – How can I

    ALT-PHP-FAQ – How can I set the include path and other settings that are fixed in php.ini without having access to php.ini?. The include paths on tqhosting are busted, so here is a way to change it if I can access .htaccess or maybe I’ll ask mark@tqhosting.com

  • PEAR :: Manual: Mail_RFC822. Eureka,

    PEAR :: Manual: Mail_RFC822. Eureka, I discovered that I had just forgotten the declaration that asks for the right file that is require_once ‘Mail.php’ That’s is. Then you can use the method Mail::parserecipients(“strong”) to get the list. Wow, amazing how i figured this out just when I went to bed. The problem is that code…