| Posted in Website Designing » Layouts and Templates - Saturday 6th October 2007 at 3:27PM | |
|
adam2z Joined October 2005 |
total redo- but same theme as the last one __________________________________ |
- Subscribe to this
- Search this thread
- Rate this thread
please rate template
Poll: You are going on a quest, do you bring...
Replies (16)
| Replied - Saturday 6th October 2007 at 7:30PM [Post Link] | |
|
Tubby Joined July 2007 |
if you're ever going to get wet, dont forget to bring a towel.
Also, I love the template, but perhaps something of a rollover on the links? Change of colour or something, I think that would perfect it. __________________________________ |
| Replied - Saturday 6th October 2007 at 11:57PM [Post Link] | |
|
Will Joined October 2005 |
You know my feelings. Mario has said enough.
__________________________________ |
| Replied - Sunday 7th October 2007 at 6:39AM [Post Link] | |
|
Kyle Joined August 2007 |
I like it alot, good work. My only suggestion was the rollover as tubby pointed out.
Also yes, the poll is messed up. I picked towel. __________________________________ |
| Replied - Sunday 7th October 2007 at 3:20PM [Post Link] | |
|
Alec Joined April 2007 |
Yeah I voted iPod and my vote wasn't counted :(
I get a CPU error Adam. __________________________________ |
| Replied - Sunday 7th October 2007 at 7:57PM [Post Link] | |
|
Alec Joined April 2007 |
Ok yeah it's working now.
I think it's awesome man. Your really onto something here. Only a few things. - I made the mistake of using XHTML 1.1. Looks like the "latest version". I quote from Webmaster World: [QUOTE] Webmaster World said: xhtml 1.0 is a reformulation of HTML 4.01 with an XML syntax. It has the same elements etc. as HTML 4.01, and exists in three flavors, Strict, Transitional and Frameset. - <title> should be the first in <head> section. Despite what Dreamweaver templates say.- Use some access keys for your nav links. Maybe make an "Accessibility" page linked to in your footer explaining it. - I like your use of <h1>, but is "adam2z.com" really your target keyword?- You need meta data but I guess you know that.- I think your headings should be #333 or something instead of #000. Makes it a bit softer to the eye. - You haven't defined you language. Replace appropriate with: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">__________________________________ |
| Sponsored Link | |
| Replied - Monday 8th October 2007 at 7:51AM [Post Link] | |
|
Alex Joined July 2007 |
In my opinion, the layout looks dated.
- The link styling needs changing. - The <h2>s need more style. I can think of more, but i have to go to school XD. __________________________________ |
| Replied - Tuesday 9th October 2007 at 11:21AM [Post Link] | |
|
Alec Joined April 2007 |
I agree. May as well get it correct tho. It's as simple as replacing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">__________________________________ |
| Replied - Saturday 13th October 2007 at 3:49PM [Post Link] | |
|
Alex Joined July 2007 |
To extend on 'adding more style' i mean perhaps:
- Change the font - Make first letter unique - Underline (dotted?) - Change the colour __________________________________ |
| Replied - Sunday 14th October 2007 at 4:15AM [Post Link] | |
|
just.xTc Joined October 2005 |
H2s look fine to me. Doing everything Alex said would lead to distracting the user.
As for the rest of the template, nice work. __________________________________ |
| Replied - Sunday 14th October 2007 at 11:45AM [Post Link] | |
|
Alec Joined April 2007 |
Adam that is quality work man. You could sell that. I would say remove the left padding or margin from the images in the content.
__________________________________ |
| Replied - Sunday 14th October 2007 at 6:39PM [Post Link] | |
|
just.xTc Joined October 2005 |
[QUOTE] adam2z said (14th October @ 10:27am): Very, very nice. __________________________________ |
| Sponsored Link | |
| Replied - Thursday 18th October 2007 at 4:21PM [Post Link] | |
|
Joe Joined April 2007 |
Yes! But it won't work in IE6 - not sure about ie7.
img[align=left] { margin-right: 5px; }The brackets allow you to assign styles to elements with specific attributes - very useful but unfortunately not supported on most old or crap browsers! __________________________________ |
| Replied - Friday 19th October 2007 at 2:16AM [Post Link] | |
|
just.xTc Joined October 2005 |
[QUOTE] Joe said (18th October @ 15:21pm): Yes! But it won't work in IE6 - not sure about ie7. I'm not sure if using the align property on images (or anything?) is considered valid XHTML, though... Correct me if I'm wrong... And if you were to sell it, I'm going to assume it helps when your product is supported by most browsers... If that can't be done, then it should still degrade gracefully. Unless, of course, your client is a dumbass. __________________________________ |
| Replied - Friday 19th October 2007 at 1:25PM [Post Link] | |
|
Will Joined October 2005 |
[QUOTE] adam2z said (19th October @ 11:16am): Yup, that's CSS3. Even though it's unsupported in IE7 and below, it's still pretty nice.as it is now, it is giving the images a 5 px margin, and then removing it on the appropriate side depending on the alignment. So yes, it is degrading gracefully. __________________________________ |
| Replied - Friday 19th October 2007 at 5:09PM [Post Link] | |
|
just.xTc Joined October 2005 |
Well, are you planning to sell it? Or is it for personal use? You're going to want it to validate for IE...
__________________________________ |
| Replied - Friday 19th October 2007 at 8:07PM [Post Link] | |
|
adam2z Joined October 2005 |
nothing 'validates for IE' it either looks presentable or not. this is a small tweak that improves presentation in operafox and does nothing for primitive browsers. hence it's fine.
its a portfolio and personal site - i wont be selling this layout any time soon. although i might tweak it and keep the same basic csshtml __________________________________ |