-
PHP Abstract Podcast
27 September 2007
Read moreI'm a regular listener to the PHP Abstract podcast from DevZone - and this week, I'm the star! Its a short podcast about PHP and Oracle, and you can find it here. Most of the comments so far seem to mostly revolve around my accent ...
-
Women Together
09 August 2007
Read moreMost people know that I’m active in the phpwomen community, women in technology is something that I really believe in but won’t start ranting about right now (or I’ll not get round to what I was going to say!).
Today I’m getting to grips with irssi …
-
Textpattern To Serendipity
07 August 2007
Read moreI’m planning on migrating this site to a new platform soon, I’ve been looking around for an alternative to textpattern. Textpattern has been great but I’ve kind of outgrown it. Its easy to use but a bit “fluffy” and it eats my code excerpts which is really …
-
Seeing stderr from PHP exec()
27 July 2007
Read moreToday I was using the PHP command exec() in a script, which runs whatever you pass to it as it you had typed it on the command line. Its possible to check both the output of the command and the return value, which I did since I wasn’t getting …
-
Posting with images in Joomla!
15 May 2007
Read moreThe other day I was helping someone post to a website that I set up using Joomla! , and thought that others might find this tutorial helpful.
Start with the “Media Manager” button on the front page. This is so you can add all the images. Directories can be added here …
-
9 Steps to PHP Documentation Heaven
02 April 2007
Read more- Download PHPDocumentor and uncompress it into a directory inside your web root.
- Access the web interface by going to phpdoc.php in the newly extracted directory
- Enter the directory you would like to document
- Enter the directory the output should appear in (this needs to exist and be writable by …
-
PHP Best Practices
26 March 2007
Read moreThere’s a new thread started over at phpwomen.org about best practices for programming with PHP, which will make interesting reading for anyone looking to improve their skills. I’ve been really brave and contributed one of the articles, PHPDoc: Comments are your friends.
People are all contributing a …
-
PHP Throwdown Icon
23 March 2007
Read moreAs you may remember we participated in the PHP Throwdown a while ago. Well Elizabeth has sent out the icons to competitors who successfully got through the 24 hours and submitted something which vaguely conformed to the rules. You can see ours on the left :)
-
Does PHP know itself?
23 March 2007
Read moreI’ve run into a problem with a framework I’ve been contributing to. It has a bunch of objects, which look a lot like rows in database tables. So there are pages and each page object is a row in the “pages” table in the database, with a primary …
-
PHP register_globals is ON
08 March 2007
Read moreI started writing PHP when I was at University, in 2001 or thereabouts. Having checked the dates it looks like I did technically write PHP before PHP 4.3 was released and register_globals went out of fashion. I don’t recall it though and obviously its been a while!
Today …
-
UK PHP Conference: The Roundup
02 March 2007
Read moreAs promised, here’s a more in-depth update on our trip to the PHP London Conference last week. I’m sure there are others who will write more fluently and accurately about the talks, but here’s what I brought home from it.
Cal Evans: My First Mashup
Cal is …
-
UK PHP Conference: The Highlights
25 February 2007
Read moreI’ve been away for a couple of days at the UK PHP Conference in London. Due to the unique way that train ticket prices work here, it was wildly cheaper to travel a day either side of the day we actually wanted to be in London for which allowed …