HighDots Forums  

critique please -> rawkstar.net

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss critique please -> rawkstar.net in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Madbob
 
Posts: n/a

Default critique please -> rawkstar.net - 01-06-2004 , 08:45 PM






Hi,

I've read this ng on and off for a while now so thought I'd post my site for
an opinion... so here it is:-

http://www.rawkstar.net - It's a music site focussed on the UK music scene.

Thanks!
Bob
http://www.rawkstar.net



Reply With Quote
  #2  
Old   
Disco Octopus
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-06-2004 , 09:58 PM






Madbob wrote:
Quote:
Hi,

I've read this ng on and off for a while now so thought I'd post my
site for an opinion... so here it is:-

http://www.rawkstar.net - It's a music site focussed on the UK music
scene.
Man. I love your site. Great look and feel. It even look ok on my handheld.
one thing maybe.... if you make your image only the star, and not the start
with the text, it would fit on my handheld perfectly.




Reply With Quote
  #3  
Old   
Disco Octopus
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-06-2004 , 10:00 PM



Disco Octopus wrote:
Quote:
Madbob wrote:
Hi,

I've read this ng on and off for a while now so thought I'd post my
site for an opinion... so here it is:-

http://www.rawkstar.net - It's a music site focussed on the UK music
scene.

Man. I love your site. Great look and feel. It even look ok on my
handheld. one thing maybe.... if you make your image only the star,
and not the start with the text, it would fit on my handheld
perfectly.
i mean to say, take the text ("rawkstar.net") out of the image, and make it
actually text.




Reply With Quote
  #4  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 03:19 AM



Madbob wrote:

Pretty good. Two little niggles though:

1. All lower case headings can be nice -- and they are in your case. But
as it is a presentational effect, you should use CSS:

h2 { text-transform: lowercase; }
<h2>Mini Reviews</h2>

2. You have a few "javascript:" URLs. These are nasty. Use:

<a href="real_page_for_people_who_dont_have_javascrip t.html"
onclick="foobar(); return false;">Link</a>

For example, ditch this:

<a class="menu" title="mini reviews (pop-up window)"
href="javascript:mini_review_list()">mini reviews</a>

and use:

<a class="menu" title="mini reviews (pop-up window)"
href="http://www.rawkstar.net/minireviews" target="minireviews"
onclick="mini_review_list(); return false;">mini reviews</a>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #5  
Old   
Farlo
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 03:38 AM



"Madbob" <b0b1NOSPAMINGME (AT) hotmail (DOT) com> wrote:

Some the text is too small.

--
Farlo, the Urban Fey Dragon


Reply With Quote
  #6  
Old   
William Tasso
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 04:01 AM



Madbob wrote:
Quote:
...
thought I'd post my
site for an opinion... so here it is:-

http://www.rawkstar.net
sweet - perhaps the pages need more in the way of visual focus points for
graphical browsers

--
William Tasso - http://WilliamTasso.com




Reply With Quote
  #7  
Old   
Madbob
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 12:46 PM



"Disco Octopus" <discooctopusN05PAM (AT) yahoo (DOT) com> wrote

Quote:
Disco Octopus wrote:
Madbob wrote:
Hi,

I've read this ng on and off for a while now so thought I'd post my
site for an opinion... so here it is:-

http://www.rawkstar.net - It's a music site focussed on the UK music
scene.

Man. I love your site. Great look and feel. It even look ok on my
handheld. one thing maybe.... if you make your image only the star,
and not the start with the text, it would fit on my handheld
perfectly.

i mean to say, take the text ("rawkstar.net") out of the image, and make
it
actually text.


Yeah, good idea, I'll have a play with that later

Cheers
Bob
http://www.rawkstar.net




Reply With Quote
  #8  
Old   
Madbob
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 12:47 PM



"Toby A Inkster" <UseTheAddressInMySig (AT) deadspam (DOT) com> wrote

Quote:
Madbob wrote:

http://www.rawkstar.net

Pretty good. Two little niggles though:

1. All lower case headings can be nice -- and they are in your case. But
as it is a presentational effect, you should use CSS:

h2 { text-transform: lowercase; }
h2>Mini Reviews</h2

Ok, i'll have aplay with that later, cheers!

Quote:
2. You have a few "javascript:" URLs. These are nasty. Use:

a href="real_page_for_people_who_dont_have_javascrip t.html"
onclick="foobar(); return false;">Link</a

For example, ditch this:

a class="menu" title="mini reviews (pop-up window)"
href="javascript:mini_review_list()">mini reviews</a

and use:

a class="menu" title="mini reviews (pop-up window)"
href="http://www.rawkstar.net/minireviews" target="minireviews"
onclick="mini_review_list(); return false;">mini reviews</a

It will be done! Thanks again

Bob
http://www.rawkstar.net




Reply With Quote
  #9  
Old   
Madbob
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 12:52 PM




"Farlo" <hall.j.m (AT) att (DOT) net> wrote

Quote:
"Madbob" <b0b1NOSPAMINGME (AT) hotmail (DOT) com> wrote:

http://www.rawkstar.net

Some the text is too small.

--
Farlo, the Urban Fey Dragon
You can increase text size in any browser if it's too small for you.

Bob
http://www.rawkstar.net




Reply With Quote
  #10  
Old   
Madbob
 
Posts: n/a

Default Re: critique please -> rawkstar.net - 01-07-2004 , 12:54 PM



"William Tasso" <news27 (AT) tbdata (DOT) com> wrote

Quote:
Madbob wrote:
...
thought I'd post my
site for an opinion... so here it is:-

http://www.rawkstar.net

sweet - perhaps the pages need more in the way of visual focus points for
graphical browsers


I'd Like to add some more graphics... but I ain't very good with these
photoshop thingamies so I can't do 'em...

I am going to try and get some music related graphics onto the site at a
later date though, I'll need to learn how to use photoshop

Cheers!
Bob
http://www.rawkstar.net




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.