tags:

views:

712

answers:

4

Hi,

I want to develop a web application using php and javascript.

There should be functionality of validations, data searching (from tables), sorting and pagination.

But my application should be built upon php, prototype.js and scriptaculos.js . I don't want to use jquery and similar tools due to virus issues.

Is there any tutorial on prototype.js and scriptaculos.js? Please guide me

Thanks

+1  A: 

Well, you could try the Prototype documentation and the Scriptaculous documentation.

Out of curiousity, what sort of virus issues could you be having with jQuery? It's a simple Javascript library. You can even just use the one hosted at Google... how could you possibly get a virus from it that way?

zombat
+1  A: 

Just use the google hosted jquery if you affraid.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/ 
libs/jquery/1.3.1/jquery.min.js"></script>
Richard
A: 

you could look into tablekit

solomongaby
hi, thanks for the reply but it does not have searching and pagination facility.These are my requirements for web application.
you can start with this and add this on your own ... i am not sure that there is something already done with all of this. At least not with prototype
solomongaby
A: 

Is this referring to jQuery being detected as a virus by certain anti virus programs as i think i remember hearing this a while back but as i remember it was due to people incorrectly serving javascript with improper mime-types. If this is what you are referring to then you really shouldn't worry about this.

might also be worth checking out the book mentioned on Thomas Fuchs'(creator of scriptaculous) blog here http://mir.aculo.us/2009/06/09/new-book-on-using-scripty-with-php/

seengee