NESSAholics.com

Other Topics => Polls => Topic started by: Xenophanes on August 01, 2004, 03:35:42 pm

Title: Official website design update when WH is released?
Post by: Xenophanes on August 01, 2004, 03:35:42 pm
In her last post to us, Vanessa said that the website was going to get a makeover. I think it's logical that that would happen once White Houses is released on August 5. What do you think?
Title: Official website design update when WH is released?
Post by: JazzyManda on August 01, 2004, 04:00:31 pm
i think fullerene will come through.... :?
hopefully

Amanda
Title: Official website design update when WH is released?
Post by: Vultch on August 01, 2004, 04:11:11 pm
does it matter?
it happens when it happens.
Title: Official website design update when WH is released?
Post by: Will on August 01, 2004, 05:27:16 pm
She needs some competant webmasters. Since judgements on looks are subjective, let's look at accessibility. Let's use a textmode browser because it more or less tells us how a site will look to a screenreader for a blind person and it will show us how a site behaves without javascript and such.

Code: [Select]
                                                               Vanessa Carlton
                                                                               
                                     [IMG]                                      
                                                                               
                                 privacy policy                                
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
                                                                               
http://www.vanessacarlton.com/newindex.html                                    


Wha? There's just a link to a privacy policy. Are we supposed to click on that image? Do we even know what it is? It needs an alt attribute to tell us "click here to enter" or something.

Let's click there. What do we see?

Code: [Select]
                                                               Vanessa Carlton
                                                                               
--------------------------------------------------------------------------------
         |[USEMAP]                                                     |        
         |                                                             |        
         |                                                             |        
         |                                                             |        
         |                                                             |        
         |                                                             |        
         |                                                             |        
         |                                                             |        
         |-------------------------------------------------------------|        
         |[IMG]                                                   [IMG]|        
         |[IMG]                                                        |        
         |                                                             |        
         | Exclusive Peek at the Making of Harmonium!                  |        
         | Click below for an exclusive preview of Pleased to          |        
--------------------------------------------------------------------------------
                                                                               
OK


What the heck? Look at that! Where do i go next? I don't know. Usemap? Eeek. And how about trying to read whatever is written there, four friggin lines at a time.

Navigation:
Code: [Select]
                                                               Vanessa Carlton
                                                                               
--------------------------------------------------------------------------------
         |+-------------------------------------------------+          |        
         || http://www.vanessacarlton.com/news/index.asp    |          |        
         || http://www.vanessacarlton.com/image.html        |          |        
         || http://www.vanessacarlton.com/bio.html          |          |        
         || http://www.vanessacarlton.com/music.html        |          |        
         || http://www.vanessacarlton.com/bboard/forumname/ |          |        
         || http://www.vanessacarlton.com/tour/index.asp    |          |        
         |+-------------------------------------------------+          |        
         |-------------------------------------------------------------|        
         |[IMG]                                                   [IMG]|        
         |[IMG]                                                        |        
         |                                                             |        
         | Exclusive Peek at the Making of Harmonium!                  |        
         | Click below for an exclusive preview of Pleased to          |        
--------------------------------------------------------------------------------
                                                                               
Usemap http://www.vanessacarlton.com/nav.html#Map                              


On and on and on. How hard is it to use a site that doesn't feel like you're fighting it to get what you want?

Oh yes, I was nice to use Links instead of Lynx. It's even more crappy.