Latest Design of New Unix Header (Flash)


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Latest Design of New Unix Header (Flash)
# 1  
Old 12-08-2003
Latest Design of New Unix Header (Flash)

As everyone might know by now, we have a new 'draft' banner with matrix theme, falling unix commands, blinking numbers, and more. This will be the new default theme for the forums.

We are in the process of sending final comments to our designer, please feel free to post your suggestions here.

Neo
# 2  
Old 12-08-2003
That's a new idea having a flash file instead of just a picture.. cool! Smilie

What jumped out at me right away was how the flash file, background and scroll bar are all just about the same shade of green, which causes everything to kind of blend together - maybe a slightly lighter shade of green in the background might help?

But what also stood out to me was the thin, crisp lines that form the borders for all the table cells (I'm referring to the html code here)... I think it adds a lot to the readability of the forums when I'm looking at a whole page of topics.. makes it easier for the eye to separate things out.
# 3  
Old 12-08-2003
Thanks! Glad you like our idea..... I'm becoming a big 'Flash MX' fan as well, love the built in ability for flash to communicate with back-end databases, etc. Database-driven flash.....

Here are the current HEX codes for the background:

Code:
<body bgcolor="#1B635F" text="#00292D" ..... ">

The 'table heading background color' is #023D39

and

The 'category strip font color' is #9ECCCB

I tried a ligher shade of green, but it seemed 'pale'.... if you have a suggestion that you like better than #1B635F (the current background color) please post and I'll give it a try!

Neo
# 4  
Old 12-08-2003
I just tried a few things, like replacing your code with
Code:
"<body bgColor=#227B77 text=#00292D ...">

but I agree it looks pale.

I think it might help if the links on the green background were lighter, but that might be more trouble than it's worth.. Smilie

You'd need extra CSS:
Code:
.nav:link {
	COLOR: #c7ffb9
}
.nav:visited {
	COLOR: #c7ffb9
}
.nav:active {
	COLOR: #c7ffb9
}
.nav:hover {
	COLOR: #efe
}

and then add it to the links with a green background (for better readability):
Code:
<FONT face="verdana, arial, helvetica" size=2 color="#c7ffb9"><B><A
href="https://www.unix.com/index.php?s=" class="nav">THE UNIX FORUMS</A> .....

-------
Had to correct something I mistyped .. wow I'm a perfectionist Smilie

Last edited by oombera; 12-08-2003 at 09:45 PM..
# 5  
Old 12-08-2003
Agreed. It is hard to find the right shades of green...... (or any color).... but I think the flash colors are good and think the designer made some wise choices.

When I have more time.... (spent all night and morning on this yesterday!) I'll try your suggestion and see how it looks. Thanks.

Neo
# 6  
Old 12-08-2003
BTW, here was a note to our designer:

Code:
Thanks. I think it looks great. I''ll post to our members to look at. A few things.....

(1) Could you try a different font for unix.com ?

(2) Can you tastfully flash and fade in/out ''Universal Internet eXchange'  somewhere ?

(3) Could you think if there is any tastful movement to the arrows?

(4) Possible to put a bit of light movement around the border of the thing in the middle that provides the depth?

Great job.......!!!!!! WoW! Coming along nicely!!!!

# 7  
Old 12-09-2003
MySQL

Well, it was nice to see that flashy default theme when I typed unix.com today. The top flash banner is very good, I may say appealing and soothing to the eyes as well. Problem begings when you look down the page. Black words on a darker shade of green is very hard to read. Can be read but with eye strain. Better change it to some bright color so that contents can be read easily.

Overall, its very good. Change is always a pleasant thing.

Keep it up!

JAM
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

UNIX Circuit Design System

Hi all. In some articles I have read about a "UNIX Circuit Design System", which was written originally in some version of Research UNIX by Sandy Fraser. Here is a quote from the article "A Research UNIX Reader: Annotated Excerpts from the Programmer's Manual", by Douglas McIlroy: Even... (1 Reply)
Discussion started by: mghis
1 Replies

2. UNIX for Advanced & Expert Users

how to design compiler for unix os

i have to design a compiler for unix os can anybody help me out to solve this problem (0 Replies)
Discussion started by: masumhisaria
0 Replies

3. Programming

c++, design patterns and Unix

I know this is C Unix section, still I address a C++ question. How often did you see/use/apply or consider is welcome to write C++ code on Unix, based on 'design patters'? Since I'm at the very beginning with Unix programming, I have this doubt, ... about DP techniques and languages where to apply... (3 Replies)
Discussion started by: mihk
3 Replies

4. Post Here to Contact Site Administrators and Moderators

How Many "Falling Unix Commands" are in the Flash Header?

A poll!! (10 Replies)
Discussion started by: Neo
10 Replies
Login or Register to Ask a Question