Re: [WSG] question about screen reader behavior when pulling in content via Ajax fetch

2011-03-26 Thread Oliver Boermans
Hi tee On 26/03/2011, at 4:50 PM, tee weblis...@gmail.com wrote: I have a small login popup box, and is using Ajax fetch to pull in the login page. Due to the way the system works, the login page default is to use a page template instead of just the chunk of login code placed in a header

[WSG] Mobile testing methods or emulators

2011-03-26 Thread Sean K
Hi All, I was wondering if anyone could give me an idea how to test sites for mobiles? I'd like to test Blackberry, HTC and IPhone and I was wondering what methods and or tools other people are using for this? Thanks in advance. Sean

RE: [WSG] Mobile testing methods or emulators

2011-03-26 Thread Steve Green
We use two online services - www.perfectomobile.com and www.deviceanywhere.com. These are not emulators - in both cases you are remotely controlling real phones. The theory is great but in practice both services are painful to use for all kinds of reasons including: 1. There is a

Re: [WSG] Mobile testing methods or emulators

2011-03-26 Thread Kristaps Ancāns
Use Google Chrome and add different user-agent scripts/texts/parameters + user CSS3 media queries. You will allways find what you want using those two things. Ar cieņu, Kristaps Ancāns Mob.: +371 29831831 E-pasts: kristaps.anc...@gmail.com Skype: kristaps.ancans Web: www.fyfi.net,

Re: [WSG] question about screen reader behavior when pulling in content via Ajax fetch

2011-03-26 Thread Kristaps Ancāns
Screen readers doesn't process javascript, so no AJAX requests will be made. But if you call your JS function by adding event to the link, you can also add proper page link to proper HTML page with LOGON form. As simple as that. Ar cieņu, Kristaps Ancāns Mob.: +371 29831831 E-pasts:

Re: [WSG] Mobile testing methods or emulators

2011-03-26 Thread Sean K
Hi All, Thanks for the answers. I think the media queries could be the way to go. I'll give it a try. Cheers On Sun, Mar 27, 2011 at 2:51 PM, Kristaps Ancāns kristaps.anc...@gmail.comwrote: Use Google Chrome and add different user-agent scripts/texts/parameters + user CSS3 media queries.

RE: [WSG] question about screen reader behavior when pulling in content via Ajax fetch

2011-03-26 Thread Thierry Koblentz
Screen readers doesn't process javascript, so no AJAX requests will be made. I don't think so. There are a couple of good article from Gez Lemon and Steve Faulkner about Ajax and SRs: http://juicystudio.com/article/making-ajax-work-with-screen-readers.php

RE: [WSG] Mobile testing methods or emulators

2011-03-26 Thread Thierry Koblentz
Thanks for the answers. I think the media queries could be the way to go. I'll give it a try. Did you try to download the SDKs? I installed the IOS Simulator and it works well (runs faster though). -- Regards, Thierry @thierrykoblentz www.tjkdesign.com | www.ez-css.org | www.css-101.org

Re: [WSG] Mobile testing methods or emulators

2011-03-26 Thread Sean K
HI Thierry, Unfortunately the company I work does not allow you to install 3rd party apps or SDK's without cutting through a fair bit of red tape. Sean On Sun, Mar 27, 2011 at 3:37 PM, Thierry Koblentz thierry.koble...@gmail.com wrote: Thanks for the answers. I think the media queries could