May 22, 200818 yr Hello there I wanted to ask you whether it is worth or not using tools such as jquery or prototype comparing them to javascript. What do you suggest? Using those libraries or rely just on javascript? I knew javascript but I have got to know recently these libraries which seem to reduce the amount of code. Therefore, I do not know much about this issue. Nonetheless, if I have to give it a try, I might think that using just java script gives me more control than using those libraries. On the other hand, those libraries such as jquery or prototype might speed up the development. Please, I would appreciate your suggestions about purposes and pros and cons of using either libraries or only javascript. Thanks in advance
May 22, 200818 yr I lol'ed at this: those libraries such as jquery or prototype might speed up the development. These libraries will definitely speed up your development times, and not my a small amount - with jQuery I can do things in half a day that would have taken me a week before, and I know JavaScript. If something is a small script (ie 10 lines of jQuery or 100 lines of JavaScript) then the filesize of the library means it use it possibly "overkill". Generally I will write in jQuery first, and if the client complains about size, rewrite in JavaScript.
May 22, 200818 yr Author I lol'ed at this:These libraries will definitely speed up your development times, and not my a small amount - with jQuery I can do things in half a day that would have taken me a week before, and I know JavaScript. If something is a small script (ie 10 lines of jQuery or 100 lines of JavaScript) then the filesize of the library means it use it possibly "overkill". Generally I will write in jQuery first, and if the client complains about size, rewrite in JavaScript. Thanks, one more question php_penguin: You mean that the problem of jQuery is that the filesize of 97.7 KB from the jQuery library might be considered too big, right? Thanks
May 22, 200818 yr broadly speaking I mean that yes, but jquery is available in compressed versions of just 16kb and there is no point downloading an uncompressed version.
May 23, 200818 yr I have been using Adobe Spry for AJAX development a fair bit recently, its pretty good and from what I hear Adobe are going to make some major upgrades to Spry in the next version of Dreamweaver. Very easy to use
Create an account or sign in to comment