> Jibbering is up.
Perhaps at the instant you wrote, it isn't now and has not been whenever
I've tried to visit it in the last several months.
--
Rob
And they get their common practices from the GP library authors/
promoters.
This works because libraries give something to the user: Empowerment.
They empower the otherwise average developer to do things -- even if
badly -- that he would otherwise be incapable of doing. Often these
things are not that hard for experienced javascript programmers to do
well, but that is not a concern nowadays.
Ideas originating from c.l.js, including feature testing, have made
good headway. And from the same library people who have shunned the
place (no need to mention names here).
If any attribution is to be made for ideas originating here, it should
be to the right thread or post.
--
Garrett
It's up now, though I think it was dozing.
Of course, since any change to the main content of the FAQ will be
triumphantly announced, regulars should not need to fetch a Web copy
whenever they want to read the material, since they can keep a copy on
their own system(s).
It would, of course, be useful if some regular with adequate bandwidth
and memory were to arrange to serve a mirror copy, and make it known to
search engines. Maybe "dhtml" would fill the bill.
--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk IE8 FF3 Op12 Sf5 Cr12
news:comp.lang.javascript FAQ <http://www.jibbering.com/faq/index.html>.
<http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
> >Perhaps at the instant you wrote, it isn't now and has not been
> >whenever I've tried to visit it in the last several months.
>
> It's up now, though I think it was dozing.
>
You blinked.
> Of course, since any change to the main content of the FAQ will be
> triumphantly announced,
By whom? Last I was aware, there was no maintainer.
Req's include knowledge & skill in: Writing code and explaining it in
English, browsers, ES, diplomacy.
regulars should not need to fetch a Web copy
> whenever they want to read the material, since they can keep a copy on
> their own system(s).
>
> It would, of course, be useful if some regular with adequate bandwidth
> and memory were to arrange to serve a mirror copy, and make it known to
> search engines. Maybe "dhtml" would fill the bill.
Dhtmlkitchen.com is now owned by Paolo Fragomeni. Paolo is recreating
the site using Node.js (thanks for that!). I'm converting the articles
from XHTML to HTML5 and helping with any js that is needed or wanted.
If he wants to have the FAQ on that site, that would be a good option
and result in greater visibility of the FAQ.
The current FAQ XML and parsing has so many problems that warrant
looking at things anew, and considering new technology. It might be a
good idea to use Node to generate the markup and/or daily postings.
--
Garrett
As Henry Crun said to Minnie Bannister (applogies to the Goon Show, I
can't remember which episode):
"Speak up, I can't hear you when you're not talking!!"
--
Rob
Sometimes attribution is misplaced, yet other times, mistakes aren't
seen, not even 10 years late. E.g. From S. Souders blog entry: "UA
switching: be careful" http://www.stevesouders.com/blog/2011/09/27/ua-switching-be-careful/
Where he tells of "normal" websites that "do serverside UA detection"
and don't cause problems, whereas the "new" so-called "responsive-
design" can create trouble for device analysis. The site he is talking
about uses media queries and javascript to load images. The site is
not without it's problems, all readily viewable in its source code and
takes about 3 sec to spot things like appending elements to
documentElement (Modernizr approach, req'd to raise exception), the
use of Modernizr (which does that), the use of jQuery, a faulty
"hasClass" method, etc. But overall, the idea is to provide one site
and then make it work in more browsers, which is the right goal. But
then look at what Souders has to say:
| Websites that look at the UA string on the serverside to determine
| how to alter the page would also be okay.
10 years late and despite the browser-detection-free examples that he
is blogging about, he can't see the inherent problems with browser
detection. Is it that hard to admit that what he has been advocating
all along is indeed faulty? Or is he really that stupid?
--
Garrett