2 Beta Releases

post released sites here made with phpwcms
Post Reply
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

2 Beta Releases

Post 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
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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!" :shock:
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!
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

Hi

Nice and very havy designed site... Very good! :lol:
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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)

Image

Anyway, as usual (...and too rare) ;) your design is a pleasure for the eye

Cheers
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post 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
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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.
:D all the forum RISE and CHEERS
Pudekamp.dk
Posts: 85
Joined: Tue 10. May 2005, 17:37
Location: Denmark
Contact:

Post by Pudekamp.dk »

Hi - nice design :D

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.
--
Best regards,
Thomas from Denmark
http://www.pudekamp.dk (personal site)
http://www.lalala.dk (the Blue Hippo site)
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post 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;">';
8)

(it's a little more elegant to do this with class="" instead of style="")
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Pudekamp.dk
Posts: 85
Joined: Tue 10. May 2005, 17:37
Location: Denmark
Contact:

Post by Pudekamp.dk »

I have played around with padding and spacing... I'll try your solution now.

Thanks a lot!
--
Best regards,
Thomas from Denmark
http://www.pudekamp.dk (personal site)
http://www.lalala.dk (the Blue Hippo site)
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post by Jan212 »

no problem, as you see it'll work...
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Pudekamp.dk
Posts: 85
Joined: Tue 10. May 2005, 17:37
Location: Denmark
Contact:

Post 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?
--
Best regards,
Thomas from Denmark
http://www.pudekamp.dk (personal site)
http://www.lalala.dk (the Blue Hippo site)
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post 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;
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Pudekamp.dk
Posts: 85
Joined: Tue 10. May 2005, 17:37
Location: Denmark
Contact:

Post 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?
--
Best regards,
Thomas from Denmark
http://www.pudekamp.dk (personal site)
http://www.lalala.dk (the Blue Hippo site)
Pudekamp.dk
Posts: 85
Joined: Tue 10. May 2005, 17:37
Location: Denmark
Contact:

Post by Pudekamp.dk »

I have figured it out now - thanks for all your help :D
--
Best regards,
Thomas from Denmark
http://www.pudekamp.dk (personal site)
http://www.lalala.dk (the Blue Hippo site)
Post Reply