J
Jorge
... could program JS with an Oscilloscope and a
soldering iron if they really tried.
...and what's wrong with that ?
--Jorge.
... could program JS with an Oscilloscope and a
soldering iron if they really tried.
<snip>There's another library I have came accross that seems to do the
same as jQuery but seems alot lighterweight and have not heard it
mentioned on clj.
http://www.domassistant.com/
Have not used it, but it has four figure version numbers and is
up to 2.7.1.1 so it _may_ be a good library.
Henry said:<snip>
When reviewing John Resig's "Pro JavaScript Techniques" Robert Nyman,
the original author of DOMAssistant, wrote; "I would say that any
JavaScript web developer out there, from intermediate to advanced, can
learn something sincerely valuable from this book.". To read that book
and come to that conclusion does not bode well. It implies he uses a
Jorge said:...and what's wrong with that ?
Henry said:When reviewing John Resig's "Pro JavaScript Techniques" Robert Nyman,
the original author of DOMAssistant, wrote; "I would say that any
JavaScript web developer out there, from intermediate to advanced, can
learn something sincerely valuable from this book.". To read that book
and come to that conclusion does not bode well. [...]
PointedEarsPink said:[...] But often, Firebug reports that the variable 'calimg' is not
--
This is really not a helpful response. You might at least point me to
the appropriate section of this massive document.
There's another library I have came accross that seems to do the same as
jQuery but seems alot lighterweight and have not heard it mentioned on clj.
http://www.domassistant.com/
Have not used it, but it has four figure version numbers and is up to
2.7.1.1 so it _may_ be a good library.
Personally I use a bar magnet and a magnifying glass. Saves amazing
amounts of CPU.
Personally I use a bar magnet and a magnifying glass. Saves amazing
amounts of CPU.
Personally I use a bar magnet and a magnifying glass. Saves amazing
amounts of CPU.
Hehe. Yeah, my point was that there are serious experts in this forum,
but few programmers - even good ones - have the time/inclination/
ability to delve into the inner workings of JS (and even fewer get to
the point where they seem to be able to quote the spec at will!).
And hey, an accessible library like jQuery is [hopefully] a good entry
point for someone who will later learn *ahem* real JS.
Aaron Gray meinte:
Dunno...
line 6:
var isIE = /*@cc_on!@*/false;
And why would one want to do something like that:
Plenty of people there (including myself) willing to
help out.
Try to post a link to a sample site if
possible.
Unfortunately this group can be a little.. old school.
I'm pretty sure that PointedEars et. al. could
program JS with an Oscilloscope and a soldering iron
if they really tried. Unfortunately that sword has cut
both ways and they're all but blind to the benefits
that jQuery (and the other hated libraries) bring
to real world developers.
Hehe. Yeah, my point was that there are serious experts in this forum,
but few programmers - even good ones - have the time/inclination/
ability to delve into the inner workings of JS (and even fewer get to
the point where they seem to be able to quote the spec at will!).
And hey, an accessible library like jQuery is [hopefully] a good entry
point for someone who will later learn *ahem* real JS.
Meanwhile, I'm fixing basic PHP/SQL injection issues because there are
plenty of php hobbyists who refuse to use frameworks because they
don't understand how they work (so they must be bad). It's basically
the reverse scenario - except that as far as I can see, it is better
to have someone bumbling around within a fixed set of functionality
than to be let loose to create havok in ways they don't understand.
return 'bye';
Hamish said:The thing is, Richard & Thomas, jQuery saves me hours and my clients $$
$ and none of my users has ever complained (or, for that matter,
noticed).
I *can* write any of the jQuery functionality by hand if I need to -
but why would I?
Generally, to ignore what Richard, Thomas et al say on javascript
matters is a bit like driving without wearing a seat belt.
Personally I use a bar magnet and a magnifying glass. Saves amazing
amounts of CPU.
Hehe. Yeah, my point was that there are serious experts in this forum,
but few programmers - even good ones - have the time/inclination/
ability to delve into the inner workings of JS (and even fewer get to
the point where they seem to be able to quote the spec at will!).
And hey, an accessible library like jQuery is [hopefully] a good entry
point for someone who will later learn *ahem* real JS.
Meanwhile, I'm fixing basic PHP/SQL injection issues because there are
plenty of php hobbyists who refuse to use frameworks because they
don't understand how they work (so they must be bad). It's basically
the reverse scenario - except that as far as I can see, it is better
to have someone bumbling around within a fixed set of functionality
than to be let loose to create havok in ways they don't understand.
return 'bye';
If you want to learn something, you must start learning that something.
Make mistakes, and learn. Get good documentation and read it.
I don't think people will learn JavaScript very well by using JQuery.
They will learn how to use JQuery instead.
JQuery != Javascript.
If you want to learn something, you must start learning that something.
Make mistakes, and learn. Get good documentation and read it.
I don't think people will learn JavaScript very well by using JQuery.
They will learn how to use JQuery instead.
JQuery != Javascript.
There are many reasons for choosing to use a library:
You may not care less about JavaScriptology, about JavaScript itself,
about object models, about inheritance, about closures, about the
DOM,
about etc.
You may just want (or need) to build a web page asap.
You may even care less about the web page itself than about its
contents.
You may not want to deal with cross-browser compatibility issues (I'm
one of those).
You may want to have to learn just one api (any api) that works (and
don't care about how it works internally).
And hey, an accessible library like jQuery is [hopefully] a good entry
point for someone who will later learn *ahem* real JS.
Have you ever used a C library ?
Did you ever write your own printf() ?
--Jorge.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.