The dont do about Software:
1:
Dont create your own logo. Hire a real designer.
http://www.oberon.ch/images/Ominc%20Logo%20HomePage2.gif
Learn to hire the appropiate worker.
2:
Dont export microsoft office docs to html. Use a web editor.
http://www.oberon.ch/resources/dev-day/2000/BlackBox_files/v3_document.htm
Learn to use the appropiate tool.
3:
A small piece of code of master web page of oberon microsystem:
///
<BODY BGCOLOR="#FFFFFF">
<P><div align="center"></P>
<P><CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="95%">
///
///
</TABLE><div align="center"></P>
<P><CENTER> </CENTER></P>
<P><div align="center"></P>
<P><CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0
///
///
<TR>
<TD WIDTH=10>
<P>
</TD><TD>
<P>
</TD></TR>
<TR>
///
All your code is poor. Maybe you have not see your code. Buy a Html book.
4:
Something like:
http://www.oberon.ch/images/moon2.JPG
Is horrible and unoptimized. Change it to gif and decrease is colour count
to 8 or 16.
(try fireworks)
Learn to optimize.
5:
Your web page is too static, increase is interactivity widh cgi/asp
techonology.
( a component share forum? )
Learn interactive software.
6:
Your code is not-regular.
http://www.oberon.ch/company/ominc_profile.html
///
<STYLE>
<!--
<A> {text-decoration: none}
-->
</STYLE>
///
Some pages have style and someothers not... this have the style insert
inside.
A good sofware practice is to have external modules, like a oberon.css
file, and load
into the pages that use. This is bbug safe
Learn module programing.
1 saludo
Tei.
note:
your web page make me laugh. thanks.
--------------------------------------------
To unsubscribe from this mailing list, send a message containing the word "unsubscribe" to:
blackbox-request{([at]})nowhere.xy
To get a list of valid e-mail commands and instructions on their usage, send a message containing the word "help" to the above address.
Send any problem reports or questions related to this email list to the list owner at
owner-blackbox{([at]})nowhere.xy
Received on Wed Nov 29 2000 - 11:06:28 UTC