How cool is the new look!!!
#136


just thought i'd point it out ..
#138
Tech Master
iTrader: (15)

Shameless self-promo post here....updated the Studio Number One temporary site in case anyone couldn't get my link to work from a few pages back. I'll take the heat from anyone not digging the RC Tech logo...as long as it's a valid argument. hehhehe....regardless, the point of this link is just to show that I am a 'legit' designer. Thanks again Shane and staff!
http://clients.studionumber-one.com/SNO/temp_site/
http://clients.studionumber-one.com/SNO/temp_site/
#139

Go J Type, GO!

#140

I liked the old logo better. The new one just looks like someone got lost in the '60s. Just my opinion, Darryl.
#142

A typical page looks like this:
1) Header data pulled from cache
2) Header built and sent to browser
3) Page data (forum, thread, etc) pulled from main database
4) Page built and sent to browser
5) Footer data pulled from cache (there really isn't much)
6) Footer built and sent to browser
7) Page complete!
So assuming that your browser renders a page in real time as it receives data, it will display the header content first.
Regarding the color difference, that most likely means you are using a 16-bit color palette on your screen, which can have trouble replicating certain colors. There is a small set of colors deemed "web safe" (i.e. they display uniformly in 16-bit and 24-bit color) although I am not using them here, at my own peril I suppose. If your computer can support a 24-bit palette I'd suggest switching to that (in Windows, right-click the desktop, choose Properties, then Advanced and see what options you have).