What to do?
So I'm cought between a rock and a hard place and don't know which
project to start. The Hidden Lake campground is in need of some
serious maintenance, but I'd like to do a few more things to my
site. I like the overall look of the campground website so I
don't think I'd really make any changes to that, but I wrote that site
back in my html days, when I was first learning php so it's fairly
clunky and could really be streamlined. I'd really like to get it
more modular so that if I need to make a change in one place that will
effect many pages. Right now if I change the name of one page..I
have to update the links on about 15 pages. You can see how that
would become frustrating.
On the other hand, with my site I'd like to redo the way URL's are displayed. I try not to use GET request for any forms, but for several links you are directed to something like: http://www.hofftech.net/page.php?page=about. I want to get rid of the ?page=about and have it do something more like http://www.hofftech.net/page/about. I think it looks a little cleaner and is easier for the search engines to index. Additionally I wrote a new "Contact" page with a handy email form, but I need to make a new graphic link, and finally I want to set a default table hieght so that the page always look proportional (small job). Both could possibly be large tasks and I'm not sure which to take first. It's not helping matters that I'm feeling incredibly lazy today so regardless neither will be started today. I guess we'll just have to wait and see...
On the other hand, with my site I'd like to redo the way URL's are displayed. I try not to use GET request for any forms, but for several links you are directed to something like: http://www.hofftech.net/page.php?page=about. I want to get rid of the ?page=about and have it do something more like http://www.hofftech.net/page/about. I think it looks a little cleaner and is easier for the search engines to index. Additionally I wrote a new "Contact" page with a handy email form, but I need to make a new graphic link, and finally I want to set a default table hieght so that the page always look proportional (small job). Both could possibly be large tasks and I'm not sure which to take first. It's not helping matters that I'm feeling incredibly lazy today so regardless neither will be started today. I guess we'll just have to wait and see...
Comments
No comments yet — be the first.