HighDots Forums  

Color Scheme

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


Discuss Color Scheme in the Websites/HTML pages critique & reviews forum.



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

Default Color Scheme - 03-03-2004 , 05:30 PM






Hi guys,

I am wondering if you know of a site(s) that have various color schemes and
gives the hex codes for them so that I can use them on my site. The scheme
that I use now I do not like too much. I am trying to make my site look
professional, but with the color scheme that I use, it doesn't look like one,
at least not to me.

Take a look, www.trickynick.com/test, to see what I mean. Also, if you have
suggestions, please feel free to give them.

Also, could you please do your through check that you give to many sites? Such
as HTML, CSS compliant. I would like my site to be compliant with as many
standards as possible, like Bobby, but am unsure of how to do that.

Thanks,
--
TrickyNick
Nick_At-Sign_TrickyNick_Period_com
http://www.trickynick.com/
Development: http://www.trickynick.com/test/

Reply With Quote
  #2  
Old   
Andrew Urquhart
 
Posts: n/a

Default Re: Color Scheme - 03-03-2004 , 06:11 PM






TrickyNick wrote:
Quote:
Hi guys,

I am wondering if you know of a site(s) that have various color
schemes and gives the hex codes for them so that I can use them on my
site. The scheme that I use now I do not like too much. I am trying
to make my site look professional, but with the color scheme that I
use, it doesn't look like one, at least not to me.
10-second Google: http://www.pixy.cz/apps/barvy/index-en.html

Quote:
Take a look, www.trickynick.com/test, to see what I mean. Also, if
you have suggestions, please feel free to give them.
Don't multipost, e.g. comp.infosystems.www.authoring.site-design
--
Andrew Urquhart
- Archive: http://groups.google.com/groups?group=alt.html.critique
- Reply: www.andrewu.co.uk/about/contact/




Reply With Quote
  #3  
Old   
jake
 
Posts: n/a

Default Re: Color Scheme - 03-03-2004 , 06:37 PM



In message <cXs1c.28779$Tn.22502 (AT) bignews5 (DOT) bellsouth.net>, TrickyNick
<Nick_ (AT) _TrickyNick_ (DOT) _com> writes
Quote:
Hi guys,

[snip]

Quote:
Also, could you please do your through check that you give to many
sites? Such as HTML, CSS compliant. I would like my site to be
compliant with as many standards as possible, like Bobby, but am unsure
of how to do that.

Thanks,
http://www.trickynick.com/test/contact.asp
-------------------------------------------------------


" ........ Required fields are marked in red ....."

If I can't see the screen, I can't tell what is in red.

Maybe something like:
Required fields are marked with a *
would be better. With the 'red' fields marked up as in:
Your Name *:

regards.

--
Jake


Reply With Quote
  #4  
Old   
Ben Measures
 
Posts: n/a

Default Re: Color Scheme - 03-03-2004 , 06:43 PM



TrickyNick wrote:
Quote:
Also, could you please do your through check that you give to many
sites? Such as HTML, CSS compliant. I would like my site to be
compliant with as many standards as possible, like Bobby, but am unsure
of how to do that.
http://validator.w3.org/

The validator from the people who make the standards. The error messages
can be a little technical though. If it gets too much try:

http://www.htmlhelp.org/tools/validator/

CSS validators are also available on both sites.

--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------


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

Default Re: Color Scheme - 03-03-2004 , 07:20 PM



TrickyNick wrote:

Quote:
I am wondering if you know of a site(s) that have various color schemes and
gives the hex codes for them so that I can use them on my site. The scheme
that I use now I do not like too much.
http://www.pixy.cz/apps/barvy/index-en.html

Quote:
I would like my site to be compliant with as many
standards as possible, like Bobby, but am unsure of how to do that.
1. Download Opera <http://www.opera.com/>
2. Download the W3-dev add-on <http://www.goddamn.co.uk/tobyink/?page=10>
3. Have fun.

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



Reply With Quote
  #6  
Old   
TrickyNick
 
Posts: n/a

Default Re: Color Scheme - 03-03-2004 , 09:34 PM



Andrew Urquhart wrote:
Quote:
TrickyNick wrote:

Hi guys,

I am wondering if you know of a site(s) that have various color
schemes and gives the hex codes for them so that I can use them on my
site. The scheme that I use now I do not like too much. I am trying
to make my site look professional, but with the color scheme that I
use, it doesn't look like one, at least not to me.


10-second Google: http://www.pixy.cz/apps/barvy/index-en.html
From a quick glance at this site, it looks to be something that I can use.
I've done searches on Google as well and found various things too, but I either
did not understand them or were too complex.
Quote:

Take a look, www.trickynick.com/test, to see what I mean. Also, if
you have suggestions, please feel free to give them.


Don't multipost, e.g. comp.infosystems.www.authoring.site-design
The two messages are slightly different. This is a critique NG, so I thought I
would ask for a critique here only, not on the other NG since the last time I
did (long time ago) I got flamed.


--
TrickyNick
Nick_At-Sign_TrickyNick_Period_com
http://www.trickynick.com/


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

Default Re: Color Scheme - 03-03-2004 , 09:38 PM



Ben Measures wrote:

Quote:
TrickyNick wrote:

Also, could you please do your through check that you give to many
sites? Such as HTML, CSS compliant. I would like my site to be
compliant with as many standards as possible, like Bobby, but am
unsure of how to do that.


http://validator.w3.org/

The validator from the people who make the standards. The error messages
can be a little technical though. If it gets too much try:

http://www.htmlhelp.org/tools/validator/

CSS validators are also available on both sites.

Yes, I know both sites very well. I am guessing that you tried those on my
sites and are suggesting them because my site did not validate or that you
didn't look at my site and just suggested both site? I would assume #2 since I
do validate with the w3.org site and I have their "widgets" on my page but will
remove them at a later date. I have them there for easy validation since I
have a script that will validate the page automatically just by clicking on the
widget.

I thank you for your suggestions, as the 2nd site I did not know about and will
peruse their site.

Thanks,
--
TrickyNick
Nick_At-Sign_TrickyNick_Period_com
http://www.trickynick.com/
Development: http://www.trickynick.com/test/


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

Default Re: Color Scheme - 03-03-2004 , 09:39 PM



jake wrote:

Quote:
In message <cXs1c.28779$Tn.22502 (AT) bignews5 (DOT) bellsouth.net>, TrickyNick
Nick_ (AT) _TrickyNick_ (DOT) _com> writes

Hi guys,

[snip]


Also, could you please do your through check that you give to many
sites? Such as HTML, CSS compliant. I would like my site to be
compliant with as many standards as possible, like Bobby, but am
unsure of how to do that.

Thanks,


http://www.trickynick.com/test/contact.asp
-------------------------------------------------------


" ........ Required fields are marked in red ....."

If I can't see the screen, I can't tell what is in red.

Maybe something like:
Required fields are marked with a *
would be better. With the 'red' fields marked up as in:
Your Name *:

regards.

*laughs* Now that you mention it, how will a screen reader see red? *laughs at
stupidity*

Thanks for catching that.

Did you find any other problems?

Thanks,
--
TrickyNick
Nick_At-Sign_TrickyNick_Period_com
http://www.trickynick.com/
Development: http://www.trickynick.com/test/


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

Default Re: Color Scheme - 03-03-2004 , 09:44 PM



Toby A Inkster wrote:

Quote:
TrickyNick wrote:


I am wondering if you know of a site(s) that have various color schemes and
gives the hex codes for them so that I can use them on my site. The scheme
that I use now I do not like too much.


http://www.pixy.cz/apps/barvy/index-en.html


I would like my site to be compliant with as many
standards as possible, like Bobby, but am unsure of how to do that.


1. Download Opera <http://www.opera.com/
2. Download the W3-dev add-on <http://www.goddamn.co.uk/tobyink/?page=10
3. Have fun.

I used to have Opera on my system but have taken it off since I never used it.
I will go ahead and re-download and add the add-in to it and give it a try.

I use FireFox as my normal browser but check my site on IE and Mozilla. I
guess I should add Opera to my list of checks. Although I can't check my site
on the Mac version of these browsers, I hope that someone can check to make
sure my page "breaks" gracefully on all/most browsers.

Thanks,
--
TrickyNick
Nick_At-Sign_TrickyNick_Period_com
http://www.trickynick.com/
Development: http://www.trickynick.com/test/


Reply With Quote
  #10  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Color Scheme - 03-03-2004 , 10:18 PM



On Wed, 03 Mar 2004 21:44:15 -0500, TrickyNick <Nick_ (AT) _TrickyNick_ (DOT) _com>
declared in alt.html.critique:

Quote:
I use FireFox as my normal browser but check my site on IE and Mozilla. I
guess I should add Opera to my list of checks. Although I can't check my site
on the Mac version of these browsers, I hope that someone can check to make
sure my page "breaks" gracefully on all/most browsers.
If you use FireFox normally, then have a look at the checky plugin
http://checky.mozdev.org/ - it is similar to the one Toby suggested for
Opera.

And yes, you should test your site in at least one version of Opera as
well.

--
Mark Parnell
http://www.clarkecomputers.com.au


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.