For those of you who love jazz

post released sites here made with phpwcms
betabi
Posts: 26
Joined: Thu 23. Jun 2005, 17:28
Location: Hamburg
Contact:

For those of you who love jazz

Post by betabi »

User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

Hi,
I don't like jazz (at least not every kind of...)
but
I like your site!
Greetings
claus
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

sehr schöne seite!
da passt alles.

der accordion effekt hakelt hier auf meinem win/FF2 etwas, aber sonst sehr gut!
g. marcus
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Post by fopulu »

bei mir tut sich gar nichts... black Screen..... IE6
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Mhhh, bei mir auch nicht, liegt einfach daran dass hier ohne JS nix geht, da kein fallback vorgesehen ist bzw. kein hinweis auf JS kommt ..............

Um die SUMAS nicht vollkommen auszublenden wir ein display:none mit den Links dahinter verwendet. Hoffentlich geht das auf die Dauer gut.

Geht man nun mit Hilfe der Source weiter, sieht man schon den Inhalt. Der accordion effekt arbeitet allerdings auch ohne ein fallback.

Die Headgrafiken würde ich nicht mit JS wechseln, sonder mit php.

Ist jetzt alles recht technisch.

die Seite gefällt mir sonst recht gut, bis auf diesen accordion Kram, man muss es halt mögen, bzw. usability außen vor lassen.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
betabi
Posts: 26
Joined: Thu 23. Jun 2005, 17:28
Location: Hamburg
Contact:

Danke für die Hinweise

Post by betabi »

Man denkt ja an Einiges, aber eben nicht Alles.
Nun sollte die Seite auch ganz ohne Javascript funktionieren...
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Jaaa, so sollte es sein. Klasse.
JS: Man denkt ja an Einiges, aber eben nicht Alles.
Das ist eigentlich das allererste woran ich bei solchen Aktionen denke.
Nützt ja nix, wenn die Seite bei einigen Leuten außen vor bleibt, bzw. die SUMAS eine lange Nase zeigen.
Außer ich habe eine Seite vor mir die in die Kategorie "must have" einzuordnen wäre, dann ist eh alles egal bis auf die Anbindung beim Provider.

Gruß Knut :D
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
axelko
Posts: 138
Joined: Mon 27. Feb 2006, 22:51
Contact:

Post by axelko »

Hi, also black screen on IE7 (JS error, this property or method is not supported for this object). Ok in Firefox.

But very nice in Firefox.

Greetz,
Axel
-------------------------------
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Post by Jensensen »

Hi, who did the photos? great!

text is very dark, rather too dark, i think.

Hey, what about some sound samples in the download area???
Greetz
Last edited by Jensensen on Wed 4. Jul 2007, 13:13, edited 1 time in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Post by fopulu »

Sorry, bei mir geht immer noch nix..... immer noch IE6, was anderes habe ich noch nicht getestet......
Nordlicht
Posts: 160
Joined: Wed 12. Apr 2006, 08:16
Location: Germany, near Hamburg
Contact:

Post by Nordlicht »

MS Word is not a standard.
Press should also be avalible in different formats.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hehe, schalte mal im IE JS aus, dann funzt die Seite.

Im IE6 SP2 zeigt er mit JS folgenden Fehler:
---------------------------
http://www.tonustrio.de/
Zeile: 47 Zeichen: 51
Fehler: Das Objekt unterstützt diese Eigenschaft oder Methode nicht
Code: 0
---------------------------
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Maybe the code below is not working correctly?
Because the redirect does not take place in IE6 or IE7 (for me)?
BUT, can see those destination pages fine:
http://www.tonustrio.de/index.php?News
http://www.tonustrio.de/index.php?Aktuell

Code: Select all

<SCRIPT type=text/javascript>
var browserName = navigator.appName;
if (browserName == "Microsoft Internet Explorer"){language=navigator.userLanguage;}
else{language=navigator.language;}
if(language){language=language.substring(0,2);}
else{language="z";}

if (language =="de") {
	window.location.href = "index.php?Aktuell";	
}
else {
	window.location.href   = "index.php?News";		
}
</SCRIPT>
fopulu
Posts: 359
Joined: Tue 2. May 2006, 14:19
Location: Rhein-Main

Post by fopulu »

Hm, keine gute Einstellung für den D.A.U. (dümmsten anzunehmenden User)...... ich würde mir da eine Alternative überlegen....
User avatar
swisscheese
Posts: 138
Joined: Mon 19. Feb 2007, 16:37
Location: Solothurn, Schweiz

Post by swisscheese »

I had recently solved a forwarding in PHP:
- Make a "Vorlage" for your start page only
- put this code in the main section: [PHP]header('Location: ./?' . ((substr($_SERVER['HTTP_ACCEPT_LANGUAGE'],0,2)=='de') ? 'Aktuell' : 'News'))[/PHP]

The forwarding is handled on the server and not on the client. And it works with all browsers, javascript enabled or disabled.

greetz
swisscheese
Post Reply