CSS Competition #1: Ozzu Look and Feel

Post November 14th, 2007, 5:07 am

digitalMedia wrote:
Aside: Did you know that Opera was initially developed by the same guy (CTO of Opera) that was a huge part of developing CSS?

Awesome, so that's probably why Opera handles CSS correctly ...

Aside: I figured out the way to make those little icons work that I was asking about earlier ... think outside the box ... woohoo!
RewriteEngine On

RewriteRule ^(awesome|excellent|extraordinary)$ RT
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 14th, 2007, 5:07 am

Post November 14th, 2007, 5:18 am

righteous_trespasser wrote:
Awesome, so that's probably why Opera handles CSS correctly ...


Red Herring, sir. Actually there isn't a browser that's supports standards 100%. CSS 1 was nearly 100% supported by Internet Explorer for Mac which I think is a different rendering engine than IE for Windows (Trident).

...and yes, before the lynch mob lights their torches, of 5 or 6 different engines, IE7 is considered the least supportive, currently. Microsoft does claim, however, that Expression is the most compliant, but I don't develop in that so I can't say.
- dM
  • Benat
  • Banned
  • Banned
  • User avatar
  • Joined: Jul 19, 2004
  • Posts: 2123
  • Status: Offline

Post November 17th, 2007, 1:38 am

Oh how awesome is this, I am gonna do something really girlie LOL
JOIN OZZU'S FACEBOOK GROUP!
  • spork
  • HB
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 5479
  • Loc: Rochester, NY
  • Status: Online

Post November 17th, 2007, 1:40 am

Benat wrote:
Oh how awesome is this, I am gonna do something really girlie LOL

How would you like to team up and come up with a killer "My Little Pony" theme? :P
  • Benat
  • Banned
  • Banned
  • User avatar
  • Joined: Jul 19, 2004
  • Posts: 2123
  • Status: Offline

Post November 17th, 2007, 1:47 am

spork wrote:
Benat wrote:
Oh how awesome is this, I am gonna do something really girlie LOL

How would you like to team up and come up with a killer "My Little Pony" theme? :P


That would be sweet lol
  • Zwirko
  • Guru
  • Guru
  • User avatar
  • Joined: May 29, 2005
  • Posts: 1397
  • Loc: 55° N, 3° W
  • Status: Offline

Post November 18th, 2007, 10:46 am

A couple of quick questions:

1)Is it really necessary to have that ugly old transitional doctype? I hate working under that thing.

2)Will the current Ozzu logo have to part of the design? Just wondering, since if I create my own layout it will obviously have my own logo as the current colours may not blend nicely with those of my own design. Is there an Ozzu dragon "base image" that can be worked on to include in my own effort? Or is it open-season on logos?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 7348
  • Loc: Seattle, WA
  • Status: Offline

Post November 18th, 2007, 12:38 pm

You can use whatever logo that you want -- and you can change the entire look of ozzu if that is your plan (ie. menu can be on left instead of the right side; images, fonts, etc can be changed). Pretty much whatever for the most part as long as the html doesn't change.

What doctype are you wanting to use?
Ozzu Hosting - Want your website on a fast server like Ozzu?
Contact US for more information about our plans and rates
  • Zwirko
  • Guru
  • Guru
  • User avatar
  • Joined: May 29, 2005
  • Posts: 1397
  • Loc: 55° N, 3° W
  • Status: Offline

Post November 18th, 2007, 1:25 pm

Just a strict one, html 4.

Since I posted the above, I've been getting along fine with the transitional one - I just had to put my thinking cap on in a few places. Changing it is not really necessary now. However, if it could remain open as an option then that may be useful later. I'm cool with it as is, but I've no complaints if strict was ok too.
  • Benat
  • Banned
  • Banned
  • User avatar
  • Joined: Jul 19, 2004
  • Posts: 2123
  • Status: Offline

Post November 18th, 2007, 2:22 pm

I also have a question about the competition.

With the HTML not being allowed to change. If I create my own stylesheet, its obviously not going to be the 2000 or so lines that ozzu is at the moment, so wouldn't it make more sense to remove the <div> tags that aren't doing anything for the design? Or perhaps removing the ones that are not needed and renaming the ones that are to suit our design?
JOIN OZZU'S FACEBOOK GROUP!
  • Bogey
  • Disturbed
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 7127
  • Loc: Ozzuland
  • Status: Offline

Post November 18th, 2007, 3:42 pm

I doubt you can rename and I bet that deleting unused DIVs would be bending the rules a little...
Learn PHP | I got 10 PHP tutorials! Check them out!
Dreamtale - Farewell
Just a note... I've giving up on web development and that stuff... Just lost all interest in it.

Post November 18th, 2007, 4:03 pm

Those DIVs could be used for design stuff. ;)
- dM
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 7348
  • Loc: Seattle, WA
  • Status: Offline

Post November 18th, 2007, 9:10 pm

If digitalMedia allows it the following two doctypes would be fine for ozzu:

Code: [ Download ] [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">


or

Code: [ Download ] [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


Other than that the HTML shouldn't be changed.
Ozzu Hosting - Want your website on a fast server like Ozzu?
Contact US for more information about our plans and rates
  • spork
  • HB
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 5479
  • Loc: Rochester, NY
  • Status: Online

Post November 18th, 2007, 10:19 pm

No XHTML 1.0 Strict? :(
  • spork
  • HB
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 5479
  • Loc: Rochester, NY
  • Status: Online

Post November 19th, 2007, 12:18 am

There's a mistake, I mean... erm... an "intentional obstacle" in your HTML, dM:
Code: [ Download ] [ Select ]
[ <span class="supmodColor">Super Moderator</span> ]


Should be
Code: [ Download ] [ Select ]
[ <span class="supModColor">Super Moderator</span> ]

to be consistent. The rest of the HTML uses "supModColor" (with a capital M) as the class name for super mods.

Just a heads up. :wink:
How to Maintain Simple, Static Pages in a CakePHP Application
EEEEEEEEE! It's here!!

Post November 19th, 2007, 4:24 am

Yeah, I forgive myself. I hope you will too. :P
- dM
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 19th, 2007, 4:24 am

Post Information

  • Total Posts in this topic: 193 posts
  • Users browsing this forum: No registered users and 6 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.