473,394 Members | 2,063 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

anyone used prototype.js?

Hello,

I wonder if anyone has used prototype? Is is a Javascript framework.

I am using prototype-1.3.1.js and have a question but so far have not
found many people who know about this work.

http://prototype.conio.net/

Any ideas?

Geoff
Oct 5 '05 #1
6 1316
Geoff Cox said the following on 10/5/2005 5:10 AM:
Hello,

I wonder if anyone has used prototype? Is is a Javascript framework.
I haven't. Probably never will.
I am using prototype-1.3.1.js and have a question but so far have not
found many people who know about this work.
http://prototype.conio.net/

Any ideas?


Try asking the people who wrote it.....

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Oct 5 '05 #2
On Wed, 05 Oct 2005 12:40:10 -0400, Randy Webb
<Hi************@aol.com> wrote:
I am using prototype-1.3.1.js and have a question but so far have not
found many people who know about this work.
http://prototype.conio.net/

Any ideas?


Try asking the people who wrote it.....


Randy,

I am trying to do just that - but have seen other comments along the
lines of useful idea but support lacking ...

Cheers

Geoff

Oct 5 '05 #3
Geoff Cox wrote:
Randy Webb wrote:
I am using prototype-1.3.1.js and have a question but so
far have not found many people who know about this work.
http://prototype.conio.net/

Any ideas?


Try asking the people who wrote it.....


I am trying to do just that - but have seen other comments
along the lines of useful idea but support lacking ...


There are two general opinions of generalised javascript libraries
expressed by regular contributors to this group; the opinion that they
are a bad idea (inevitably held by individuals who do/will not use
them), and the opinion that they are a good idea. The second opinion is
mostly represented on this group by individuals who have written
generalised script libraries, and so by individuals who do not have a
reason for using other people's libraries.

Apart from the authors of particular generalised javascript libraries,
their appeal is to individuals who have little knowledge of javascript,
and little interest in learning it. So if the author of this library is
not willing to provide adequate documentation you are unlikely to find
anyone else in a position to say much about it.

Richard.
Oct 5 '05 #4
On Wed, 5 Oct 2005 22:55:37 +0100, "Richard Cornford"
<Ri*****@litotes.demon.co.uk> wrote:
Geoff Cox wrote:
Randy Webb wrote:
I am using prototype-1.3.1.js and have a question but so
far have not found many people who know about this work.
http://prototype.conio.net/

Any ideas?

Try asking the people who wrote it.....


I am trying to do just that - but have seen other comments
along the lines of useful idea but support lacking ...


There are two general opinions of generalised javascript libraries
expressed by regular contributors to this group; the opinion that they
are a bad idea (inevitably held by individuals who do/will not use
them), and the opinion that they are a good idea. The second opinion is
mostly represented on this group by individuals who have written
generalised script libraries, and so by individuals who do not have a
reason for using other people's libraries.

Apart from the authors of particular generalised javascript libraries,
their appeal is to individuals who have little knowledge of javascript,
and little interest in learning it. So if the author of this library is
not willing to provide adequate documentation you are unlikely to find
anyone else in a position to say much about it.

Richard.


OK ! Thanks Richard - perhaps a little more learning on my part is the
best way forward!

Cheers

Geoff
Oct 5 '05 #5
Hi Geoff,

Geoff Cox wrote:
On Wed, 5 Oct 2005 22:55:37 +0100, "Richard Cornford"

OK ! Thanks Richard - perhaps a little more learning on my part is the
best way forward!

Cheers

Geoff


I have used Prototype.js. As you said you have to invest some time
in learning it. But there is help from a guy who has posted a partial
documentation for this library. Access it here
http://www.sergiopereira.com/articles/prototype.js.html.

hope it helps.

-- Peroli Sivaprakasam

Oct 6 '05 #6
On 5 Oct 2005 22:26:30 -0700, "Peroli" <pe****@gmail.com> wrote:
I have used Prototype.js. As you said you have to invest some time
in learning it. But there is help from a guy who has posted a partial
documentation for this library. Access it here
http://www.sergiopereira.com/articles/prototype.js.html.

hope it helps.


Peroli,

Thanks for above. I have exchanged several emails with Sergio who has
been very helpful but I think he is very busy just at the moment.

Thanks for reminding me of his pages I will have another look at them!

Cheers

Geoff
Oct 6 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Florian Loitsch | last post by:
hi, in section 10.1.8 (Arguments Object) it is stated that the "internal ] property of the arguments object is the orginal Object prototype object, the one that is the *initial* value of...
2
by: stephane | last post by:
Hi all, What I am trying to achieve is an 'inherits' method similar to Douglas Crockford's (http://www.crockford.com/javascript/inheritance.html) but that can enable access to the superclass'...
21
by: Rob Somers | last post by:
Hey people, I read a good thread on here regarding the reason why we use function prototypes, and it answered most of my questions, but I wanted to double check on a couple of things, as I am...
1
by: Jake Barnes | last post by:
I was reading the article over 24 Ways (http://24ways.org/advent/easy-ajax-with-prototype) and saw this example of using Prototype: function greet(){ var url = 'greeting.php'; var pars =...
6
by: mmcloughlin | last post by:
I'm learning about objects and am trying to figure out how basic inheritance works. I've got into the habit of explicitly setting the prototype object with an object literal as it seems to make the...
8
by: Chad Burggraf | last post by:
Hi all, I'm brand new to this newsgroup. I've been reading the FAQ's and some other documentation submitted by regulars of the group (such as "Javascript Best Practices" at...
6
by: burningodzilla | last post by:
Hi all - I'm preparing to dive in to more complex application development using javascript, and among other things, I'm having a hard time wrapping my head around an issues regarding "inheritance"...
4
by: grizggg | last post by:
I have searched and not found an answer to this question. I ran upon the following statement in a *.cpp file in a member function: static const char * const pacz_HTMLContentTypeHeader =...
2
by: System Administrator | last post by:
function a() { } typeof a //returns 'function' a instanceof a //returns false typeof Object //returns 'function' Object instanceof Object //returns ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.