![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I have created a new design, new css and new xhtml for my website at http://michaelsremarks.com - now I am searching for a lot of criticism, tipps, hints and ideas how to make it better. I hope that I am in the right group to get some feedback on this site. Simply write about everything you think is important to say. Thank you in advance for your feedback on my site, Michael /snip |
#12
| ||||||||||
| ||||||||||
|
|
It looks very much like the templates offered by http://www.blogger.com, (especially with respect to layout, and atom)... |
|
I'm not suggesting that you copied the css and the page codes, just that it might have helped if you had! A few tweaks and you would have had a similar result. |
|
It's very poetic, filled with similies and metaphors -- your thoughts obviously, and a natural web log. I can't understand why you didn't simply get a template from the Google-owned www.blogger.com, make a few changes and publish to your own server, it would have been the natural choice for most -- especially as the result is almost identical.... anyway... |
|
External CSS and strict w3c code have many inherent difficulties. One is that the header doc type declaration messes with any dhtml and javascript, especially with respect to browser software and so forth. |
|
If you have not got Opera, IE5.x, IE6, Avant, Netscape and so forth, you'll always be flying in the dark. At the very least, you should check your pages at an Internet Cafe, a friend's PDA and on just about anything else you come across before you 'launch it' and connect up your domain name. |
|
... so to finish my 'criticism' of the testing, your large header picture may look great to you on your set up, but imagine it without the picture, on a small screen resolution, 16 bit, with over ride settings, the history pane open and the browser not at maximum, and you will see what the other posters have been talking about. |
|
If you get a free counter from http://gostats.com, for example, you will get statistics about your visitors' settings which will help you make all sorts of decisions. |
|
It is also a good idea to bear in mind that 1 in 4 people in the world have one of the three forms of colour-blndness. Test your pages at vischeck for contrast etc. It is peculiar to see your page as others' may see it....very entertaining, and very informative! |
|
Not everyone has broadband, and so speed is of the essence for paying dial-up visitors -- your background image/wallpaper is unnecessary when a colour would do. I would suggest that you work on the header -- less picture and more a short description of what the page is (remember the 'mom test') -- not every user of the Internet is clever enough to know what a weblog is/how it works! |
|
Apart from my moaning, it seems fine to me, the divs work well under the nine browsers I checked it on and while 800x600 laptops hate your site (especially with over rides), it can be read easily enough -- and that is the main thing after all. |
#13
| |||
| |||
|
|
"Michael Kalina" <michaelkalina (AT) despammed (DOT) com> wrote in message news:40a74ea3$0$30786$3b214f66 (AT) usenet (DOT) univie.ac.at... But I think that the picture is so important for the whole feeling on this site that I think it is okay to have it that big! Having an image at the head of the page that takes up 30-50% of available vertical space is creating a hinderance to the user's access to the content. |
#14
| |||
| |||
|
|
On 2004-05-17 07:09:08 +0200, "dcd" <donot (AT) reply (DOT) here> said: Apart from my moaning, it seems fine to me, the divs work well under the nine browsers I checked it on and while 800x600 laptops hate your site (especially with over rides), it can be read easily enough -- and that is the main thing after all. |
#15
| |||
| |||
|
|
On 2004-05-17 14:50:59 +0200, Michael Kalina michaelkalina (AT) despammed (DOT) com> said: On 2004-05-17 07:09:08 +0200, "dcd" <donot (AT) reply (DOT) here> said: Apart from my moaning, it seems fine to me, the divs work well under the nine browsers I checked it on and while 800x600 laptops hate your site (especially with over rides), it can be read easily enough -- and that is the main thing after all. Oh, and what I wanted to add: It is very funny that a lot of people try to optimize their sites for 800x600, but not a lot think of what happens to the people who use high resolutions. In the beginning, my site was optimized for my own screen, here on my iBook 14" but when I saw my site on a 1400xsomething screen it looked terrible! So I tried to somehow make the site look good on nearly every screen, that's why e.g. there is the 1100px max-width and the 400px min-width, otherwise 80%... |
#16
| |||
| |||
|
|
So I tried to somehow make the site look good on nearly every screen, that's why e.g. there is the 1100px max-width and the 400px min-width, otherwise 80%... |
#17
| |||
| |||
|
|
Michael Kalina wrote: On 2004-05-17 14:50:59 +0200, Michael Kalina michaelkalina (AT) despammed (DOT) com> said: On 2004-05-17 07:09:08 +0200, "dcd" <donot (AT) reply (DOT) here> said: Apart from my moaning, it seems fine to me, the divs work well under the nine browsers I checked it on and while 800x600 laptops hate your site (especially with over rides), it can be read easily enough -- and that is the main thing after all. Oh, and what I wanted to add: It is very funny that a lot of people try to optimize their sites for 800x600, but not a lot think of what happens to the people who use high resolutions. In the beginning, my site was optimized for my own screen, here on my iBook 14" but when I saw my site on a 1400xsomething screen it looked terrible! So I tried to somehow make the site look good on nearly every screen, that's why e.g. there is the 1100px max-width and the 400px min-width, otherwise 80%... But why don't you give the left-margin 10% and the right one too? Or rather, have it 90% wide and both margins 5%. And have it centered too, so, when it hits the 1100px limit, it doesn't stay at the left side of my screen. On wide screens it still looks like you forgot to think about wide screens now. |
#18
| |||
| |||
|
|
Michael Kalina wrote: So I tried to somehow make the site look good on nearly every screen, that's why e.g. there is the 1100px max-width and the 400px min-width, otherwise 80%... A pixel-based max-width penalizes those who use high screen "resolutions" but large fonts. I use an em-based max-width, although my site isn't exactly graphics-rich... |
#19
| |||
| |||
|
|
On 2004-05-17 15:48:05 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl> said: But why don't you give the left-margin 10% and the right one too? Or rather, have it 90% wide and both margins 5%. And have it centered too, so, when it hits the 1100px limit, it doesn't stay at the left side of my screen. On wide screens it still looks like you forgot to think about wide screens now. Centered. |
#20
| |||
| |||
|
|
On 2004-05-17 14:50:59 +0200, Michael Kalina michaelkalina (AT) despammed (DOT) com> said: On 2004-05-17 07:09:08 +0200, "dcd" <donot (AT) reply (DOT) here> said: Apart from my moaning, it seems fine to me, the divs work well under the nine browsers I checked it on and while 800x600 laptops hate your site (especially with over rides), it can be read easily enough -- and that is the main thing after all. Oh, and what I wanted to add: It is very funny that a lot of people try to optimize their sites for 800x600, but not a lot think of what happens to the people who use high resolutions. |
|
In the beginning, my site was optimized for my own screen, here on my iBook 14" but when I saw my site on a 1400xsomething screen it looked terrible! So I tried to somehow make the site look good on nearly every screen, that's why e.g. there is the 1100px max-width and the 400px min-width, otherwise 80%... |
![]() |
| Thread Tools | |
| Display Modes | |
| |