From: Gregor Kofler on
Stevo meinte:
> David Mark wrote:
>> Having just read a post about jQuery vs. My Library, I think I need to
>> dispel some misunderstandings.
>>
>> Questions?
>
> Is it really called "My Library" ?

The name's spot on, isn't it?

Gregor


--
http://www.gregorkofler.com
From: Garrett Smith on
Matt Kruse wrote:
> On Jan 22, 11:34 am, David Mark <dmark.cins...(a)gmail.com> wrote:
>> The various
>> globals (e.g. E, Q, D, W) are actually constructors, which allows for
>> leveraging all of the wonderful OO features included in all ES
>> implementations (see F and I for examples).
>
> With so many globals, I would suggest giving them full names as well
> as the single-letter identifiers. E===Element, etc
>
That would conflict with any code that uses:-

Element.prototype.myFunc = [...]
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/
From: David Mark on
Ivan Marsh wrote:
> David Mark wrote:
>
>> Ivan Marsh wrote:
>>> David Mark wrote:
>>>
>>>> Having just read a post about jQuery vs. My Library, I think I need to
>>>> dispel some misunderstandings.
>>> Having just made up a post about jQuery vs. your crappy, unknown,
>>> untested software you will now spam the newsgroups.
>> What are you, stupid? Matt Kruse posted it _here_ today (or late last
>> night). And no, I'm not posting a link. It's too soon. :)
>
> Stupid... no.

No? :)

> You do realize everything you post here can be Googled and
> read even months after you post it right?

WHAT?! OMG. But seriously, that's my point. A quick search could have
short-circuited your unfortunately inaccurate post.

>
> Don't need to elaborate on what I've said when it's all been done for me:

Do tell!

>
> "Someone is critical of a widely used library and at the same time promoting
> their own library? Call me cynical, but given the inherent conflict of
> interest I'd look for another opinion or 2 before taking their word as the
> definitive answer."
>

And who said that? Unfortunately (again), I've been saying the same
thing about the "majors" for years and My Library is now free.

Better luck next post!
From: Stevo on
David Mark wrote:
> Stevo wrote:
>> David Mark wrote:
>>> Having just read a post about jQuery vs. My Library, I think I need to
>>> dispel some misunderstandings.
>>>
>>> Questions?
>> Is it really called "My Library" ?
>
> Yes it is.

That'll lead to some fun discussions :) Like calling your band "That
Band" and calling your first album "Their First Album". You can imagine
the fun when people go into the record store :)

Scenario:

Guy 1: Did you use jQuery or My Library?
Guy 2: Oh, *you* have a library?
Guy 1: No, why do you ask?

:-)

Good luck with it. It will be amazing to have a library that people on
here actually approve of. Although, when there's a 10 message back and
forth just on what the word consise means, it'll be tough.
From: David Mark on
Gregor Kofler wrote:
> Stevo meinte:
>> David Mark wrote:
>>> Having just read a post about jQuery vs. My Library, I think I need to
>>> dispel some misunderstandings.
>>>
>>> Questions?
>>
>> Is it really called "My Library" ?
>
> The name's spot on, isn't it?
>

I like it, but I do keep having to explain it for some reason. :)

For those wondering, the answer is at the bottom of the front page
(headline: Build _Your_ Library). The whole point is that it can be
built to suit. there is a ton more flexibility coming on that front,
including filtering out the XHTML and frames support.

And I suppose it has a dual meaning in that it is truly My Library with
a few small assists (a couple of functions date to the CWR project).
Kangax has been a great help with pointing out silly mistakes and
oversights in the past. Recently others have stepped up to help with
testing, so it is becoming a (sort of) group effort.

I might allow authors to contribute modules as well. I figure I'll use
as much of Stockton's date/time/math stuff as I can wade through, but
there must be other (good) stockpiles out there looking for a home.
Could use a graphics module. Best advice is to start small as I am
going to be picky about what I put in there. ;)