Neue Corporate Website / new Corporate Website
Neue Corporate Website / new Corporate Website
Hallo allerseits. Hier ist meine neue Firmenwebsite.
http://www.dmd2.net
Features:
- Graphical Menu, kombiniert mit dem table-basierten textual Menu
- Streaming-Features
- Anstrengendes Template Management
- Automatische Sprachauswahl
- 2 Sprachen
Bin gespannt auf Euer Feedback! ein weiteres Mal hat sich PHPWCMS sehr flexibel gezeigt. Vom ursprünglichen PSD-basierten Design konnte ich über 90% umsetzen! Chapeau.
--
Hello everybody, here's my new corporate Website
http://www.dmd2.net
Features:
- Graphical Menu, combined with tablebased textual Menu
- Streaming-Features
- Challenging Template Management
- automatic Languageselection
- Two-Languages supported (not yet fully implemented)
I'm looking forward for your feedback - another time PCPWCMS has met the high expectations to its flexibility. Almost 90% of the basic design (based on Photoshop Files) could be integrated.
http://www.dmd2.net
Features:
- Graphical Menu, kombiniert mit dem table-basierten textual Menu
- Streaming-Features
- Anstrengendes Template Management
- Automatische Sprachauswahl
- 2 Sprachen
Bin gespannt auf Euer Feedback! ein weiteres Mal hat sich PHPWCMS sehr flexibel gezeigt. Vom ursprünglichen PSD-basierten Design konnte ich über 90% umsetzen! Chapeau.
--
Hello everybody, here's my new corporate Website
http://www.dmd2.net
Features:
- Graphical Menu, combined with tablebased textual Menu
- Streaming-Features
- Challenging Template Management
- automatic Languageselection
- Two-Languages supported (not yet fully implemented)
I'm looking forward for your feedback - another time PCPWCMS has met the high expectations to its flexibility. Almost 90% of the basic design (based on Photoshop Files) could be integrated.
--
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Navigation question
aleggs,
How did you build the navigation? It looks like it is probably hard-coded and that the top level nav uses images for the buttons. Are the sub-menus dynamically generated or hard-coded? It sure would be nice if {NAV_TABLE_COLUMN} would allow for a different look on main and sub navigation.
How did you build the navigation? It looks like it is probably hard-coded and that the top level nav uses images for the buttons. Are the sub-menus dynamically generated or hard-coded? It sure would be nice if {NAV_TABLE_COLUMN} would allow for a different look on main and sub navigation.
Hi Jari. Yeah you're right. Did you discover that my screen is 819pixels in width btw?Jari wrote:I hate to see and say why don't anyone try to make the width so even surfers with 800 x 600 resolution can surf your website without side scrolling ?
As my site is targetted to businesses though, I am focussing on higher resolutions as I know that less than 10% of all site visitors (on a general, enduser focussed site) surf with 800x600 rez.
Thanks, Alex
--
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Re: Navigation question
you've got itBen wrote:... and that the top level nav uses images for the buttons.
Well in fact it's a combination of {NAV_TABLE_COLUMN} and hardcoding PHP. I use a different template for every top-level-nav on which I include the PHP. File. Within that file, I have the {NAV_TABLE_COLUMN} with the right references.Ben wrote:Are the sub-menus dynamically generated or hard-coded? It sure would be nice if {NAV_TABLE_COLUMN} would allow for a different look on main and sub navigation.
Have a look at the "Kunden" section of the site:
Code: Select all
<table border="1" style="border-collapse: collapse" width="162" id="table1" cellpadding="0" height="98" bordercolor="#D4D4D4">
<tr>
<td height="15">
<a href="index.php?news" onMouseOver="if (document.images) document.news.src='img/navigation/deu/news_active.gif';" onMouseOut= "if (document.images) document.news.src= 'img/navigation/deu/news.gif';"><img src="img/navigation/deu/news.gif" name=news border=0 width=160 height=15></a></td>
</tr>
<tr>
<td height="15">
<a href="index.php?produkte" onMouseOver="if (document.images) document.produkte.src='img/navigation/deu/produkte_active.gif';" onMouseOut= "if (document.images) document.produkte.src= 'img/navigation/deu/produkte.gif';"><img src="img/navigation/deu/produkte.gif" name=produkte border=0 width=160 height=15></a></td>
</tr>
<tr>
<td height="15">
<a href="index.php?kunden"><img src="img/navigation/deu/kunden_open.gif" name=kunden border=0 width=160 height=15></a>
<img src='img/navigation/deu/open_shadow.gif'>{NAV_TABLE_COLUMN:6}</td>
</tr>
<tr>
<td height="15">
<a href="index.php?firma" onMouseOver="if (document.images) document.firma.src='img/navigation/deu/firma_active.gif';" onMouseOut= "if (document.images) document.firma.src= 'img/navigation/deu/firma.gif';"><img src="img/navigation/deu/firma.gif" name=firma border=0 width=160 height=15></a></td>
</tr>
<tr>
<td height="15">
<a href="index.php?kontakt" onMouseOver="if (document.images) document.kontakt.src='img/navigation/deu/kontakt_active.gif';" onMouseOut= "if (document.images) document.kontakt.src= 'img/navigation/deu/kontakt.gif';"><img src="img/navigation/deu/kontakt.gif" name=kontakt border=0 width=160 height=15></a></td>
</tr>
</table>
--
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Thanks!FN-Media wrote:Sehr sehr geil.
meinst du, die Schriften sollten eine Nummer grösser sein?Wenn ich eine kleine Kritik anbringen darf, folgend markiertes macht das Bild unruhig. Vllt. eine Nummer größer.
Danke
--
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
Best regards, freundliche Grüsse
Alexander Dal Farra
http://www.dalfarra.ch
http://www.lidijaroos.com
-
- Posts: 10
- Joined: Tue 25. Jan 2005, 13:38
Navigation
Kannst du uns diese Navigation als TUTORIAL geben! *BITTE*
Ich versuche genau etwas in diesem Stil zu verwirklichen, bin aber (glaube ich) an die Grenzen gelangt!
Könnte unbedingt Hilfe gebrauchen, und diese Seite als Tut. bzw. Navigation wäre echt ein GESCHENK für alle phpwcms´ler
Gruß Marc-Andre
Ich versuche genau etwas in diesem Stil zu verwirklichen, bin aber (glaube ich) an die Grenzen gelangt!
Könnte unbedingt Hilfe gebrauchen, und diese Seite als Tut. bzw. Navigation wäre echt ein GESCHENK für alle phpwcms´ler
Gruß Marc-Andre
nice and well done work.
except one thing: usinf firefox and click in german language site to english content goes to english but not navigation.
just in my browser?
except one thing: usinf firefox and click in german language site to english content goes to english but not navigation.
just in my browser?
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
@cyrano: only 1 page in english, look at bottom were he says that english is not available yet... (I'm also using FF
@allegs:
I like your design, clean, easy to navigate, good job! Looks pro.
Cheers
@allegs:
I like your design, clean, easy to navigate, good job! Looks pro.
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement