
Originally Posted by
VibeTribe
a "control panel" should use simple fonts and icons for operations.
u will get problems if the user doesnt have the font installed if not local located, or u will get browser complications if not added a oet alternate.
plus, its a dam control panel xD there is no need for any eye catcher at all, it doesnt look professional.
then, for what u need social share code? this isnt a community website or something. a control panel should be always fast, and i mentioned many things loading while starting your page (most by share code, specially g+), so for a control panel it already wastes much.
also, dont use iframes, if u need a seperated part, use the CSS alternate (overflow) or you force loading in loading .... costs more ressources again.
then, prevent using img tags for design components, i prefer to use the background-image css specification. It prevents to use the image options on right click.
and then dont use the <center> tag (might not XHTML valid). set a div around the login form, set width and height and finally margin: 0 auto; to force a valid strict XHTML centering.
and then again (xD) dont use tables if u dont draw any table. draw a table on showing datasets, but dont put it into <form> tags to structurate your <input> tags. use divs in divs to build rows and cols, just dont fail at your math, remember ...
total width = margin-left + outline-left-width + border-left-width + padding-left + width + padding-right + border-right-width + outline-right-width + margin-right
edit: learning asp atm, oh sry it seems even ASP.NET makes tables on forms on special web controls. i never did it, but microsoft does. doesnt mean its good, but its not bad too, i hope -.-.