I've got a new website online. It was a learning experience since I created it using PHP and MySQL, which was a first for me - first time I'd ever used them. I think it worked out rather well.
I would point out that right from the beginning, I did this site the right way. That means no table layouts - I used divs and CSS. It also meant to use styles for all presentational aspects of the site. And, I have all the styles (except some occasional inline styles) in a master style sheet, so I can change the look of the site just by editing one file! I'm starting to really appreciate the power of good design combined with PHP and MySQL! It sure beats writing code over and over, and presentational code at that!
Anyway, please have a look, and let me know what you think.
I did this site on windows XP Pro, at 1024 by whatever the other number is, tested and working fine in Internet Explorer 6 and Mozilla 4.
Here's the address: http://www.hommworld.net/Homm4/index.php
I would point out that right from the beginning, I did this site the right way. That means no table layouts - I used divs and CSS. It also meant to use styles for all presentational aspects of the site. And, I have all the styles (except some occasional inline styles) in a master style sheet, so I can change the look of the site just by editing one file! I'm starting to really appreciate the power of good design combined with PHP and MySQL! It sure beats writing code over and over, and presentational code at that!
Anyway, please have a look, and let me know what you think.
I did this site on windows XP Pro, at 1024 by whatever the other number is, tested and working fine in Internet Explorer 6 and Mozilla 4.
Here's the address: http://www.hommworld.net/Homm4/index.php
Comment