|
| |
|
|
alphoenix1788
Posts: 11 Joined: 10/18/2004 Status: offline
|
Please critique - 3/28/2005 14:46:44
would you please review my website. Be objective. Tell me what do you think about it. Is anything missing? How can I improve it? And also, what do you think of the logo? Thanks The website is: http://alexlavigne.xlow.net
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: Please critique - 3/28/2005 15:08:06
the art work is teriffic
_____________________________
Dan
|
|
|
|
golfer
Posts: 1806 Joined: 1/5/2005 From: Bath, Wiltshire, UK Status: offline
|
RE: Please critique - 3/29/2005 14:54:07
Like the site. Like the music Agree with the old fart that the title is virtually unreadable. Ian
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Please critique - 3/29/2005 15:50:50
The site looks really good...couple things I'd change: 1) Font page has a broken picture 2) Have the buttons change color with whatever page you are currently on...it stays highlighted on Home currently 3) I had no problems reading anything personally...looks good!
|
|
|
|
alphoenix1788
Posts: 11 Joined: 10/18/2004 Status: offline
|
RE: Please critique - 3/29/2005 21:05:11
quote:
2) Have the buttons change color with whatever page you are currently on...it stays highlighted on Home currently I understand what you mean, but how can I do it. Is there any tutorial?
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Please critique - 3/30/2005 10:14:34
It depends on how the buttons are laid out...are they part of an include page or are they hard coded into every page? is it set up as frames? If its part of an include page, then a possible way would be an if then statement...not sure of exact syntax to be if current page = whatever...so maybe a workaround. Create a variable on each page and call it something like home... at top of each page put: <% vpage="home" %> on include page, put: <% if vpage="home" then%> html code to highlight button <%end if%> put that on each button if its hard coded into evey page, then simply highlight the button for that page.
|
|
|
|
alphoenix1788
Posts: 11 Joined: 10/18/2004 Status: offline
|
RE: Please critique - 3/30/2005 10:46:19
the navigation is set up in just one page and I am using frames. So how can I accomplish this task. Because you gave me the instructions for includes. Thanks
|
|
|
|
dzirkelb1
Posts: 1315 Joined: 10/5/2004 From: Cedar Rapids, Iowa Status: offline
|
RE: Please critique - 3/30/2005 16:01:50
hrmm, maybe something like this...modify the onclick event to change a variable. onclick="<%variable="link1"%>" then, do the if then statement... <% if variable="link1" then%> stuff <%end if%> hasn't been tested, but could work
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Please critique - 3/30/2005 23:20:44
why use includes when you're using a frames page?
_____________________________
David Prescott Gekko web design
|
|
|
|
alphoenix1788
Posts: 11 Joined: 10/18/2004 Status: offline
|
RE: Please critique - 3/31/2005 10:51:49
I am not using includes in the frames page. I am using includes in the individual pages that appear in the right frame page when linked. The only include is the logo.
|
|
|
|
d a v e
Posts: 4179 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Please critique - 3/31/2005 11:01:22
sorry i was bit confused because dzirkelb1 was giving instructions for includes and you said you were only using frames :)
_____________________________
David Prescott Gekko web design
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|