![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I fixed some things, thanks to you all comments If u have new tips let me know! Do u like updates section new simple icons and updates style? www.nyoworks.com |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I fixed some things, thanks to you all comments If u have new tips let me know! Do u like updates section new simple icons and updates style? |
#6
| |||||
| |||||
|
|
Load time is better. However, there are still a lot of things I mentioned in my other post. |
|
1) meta http-equiv is not the best equivalent to setting charset in the .htaccess. Ask your host if you are allowed to have a .htaccess file. If yes, create it in your root directory and add the text I gave you ion the last post: AddType 'text/html; charset=iso-8859-1' .htm - and that assumes all your webpages have the extension .htm. |
|
2) All your keywords must be in your content. If they are not, you're going to hurt your listings. I recommend deleting meta keywords totally. |
|
3) <img></img> is WRONG. Change all these to <img /> or you're not doing proper XHTML. |
|
4) Add height and width attributes to all img tags. If you don't, the browser guesses, and as the images load the page leaps around clumsily. |
#7
| ||||
| ||||
|
|
Load time is better. However, there are still a lot of things I mentioned in my other post. Good 1) meta http-equiv is not the best equivalent to setting charset in the .htaccess. Ask your host if you are allowed to have a .htaccess file. If yes, create it in your root directory and add the text I gave you ion the last post: AddType 'text/html; charset=iso-8859-1' .htm - and that assumes all your webpages have the extension .htm. is it necessary, it is an error? |
|
2) All your keywords must be in your content. If they are not, you're going to hurt your listings. I recommend deleting meta keywords totally. no keywords! you mean contents description? if yes i must delete all? |
|
3) <img></img> is WRONG. Change all these to <img /> or you're not doing proper XHTML. and w3c validate my code? |
|
4) Add height and width attributes to all img tags. If you don't, the browser guesses, and as the images load the page leaps around clumsily. ok well |
#8
| |||
| |||
|
| http://www.nyoworks.com/ |
#9
| |||
| |||
|
|
1) meta http-equiv is not the best equivalent to setting charset in the .htaccess. Ask your host if you are allowed to have a .htaccess file. If yes, create it in your root directory and add the text I gave you ion the last post: AddType 'text/html; charset=iso-8859-1' .htm - and that assumes all your webpages have the extension .htm. is it necessary, it is an error? It's not "wrong", but the other way is cleaner. The browser checks for that anyway, so do it there and you never have to add this line to any page on the site, as it's not going to change page-to-page. Anytime you can save double work, do it. |

|
2) All your keywords must be in your content. If they are not, you're going to hurt your listings. I recommend deleting meta keywords totally. no keywords! you mean contents description? if yes i must delete all? Description, sometimes it's used. But as keywords are rarely ever looked at, no use in them. Takes up space. |
|
3) <img></img> is WRONG. Change all these to <img /> or you're not doing proper XHTML. and w3c validate my code? The validator cannot catch this error. It's one of the limitations you were told about when it validated it. Trust me, if it's an inherently empty element <img /> is right. |
#10
| |||
| |||
|
|
On Tue, 02 Mar 2004 20:50:31 GMT, "NyoWorks Multimedia Designer" info(NOSPAM)@nyoworks.com> declared in alt.html.critique: http://www.nyoworks.com/ I didn't look at the previous version, but here goes: Fixed-width design. Looks really bad, especially with the white background. http://www.allmyfaqs.com/faq.pl?AnySizeDesign Replace the images of text with text. At least then I might be able to read them. |
so i did it best for me, graphic static style. Menu displayed with alt
|
Tables (ab)used for layout. http://www.allmyfaqs.com/faq.pl?Tableless_layouts Don't specify font size in px. Users of IE can't resize it. Use % (generally 100 of them). |
|
Don't use Verdana. It is not appropriate for use in an author style sheet. Google this and other groups for previous discussions as to why. Justified text is hard to read. In small doses it's OK, but for anything more than a couple of lines left-aligned is much better. |
)![]() |
| Thread Tools | |
| Display Modes | |
| |