View Full Version : site review / advertising
comicw
12-30-2002, 09:10 AM
Hi,
My site is up. Please let me know what you think of it: www.brokenfrontier.com .
Does anyone know a good way to attract advertisers?
cg9com
12-30-2002, 05:32 PM
possibly you forgot, one thing i noticed is there is no end tag for your html </html>
goes at the very bottom.
could use a doctype declaration
ASAAKI
12-30-2002, 07:06 PM
kinda neat. i like the colors. :)
comicw
12-30-2002, 08:52 PM
what'sthe use of a doctype declaration? I don't know much about it...
cg9com
12-30-2002, 09:44 PM
http://www.w3.org/TR/REC-html40/struct/global.html#h-7.2
this link looks like it covers html4.01 dtd's
it will specify what version html you are using, and the url to the document type definition.
for example xhtml11 dtd can be refered like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
the dtd can also help you validate your documents with the w3c validator (http://validator.w3.org/).
ronaldb66
12-31-2002, 09:44 AM
The design is looking good, though i'm not a great fan of orangy colors, but that's strictly personal. Well laid out, decent contrast, very nice.
Scrollbar coloring is already getting a bit old, though; at least try to stick to same shading as the original (like on this forum :D ) and not inverting it like you did; i keep clicking on the track where i meant the scroller.
Oh, and it may not be possible due to space limitations, but i'm a great fan of fluid layouts... ;)
Concerning the code, i'd suggest to definitely get rid of font and b elements and such (use CSS instead), you might want to move your styles to an external style sheet for easier maintenance, and the code is a bit spacy. An empty line here and there for clarity is ok, but having one after about every line of code doesn't improve legibility and - although slightly - increases the document size (and download time) needlessly.
applesauce
12-31-2002, 04:10 PM
i had the same problem with the inverted scrollbar colors. it's confusing.
duniyadnd
01-01-2003, 10:54 AM
nice color combinations... images are a little slow to load on a 56.6k connection though..
Duniyadnd
Mhtml
01-01-2003, 12:53 PM
I didn't actually bother to check the script, but is that a forced delay on the side menu mouse over? It takes a second or 2 to change on my computer.
redhead
01-01-2003, 01:36 PM
is that a forced delay on the side menu mouse over?
nope... it might be good if the text inside the box changes at the same time as the backgroudn colour. looks good to me
comicw
01-04-2003, 09:02 AM
Thanks for the comments! I'll turn the scroll-bar inside out.
You're right redhead, it's not a forced delay (left meny bar). The background color changes when you hover the cell and the text color changes when you hover the text (I think I did combine it in my CSS).
3 more questions:
- What exactly do you mean by external CSS?
- just checking: does the vertical and horizontal menu bars really look red/reddish orange (because they should!)?
- if you could change the reddish orange into another color, what would it be (because I'd definetely like to stick to the basic orange and the background colors)?
Thanks again!
missing-score
01-12-2003, 09:50 PM
Basically you save a style sheet as a .css file and attach it like this:
<link rel="stylesheet" type="text/css" href="sheetname.css" />
I also converted the graphic to a GIF as it takes ages to load. I attached it at the right size ( 295 * 99 )
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.