Re: Oops Re: ANNOUNCE: mod_perl guide version 1.23

2000-05-15 Thread w trillich

Stas Bekman wrote:
> 
> On Sun, 14 May 2000, w trillich wrote:
> 
> > i noticed this in the html source of the new guide
> > (this was on porting cgi to mod_perl):
> >   > HREF="style.css" TITLE="refstyle"> 
> >  
> >  
> >   
> >
> > doubt this is what was supposed to show up in our browsers...
> > looks like asp, or similar, isn't turned on.
> 
> Why, this is all fine, the  are exectly in the JS, for old
> browsers.

right, i grok that  hides it from older browsers;
but i thought the CONTENTS of file "style.css" should be showing
up there, instead of '@import...', until i (just now) learned
of the '@rules' of css.

but now, i'm thinking that you've got a redundancy there
(maybe for good reason--i dunno). here's a sample i ran across
at www.hwg.org/resources/faqs/cssFAQ.html:






they link to 'main.css' and then import some others;
you've linked to 'style.css' and then imported it again.

and do you need to include the 'url()' gadget?



> > maybe there's a way to put a hilite bar in the left margin
> > this way...? tables may still be easier. hmm...
> 
> Hmm, interesting. Do you have a code sample?

testing this on netscape 4.7 gave me fits with 'font-family'
in the 'pre' tag: it just wouldn't take (everything was
always times-roman). so here's what i came up with:






then, wrap your  tags into ... tags:


#!perl
exit 0;

maybe you can decode what i was doing wrong on the 'font-family'
thing (or, maybe for code a monospace font isn't that crucial--only
when lots-o-spaces are used to visually align clusters of assignments)...


HTH :)



Re: Oops Re: ANNOUNCE: mod_perl guide version 1.23

2000-05-13 Thread Stas Bekman

On Sat, 13 May 2000, Martin Wood wrote:

> Missing the cyan and purple already :)
> 
> Heh, not really, looks much more professional now - in the past I would
> sometimes close the guide down when management walked past as it looked
> non-work related from a distance.
> 
> Not sure yet if I preferred the code and configuration snippets with a
> different colour background, did make it easy to find what your looking for
> when scrolling quickly, but overall a great job once again - and I'm sure
> I'm not alone on this list when I say "Thanks Stas for your efforts" :)

Thanks! I'll see if I can arrange back the distinct bg color for the code
snippets, some light shade of grey may be.

Special thanks of course go to Mark Summerfield and Ged Haywood who
spend a significant slice of their free time reviewing and correcting the
Guide. Thank you folks!

> Mental note - will have to snag the 1.23 HTML guide download when
> available - it was a real pain yesterday when I coudn't access apache.org
> (down for some reason? hacked again?).

Nope, the machine was restarted and httpd didn't start. It took a while
before the guy with the root password came in to fix it. This shouldn't
happen again. The "problem" was caused by Apache running for years without
any problems, so no one was prepared for a need to have a root access :)

Remember that if you want to grab the HTML version, you do:
 
perl -MCPAN -e shell
cpan> install Apache::mod_perl_guide


__
Stas Bekman | JAm_pH--Just Another mod_perl Hacker
http://stason.org/  | mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]  | http://perl.orghttp://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
--




Re: Oops Re: ANNOUNCE: mod_perl guide version 1.23

2000-05-13 Thread Martin Wood

Missing the cyan and purple already :)

Heh, not really, looks much more professional now - in the past I would
sometimes close the guide down when management walked past as it looked
non-work related from a distance.

Not sure yet if I preferred the code and configuration snippets with a
different colour background, did make it easy to find what your looking for
when scrolling quickly, but overall a great job once again - and I'm sure
I'm not alone on this list when I say "Thanks Stas for your efforts" :)

Mental note - will have to snag the 1.23 HTML guide download when
available - it was a real pain yesterday when I coudn't access apache.org
(down for some reason? hacked again?).

> Oops sorry for the typo... something is wrong with me... really
>
> It's the guide... not mod_perl... luckily mod_perl 1.23 was already
> announced :)
>
> Enjoy!





Oops Re: ANNOUNCE: mod_perl guide version 1.23

2000-05-12 Thread Stas Bekman

Oops sorry for the typo... something is wrong with me... really

It's the guide... not mod_perl... luckily mod_perl 1.23 was already
announced :) 

Enjoy!

__
Stas Bekman | JAm_pH--Just Another mod_perl Hacker
http://stason.org/  | mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]  | http://perl.orghttp://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
--