OZONE Asylum
Forums
Site reviews!
New personal webpage... opinions?
This page's ID:
27368
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[quote] [b]Black Hat said:[/b] The reason I had added the Requirements listing is simply because I know for a fact IE will screw shit up. [/quote] Other than the image script, there is nothing on that page that would be even slightly difficult to code properly for IE. It is important to get this out: the image script is nothing but fluff. If that is what you are banking on for this site, you need to take a better look at what you are doing and why. The transparency, while adding a nifty effect, is basically irrelevant. If the design works, and the images are good, the transparency will make no difference. If the design is good, and the images are good, but you can't see it because the site is designed for sepcific browsers, then none of it matters anyway. On my site, IE users comrise 64% of my visitors. That's a pretty significany amount. Firefox falls somewhere around 27% - and that's with me using Firefox and my site set as my start page. Odds are good your visitors will have IE. And while IE may suck, it won't be going away any time soon. [quote] [b]Black Hat said:[/b] How did the code turn out IYO? [/quote] 1) Lay off the inline styles! The point of CSS is to remove the style information from your markup. You have assigned id's to your divs, but you don't use those id's in your CSS to define their style - this makes no sense. Get the style declaration out of the div tag, and into the style sheet. 2) Blockquote? I don't see anything on your page that is a quotation of any kind, yet it looks like every paragraph contains a blockquote element. What for?? 3) <h1>, <h2>, <h3>, <h4>, <h5>, <h6>. Use them! Using spans inside of p's to mark your headers is just the wrong way to do it. You have headers - code them as headers! Same goes with lists. Even though the section should be removed ;) , you have a [b]list[/b] of requirements. Code them as a list! 4) You seem to have a lot of empty paragraphs - why? :confused: If there is no paragraph, there should be no paragraph tag. If you need extra space around certain elements, this should be handled by the CSS. That's what the CSS is for. You also have the 'align' attribute in many of your tags, not just the one Blaise pointed out. Again: that's the whole point of CSS. It's good that you have finally stopped styling with tables. But there is definitely work to do still! FWIW [url=http://in-dented.com/sigs.html][img]http://in-dented.com/sigs/knot_sig_32.gif[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »