Re: Javascript on the client as an alternative to Perl/PHP/Python onthe server
On Jun 1, 5:31 pm, Dan Rumney <danrum...@warp mail.netwrote:
IMHO it is not hijacking but branching on a sub-topic within the same
main topic. But I have no problem with shifting to a new topic like
"Javascript and accessibility" if more on the sub-topic will be
posted.
They will if you properly design NOSCRIPT redirect and/or warning
blocks.
1) Search recents about Ruby in this group for one (the problem with
script inserting script inserting ...)
2) Another one is specific for charsets above US-ASCII in Javascript
strings, especially in document.write. Maybe it is not your case.
3) Browser screen update mechanics may make _very_ big delay before
any content will get visible unless you are using properly context
releases over setTimeout. By now and IMO it is the most common mistake
made in Javascript / XHR intensive solutions.
On Jun 1, 5:31 pm, Dan Rumney <danrum...@warp mail.netwrote:
VK, PointedEars,
>
Please don't hijack this thread to bicker about accessibility.
>
Please don't hijack this thread to bicker about accessibility.
main topic. But I have no problem with shifting to a new topic like
"Javascript and accessibility" if more on the sub-topic will be
posted.
It's abundantly clear that anyone using a UA that does not have
Javascript is not going to be able to access pages generated using the
model that I outlined in the original post.
Javascript is not going to be able to access pages generated using the
model that I outlined in the original post.
blocks.
I think a more fruitful discussion would focus on other, less obvious
aspects, which is why I'm seeking the thoughts of others.
aspects, which is why I'm seeking the thoughts of others.
script inserting script inserting ...)
2) Another one is specific for charsets above US-ASCII in Javascript
strings, especially in document.write. Maybe it is not your case.
3) Browser screen update mechanics may make _very_ big delay before
any content will get visible unless you are using properly context
releases over setTimeout. By now and IMO it is the most common mistake
made in Javascript / XHR intensive solutions.
Comment