phpMyID

18 December 2006 in links
tagged with [openid] [php] [server]

An open id server written in php. Something to port into my django site. via willison.

http://siege.org/projects/phpMyID/

disqus comments  

phpMyID

PHP: Variable scope - Manual

26 September 2006 in links
tagged with [php] [scoping]

Starts off very scary. But I think I get it, and it makes a lot of sense. I may change my mind later, however..

http://uk2.php.net/variables.scope

disqus comments  

PHP: Variable scope - Manual

Marc Liyanage - Software - Mac OS X Packages - PHP

26 September 2006 in links
tagged with [installer] [macos] [php]

PHP5 for MacOS, including universal binaries

http://www.entropy.ch/software/macosx/php/

disqus comments  

Marc Liyanage - Software - Mac OS X Packages - PHP

WordPress-Pg - a port of WordPress to PostgreSQL

12 June 2006 in links
tagged with [database] [php] [postgresql] [wordpress]

A version of wordpress that will run on a real database. Which is nice, because that’s all I want to run on the colo

http://wordpress-pg.sourceforge.net/

disqus comments  

WordPress-Pg - a port of WordPress to PostgreSQL

Jaws

07 November 2005 in links
tagged with [blog] [cms] [php]

A php CMS/blog/etc - looks very pluggable

http://www.jaws-project.com/

disqus comments  

Jaws

the WordPress Codex

25 September 2005 in links
tagged with [blog] [codex] [php] [wiki] [wordpress]

disqus comments  

the WordPress Codex

Christopher Kunz Homepage: Imlib in-depth

31 August 2005 in links
tagged with [imlib] [php]

disqus comments  

Christopher Kunz Homepage: Imlib in-depth

phpspool

22 February 2005 in blog
tagged with [php]

Finally, the 2lmc spool is live with the new improved php version of the code, as opposed to the mod-perl thing it was running on before. Not that I have anything against mod-perl, I use the thing professionally, but it does lead to somewhat large processes, and on the (very) shared box that the spool is hosted on, being able to get rid of it would be a benefit. Thus the successive deaths of Hayfever and the old Spool code. Soon it will be a bright, clean, apache2-driven future.

disqus comments  

photo gallery

06 January 2005 in blog
tagged with [perl] [photos] [php]

All I want, and I don’t feel that this is a lot, is to be able to put photos on my web page from iPhoto. Because writing iPhoto plugins is a pain, this requires me to use either Flickr, which I don’t want to (because I’d like to control my own photos, please, and not pay money for it), or php gallery, which has it’s own issues for me, mostly that it’s written in php.

As a perl (most of the time) programmer, I resent the fact that my web page is increasingly powered by php, but alas that’s where all these little toys come from nowadays. I’ve dabbled in php myself a little now, and it seems like a bearable language, although not one I’d actually want to write serious code in. Of course, with my colo going through.. pain recently, it’s tempting to restrict myself to a very simple subset of things, specifically, a subset of the stuff that the main box admin uses, because I know that it works and I don’t have to think about it. No more compiling weird perl/C modules on solaris as root with bizarre things tacked onto the end of my library path for me. The other colo has debian on it, which I like, but only 64 megs of memory, which I don’t. Hardware (even virtual hardware) sucks.

Of course, having got a gallery, I want to do things like have ‘5 most recent’ pictures on the front page of the site, and this is where things fall down a little. Noone else seems to want to do this stuff - I may end up subscribing to my own RSS feed, syndicating from one bit of my site to another, which seems disgustingly wasteful.

disqus comments