Quoting Jacob Potter <jacobdp (AT) gmail (DOT) com>:
> One minor thing - I think you're missing a [% webroot %] prefix in a
> few places, line 47 of home.html and the two images and "click here"
> links in docs/readme.html. Those cause some problems if the skin is
> accessed explicitly as http://server:9000/Fishbone.
right...will fix that.
>
> The stylesheet switching doesn't work in Safari.
it doesn't??? What was I doing last night then? I woudn't expect it to work
from teh browser side, but the links in the readme sure appeared fine for me.
Is this a rule that I missed? What is happening when you try it?
> PPK's demo at
> http://www.quirksmode.org/js/cssdisable.html does work cross-browser,
> so you might want to check that out.
will do !
-kdf
Results 21 to 30 of 34
-
2005-07-19, 09:30 #21
Updated Fishbone skin, with alt styles
-
2005-07-19, 09:32 #22Senior Member
- Join Date
- May 2005
- Location
- In a house
- Posts
- 1,629
Yes, I am using slim.exe. I presume I need activeperl to run the slimserver.pl script. Is the cygwin perl known to work?
Originally Posted by kdf
-
2005-07-19, 09:39 #23
Re: Updated Fishbone skin, with alt styles
Quoting MrC <MrC.1sfdsb (AT) no-mx (DOT) forums.slimdevices.com>:
>
> kdf Wrote:
> > Are you using the EXE version of the server, by any chance? That would
> > certainly prevent the patch of HTTP.pm from working, and explain the
> > lack of proper display when changing to the alternate styles.
> > Basically, its like the other stylesheets don't exist.
> > -kdf
>
> Yes, I am using slim.exe. I presume I need activeperl to run the
> slimserver.pl script. Is the cygwin perl known to work?
Either one should work fine.
-kdf
-
2005-07-19, 10:32 #24
Re: Updated Fishbone skin, with alt styles
* kdf shaped the electrons to say...
>> Yes, I am using slim.exe. I presume I need activeperl to run the
>> slimserver.pl script. Is the cygwin perl known to work?
>
>Either one should work fine.
Actually, cygwin perl is known *not* to work. Please use ActivePerl.
-D
--
You know, for kids.
-
2005-07-19, 10:39 #25Senior Member
- Join Date
- May 2005
- Location
- In a house
- Posts
- 1,629
Yeah, I'm discovering that.
Originally Posted by Dan Sully
-
2005-07-19, 10:47 #26
Re: Updated Fishbone skin, with alt styles
Quoting MrC <MrC.1sfgso (AT) no-mx (DOT) forums.slimdevices.com>:
>
> Dan Sully Wrote:
> > Actually, cygwin perl is known *not* to work. Please use ActivePerl.
> >
>
> Yeah, I'm discovering that.
oh...sorry.
-kdf
-
2005-07-19, 11:02 #27Senior Member
- Join Date
- May 2005
- Location
- In a house
- Posts
- 1,629
Ok, problem solved. It was that I was using slim.exe and not slimserver.pl which caused the problem. It is clear now that slim.exe includes a pre-compiled version of Web/HTTP.pm. Perhaps a quick edit to the instructions indicating not to use slim.exe and instead use slimserver.pl. w/ActivePerl might help others.
-
2005-07-19, 12:06 #28
Updated Fishbone skin, with alt styles
Quoting Jacob Potter <jacobdp (AT) gmail (DOT) com>:
>PPK's demo at
> http://www.quirksmode.org/js/cssdisable.html does work cross-browser,
> so you might want to check that out.
I'm not sure I understand how this is much different from the techniques I've
got in use here. I've changed the ordering of stylesheets, no longer using
'alternate stylesheet'. I'm not sure I want to care about trapping document.all
for dealing with IE4 (in fact, I recall specifically taking it out of another
script becuase it caused confusion somewhere). Otherwise, the styleswitcher
scripts are very much the same, unless I'm missing something.
-kdf
-
2005-07-19, 12:14 #29Jacob PotterGuest
Updated Fishbone skin, with alt styles
On 7/19/05, kdf <slim-mail (AT) deane-freeman (DOT) com> wrote:
> I'm not sure I understand how this is much different from the techniques I've
> got in use here. I've changed the ordering of stylesheets, no longer using
> 'alternate stylesheet'. I'm not sure I want to care about trapping document.all
> for dealing with IE4 (in fact, I recall specifically taking it out of another
> script becuase it caused confusion somewhere). Otherwise, the styleswitcher
> scripts are very much the same, unless I'm missing something.
Whoops, I stand corrected. Just tried it again and it does work in
Safari, dunno why it wasn't cooperating this morning. Sorry for the
false alarm!
- Jacob
-
2005-07-19, 12:54 #30
Updated Fishbone skin, with alt styles
Quoting Jacob Potter <jacobdp (AT) gmail (DOT) com>:
> On 7/19/05, kdf <slim-mail (AT) deane-freeman (DOT) com> wrote:
> > I'm not sure I understand how this is much different from the techniques
> I've
> > got in use here. I've changed the ordering of stylesheets, no longer using
> > 'alternate stylesheet'. I'm not sure I want to care about trapping
> document.all
> > for dealing with IE4 (in fact, I recall specifically taking it out of
> another
> > script becuase it caused confusion somewhere). Otherwise, the
> styleswitcher
> > scripts are very much the same, unless I'm missing something.
>
> Whoops, I stand corrected. Just tried it again and it does work in
> Safari, dunno why it wasn't cooperating this morning. Sorry for the
> false alarm!
np. Thanks for the tips, though. It was good to get the full explanation of
the quirks. After reading that, I'll have to test with Mozilla.
-kdf

Reply With Quote
