Re: [WSG] jQuery accessibility

2011-10-09 Thread Karl Lurman
Use of any framework does not automatically make your website accessible. JQuery only attempts to make the development of JavaScript more consistent across the various browsers (and, as you so rightly point out, some screen readers as well). You must still provide your own 'accessibility'. Firstly,

Re: [WSG] FINAL VERSION OF MY SITE

2010-02-03 Thread Karl Lurman
> Fwiw, I don't agree about accesskeys [1]. The article on your site seems to advocate the use of access keys. The concept of allowing users to define which access keys they can use is an interesting and clever approach. Have you got an example of this out in the wild? There are certainly pitfalls

Re: [WSG] FINAL VERSION OF MY SITE

2010-02-03 Thread Karl Lurman
Karl On Thu, Feb 4, 2010 at 11:01 AM, Karl Lurman wrote: > Marvin, > > Have you thought about using a fluid-width layout for your web page? > It would ensure your page is viewable on browsers smaller than your > current maximum fixed-width. > > Otherwise, I actually think th

Re: [WSG] FINAL VERSION OF MY SITE

2010-02-03 Thread Karl Lurman
Marvin, Have you thought about using a fluid-width layout for your web page? It would ensure your page is viewable on browsers smaller than your current maximum fixed-width. Otherwise, I actually think the rest of your site is fine. The simplicity of it all is so refreshing! :) Karl On Thu, Feb

Re: [WSG] Major memory leaking in IE

2009-12-02 Thread Karl Lurman
nd regards, > Mads > > > Den 02.12.2009 22:41, skrev Karl Lurman: >> >> When you say memory leak, what do you mean? Are you saying it just >> runs slower and slower over time, or are you saying that it is just >> slow in IE? >> >> Also, I am getting an

Re: [WSG] Major memory leaking in IE

2009-12-02 Thread Karl Lurman
When you say memory leak, what do you mean? Are you saying it just runs slower and slower over time, or are you saying that it is just slow in IE? Also, I am getting an error in IE7... Google is your friend For info on difference between replaceWith and html jQuery methods: http://stackoverf

Re: [WSG] SEO vs. Accessibility

2009-05-26 Thread Karl Lurman
Just as a side note, instead of doing a -px, try using -999em... In most cases, you can probably even get away with -99em. This has two advantages: 1) Its a few less characters in your CSS 2) If the user increases their font size, there is a chance that the thing you are hiding might start to

Re: [WSG] IE8 beta's a nightmare

2008-04-29 Thread Karl Lurman
> Microsoft should save themselves all the hassle and use the Geko engine. > There IE still gets shipped with > every version of Windows. > > They have created a nice operating system for general users and by changing > their engine to an open source > one is not going to decrease sales in their O

Re: [WSG] An efficient CSS architecture

2008-04-23 Thread Karl Lurman
Jens, I recommend googling CSS Frameworks. Also, I recommend looking at a site I implemented a CSS framework of my own. It sounds very very much like your approach. http://www.athletics.com.au It works on the concept of layers that can be used to progressively enhance the visual appearance of a

Re: [WSG] floats not wrapping

2008-02-14 Thread Karl Lurman
You need to work out a way of setting the minimum width of your containing div to ensure that it can never get any smaller than your smallest size. You might also want to consider setting the overflow to hidden for this parent container also, but this may mean your overflowed floated content will '

Re: [WSG] This IE8 controversy

2008-01-30 Thread Karl Lurman
Damn, this is the second time in the last two days I have replied to something via the WSG instead of to the person I really meant to send it to. Argghhh GMAIL! Or perhaps its just silly user error... :) Sorry everyone!!! On Jan 30, 2008 3:47 PM, Mark Harris <[EMAIL PROTECTED]> wrote:

Re: [WSG] This IE8 controversy

2008-01-29 Thread Karl Lurman
ill be replaced with > new ones built in this fashion. Then, when they finally just drop the > non-standards-compliance all together, fewer sites will break. They may > be hoping for that outcome. > > Katrina wrote: > > Patrick H. Lauke wrote: > >> Karl Lurman wrote

Re: [WSG] This IE8 controversy

2008-01-29 Thread Karl Lurman
I think the opt-in approach is really the only path they can take. They can't very well abandon all the website, intranets, extranets that are coded specifically to take advantage of Microsoft 'features' within older IE browsers. The corporate environment is fairly adverse to change, even on a goo

Re: [WSG] Explorer woes with list dropdowns

2008-01-28 Thread Karl Lurman
Oops * 2 1st oops for sending the link to the WSG instead of my IM conversation (Damn Google Talk!!!) - Its a pretty cool video though... 2nd oops for looking at Shanes code in Firebug instead of by viewing the source! Karl *** Lis

Re: [WSG] Explorer woes with list dropdowns

2008-01-28 Thread Karl Lurman
http://www.techeblog.com/index.php/tech-gadget/video-digital-cloud-invades-british-airways-first-class-lounge-at-heathrow On Jan 29, 2008 3:40 PM, Karl Lurman <[EMAIL PROTECTED]> wrote: > IE6 doesn't respect the *:hover pseudo selector if I remember > rightly... It only suppor

Re: [WSG] Explorer woes with list dropdowns

2008-01-28 Thread Karl Lurman
IE6 doesn't respect the *:hover pseudo selector if I remember rightly... It only supports it for anchors, e.g a:hover You may have to look at a small bit of javascript to 'activate' this behavior. Im pretty sure this is your problem for IE browsers. Karl On Jan 29, 2008 2:52 PM, Shane Helm <[EM

Re: [WSG] semantic list with explanations

2008-01-08 Thread Karl Lurman
> I don't think theres any rules about the length of definitions? You are correct sir. A definition list implies to me the expansion of a term through definition. If anything that means the more text the better! I just noticed that Tim's list includes numbering... This means there could be some k

Re: [WSG] semantic list with explanations

2008-01-08 Thread Karl Lurman
Definition List? On Jan 9, 2008 2:48 PM, Tim MacKay <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > > Just looking for a little help. I'm creating a sort of 'point form' list > that goes a bit like this: > > > > 1. Pursuit of customer satisfaction > > "We promise to pursue customer sat

Re: [WSG] Float-less layouts

2008-01-07 Thread Karl Lurman
ed to explore the possibility of changing the visual layout of the columns? Perhaps with negative margins similar to how its done with floats? Karl On Jan 8, 2008 9:24 AM, Karl Lurman <[EMAIL PROTECTED]> wrote: > Does your approach deal with "any column any order"? Is this a possib

Re: [WSG] Float-less layouts

2008-01-07 Thread Karl Lurman
Does your approach deal with "any column any order"? Is this a possibility? Karl On Jan 8, 2008 6:15 AM, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > > > My apologies for cross-posting. > > > > > > I'd appreciate any comment that would help me improve this article: > > > http://tjkdesign.com/art

Re: [WSG] BBC in Beta

2007-12-17 Thread Karl Lurman
Positives: - Theres some clever use of Javascript in there that enables some interesting user interface elements. - In case you missed it, you can drag and drop parts of the page, similar to Yahoo and Googles efforts - although they could have gone some way to making it a bit more obvious. - Ano

Re: [WSG] Firefox is a pushover

2007-11-21 Thread Karl Lurman
Firefox is also a little naughty when it comes to Javascript parsing. A friend of mine pointed out how he always gets caught out when declaring objects in JSON: var JsonObject{ objectFunction:function() { // blah }, // extra comma here... } Firefox will happily parse this o

Re: [WSG] CSS display: none has SEO impact?

2007-10-29 Thread Karl Lurman
In most cases, positioning the element off left of screen is a much better approach than display:none. Accessibility does not mean that all css is ignored, and in this case, display:none will probably be adhered to by a screenreader. If you can absolutely position an element, set it's "left" prope

[WSG] Improving Website Image and Map Accessibility

2007-10-24 Thread Karl Lurman
Posted an article on this topic yesterday. Would be interested to hear what you lot have to say about it: :) http://www.datalink.com.au/company/emagination/webdev/improving_website_image_and_map_accessibility_ Regards, Karl Lurman

Re: [WSG] London Meetup for people interested in an informal discussion around web standards

2007-10-10 Thread Karl Lurman
Joe, Great to see gatherings of like-minded folk all over the place. As a side note, have you heard about Pubstandards UK? http://www.pubstandards.co.uk/ Website has kind of died off, but they have a mailing list that has updates on meetings (Generally something on every week or so from what I h

Re: [WSG] Load Javascript early or on-demand?

2007-10-08 Thread Karl Lurman
Kit, Seems like you answered your own question there. The only added benefit of putting the script in the header of every page, is that for the first time the script is downloaded, every subsequent page load will not require the same download again, even your Javascript reliant page. If you are

Re: A: [WSG] Target Lawsuit - Please Make Yourself Heard

2007-10-03 Thread Karl Lurman
Russ, time to step in the ring perhaps? On 10/4/07, Joe Ortenzi <[EMAIL PROTECTED]> wrote: > yes for an old site I no longer need. but been too busy fixing sites that > people actually need and use. > > fair nuff. you gonna sue me? > > > > On Oct 3 2007, at 23:33, Chris Wilson wrote: > > If you ar

Re: A: [WSG] Target Lawsuit - Please Make Yourself Heard

2007-10-03 Thread Karl Lurman
> Well that's a matter of opinion (preferably a matter of legal opinion). The thing is, it really should be, but right now, there aren't many laws written that protect much of what occurs online (read as: none). Sometimes I am glad thats the case however. I bet everyone around here has a website

Re: A: [WSG] Target Lawsuit - Please Make Yourself Heard

2007-10-03 Thread Karl Lurman
Sure Target should make a website to some kind of accessibility standard. They should, but that doesn't mean that if they don't, I should be able to sue them - good ol American style. Instead, I should just take my custom to a website that I CAN use with my copy of Jaws (or whatever the "standard"

Re: [WSG] IE bug?

2007-09-18 Thread Karl Lurman
Cant seem to see the problem you are experiencing. It works every time I look at the page in IE6 and IE7... Karl On 9/19/07, Stijn Audooren <[EMAIL PROTECTED]> wrote: > > > Hello, > > I have a little trouble with IE :-(. Don't know if someone can help me or > if you know anybody who could help me

Re: [WSG] Client - Site Edits

2007-07-11 Thread Karl Lurman
I would also consider Contribute, but only if the site information architecture is relatively small and unlikely to change. You can create areas within your perfectly crafted html that the customer can edit and update with a desktop application. For the most part, it seems to function well from w

Re: [WSG] Who's A "Front End" Developer?

2007-07-05 Thread Karl Lurman
Actually, I was more interested in this stuff: http://ajax.asp.net/ Heres a little something for everyone thats reading this thread. Its a small thing about Javascript and its possible future position - on and off the web: http://ejohn.org/blog/javascript-as-a-language/ Just popped up on Ajaxi

Re: [WSG] Who's A "Front End" Developer?

2007-07-05 Thread Karl Lurman
Rob, Apart from it all being magically accessible and standards compliant, Yep, "Now thats magic!" :) your post more or less described how ASP.Net works now. It's great because it lets desktop developers with no front end web skills produces apps quickly, but it's horrible because it lets d

Re: [WSG] Who's A "Front End" Developer?

2007-07-05 Thread Karl Lurman
Paul, Here here! Your comments about print web designers was fantastic. It rang so true with me and our web designer here (who is actually very good at his job). Countless times we receive work from third party designers that is obviously from a print designer who has absolutely no knowledge of t

Re: [WSG] Who's A "Front End" Developer?

2007-07-04 Thread Karl Lurman
Javascript is really starting to move into the realm of software/application developer. Currently a bleeding edge javascript programmer has to have extensive knowledge of the entire 'web platform'. This includes: server/datastore programming, sound understanding of client/server architecture, stan

Re: [WSG] Re: video

2007-07-03 Thread Karl Lurman
Flash all the way im afraid. 2c Karl On 7/4/07, Paul Bennett <[EMAIL PROTECTED]> wrote: Flash: (google video, youtube, yahoo video, revver, dailymotion, etc etc) http://www.digital-web.com/articles/the_rise_of_flash_video_part_1/ http://www.digital-web.com/articles/the_rise_of_flash_video_part_2

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Karl Lurman
heh, funny, I see it as having absolute positioning within firebug when I inspect one of the numbers in the very right column: #result-tree .c-4 {reports-hierarchi... (line 102) right:0px; } #result-tree .c-2, #result-tree .c-3, #result-tree .c-4 {reports-hierarchi... (line 81) position:absolute;

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Karl Lurman
Not sure why this sort of tabular information isn't in a table? Tables are not all evil... I suppose you are going to have "expanding/contracting" with the plus button/icon. Besides that though, you should look into the absolute positioning of some of the elements you are putting on the page. Yo

Re: [WSG] Accessible Drop Down

2007-06-12 Thread Karl Lurman
Ryan, Sure they are frowned upon, but what option do you have? I always resort to a solution that involves javascript - CSS alone just doesn't work in IE6: Dropdowns/flyouts will show appear under select boxes - this is a big issue in IE6 and no amount of css (even hacks) can get around this in t

Re: [WSG] Safari now on Windows

2007-06-11 Thread Karl Lurman
iPhone might be a different thing altogether .. just because a page renders nicely in Safari on a desktop machine doesn't necessarely mean it is going to be very usable on a tiny screen! (I haven't yet seen an iPhone but I assume the screen would be small like a mobile phone screen...?) Point t

Re: [WSG] Safari now on Windows

2007-06-11 Thread Karl Lurman
I recommend it to all those developers that are stuck in a Windows environment - I have already fixed a few bugs I would have had to use my bosses Mac to find! My only concern is that at the moment, I can get away with "It might not look 100% in Safari, but it still works..." With Safari on Iphon

Re: [WSG] dl v table for form layout

2007-05-25 Thread Karl Lurman
Fields marked with * (asterisk) are required. Yep, instructions are definitely the way to go with the 'required'. we might even look at making instructions for the required as a definition list (hahaha just for fun) * Fields whose labels contain an asterisk require a value. Hey, I mean

Re: [WSG] dl v table for form layout

2007-05-24 Thread Karl Lurman
The point of my comments, though, was what I have been saying all along. You simply don't need additional structure to put a form on a page. All you need are the form-related elements: Form, fieldset, legend, label, input (varied), and textarea. Using these elements and CSS you can lay out a form

Re: [WSG] dl v table for form layout

2007-05-24 Thread Karl Lurman
I found these awhile back and was hoping to roll something similar back into my css framework: http://dnevnikeklektika.com/uni-form/ I know that forms are a b*tch to get looking even slightly good on all browsers, but frankly, tables are an old dog and dl's are just younger dogs. Field sets are

Re: [WSG] Form drop-downs for countries

2007-05-23 Thread Karl Lurman
How are you producing the select and option html? If you are producing these on a webserver via a scripting language, its probably best to do the grouping there. Use the Optgroup tag (which I believe is fairly well supported) to group the list of common countries together with a nice label. Not e

Re: [WSG] Semantics and

2007-05-16 Thread Karl Lurman
We have , we should have :) On 5/17/07, Ben Buchanan <[EMAIL PROTECTED]> wrote: > What is the best way to show something is less important than the > surrounding information (e.g. the date of a post or article, > supplementary information at the bottom of a post or article)? Really there's n

Re: [WSG] Accessible, complex forms

2007-05-14 Thread Karl Lurman
Greg and Steve, I had the idea of doing something like the following: Balance is within $credit limitBalance is within $More text here Excuse the inline styling... And make sure that goes in a strict xhtml 1.0 document! or else you will go into quirks under IE. What that basically does is

Re: [WSG] Disappearing element in IE

2007-05-13 Thread Karl Lurman
Does it work without the br, but a clear left on the ul itself? e.g ... ... Also, don't use capitals for your tag names and quote your attributes too... Just a conformance thing. Karl Your CSS looks Ok. What I believe is happening is that since the #bottom_nav container overlaps the #content_

Re: [WSG] Carousel effect

2007-05-09 Thread Karl Lurman
http://prototype-carousel.xilinus.com/static Just incase you are using Prototype Karl On 5/10/07, Paul Bennett <[EMAIL PROTECTED]> wrote: Hi Helen, this one uses YUI: http://billwscott.com/carousel/carousel_slides.html HTH, Paul ***

Re: [WSG] IE 7 body length problem

2007-05-08 Thread Karl Lurman
The concept of 'Has Layout' is not a hack, its part of IE's rendering model... It happens to be something that is outside of the CSS standard - that doesn't make it a hack. "Microsoft developers decided that elements should be able to acquire a "property" (in an object-oriented programming sense)

Re: [WSG] IE 7 body length problem

2007-05-08 Thread Karl Lurman
On 5/9/07, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > On my site, http://christianmontoya.net/ > the body does not extend past the content in IE 7 on initial page > load, so the background doesn't reach the bottom of the screen. I know > there's a simple fix for this, but I can't remember it..

Re: [WSG] wa state guidlines question

2007-05-08 Thread Karl Lurman
Jermayn, I think that it really depends on the end user. I know that any .pdf I open within my copy of Firefox or Safari will always open up a separate instance of Acrobat Reader or OSX Preview.app anyway (= new window). It might have something to do with how Acrobat Reader is installed by the en

Re: [WSG] markup for headline and tagline

2007-05-06 Thread Karl Lurman
Who says? How's he to know that people aren't displaying content in their sidebar which deserves to be introduced with a H2? So you are saying that sidebar content is as important as the main body of the page? If so, shouldn't that content be in the main body of the page? Just being a devils ad

Re: [WSG] scrolling text and images

2007-05-03 Thread Karl Lurman
Hi, When I have implemented these news-ticker-like 'widgets', I have made sure that at the very least, the content I am using within the widget is readable by a screen reader. This can be done by putting xhtml into a div, and placing it off screen (to the left with negative em). On instantiation