Re: london.pm.org web site - facelifted (v2)

2008-12-18 Thread Andy Wardley

Mark Blackman wrote:

What remains for this shininess to be made live?


The gate keeper of the London.pm fortress hath just this hour granted
me access after much wrangling with the dragons of ssh and walls of fire.

Verily now that I have entered shall I proceed to make shiny the castle
walls.

A


Re: london.pm.org web site - facelifted (v2)

2008-12-18 Thread Mark Blackman

On 18 Dec 2008, at 11:46, Jonathan Stowe wrote:


2008/12/18 Mark Blackman :

On 14 Dec 2008, at 18:33, Andy Wardley wrote:


Léon Brocard wrote:


Andy, care to put your changes live?



All checked in.  It'll need to be built on the target machine.


What remains for this shininess to be made live?


Well the only remaining impediment was my inability to determine from
the logs that Andy was being blocked from the server by an entry from
denyhosts. Having fixed that I'm sure Andy will get on and do it when
he has a few minutes :-)



ok, just wanted to see if more tuits from someone other than
Andy might help.

- Mark




Re: london.pm.org web site - facelifted (v2)

2008-12-18 Thread Jonathan Stowe
2008/12/18 Mark Blackman :
> On 14 Dec 2008, at 18:33, Andy Wardley wrote:
>
>> Léon Brocard wrote:
>>>
>>> Andy, care to put your changes live?
>>>
>>
>> All checked in.  It'll need to be built on the target machine.
>
> What remains for this shininess to be made live?

Well the only remaining impediment was my inability to determine from
the logs that Andy was being blocked from the server by an entry from
denyhosts. Having fixed that I'm sure Andy will get on and do it when
he has a few minutes :-)



Re: london.pm.org web site - facelifted (v2)

2008-12-18 Thread Mark Blackman

On 14 Dec 2008, at 18:33, Andy Wardley wrote:


Léon Brocard wrote:

Andy, care to put your changes live?



All checked in.  It'll need to be built on the target machine.


What remains for this shininess to be made live?

- Mark


Re: london.pm.org web site - facelifted (v2)

2008-12-15 Thread Andy Wardley

Paul Makepeace wrote:
I'd aim for 950-ish width - not much of a sacrifice from 1024 


Me Too!

960 is a particularly magical number because it's divisible by 1, 2, 3, 4,
5, 6, 8, 10, 12, 15, 16, 20 and 24, so it's a good start for grid-based
designs, or anything with columns.  And as you say, it's got a little bit
left over down the side for scroll bars, etc., before you hit 1024.

A


Re: london.pm.org web site - facelifted (v2)

2008-12-15 Thread Paul Makepeace
On Sun, Dec 14, 2008 at 8:57 PM, Andy Wardley  wrote:
> Nigel Rantor wrote:
>>
>> I've already poked Andy about this when he put up the initial version.
>
> Here's my reply to Nigel, for the benefit of anyone else interested.
>
> 
>
> Yes.  I've always been a fluid-layout kinda guy.  800x600 is annoyingly
> narrow when you've got a large monitor, so a fluid layout was a big win when
> you had to assume a minimum width of 800px.
>
> But these days, it's considered "officially" OK to assume that 1024x768 is
> the lowest common denominator for screen width, which gives you a nicely
> sized

I'd aim for 950-ish width - not much of a sacrifice from 1024 - that
way you can fit a couple of them side by side on 1920x monitors, which
are pretty affordable and commonplace these days.

Also *requiring* 1024 or near it doesn't leave people the scope to
have a bit of space around the browser to bring other windows up,
click on the desktop, taskbar/dock etc. etc.

Good stuff tho, big improvement!

P

> bit of content-space to play with.  Making it fluid upwards of that tends to
> result in wide wide columns that are hard to read.  So although I used to be
> staunchly anti-fixed width, I guess I've now been swayed towards them.
>
> Making it fluid might be a bit tricky, but probably do-able.  I'll have a
> think about it.
>
> 
>
> I did have a play with it, but it was hard to make it look half-decent with
> the non-repeating header.  So it was a case of junking the header (which
> I really liked) or spending a lot of time creating separate layers and
> building up a sliding doors effect.  That would have been really nice if I
> could have got the parallax effect to work (like on badgerpower.com - resize
> the window and watch the clouds), but I couldn't.  At least not in the time
> I had.
>
> Anyway, the site *does* have both fixed and fluid layouts.  It's just that
> the fluid layout doesn't have the non-repeating header or the sidebars.  :-)
>
> A
>


Re: be excellent to each other (was Re: I think you meant... (was Re: london.pm.org web site - facelifted (v2)))

2008-12-15 Thread Dominic Thoreau
2008/12/14 Nicholas Clark :
>  And if I know that you contribute back it's far more likely that I'll
> investigate your bug reports straight away, rather than putting them off.
> For example, that's why Andy got a very full initial answer very quickly.

Mind you, some people will still ignore you.

Case in point: the previous company I was working at, someone had made
a design decision at some time in the past to use a particular library
for XML handling.

It was not a bad library, the interface for building XML was
particularly elegant - somethings that needed careful work with others
were straightforward -but as our usage of it got heavier, cracks
started to appear.
It performed badly under load, and while you could improve this, the
method was a little arcane and was passed around the dev team almost
as a secret.

Then, I found an area where it was just plain buggy.  Talking to the
Senior Dev about this he said, yes, they'd been trying to contact the
developer involved to try and fix it, with no response.  The company
involved had too much code to change libraries, too much testing and
arbitrary changes would have been needed.

I took a pragmatic approach, and submitted not only a bug report for
it, but an actual diff to fix the bug (it really was a trivial change,
but shared fixes are in the community interest).

Since that time, not only is the list of bugs in the cpan tracker
still growing (a check says 11 - some 5 years old!), but a new version
came out early this year - with that bug still in place! Said library
has an average review on 2 stars - that's 1 review of 4, and two of
one


Bottom line: Just because you play nice, doesn't mean anyone else will
do likewise. Ignore them, continue on your own path, if you're doing
what you feel is right.
($diety help me, I'm paraphrasing Walden. Oh, that it came to this)
-- 
No train here, but still:
The sign says: "Ready to Leave"
Normal service, yes?


Re: london.pm.org web site - facelifted (v2)

2008-12-15 Thread Peter Haworth
On Sun, 14 Dec 2008 21:20:05 +, David Cantrell wrote:
> On Sun, Dec 14, 2008 at 09:17:12PM +, Dominic Thoreau wrote:
> > If you could guarantee that full-blown machines would be all that
> > was ever used, maybe. But this is simply not true. Plus the dot
> > pitch is different, which can really screw up some layouts.
>
> Also there's this weird assumption some designers have that browsers
> will fill the whole screen. This is, of course, a silly assumption.

Or any other app, for that matter. The only thing I ever have full
screen is video, but even that's usually in a window, so I can be
doing something else at the same time.

-- 
Peter Haworth   p...@edison.ioppublishing.com
"you need to stop assuming so much, because when you assume, ...
 Well, you didn't make an ass of me (I can take care of that, thank you)."
-- David Stone


be excellent to each other (was Re: I think you meant... (was Re: london.pm.org web site - facelifted (v2)))

2008-12-14 Thread Nicholas Clark
On Sun, Dec 14, 2008 at 09:24:05PM +, Andy Wardley wrote:

> I welcome testing, feedback and comments, both good and bad.  But it is
> worth bearing in mind that this is voluntary work and any complaints that 
> are
> *too* vociferous may fall on deaf ears.  Or be met with directions to the
> subversion repository :-)
> 
> My customers are, of course, encouraged to complain as loudly as they like,
> and demand any kind of colour scheme, layout, or any other feature that they
> care for.  But then, that's what they're paying for.  Business vs pleasure.

In September, I went to the memorial service for the head of music from my
school, who died from cancer earlier in the year. One of the things that
stuck in my mind was another teacher saying that "one of the most important
things Colin taught me was that you can never say 'thank-you' enough". In
this context it was thank-you to the other teachers, for volunteering their
spare time to help organise and participate in extra-curricular
activities. Things that they didn't need to do; things that they got no
payment for. But a choice that they made that benefited everyone greatly,
and something you didn't want them to stop doing.


The issue is that if the first contact you get from a complete stranger
seems to be implying that "your software sucks", *and* that they want help
for free, it doesn't really endear them to you. It doesn't help that e-mail
is plain text, and doesn't have the emotions or nuances of tone of voice,
let alone facial expressions or body language, so it's very hard to know how
tongue-in- cheek someone's comments are. Smileys, love 'em or loathe 'em,
are actually important. But so is phrasing things carefully, so that people
can't misinterpret your intent.


For example, here's a spectacularly bad way of doing it:
http://rt.perl.org/rt3/Public/Bug/Display.html?id=38744

Perl 5.8.8 contains an incompatible and undetectable change to the
public, documented POPpx macro--the macro no longer assigns the length
of the popped value to n_a. This ChangeLog entry appears to be the
relevant one:

[ 25525] By: nicholas on 2005/09/21 09:32:33
Log: Integrate:
[ 24748]
Convert POPpx POPpconstx and POPpbytex to use nolen macros.
Elminate a lot of Cs

Our code was calling POPpx then using the value assigned to n_a to
allocate a buffer into which the returned value was copied. After
upgrading to Perl 5.8.8, the code still compiled, but due to the POPpx
change then passed the now-uninitialized value of n_a to the allocation
routine. Fortunately, the value that happened to be in that memory
location caused the allocator to throw an exception, but it could just
as well have allocated a short buffer.

It was highly irresponsible for someone to make an incompatible change
to a documented, public API without ensuring that code depending on the
old API caused the compile to fail. The macros should have been renamed
or they should have been changed to take a different number of
arguments. There is no telling what third party code might now have
buffer overflow security bugs due to this incompatible change.


Then read my reply. It starts "Thanks for reporting this bug."

This was not the first phrase that sprang to mind on reading it. But it's
important to remember that we're in this for the long term, and that you may
have misinterpreted the sentiment of the tone of the message.

Now, most people are not that inconsiderate (including the individual
responsible for that report in all his other bug reports), but the
cumulative effect of a lot of people turning up with reports that are 100%
bug and 0% thanks wears you down. It's one thing if they come from someone
you recognise as giving something back to the community, be it software,
organisation [eg Kake brings us pubs, MDK brought us the LPW], or just
donations [Venda and AntibodyMX brought us beer*]. But most seem to just be
"take", and you start to wonder why you're doing it, and why instead you
shouldn't go any do something else that might be more fun, but less
altruistic.

Hence partly why 5.8.9 [now wending its way to CPAN - you read it here
second] brings you a brand new utility - perlthanks. It lets you send bug
report antidotes as easily as bug reports, if you are so inclined.

If people want to use it send thank-you message to perl-tha...@perl.org
that's great. If people want to say thank-you to me for 5.8.9 by buying me
beer, that's great too** (although I can't drink that much, and actually I'd
prefer sashimi - mackerel sashimi - I'm a cheap date).

But if you like Perl, and want to say "thanks", probably the most useful way
to say it is to do something no-one else can do. Write about your own Perl
Success Story. Counter the "Perl is specialist biologist word for stable"
zombie-meme that wants to eat everyone's BRANES***. It doesn't matter if it's
an informal chat to some colleagues, a lightning talk a

Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Dirk Koopman

Andy Wardley wrote:

Nigel Rantor wrote:

I've already poked Andy about this when he put up the initial version.


Here's my reply to Nigel, for the benefit of anyone else interested.



Yes.  I've always been a fluid-layout kinda guy.  800x600 is annoyingly
narrow when you've got a large monitor, so a fluid layout was a big win 
when

you had to assume a minimum width of 800px.

But these days, it's considered "officially" OK to assume that 1024x768 is
the lowest common denominator for screen width, which gives you a nicely 
sized
bit of content-space to play with.  Making it fluid upwards of that 
tends to
result in wide wide columns that are hard to read.  So although I used 
to be

staunchly anti-fixed width, I guess I've now been swayed towards them.

Making it fluid might be a bit tricky, but probably do-able.  I'll have a
think about it.





I think that if one wants to have a fixed layout then one (probably) 
need to also have a limit on the size of the borders. Particularly if 
one has chosen a strong border colour (which includes white BTW). A 
example would be news.bbc.co.uk, where they have deliberately chosen a 
(very) neutral colour for "filling in" the sides of wider monitors.


Perhaps this is a way forwards?

Dirk


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Andy Wardley

Dominic Thoreau wrote:

If you could guarantee that full-blown machines would be all  that was
ever used, maybe. But this is simply not true. Plus the dot pitch is
different, which can really screw up some layouts.


True.  I should have quantified that a bit better as referring to typical
desktop machines.  Doing the job properly for mobile content usually requires
targeting them with a different stylesheet altogether and a bit of WURFL
magic. Trying to make one design work on all platforms is usually a lost
cause in my experience (but I know a man who can sell you a very nice mobile
content management and delivery platform if you're interested in that kind
of thing).

So yes, I accept that it's sub-optimal, but it's Good Enough[tm] for a Sunday 
afternoon hack (especially seeing as there *is* a fluid layout in there that

you can use if you want it).

A






Re: I think you meant... (was Re: london.pm.org web site - facelifted (v2))

2008-12-14 Thread Andy Wardley

Nigel Rantor wrote:
And I object to this attitude that one is not allowed to voice their 
opinion on a subject if the subject in question is some form of 
open/collaborative effort that one has not contributed to.


I have no objection to you voicing your objections.

And at the same time that does not invalidate my opinion when it comes 
to usability of sites. I am, after all, a user. One who cares about 
ergonomics.


I also care about usability and ergonimcs.  But that's one of the reasons
why I'm leaning more towards fixed width designs.  Readability drops off
quickly when columns get wider than 12-15 words.  So a liquid design that
expands to 1600+ pixels is neat from the "cramming content into every bit
of available real estate" perspective, but it really sucks from the
usability side of things.

Of course, typographers have know these things for 100 years or so and we
in the web world are only just figuring it out.

And if you don't regard testing and feedback as worthwhile in 
that regard then I pity your customers and/or employer.


I welcome testing, feedback and comments, both good and bad.  But it is
worth bearing in mind that this is voluntary work and any complaints that are
*too* vociferous may fall on deaf ears.  Or be met with directions to the
subversion repository :-)

My customers are, of course, encouraged to complain as loudly as they like,
and demand any kind of colour scheme, layout, or any other feature that they
care for.  But then, that's what they're paying for.  Business vs pleasure.

A


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread David Cantrell
On Sun, Dec 14, 2008 at 09:17:12PM +, Dominic Thoreau wrote:

> On ultra-portable netbooks (like my Eee) and on mobile phones, this
> sort of approach can make navigation impossible.
> 
> If you could guarantee that full-blown machines would be all  that was
> ever used, maybe. But this is simply not true. Plus the dot pitch is
> different, which can really screw up some layouts.

Also there's this weird assumption some designers have that browsers
will fill the whole screen.  This is, of course, a silly assumption.

-- 
David Cantrell | Minister for Arbitrary Justice

  On the bright side, if sendmail is tied up routing spam and pointless
  uknot posts, it's not waving its arse around saying "root me!"
  -- Peter Corlett, in uknot


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Dominic Thoreau
2008/12/14 Andy Wardley :
> But these days, it's considered "officially" OK to assume that 1024x768 is
> the lowest common denominator for screen width, which gives you a nicely
> sized
> bit of content-space to play with.  Making it fluid upwards of that tends to
> result in wide wide columns that are hard to read.  So although I used to be
> staunchly anti-fixed width, I guess I've now been swayed towards them.

Can I please point out (if just for my own personal feeling of
self-justification), that no, it isn't always appropriate to do this?

On ultra-portable netbooks (like my Eee) and on mobile phones, this
sort of approach can make navigation impossible.

If you could guarantee that full-blown machines would be all  that was
ever used, maybe. But this is simply not true. Plus the dot pitch is
different, which can really screw up some layouts.


Dominic
-- 
No train here, but still:
The sign says: "Ready to Leave"
Normal service, yes?


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Andy Wardley

Nicholas Clark wrote:

Whilst we fully support "there's more than one way to do it", the availability
of different hues of orange should provide more than enough alternatives. :-)


Aha!  Well the brown design *is* actually orange!  It's exactly the same hue
as the orange (30 deg), but de-saturated and washed out a bit.  But it really
is officially orange.

The teal version is also orange.  It's just been shifted a teensy-weensy bit
towards the green end of the spectrum (approx 107 degrees if memory serves).
Surprisingly, the purple is also orange, but shifted an ickle-bickle bit in
the other direction.

A





Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Nicholas Clark
On Sun, Dec 14, 2008 at 07:35:42PM +, Nigel Rantor wrote:

> If it was a site I actively used I would complain loudly and vociferously.
> 
> As it is, I don't. So I won't.
> 
> I've already poked Andy about this when he put up the initial version.

On Sun, Dec 14, 2008 at 08:48:43PM +, Nigel Rantor wrote:

> Jonathan Stowe wrote:

> And I object to this attitude that one is not allowed to voice their 
> opinion on a subject if the subject in question is some form of 
> open/collaborative effort that one has not contributed to.


> This attitude is also, in my opinion, another reason the l.pm is 
> sometimes a less-than-friendly place.

Whilst constructive feedback is useful, may I suggest that (specifically, and
not obviously in jest) complaining vociferously about something others did
for free, that you are not paying for, is also less-than-friendly.

And is specifically something that annoys the list admins.

And I forgot say in my previous message joking about heresy by colour,
big thanks to Andy for a large wod of JFDI.

Nicholas Clark


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Andy Wardley

Nigel Rantor wrote:

I've already poked Andy about this when he put up the initial version.


Here's my reply to Nigel, for the benefit of anyone else interested.



Yes.  I've always been a fluid-layout kinda guy.  800x600 is annoyingly
narrow when you've got a large monitor, so a fluid layout was a big win when
you had to assume a minimum width of 800px.

But these days, it's considered "officially" OK to assume that 1024x768 is
the lowest common denominator for screen width, which gives you a nicely sized
bit of content-space to play with.  Making it fluid upwards of that tends to
result in wide wide columns that are hard to read.  So although I used to be
staunchly anti-fixed width, I guess I've now been swayed towards them.

Making it fluid might be a bit tricky, but probably do-able.  I'll have a
think about it.



I did have a play with it, but it was hard to make it look half-decent with
the non-repeating header.  So it was a case of junking the header (which
I really liked) or spending a lot of time creating separate layers and
building up a sliding doors effect.  That would have been really nice if I
could have got the parallax effect to work (like on badgerpower.com - resize
the window and watch the clouds), but I couldn't.  At least not in the time
I had.

Anyway, the site *does* have both fixed and fluid layouts.  It's just that
the fluid layout doesn't have the non-repeating header or the sidebars.  :-)

A


I think you meant... (was Re: london.pm.org web site - facelifted (v2))

2008-12-14 Thread Nigel Rantor

Jonathan Stowe wrote:


I think you meant "I would submit patches" - strange how sometimes your
keyboard goes wrong like that.


No Jonathan, I don't mean that.

At all.

If I meant that I would have said it. Do you see?

And I object to this attitude that one is not allowed to voice their 
opinion on a subject if the subject in question is some form of 
open/collaborative effort that one has not contributed to.


There are plenty of things I'm good at. Web design isn't one of them. 
And at the same time that does not invalidate my opinion when it comes 
to usability of sites. I am, after all, a user. One who cares about 
ergonomics.


People are, and should be allowed to say "I don't like it." as feedback 
to the people who are doing the work, otherwise, how do they know if the 
people they're making things for like the results?


Since we all know there is more than one way to do it I would encourage 
you to remember that there is more than one way of helping to build 
something. And if you don't regard testing and feedback as worthwhile in 
that regard then I pity your customers and/or employer.


This attitude is also, in my opinion, another reason the l.pm is 
sometimes a less-than-friendly place.


Yours Sincerely,

   Nigel



Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Jonathan Stowe
On Sun, 2008-12-14 at 19:35 +, Nigel Rantor wrote:
> Nicholas Clark wrote:
> > On Sun, Dec 14, 2008 at 06:33:34PM +, Andy Wardley wrote:
> > 
> >> I've added 3 more colour schemes (light brown, teal and purple) for those
> >> who find the orange a bit too garish.  I've also added a print stylesheet.
> > 
> > Heresy!
> > 
> > Whilst we fully support "there's more than one way to do it", the 
> > availability
> > of different hues of orange should provide more than enough alternatives. 
> > :-)
> > 
> >> I kept the design as fixed width because making a fully fluid layout proved
> >> to be too much of a PITA for the time I had available.  However the "Go 
> > 
> > But anyone who desires a fully fluid layout can download the current source
> > [  svn co https://london.pm.org/svn/website-shiny/  IIRC ]
> > and then submit patches. And then everyone will be happy. All of the time*
> 
> If it was a site I actively used I would complain loudly and vociferously.
> 

I think you meant "I would submit patches" - strange how sometimes your
keyboard goes wrong like that.

/J\


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Nigel Rantor

Nicholas Clark wrote:

On Sun, Dec 14, 2008 at 06:33:34PM +, Andy Wardley wrote:


I've added 3 more colour schemes (light brown, teal and purple) for those
who find the orange a bit too garish.  I've also added a print stylesheet.


Heresy!

Whilst we fully support "there's more than one way to do it", the availability
of different hues of orange should provide more than enough alternatives. :-)


I kept the design as fixed width because making a fully fluid layout proved
to be too much of a PITA for the time I had available.  However the "Go 


But anyone who desires a fully fluid layout can download the current source
[  svn co https://london.pm.org/svn/website-shiny/  IIRC ]
and then submit patches. And then everyone will be happy. All of the time*


If it was a site I actively used I would complain loudly and vociferously.

As it is, I don't. So I won't.

I've already poked Andy about this when he put up the initial version.

  n


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Nicholas Clark
On Sun, Dec 14, 2008 at 06:33:34PM +, Andy Wardley wrote:

> I've added 3 more colour schemes (light brown, teal and purple) for those
> who find the orange a bit too garish.  I've also added a print stylesheet.

Heresy!

Whilst we fully support "there's more than one way to do it", the availability
of different hues of orange should provide more than enough alternatives. :-)

> I kept the design as fixed width because making a fully fluid layout proved
> to be too much of a PITA for the time I had available.  However the "Go 

But anyone who desires a fully fluid layout can download the current source
[  svn co https://london.pm.org/svn/website-shiny/  IIRC ]
and then submit patches. And then everyone will be happy. All of the time*

Nicholas Clark

* Your mileage may vary. Warranty not valid in some universes. Emotions are sold
  by weight not volume, and may have settled in transit.


Re: london.pm.org web site - facelifted (v2)

2008-12-14 Thread Andy Wardley

Léon Brocard wrote:

Andy, care to put your changes live?


All checked in.  It'll need to be built on the target machine.

I've added 3 more colour schemes (light brown, teal and purple) for those
who find the orange a bit too garish.  I've also added a print stylesheet.

The stylesheet switcher and "Go Large" mode are now sticky and get added
via a bit of JS progressive enhancement voodoo. So everything should degrade
nicely for those without JS.

I kept the design as fixed width because making a fully fluid layout proved
to be too much of a PITA for the time I had available.  However the "Go Large"
mode is fully fluid, albeit a little sparse, so it's a good second best.

Limited preview here:

  http://wardley.org/london.pm.org/

I haven't yet looked at it in IE.  I'm going to go and poke myself in the
eye with a sharp stick first.  :-)

Enjoy!
A




Re: london.pm.org web site - facelifted

2008-12-12 Thread Jonathan Stowe
2008/12/12 Léon Brocard :
> 2008/12/11 Andy Wardley :
>
>> How about this?
>>
>>  http://wardley.org/london.pm.org/
>
> This is fantastic!
>
> I would like to point out that my orange is #FF9900, but that's very
> close indeed.
>
> Andy, care to put your changes live?
>

And if you need any help with access, permissions or whatever catch me
on IRC or drop me a note off-list :-)



Re: london.pm.org web site - facelifted

2008-12-12 Thread Léon Brocard
2008/12/11 Andy Wardley :

> How about this?
>
>  http://wardley.org/london.pm.org/

This is fantastic!

I would like to point out that my orange is #FF9900, but that's very
close indeed.

Andy, care to put your changes live?

Léon



Re: london.pm.org web site - facelifted

2008-12-12 Thread David Cantrell
On Fri, Dec 12, 2008 at 08:12:05AM +, Joel Bernstein wrote:
> 2008/12/11 Dirk Koopman :
> > Robin Berjon wrote:
> > We need a more ecumenical colour.
> So purple rather than the more pagan orange?

Yes!  We should use the appropriate liturgical colour for the season!
This has the advantage that we will have more Orthodox/Heretical schisms
over things like the dates we change from purple to gold, and whether to
use rose or blue.  Hurrah!  More pub dates!

-- 
David Cantrell | http://www.cantrell.org.uk/david

Never attribute to malice that which can be explained by stupidity
-- Hanlon's Razor

Stupidity maintained long enough is a form of malice
-- Richard Bos's corollary


Re: london.pm.org web site - facelifted

2008-12-12 Thread Joel Bernstein
2008/12/11 Dirk Koopman :
> Robin Berjon wrote:
> We need a more ecumenical colour.

So purple rather than the more pagan orange?

/joel


Re: london.pm.org web site - facelifted

2008-12-11 Thread breno
On Thu, Dec 11, 2008 at 2:09 PM, Andy Wardley  wrote:
> Andy Wardley wrote:
>>
>> I can help there.
>
> How about this?
>
>  http://wardley.org/london.pm.org/
>
> I tarted up the layout and styling a bit, added the glass onion (I'm
> determined to get that on at least one Perl site!),

Not as determined as to promote the unoffical secret verbal handshake, I see :-)

Anyway, "wow". It's beautiful and it still looks like london.pm.org. Very nice!

Cheers,

-b


Re: london.pm.org web site - facelifted

2008-12-11 Thread Dirk Koopman

Robin Berjon wrote:

On Dec 11, 2008, at 18:49 , Dirk Koopman wrote:
The glass onion makes me think this is a site about curry. That may 
simple be the conjunction with the erm... colour. Which is also rather 
curry like. As opposed to the definite orange it used to be.


But then again, what's wrong with curry?



Nothing, but there is dim sum to consider, never mind the overriding 
need for pie. We need a more ecumenical colour. Or do a google and have 
different colours to reflect this week's Thursday luncheon theme.


Re: london.pm.org web site - facelifted

2008-12-11 Thread Robin Berjon

On Dec 11, 2008, at 18:49 , Dirk Koopman wrote:
The glass onion makes me think this is a site about curry. That may  
simple be the conjunction with the erm... colour. Which is also  
rather curry like. As opposed to the definite orange it used to be.


But then again, what's wrong with curry?

--
Robin Berjon - http://berjon.com/
Feel like hiring me? Go to http://robineko.com/







Re: london.pm.org web site - facelifted

2008-12-11 Thread Jonathan Stowe
On Thu, 2008-12-11 at 18:47 +0100, mirod wrote:
> Andy Wardley wrote:
> > Andy Wardley wrote:
> >> I can help there.
> > 
> > How about this?
> > 
> >http://wardley.org/london.pm.org/
> > 
> > I tarted up the layout and styling a bit, added the glass onion (I'm
> > determined to get that on at least one Perl site!), updated some of the
> > content on the "Home" and "About" pages (including how to check out the 
> > site),
> > and fixed up a few minor rendering bugs.
> 
> I like it.
> 
> At the risk of sounding heretic (and of offending our leader "à peine" in 
> office) though, the orange hurts my brane. Could we get a "Go Blue!" button 
> or 
> something? I would be willing to actually add it BTW.
> 

I think the place I'm working at the moment has a similar facility on
it's mobile pages - I'll blag the code tomorrow, unfortunately I believe
it may be some rather extreme XSSI stuff ;-)

/J\



Re: london.pm.org web site - facelifted

2008-12-11 Thread Dirk Koopman

Andy Wardley wrote:

Dirk Koopman wrote:
Personally I would go for a completely different base colour, or stick 
to the original orange, rather than shift slightly in the yellow/green 
direction.


It's the same orange, at least the strips down the side are.  The darker
orange bits in the header are the same hue (30 deg), but with less 
saturation

and brightness.  So no shifty business going on there.

  http://wardley.org/london.pm.org/colour_compare.gif

Old at the top, new at the bottom.

Different colours are relatively easy, though.  e.g. http://tt2.org/
I'll add it to the wishlist.





So it is. My visual memory had it more orange(gy). I suspect the real 
reason that appears so curry flavoured (to me) may be something to do 
with rendering it on my 1920x1600 monitor. The original seems to have a 
fixed *border* width and the new one a fixed central, info panel, width.


This means that the orange of the borders is considerably more 
intrusive, 'cos the combined width of the borders is wider than the bit 
in the middle. I suspect going to fixed width borders or making the 
centre panel say 85% wide would go a long way to ease my concern.


Good effort though...

Dirk


Re: london.pm.org web site - facelifted

2008-12-11 Thread Andy Wardley

Dirk Koopman wrote:
Personally I would go for a completely different base colour, or stick 
to the original orange, rather than shift slightly in the yellow/green 
direction.


It's the same orange, at least the strips down the side are.  The darker
orange bits in the header are the same hue (30 deg), but with less saturation
and brightness.  So no shifty business going on there.

  http://wardley.org/london.pm.org/colour_compare.gif

Old at the top, new at the bottom.

Different colours are relatively easy, though.  e.g. http://tt2.org/
I'll add it to the wishlist.

A


Re: london.pm.org web site - facelifted

2008-12-11 Thread Dirk Koopman

Andy Wardley wrote:

Andy Wardley wrote:

I can help there.


How about this?

  http://wardley.org/london.pm.org/

I tarted up the layout and styling a bit, added the glass onion (I'm
determined to get that on at least one Perl site!), updated some of the
content on the "Home" and "About" pages (including how to check out the 
site),

and fixed up a few minor rendering bugs.


The glass onion makes me think this is a site about curry. That may 
simple be the conjunction with the erm... colour. Which is also rather 
curry like. As opposed to the definite orange it used to be.


Personally I would go for a completely different base colour, or stick 
to the original orange, rather than shift slightly in the yellow/green 
direction.


But then, I'm not doing it...



Re: london.pm.org web site - facelifted

2008-12-11 Thread mirod

Andy Wardley wrote:

Andy Wardley wrote:

I can help there.


How about this?

   http://wardley.org/london.pm.org/

I tarted up the layout and styling a bit, added the glass onion (I'm
determined to get that on at least one Perl site!), updated some of the
content on the "Home" and "About" pages (including how to check out the site),
and fixed up a few minor rendering bugs.


I like it.

At the risk of sounding heretic (and of offending our leader "à peine" in 
office) though, the orange hurts my brane. Could we get a "Go Blue!" button or 
something? I would be willing to actually add it BTW.


--
mirod


Re: london.pm.org web site - facelifted

2008-12-11 Thread Denny
On Thu, 2008-12-11 at 17:12 +, Simon Wilcox wrote:
> The strap line should be "Perl is Alive!" rather than the shortened 
> version though, should it not ?

No*

http://uk.youtube.com/watch?v=MFnmT82yGpk


* or 'yes', if you want to keep the number of syllables the same rather
than keep the use of contraction the same.



Re: london.pm.org web site - facelifted

2008-12-11 Thread Simon Wilcox

Andy Wardley wrote:

Andy Wardley wrote:

I can help there.


How about this?

  http://wardley.org/london.pm.org/


Like it :-)

The strap line should be "Perl is Alive!" rather than the shortened 
version though, should it not ?


S.


Re: london.pm.org web site - facelifted

2008-12-11 Thread Denny
On Thu, 2008-12-11 at 16:54 +, David Cantrell wrote:
> Looks nice.  Minor niggles:
>   * I don't like all of the new buildings

I notice most of them are in the background shade.  Coincidence?  :)

Another minor niggle;  I think it should say 'London Perl Mongers' at
the top rather than 'london.pm.org'.



Re: london.pm.org web site - facelifted

2008-12-11 Thread Paul Makepeace
Looks great!

On Thu, Dec 11, 2008 at 4:54 PM, David Cantrell <[EMAIL PROTECTED]> wrote:
>
> On Thu, Dec 11, 2008 at 04:09:33PM +, Andy Wardley wrote:
>
> > How about this?
> >   http://wardley.org/london.pm.org/
>
> Looks nice.  Minor niggles:
>  * go large/go small isn't sticky when you change pages
>  * page too wide - the old one re-flows to fit in smaller windows

Seconded. Would be nice if it fit in a smaller page without growing a
horizontal scrollbar.

P

>  * I don't like all of the new buildings
>
> --
> David Cantrell | Reality Engineer, Ministry of Information
>
> Awww, people say the sweetest things:
>
> 18:40 <@danshell> DrHyde: you sick fuck


Re: london.pm.org web site - facelifted

2008-12-11 Thread Paul Mison
2008/12/11 Andy Wardley <[EMAIL PROTECTED]>:
> Andy Wardley wrote:
>>
>> I can help there.
>
> How about this?
>
>  http://wardley.org/london.pm.org/

In the finest traditions of pointless bikeshedding, what's 122
Leadenhall Street (its stupid nickname is apparently "the
Cheesegrater" doing in the header? Sure, they've cleared the tower so
there's a hole in the ground for it to be built on, but I thought it
had been put on hold until the economy recovers.

Otherwise, the header is surprisingly geographically accurate, as
stylised skylines go. Oh, and I quite like the rest of the page too.

-- 
Paul Mison
http://husk.org/


Re: london.pm.org web site - facelifted

2008-12-11 Thread David Cantrell
On Thu, Dec 11, 2008 at 04:09:33PM +, Andy Wardley wrote:

> How about this?
>   http://wardley.org/london.pm.org/

Looks nice.  Minor niggles:
  * go large/go small isn't sticky when you change pages
  * page too wide - the old one re-flows to fit in smaller windows
  * I don't like all of the new buildings

-- 
David Cantrell | Reality Engineer, Ministry of Information

Awww, people say the sweetest things:

18:40 <@danshell> DrHyde: you sick fuck


Re: london.pm.org web site - facelifted

2008-12-11 Thread Robin Berjon

On Dec 11, 2008, at 17:09 , Andy Wardley wrote:

Andy Wardley wrote:

I can help there.


How about this?

 http://wardley.org/london.pm.org/


Is nice. One nitpick though: the tab links at the top are maybe a too  
transparent, they seem disabled to me.


--
Robin Berjon - http://berjon.com/
Feel like hiring me? Go to http://robineko.com/







Re: london.pm.org web site - facelifted

2008-12-11 Thread Andy Wardley

David Dorward wrote:

Can features which only work with JS on be added entirely with JS please?


Hmmm... the JS *should* be non-JS friendly because onclick will be ignored by
non-JS browsers.  The Small/Large is switched on CSS rather than JS, but
that will fail if you've got CSS disabled.  Either way, it's sub-desirable.

So yes, I can fix that up to only add the switchy tab if JS is enabled.
I was being lazy for the first iteration :-)

A




Re: london.pm.org web site - facelifted

2008-12-11 Thread David Dorward

Andy Wardley wrote:

Andy Wardley wrote:

I can help there.


How about this?

  http://wardley.org/london.pm.org/


Pretty :)

Although:

 Go SmallLarge

Can features which only work with JS on be added entirely with JS please?

A link to the top of the page that looks like:

* Go SmallLarge

... is not full of win :)


Re: london.pm.org web site - facelifted

2008-12-11 Thread Andy Wardley

Andy Wardley wrote:

I can help there.


How about this?

  http://wardley.org/london.pm.org/

I tarted up the layout and styling a bit, added the glass onion (I'm
determined to get that on at least one Perl site!), updated some of the
content on the "Home" and "About" pages (including how to check out the site),
and fixed up a few minor rendering bugs.

I've just rendered a few pages in the new style, so the "Meeting" and
"People" tabs don't go anywhere, along with most of the links in the
content.

A





Re: london.pm.org web site - facelifted

2008-12-11 Thread Denny
On Thu, 2008-12-11 at 16:09 +, Andy Wardley wrote:
> Andy Wardley wrote:
> > I can help there.
> 
> How about this?

New Perl Slogan FTW  :)



Re: london.pm.org web site

2008-12-10 Thread Martin Robertson
2008/12/10 Aaron Trevena <[EMAIL PROTECTED]>:
> 2008/12/10 Andy Wardley <[EMAIL PROTECTED]>:
>> 
>>  Alright my loves, you've got as long as it takes to shake
>>  up the london.pm.org web site... starting from... now!
>> 
>
> My dad was on the Generation Game, I think he was demonstrating
> carving a swan out of ice.

that must have been 'ice to see


Re: london.pm.org web site

2008-12-10 Thread Aaron Trevena
2008/12/10 Andy Wardley <[EMAIL PROTECTED]>:
> Aaron Trevena wrote:
>>
>> My dad was on the Generation Game, I think he was demonstrating
>> carving a swan out of ice.
>
> Did he do well?

To my horror, the internet knows *all*!

http://www.tv.com/the-generation-game/larry-graysons-generation-game/episode/1109840/trivia.html

but, it doesn't tell me if he did well or not.

Apparently he was a contestant, the swan ice carving was some other TV
spot... I was wondering after I posted why I'd seen his Generation
Game trophy if he was showing people how to do stuff.

There may even be a repressed memory of a very badly styled parent
with a beard and afro sticking his head out of one the doors, I should
probably drink some absinthe now to be sure it doesn't bubble to
surface!!

A.


-- 
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting


Re: london.pm.org web site

2008-12-10 Thread Andy Wardley

Aaron Trevena wrote:

My dad was on the Generation Game, I think he was demonstrating
carving a swan out of ice.


Did he do well?

A



Re: london.pm.org web site

2008-12-10 Thread Jasper
2008/12/10 Joel Bernstein <[EMAIL PROTECTED]>:
> 2008/12/10 Aaron Trevena <[EMAIL PROTECTED]>:
>> 2008/12/10 Andy Wardley <[EMAIL PROTECTED]>:
>>> 
>>>  Alright my loves, you've got as long as it takes to shake
>>>  up the london.pm.org web site... starting from... now!
>>> 
>>
>> My dad was on the Generation Game, I think he was demonstrating
>> carving a swan out of ice.
>
> How did the swan get into the ice in the first place?

It sat on a leaf and waited for winter?

-- 
Jasper


Re: london.pm.org web site

2008-12-10 Thread Peter Corlett
On Wed, Dec 10, 2008 at 04:46:34PM +, Joel Bernstein wrote:
> 2008/12/10 Aaron Trevena <[EMAIL PROTECTED]>:
[...]
>> My dad was on the Generation Game, I think he was demonstrating carving a
>> swan out of ice.
> How did the swan get into the ice in the first place?

Somebody overfed it and it got stuck?



Re: london.pm.org web site

2008-12-10 Thread Joel Bernstein
2008/12/10 Aaron Trevena <[EMAIL PROTECTED]>:
> 2008/12/10 Andy Wardley <[EMAIL PROTECTED]>:
>> 
>>  Alright my loves, you've got as long as it takes to shake
>>  up the london.pm.org web site... starting from... now!
>> 
>
> My dad was on the Generation Game, I think he was demonstrating
> carving a swan out of ice.

How did the swan get into the ice in the first place?

/joel


Re: london.pm.org web site

2008-12-10 Thread Aaron Trevena
2008/12/10 Andy Wardley <[EMAIL PROTECTED]>:
> 
>  Alright my loves, you've got as long as it takes to shake
>  up the london.pm.org web site... starting from... now!
> 

My dad was on the Generation Game, I think he was demonstrating
carving a swan out of ice.

That is all.

A.


-- 
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting


Re: london.pm.org web site

2008-12-10 Thread Andy Wardley

Léon Brocard wrote:

http://london.pm.org/ is our web site. It's orange, which is nice.
However, I can spot a few things that we can improve:

1) It still lists Greg as leader
2) It doesn't list how to check out the website as below

  3) It doesn't have an onion tilted at a jaunty angle
  4) It doesn't mention the secret Perl verbal handshake

I can help there.


  Alright my loves, you've got as long as it takes to shake
  up the london.pm.org web site... starting from... now!


A



Re: london.pm.org web site

2008-12-10 Thread Jonathan Stowe
2008/12/10 Léon Brocard <[EMAIL PROTECTED]>:
> London.pm has done many great things in the past. We shall do great
> things in the future. Let's concentrate for now on something that we
> have the power to change in the short term.
>
> http://london.pm.org/ is our web site. It's orange, which is nice.
> However, I can spot a few things that we can improve:
>
> 1) It still lists Greg as leader
> 2) It doesn't list how to check out the website as below
>
> I've pointed out minor things above, but surely there are greater
> concepts that I've missed. What can you think of?
>
> You can check out the website code using Subversion: svn co
> https://london.pm.org/svn/website/
>
> Please send patches to the list for now.

Would it a) be better to have a separate list for this b) better to
rename website-shiny to website?  The website one is from before we
toshed it up a bit (well Andy did and we just cargo-culted his design)
a couple of years ago.

/J\



Re: london.pm.org web site

2008-12-10 Thread Léon Brocard
2008/12/10 Léon Brocard <[EMAIL PROTECTED]>:

> You can check out the website code using Subversion: svn co
> https://london.pm.org/svn/website/

Sorry, this should be svn co https://london.pm.org/svn/website-shiny/

Léon



london.pm.org web site

2008-12-10 Thread Léon Brocard
London.pm has done many great things in the past. We shall do great
things in the future. Let's concentrate for now on something that we
have the power to change in the short term.

http://london.pm.org/ is our web site. It's orange, which is nice.
However, I can spot a few things that we can improve:

1) It still lists Greg as leader
2) It doesn't list how to check out the website as below

I've pointed out minor things above, but surely there are greater
concepts that I've missed. What can you think of?

You can check out the website code using Subversion: svn co
https://london.pm.org/svn/website/

Please send patches to the list for now.

Léon



Re: New London.pm.org web site live!

2001-06-22 Thread Philip Newton

Piers Cawley wrote:
> Paul Mison <[EMAIL PROTECTED]> writes:
> 
> > On 22/06/2001 at 10:30 +0100, Philip Newton wrote:
> > > Mostly because of this. No steenking fixed-size fonts, OK? 
> > > (And no fixed font name, either, for that matter!) If I have
> > > bad eyesight and want a larger font, or if my favourite font
> > > is not one of the list and needs a bigger size to look nice,
> > > I'd prefer if I could have *my* choice. I want my fonts back!
> > 
> > Any decent web browser can be told to ignore stylesheets, so why not
> > just do that, if you care so much? Or are you talking about a
> > hypothetical user who has these issues but doesn't know how to
> > configure their software?
> 
> Ignoring stylesheets isn't necessarily good either. Consider setting
> all the font sizes as percentages. That way stuff scales sensibly
> relative to the user's *chosen* default font size.

Yes. Stylesheets have good and bad points. So, for example, I generally
don't feel too strongly about colours or indentatation, but I do more about
sizes. Shutting off style sheets completely throws away any borders,
paragraph spacing, colours, etc., when I only want to have control over the
font size. Piers's suggestion sounds good in this context.

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.




Re: New London.pm.org web site live!

2001-06-22 Thread Piers Cawley

Paul Mison <[EMAIL PROTECTED]> writes:

> On 22/06/2001 at 10:30 +0100, Philip Newton wrote:
> >Paul Makepeace wrote:
> >
> >> Very pretty.
> >
> >I disagree.
> 
> My take: it looks nice, except for the fact I keep my browser windows
> nice and narrow (~600px) so it needs to be scrolled right->left to read
> everything. If I cared enough I'd send in my own patch.
> 
> >> /style.css:
> >>
> >> .bold { color: #1e2d39; font-style: normal; font-weight: bold;
> >> font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
> >
> >Mostly because of this. No steenking fixed-size fonts, OK? (And no fixed
> >font name, either, for that matter!) If I have bad eyesight and want a
> >larger font, or if my favourite font is not one of the list and needs a
> >bigger size to look nice, I'd prefer if I could have *my* choice. I
> >want my
> >fonts back!
> 
> Any decent web browser can be told to ignore stylesheets, so why not
> just do that, if you care so much? Or are you talking about a
> hypothetical user who has these issues but doesn't know how to
> configure their software?

Ignoring stylesheets isn't necessarily good either. Consider setting
all the font sizes as percentages. That way stuff scales sensibly
relative to the user's *chosen* default font size.

> Anyway, it's reported to work fine in Lynx, so why not just use that?
> 
> pdcawley's just said on IRC sans-serif should tail the list, and that's
> a Good Plan.

I would argue that it should be the *only* thing on the list. Then the
user can set up his preferred sans serif font in his browser, and
things should just work.

-- 
Piers Cawley
www.iterative-software.com





Re: New London.pm.org web site live!

2001-06-22 Thread Natalie Ford

On Fri, Jun 22, 2001 at 11:30:10AM +0200, Philip Newton wrote:
> Mostly because of this. No steenking fixed-size fonts, OK? (And no fixed
> font name, either, for that matter!) If I have bad eyesight and want a
> larger font, or if my favourite font is not one of the list and needs a
> bigger size to look nice, I'd prefer if I could have *my* choice. I want my
> fonts back!

Note to self - i will not only test the site in all manner of browsers (including 
amaya), I will also run it through the w3c validator and bobby...  :)

-- 
Natalie Ford
Iterative Software Ltd. http://www.iterative-software.com/
Yet Another Computer Solutions Company Ltd.  http://www.yacsc.com/




Re: New London.pm.org web site live!

2001-06-22 Thread Chris Heathcote

on 22/6/01 10:48 am, Paul Mison wrote:

> Any decent web browser can be told to ignore stylesheets, so why not
> just do that, if you care so much? Or are you talking about a
> hypothetical user who has these issues but doesn't know how to
> configure their software?

The bad things about it is that it disables the big shiny buttons called
Larger and Smaller that appear in IE. They are incredibly useful. Even tho'
a lot of sites I'm involved with are heavily designed (ie. tables within
tables etc. etc.), you can still change the font size and it responds
nicely. It's something I stamp my feet about.

c.
-- 
 every day, computers are making people easier to use

  http://www.unorthodoxstyles.com





Re: New London.pm.org web site live!

2001-06-22 Thread Paul Mison

On 22/06/2001 at 10:30 +0100, Philip Newton wrote:
>Paul Makepeace wrote:
>
>> Very pretty.
>
>I disagree.

My take: it looks nice, except for the fact I keep my browser windows
nice and narrow (~600px) so it needs to be scrolled right->left to read
everything. If I cared enough I'd send in my own patch.

>> /style.css:
>>
>> .bold { color: #1e2d39; font-style: normal; font-weight: bold;
>> font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
>
>Mostly because of this. No steenking fixed-size fonts, OK? (And no fixed
>font name, either, for that matter!) If I have bad eyesight and want a
>larger font, or if my favourite font is not one of the list and needs a
>bigger size to look nice, I'd prefer if I could have *my* choice. I
>want my
>fonts back!

Any decent web browser can be told to ignore stylesheets, so why not
just do that, if you care so much? Or are you talking about a
hypothetical user who has these issues but doesn't know how to
configure their software?

Anyway, it's reported to work fine in Lynx, so why not just use that?

pdcawley's just said on IRC sans-serif should tail the list, and that's
a Good Plan.

Provocatively,

--
:: paul
:: what are the military applications?






Re: New London.pm.org web site live!

2001-06-22 Thread Leo Lapworth

Philip,

I'll email you the top and bottom bit and the style sheet
so you can set it up as you think it should be.

Cheers

Leo

On Fri, Jun 22, 2001 at 11:30:10AM +0200, Philip Newton wrote:
> No steenking fixed-size fonts, OK? (And no fixed
> font name, either, for that matter!) If I have bad eyesight and want a
> larger font, or if my favourite font is not one of the list and needs a
> bigger size to look nice, I'd prefer if I could have *my* choice. I want my
> fonts back!




Re: New London.pm.org web site live!

2001-06-22 Thread Philip Newton

Leo Lapworth wrote:
> Comments etc to [EMAIL PROTECTED]

http://london.pm.org/about/faq.html =~ s/One day we hope to move the list to
it.//;

The list is already hosted on the server :)

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.




Re: New London.pm.org web site live!

2001-06-22 Thread Philip Newton

Paul Makepeace wrote:
> On Thu, Jun 21, 2001 at 10:01:12PM +0100, Leo Lapworth wrote:
> > http://london.pm.org/
> 
> Very pretty.

I disagree.

> /style.css:
> 
> .bold { color: #1e2d39; font-style: normal; font-weight: bold;
> font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }

Mostly because of this. No steenking fixed-size fonts, OK? (And no fixed
font name, either, for that matter!) If I have bad eyesight and want a
larger font, or if my favourite font is not one of the list and needs a
bigger size to look nice, I'd prefer if I could have *my* choice. I want my
fonts back!

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.




Re: New London.pm.org web site live!

2001-06-22 Thread Natalie Ford

On Fri, Jun 22, 2001 at 08:49:24AM +0100, Greg McCarroll wrote:
> how about putting it under CVS then, with the script that
> `publishes' the files being run only by Leo(or others) in 
> his role of webmaster/QA of the web?

In my capacity as unofficial QA of the site, I think this is a great idea!  :)

Leo - I am looking at the site as we speak (and as Neil offered last night).
Expect my feedback once I have loaded it in all manner of browsers...  :)

-- 
Natalie Ford
Iterative Software Ltd. http://www.iterative-software.com/
Yet Another Computer Solutions Company Ltd.  http://www.yacsc.com/




Re: New London.pm.org web site live!

2001-06-22 Thread Greg McCarroll

* Leo Lapworth ([EMAIL PROTECTED]) wrote:
> 
> Probably, but it works and as the guy doing the design did it
> for free, and has nothing todo with perl, or even London.pm other
> than he's my mate, I'm thankful :)

i like the design a lot, and if your mate ever makes it to a meeting
he can expect a beer or two from me

> I'm happy (infact would love it) for others to come and 
> change / add stuff, so tell me what your going todo 
> and we'll sort it out.
> 

how about putting it under CVS then, with the script that
`publishes' the files being run only by Leo(or others) in 
his role of webmaster/QA of the web?

Greg

-- 
Greg McCarrollhttp://217.34.97.146/~gem/




Re: New London.pm.org web site live!

2001-06-22 Thread Leo Lapworth

On Thu, Jun 21, 2001 at 02:31:14PM -0700, Paul Makepeace wrote:
> /style.css:
> 
> .bold { color: #1e2d39; font-style: normal; font-weight: bold;
> font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }
> 
> (.bold is overkill, IMO,  is a valid XHTML tag... Or perhaps more
> specific structural class names. You can stack the font-family in div,
> td and let it propagate down.)

Probably, but it works and as the guy doing the design did it
for free, and has nothing todo with perl, or even London.pm other
than he's my mate, I'm thankful :)

I'm happy (infact would love it) for others to come and 
change / add stuff, so tell me what your going todo 
and we'll sort it out.

Leo




Re: New London.pm.org web site live!

2001-06-21 Thread Paul Makepeace

On Thu, Jun 21, 2001 at 10:01:12PM +0100, Leo Lapworth wrote:
> Well, I think the subject says it all.
> 
> http://london.pm.org/

Very pretty.

/style.css:

.bold { color: #1e2d39; font-style: normal; font-weight: bold;
font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica }

Heh heh, gotta love using those M$ fonts :-)

(.bold is overkill, IMO,  is a valid XHTML tag... Or perhaps more
specific structural class names. You can stack the font-family in div,
td and let it propagate down.)

Paul

-- 
What would make this really successful?




New London.pm.org web site live!

2001-06-21 Thread Leo Lapworth

Well, I think the subject says it all.

http://london.pm.org/

Comments etc to [EMAIL PROTECTED]

Also content very welcome, let me know
if you want to add something so we can
work out the easyest yea.

Leo