From: Roman K. <rom...@ep...> - 2003-02-14 16:45:43
|
> an extra inc for personal design is a good way... In my opinion, users who want to individualize their GUI should write a new= theme... this is the way all other programs handle it... why should we go = other ways? > i'm work in berlin too...=E4hm: ausbildung zum fachinformatiker > please translate this anyone?:) http://www-user.tu-chemnitz.de/~fri/ding/ A very good translator Ausbildung =3D Training Fachinformatiker is something only existing in germany, i think "computer s= cientist" is the best description btw: I was a trainee for "Informatikkaufmann" a few months ago > dirty hack? no... well, i call "<td> </td> a hack... i don't want to say, that we have t= o completely renounce such things, but we should at least try to find bette= r ways to handle such situations > $tdwidth =3D floor($value[prozent]); > echo "<table width=3D\"100%\" border=3D\"0\" cellspacing=3D\"0\"=20 > cellpadding=3D\"0\">\n"; > echo "<tr>\n"; > echo "<td width=3D\"".$tdwidth."%\" bgcolor=3D\"#C7F8B8\"><font=20 > size=3D\"-3\"> </font></td>"; > $tdwidth =3D 100 - $tdwidth; > echo "<td width=3D\"".$tdwidth."%\" bgcolor=3D\"\"><font=20 > size=3D\"-3\"> </font></td>"; > echo "</tr>\n"; > echo "</table>\n"; >=20 > simple! :) > i think it's the best way to stay platform independent...(?) > u're way would be running too but every load of an image is needed more t= ime > i know, its a very small image... > my thoughts... What? You mean this chunk of code (each letter has 1 byte) is faster loaded than = a small 1-pixel-image with 256 colors? (also 1 byte, but only one time, bec= ause only 1 pixel). You must be kidding! > a must! and.. delete the localizer.. no, just a joke.. but more=20 > languages will needed...:) Therefor, we would need more native speakers... (btw. an english native spe= aker could support us very much, too) regards Roman |