Review a website
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
Kill the pink, it has no place on a page like that. Padding would be nice and to be honest it lacks the wow factor. It is, however, a nice site. (You asked me to be frank)
Brad Australian - Captain See Sharp on "Religion" any half intelligent person can come to the conclusion that pink unicorns do not exist.
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
-
The borders are not a feature. Infact, the border must be the line that comes up because there is a link on them. I did some stylesheet stuff to remove those lines. What browser do you use? I don't have any showing on Firefox. I am on Linux, cannot use IE yet. I guess I will have to check all this on IE. Centering is a good idea, now that I think about it. Thank you for the response.
-------- Micrologic Networks, India
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
Set your minimum font size to 18* in Firefox and you'll find some overlaps. *- may sound extreme but your font is only 2mm high on my 21" monitor at standard font settings.
-
Kill the pink, it has no place on a page like that. Padding would be nice and to be honest it lacks the wow factor. It is, however, a nice site. (You asked me to be frank)
Brad Australian - Captain See Sharp on "Religion" any half intelligent person can come to the conclusion that pink unicorns do not exist.
Yes. I want real frank opinions; not the ones trying to mask true opinions, and be politically correct. They have no use. :) Thank you for the reply. Padding has come up once before. I have to rectify that problem. Pink, it was just an experiment; and after your comment, I also think that it does not go with the formal nature of the website. Thomas
-------- Micrologic Networks, India
-
Set your minimum font size to 18* in Firefox and you'll find some overlaps. *- may sound extreme but your font is only 2mm high on my 21" monitor at standard font settings.
I will check that out. The few replies I have got until now has been very good. Your post pointed me to a valid reason why some people would need a higher font size. Thank you very much. Thomas
-------- Micrologic Networks, India
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page. Your fonts don't seem to scale up - use relative sized fonts. Test your layout against a variety of browser font sizes/combinations.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page. Your fonts don't seem to scale up - use relative sized fonts. Test your layout against a variety of browser font sizes/combinations.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.Pete O`Hanlon wrote:
Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page.
So it should have been div tags instead of the table?
-------- Micrologic Networks, India
-
Yes. I want real frank opinions; not the ones trying to mask true opinions, and be politically correct. They have no use. :) Thank you for the reply. Padding has come up once before. I have to rectify that problem. Pink, it was just an experiment; and after your comment, I also think that it does not go with the formal nature of the website. Thomas
-------- Micrologic Networks, India
yeah drop the pink :) Also maybe center the site in the browser rather than left align. Finally maybe find some other way of telling the user the images at the bottom are links. Maybe its just me but the blue border doesn't quite fit. Though some or all of this might be wrong as design has never been my strong point ;)
-
Pete O`Hanlon wrote:
Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page.
So it should have been div tags instead of the table?
-------- Micrologic Networks, India
Correct. If you want a good idea of how it should work, take a look at the site http://www.alistapart.com/[^]. They have plenty of tutorials/samples on how to achieve different types of layouts. Changing from tables also gives screen readers a chance with your page, and is generally a bit more Search Engine friendly.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Pete O`Hanlon wrote:
Using tables is probably not the best idea. Normally, you would want to use CSS to layout the page.
So it should have been div tags instead of the table?
-------- Micrologic Networks, India
Actually, this article should suit you very nicely. http://www.alistapart.com/articles/multicolumnlayouts[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
Do you really need the validator button? :~ I mean, why would a potential customer care about your website having valid HTML/CSS? Don't get me wrong, I'm not anti-validation, but it somehow seems out of place on a website like that.
Cheers, Vikram.
"...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.
-
Do you really need the validator button? :~ I mean, why would a potential customer care about your website having valid HTML/CSS? Don't get me wrong, I'm not anti-validation, but it somehow seems out of place on a website like that.
Cheers, Vikram.
"...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.
I put it there initially to check validity without having to go the validator site. You are right, though I will remove it.
-------- Micrologic Networks, India
-
The borders are not a feature. Infact, the border must be the line that comes up because there is a link on them. I did some stylesheet stuff to remove those lines. What browser do you use? I don't have any showing on Firefox. I am on Linux, cannot use IE yet. I guess I will have to check all this on IE. Centering is a good idea, now that I think about it. Thank you for the response.
-------- Micrologic Networks, India
In your stylesheet, do you can add:
:link img { border: none; } :visited img { border: none; }
It fix any problem with border images :) Why do you use "Validome" and not the validator.w3.org?
Engaged in learning of English grammar ;)
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger: -
Its awfully busy, especially the products page. Too much text with not enough spacing between sections makes me not want to read it.
Thank you for the suggestion. I will do something about it. Thomas
-------- Micrologic Networks, India
-
yeah drop the pink :) Also maybe center the site in the browser rather than left align. Finally maybe find some other way of telling the user the images at the bottom are links. Maybe its just me but the blue border doesn't quite fit. Though some or all of this might be wrong as design has never been my strong point ;)
The blue border was not intentional; but since I was using Linux while developing the site, I had not yet checked on IE. The style that worked on Firefox does not work on IE. I will soon test on IE and fix the problem. Thomas
-------- Micrologic Networks, India
-
Actually, this article should suit you very nicely. http://www.alistapart.com/articles/multicolumnlayouts[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.Thank you very much for taking the effort to find me that article. Asking for opinions here was the best thing I did for some time now :) Thomas
-------- Micrologic Networks, India
-
In your stylesheet, do you can add:
:link img { border: none; } :visited img { border: none; }
It fix any problem with border images :) Why do you use "Validome" and not the validator.w3.org?
Engaged in learning of English grammar ;)
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:I can't thank you enough. I will immediately add that. Thomas
-------- Micrologic Networks, India
-
I wanted some *frank* opinions about this website I am doing now from the professional web devlopment guys here. http://www.micrologicnet.com[^] Thomas
Home Page: -remove pink -try to get the same size buttons at the bottom for your links Services Page: -remove pink -try to get the same size buttons at the bottom for your links -maybe add just alittle padding between your text and boarders Products Page: -remove pink -try to get the same size buttons at the bottom for your links -maybe add just alittle padding between your text and boarders -do something with the charts hard to read -change the font color at the bottom of page: "What is active current sharing?" (color hurts) Reference page: -remove pink -try to get the same size buttons at the bottom for your links -maybe add just alittle padding between your text and boarders About us Page: -remove pink -try to get the same size buttons at the bottom for your links -maybe add just alittle padding between your text and boarders -like someone said before 'black hole is staring at me' Careers & Contact us Pages: -not finished God Bless, Jason
Programmer: A biological machine designed to convert caffeine into code.
Developer: A person who develops working systems by writing and using software. [^]