Name: Eric780 Date: July 5, 2008 at 11:39:59 Pacific Subject: Your thoughts on my site? OS: windows xp CPU/Ram: I don't know Model/Manufacturer: Don't Know
Comment:
Hello everyone,
My name is Eric Morris. I (and a few friends) have created a non-profit organization. We recently launched our website and wanted to hear the opinions of people who know the web (someone told me this would be a good place to post).
I guess my only issue would be with the logo which looks...."cheap" and the blue gradient at the top which appears to break out of "squarness" of the page.
I don't know if you are already doing this, but you could make the "daily bible verse" and what not automatically update using PHP and a database. Then you wouldn't have to manually edit the page everyday.
I would use a combination of PHP and MySQL. The database would hold a list of dates and corresponding information (in this case bible verses). Then the PHP on your page checks the date, queries the database, and displayed the information associated with the current date.
It's not too hard to do if you know PHP, and even if you don't, I'm sure there are existing snippets of code out there that will do it. If you get completely lost, feel free to PM me.