[WSG] a CSS layout tips - dealing with different widths in columns on each page throughout a site

2007-02-13 Thread Tee G. Peng
I posted the below message in another list to share with others. I truly believe this list needs no CSS tips from me, so my intention is to seek improvement and suggestion for my solution. Thought I share with you now just in case I never able to come out with layout tutorials that I'd

Re: [WSG] web check

2007-02-13 Thread Chris Stratford
Max, Really something not related to accessibilty - however I hate seeing a URL like: http://www.devonfurnituremakers.org.uk/gallery.php I prefer: http://www.devonfurnituremakers.org.uk/gallery/ Simply in the root folder, create a file: .htaccess then: --start-- rewriteengine on rewriterule

Re: [WSG] web check

2007-02-13 Thread John Faulds
Only had a quick look but what strikes me so far is that things go a bit wrong at smaller window sizes (less than 1024 x 780) - pictures on the members' pages stick out to the right and text on the member search page spills out of the boxes on the left (in Firefox Opera). On Tue, 13 Feb

RE: [WSG] web check

2007-02-13 Thread Patrick Lauke
Simply in the root folder, create a file: .htaccess then: --start-- rewriteengine on rewriterule ^gallery/$ gallery.php -- end -- ...or enable multiviews, which is a far slicker way IMHO... P Patrick H. Lauke Web Editor / University of

RE: [WSG] web check

2007-02-13 Thread John 'Max' Maxwell
Hi Georg, Many thanks for your comments - much appreciated. I will get on to the 'more' links and add the names. Need some font-resize testing and improvements. Text is overflowing containers in the good browsers under certain conditions, and IE6' 'auto-expansion' bug is not very kind to that

RE: [WSG] web check

2007-02-13 Thread John 'Max' Maxwell
Thanks Tim, That's given me something to get stuck in to!! Cheers, Max. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Tim Sent: 13 February 2007 12:41 To: wsg@webstandardsgroup.org Subject: Re: [WSG] web check John I like it, your

Re: [WSG] web check

2007-02-13 Thread Ian Pouncey
Hi John, Further to Tim's comments I think the JavaScript menu is a weak point. A better solution would be to have the 'Members Name' and 'Type of Furniture' options built in to the content in separate select boxes and then use JavaScript to show one of them and hide the other. The advantage to

Re: [WSG] web check

2007-02-13 Thread Gunlaug Sørtun
John 'Max' Maxwell wrote: I will get on to the 'more' links and add the names. The names are there already. Just link them to the relevant pages. Need some font-resize testing and improvements. Text is overflowing containers in the good browsers under certain conditions, and IE6'

[WSG] OT? - spam in forms

2007-02-13 Thread Designer
I seem to be going through a spate of getting spam in a form on one of my sites (the one in the link, below, actually.) So I tried using PHP to randomly display an image and getting the form user to input what it says. I still get spam! I'm presuming that this is because the spammer will

Re: [WSG] OT? - spam in forms

2007-02-13 Thread James Crooke
Bob, I'm not sure how hard your Captcha code is to programatically recognise, but make sure that your not relying on sessions like this: if($_SESSION['captcha_code'] == $_POST['user_code']) because a robot spammer won't create a session, so its like comparing to if they enter nothing in the

RE: [WSG] OT? - spam in forms

2007-02-13 Thread Chris Williams
Captcha's are evil, not accessible, and a real pain for the end user. Maybe use akismet (http://akismet.com)? If you look on the development page, there are a number of people who have written tools that work with the akismet API (it's quite simple). Perhaps you could just pass the message part

Re: [WSG] OT? - spam in forms

2007-02-13 Thread Andrew Ingram
Mike, I've been suggesting the Question/Answer method to people for some time and it's definitely my preferred method. It's so brilliantly simple yet nobody really seems to use it. I guess there's a language issue that might need addressing, but it's definitely an improvement on images. -

[WSG] Should I use P or BR?

2007-02-13 Thread Jason Pruim
Hi Everyone, On this website: http://www.raoset.com/terms/#materials Specifically at the Materials section, I want to make it the most readable/useable that I can. So I'm wondering if I should use BR (Which is what is there now) or use a new P tag for each paragraph? (As I typed that I

Re: [WSG] Should I use P or BR?

2007-02-13 Thread Nick Fitzsimons
On 13 Feb 2007, at 20:09:39, Jason Pruim wrote: Hi Everyone, On this website: http://www.raoset.com/terms/#materials Specifically at the Materials section, I want to make it the most readable/useable that I can. So I'm wondering if I should use BR (Which is what is there now) or use a new

RE: [WSG] web check

2007-02-13 Thread Priestley, Belinda
Junk mail already??? Thanks. From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of lisa herrod Sent: Wednesday, 14 February 2007 9:27 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] web check On 13/02/07, Patrick Lauke [EMAIL

Re: [WSG] can I create sepearate print style sheet for IE only?

2007-02-13 Thread Wojciech Zając
Hello Tee, You can use conditional comments as normal. !--[if IE] link rel=stylesheet type=text/css media=print href=/ ieprint.css / ![endif]-- -- Regards, Wojciech Zając http://www.linkedin.com/in/wojciechzajac On Feb 13, 2007, at 11:23 PM, Tee G. Peng wrote: Hi, I was working on a

RE: [WSG] web check

2007-02-13 Thread Ricky Onsman
Well, that's funny because I signed up to take part in an ongoing exchange of information and opinions about standards in web design and development. I think finding ways to eliminate displaying file extensions in URL boxes is pertinent to this. Maybe you're on the wrong list, Belinda, or

RE: [WSG] web check

2007-02-13 Thread Kate Cummins
I recently signed up to receive information about WSG events, as these are no longer being sent around in other formats. I saw at the signon there were different options for how we receive WSG information. Is it possible to create a new category of notices of events only? As the majority of this

Re: [WSG] web check

2007-02-13 Thread Chris Stratford
Congratulations, you win the award for asshat of the day! People ask questions and engage in discussions. No need to shut them down. Subscribe to the daily digest if you don't want every individual email. In any case, that isn't junk mail - junk mail implies advertising/spam... It was a valid

Re: [WSG] CSS and non-standard properties

2007-02-13 Thread Ben Buchanan
given they are doing it with -engine-rule their shouldn't be a problem (the w3c recommends this method for non standard rules). ...which is funny since I've heard they resist the idea of an engine-based selector rule! e.g you could have an opacity rule like : [snip] and the browser engine

Re: [WSG] Web Writing Instructors (possibly OT)

2007-02-13 Thread Dwain Alford
why not do it on line? http://www.gnc-web-creations.com/seo-optimization.htm dwain On 2/13/07, Paul Hempsall [EMAIL PROTECTED] wrote: I apologise if this is a tad OT. Please send replies offlist. Just wondering if anyone can provide me with some referrals for Web Writing trainers?

Re: [WSG] Accessibility - display: none v.s. left: -9999px

2007-02-13 Thread Brad Pollard
The tests documented here http://www.access-matters.com/screen-reader-test-results/ confirm that either negative text indent or absolute positioning off screen is the best way to go - if you need to have content heard but not seen. And best not style with 'visibility: hidden;' or

Re: [WSG] web check

2007-02-13 Thread Jan Brasna
P, what's 'Multiviews'... Lise, it's Apache's feature, part of content negotiation apparatus: http://httpd.apache.org/docs/2.0/content-negotiation.html#multiviews The effect of MultiViews is as follows: if the server receives a request for /some/dir/foo, if /some/dir has MultiViews enabled,

Re: [WSG] Accessibility - display: none v.s. left: -9999px

2007-02-13 Thread lisa herrod
Hi guys Which is more accessible to screen readers and the like? display: none; or position: absolute; left: -px; I think I've read that screen readers will read content that is positioned off-screen, but will not read content that is set to display: none. You need to keep in mind

Re: [WSG] CSS and non-standard properties

2007-02-13 Thread Philippe Wittenbergh
On Feb 14, 2007, at 10:13 AM, Ben Buchanan wrote: I don't immediately see the benefit to the UA developers using a custom rule... Why not just use the real thing? I can only assume there's something about the process that I'm not aware of. Take border-radius. When it was first implemented in

[WSG] Re: digest for wsg@webstandardsgroup.org - Confirmation Request

2007-02-13 Thread Anthony David Pritchard
This message was created automatically by my Spam Filtering System at Actrix Networks. Sorry, but you (wsg@webstandardsgroup.org) are not on my list of pre-approved contacts, so your message (attached) has been put on hold. If you need to get that message to me urgently, or would just like me

RE: [WSG] Re: digest for wsg@webstandardsgroup.org - Confirmation Request; SEC=UNCLASSIFIED

2007-02-13 Thread Nguyen, Anh MS
-Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Anthony David Pritchard Sent: Wednesday, 14 February 2007 16:05 To: wsg@webstandardsgroup.org Subject: [WSG] Re: digest for wsg@webstandardsgroup.org - Confirmation Request This message was

Re: [WSG] another print style sheet question

2007-02-13 Thread TuteC
Of course, I think! They may have suggested the difference in styles, not the way of doing it. Well, my real two cents. Regards; Eugenio. On 2/13/07, Tee G. Peng [EMAIL PROTECTED] wrote: I need another print style sheet for another site, and clients sent me this as example from the NYTimes: