Forum: Website Reviews 34 Days Ago |
| Replies: 8 Views: 509 noticably faster load
screen fonts sized around my basefont, Thank you
all good |
Forum: Website Reviews Nov 3rd, 2009 |
| Replies: 8 Views: 509 Some parts of the site use fixed size text, px, 10px is 1.8mm high on my screen, and does not resize if I Select larger.
the W3C reccommended fonts sizes for screen display are em and %, each of... |
Forum: Website Reviews Oct 27th, 2009 |
| Replies: 7 Views: 385 includes, for menues copyright etc, are code scraps incomplete files stitched together by the server an served as 1 file
framesets are made up of full files with headers et al and each takes longer... |
Forum: Website Reviews Oct 20th, 2009 |
| Replies: 8 Views: 408 The font of the web site may make not be the font displayed on the user browser, if the font is not one available on the user browser the closest 'family' will be used, and may look different or... |
Forum: Website Reviews Oct 19th, 2009 |
| Replies: 8 Views: 408 standard tips and tweaks
http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.html?www.hd-fractals.com/... |
Forum: Website Reviews Oct 18th, 2009 |
| Replies: 2 Views: 386 dont use fixed sixe column it looks less than effective on widescreen monitors and creates scroll bars in part screen windows, users do not scroll, they leave
set the margin, dont set the inner,... |
Forum: Website Reviews Oct 9th, 2009 |
| Replies: 4 Views: 441 Inline <strong><font size> crap is not used with xhtml/css
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.webtoolhub.com%2F&profile=css21&usermedium=all&warning=1&lang=en css3... |
Forum: Website Reviews Oct 2nd, 2009 |
| Replies: 4 Views: 709 On a strictly code based critique
Tables are not used for layout, they do not display any part until the entire table is rendered. CSS positioning is used for layout
Fixed size elements body, fonts... |
Forum: Website Reviews Jun 24th, 2009 |
| Replies: 3 Views: 483 from the top
Meta tags are improperly formatted, inaccessible to bots
get the styles out of the page, out of the header, and into a stylesheet where they will only be accessed once for the entire... |
Forum: Website Reviews Apr 10th, 2009 |
| Replies: 7 Views: 690 external stylesheets :: contain all the style descriptions for everything, they only get loaded once :: current best practice
styles :: contain all the style descriptions for everything, embedded... |