Baby steps...
22 Apr 2007 21:28 Filed in: Development
This week I got some hosting space with GoDaddy, who
provide PHP-capable server space and MySQL databases,
which is all I need for uniquesentence.com. I've got
a test version up on the web now. There was a bit of
awkwardness here and there, mostly with PHP
configuration (things like magic_quotes settings, and
the fact I rely on output buffering, which wasn't
turned on by default. Still, it didn't take too long
to sort out, and now everything that was working at
home is working on the web.
Today I added a "view all sentences" page, and added first & last names to the user information, and fixed a few things. It's all going pretty well.
Next steps are a sentence ratings system, a sentence of the day page, (maybe) a search facility, and a bit of a tidy up of the screens which don't need to be in the main menu.
Today I added a "view all sentences" page, and added first & last names to the user information, and fixed a few things. It's all going pretty well.
Next steps are a sentence ratings system, a sentence of the day page, (maybe) a search facility, and a bit of a tidy up of the screens which don't need to be in the main menu.
|