Artists Website Software – December Update

In my last post I talked about the Artists Website Software I was planning.

It’s been a busy few months (both with my day-job and with moving house) but I have made some progress, and I hope to have an alpha version available in the new year.  At that point I’ll probably upload everything to SourceForge to take advantage of their tools for Open Source projects (hosting, CVS and bug tracking).

I’ve been coding the project using object-orientated PHP5.  As well as being easier to maintain, this also makes the code easier to extend.  It does mean that it won’t work on an old PHP4 installation – but from what I can see most hosting companies offer PHP5 as standard now, so hopefully that won’t be a problem.

I’m avoiding using various (potentially time-saving) PHP PEAR Extensions even though I have them installed on my server – mainly because I want this software to be usable on a standard PHP5 installation which doesn’t have PEAR.  Similarly, this means I have to eschew MySQL Stored Procedures in favour of SELECT queries, as many webhosts don’t allow their users access to Stored Procedures.

As soon as the alpha version is ready I’ll be looking for people who have some spare server space where they can install and test it.  At this stage the preferred testers would be people with a strong technical (PHP/MySQL) background as the alpha testing will very much centre around the security and optimisation of the PHP code.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Related Posts

4 Responses so far »

  1. 1

    Jennifer Montes said,

    December 24, 2008 @ 7:45 pm

    Hi Paul,

    I have some experience with PHP/MySQL and I’d be happy to spare some server space for testing. Just keep us posted on your progress!

  2. 2

    Paul Watson said,

    December 26, 2008 @ 9:14 pm

    Thanks, Jennifer – I’ll send you an email when the alpha version is ready.

  3. 3

    evan cairo said,

    January 12, 2009 @ 3:37 pm

    i am an artist who has been tracking the progress of this project. i am totally interested in alpha testing this. while i don’t have any backend experience myself, my housemate is a coder and has the relevant chops. we most likely will have server space to test on. let me know as things progress! thank you for doing this great service. when it is ready i will spread the word!

  4. 4

    Paul Watson said,

    January 12, 2009 @ 5:38 pm

    Hi Evan

    I’m mid-coding at the moment – I want to make sure it works as it should and that it’s as security-tight as possible (I’d hate to be responsible for people’s sites being hacked). As the present rate I should have the alpha ready sometime in February.

Comment RSS · TrackBack URI

Say your words