Page 1 of 1
2 Beta Releases
Posted: Thu 30. Mar 2006, 00:41
by Jan212
Hello everbody,
PLZ give me some feedback and critics. I think both sides are no "design-queens" but at a good level. These are only Beta-Candidates with some missing content.
http://regicide.de/regicide/ [OSC/SMF not ready]
http://voscom.net/voscom_site/
All the best
Posted: Thu 30. Mar 2006, 01:26
by Klappstuhl28
http://regicide.de/regicide/
A fantastic looking navigation. In my opinion you
should devide the text at "BAND" into smaller blocks.
Just better to read. The logo in front and and grey in
the background let me say: "holymoly!"
Very cool.
http://voscom.net/voscom_site/
Clean design. Well choosen colors. They´re
fitting good to that, what this site stands for.
What i like better is a center
alignment. But this has nothing to say,
maybe i was disturbed in my anal-phase.
Cheers, Sigmund!
Nevertheless: Good work!
Posted: Thu 30. Mar 2006, 03:21
by Klappstuhl28
Code: Select all
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$host = gethostbyaddr($ip);
echo "IP Adresse: $ip<br>";
echo "Hostname: $host";
?>
Maybe you would like to use this to demonstrate
the visitor which informations you get not only
the browser and if java is enabled or not.
Posted: Thu 30. Mar 2006, 03:31
by Stim
Hi
Nice and very havy designed site... Very good!

Posted: Thu 30. Mar 2006, 11:36
by Kosse
Hi Jan212,
nice beta's , in regicide you could ~maybe~ work on .contentHead ? Like make it a little bigger or use another font?
as for voscom, the main content is very very nice (classy), I like the header.jpg less, because the "rounded" idea doesn't fit with the rest, maybe could you just put a horizontal line like this? (just a thought and a rough, off course)
Anyway, as usual (...and too rare)

your design is a pleasure for the eye
Cheers
Posted: Thu 30. Mar 2006, 14:28
by Jan212
Hello Community,
1st - thanks to all for the feedback.
All critiques are very constructive and i'll let them flow into my work...
@Kosse - [1st page]I think you're right, the font ist too heavy - the only problem the REGICIDE design also waned by the client and won't be changeable.
[2nd]
The screen you send is a good idea, the client wanted to have some curves in the layout so i decided to do it this way cause the whole layout was ready.
I will offer it to the client i think...
as i said in the near past i am back here in the community, hope not with a rare presence than in the past.
thanks and regards
Posted: Thu 30. Mar 2006, 18:44
by Kosse
Jan212 wrote:
the only problem the REGICIDE design also waned by the client and won't be changeable.
Sometimes they (clients) can be... mmm... picky
Jan212 wrote:
The screen you send is a good idea, the client wanted to have some curves in the layout so i decided to do it this way cause the whole layout was ready.
I will offer it to the client i think...
Hope he will see your layout is a great thing for his company and that he should listen to YOU
Jan212 wrote:
as i said in the near past i am back here in the community, hope not with a rare presence than in the past.

all the forum RISE and CHEERS
Posted: Thu 30. Mar 2006, 21:19
by Pudekamp.dk
Hi - nice design
How do you center the menu on the left side?:
http://voscom.net/voscom_site/index.php?leistungen
I have tried to do this by CSS, but the bullits wouldn't align in the middle, so I had to "cheat" by making the gif taller and transparent in the top.
Posted: Thu 30. Mar 2006, 21:24
by Jan212
be creative: in config -> conf.template_default.inc.php
Code: Select all
$template_default["nav_table_struct"]["linkimage_norm"] = '<img src="img/grafik/icon_navi_normal.gif" alt="" border="" style="margin:18px 6px 0px 15px;">';
$template_default["nav_table_struct"]["linkimage_over"] = '<img src="img/grafik/icon_navi_aktiv.gif" alt="" border="" style="margin:18px 6px 0px 15px;">';
$template_default["nav_table_struct"]["linkimage_active"] = '<img src="img/grafik/icon_navi_aktiv.gif" alt="" border="" style="margin:18px 6px 0px 15px;">';
(it's a little more elegant to do this with class="" instead of style="")
Posted: Thu 30. Mar 2006, 21:35
by Pudekamp.dk
I have played around with padding and spacing... I'll try your solution now.
Thanks a lot!
Posted: Thu 30. Mar 2006, 21:53
by Jan212
no problem, as you see it'll work...
Posted: Thu 6. Apr 2006, 15:55
by Pudekamp.dk
I tried to play around with your code - but I don't get the wanted effect
You can see the result here:
http://www.restaurantbadehotellet.dk/in ... ?selskaber
Is there anything else I need to change besides the code you supplied in your post?
Posted: Thu 6. Apr 2006, 16:00
by Jan212
too much margin top
Code: Select all
$template_default["nav_table_struct"]["linkimage_norm"] = '<img src="img/grafik/icon_navi_normal.gif" alt="" border="" style="margin:18px 6px 0px 15px;">';
change in
Code: Select all
$template_default["nav_table_struct"]["linkimage_norm"] = '<img src="img/grafik/icon_navi_normal.gif" alt="" border="" style="margin:10px 6px 0px 15px;">';
style="margin:
10px 6px 0px 15px;
Posted: Thu 6. Apr 2006, 16:06
by Pudekamp.dk
Thanks, but it still doesn't align middle
There must be something else I need to change somewhere. Evertyhing else is standard, and that gives me the result you see on the site.
Any ideas?
Posted: Thu 6. Apr 2006, 18:24
by Pudekamp.dk
I have figured it out now - thanks for all your help
