Ninjakreborn Posted January 23, 2007 Share Posted January 23, 2007 What ajax and/or javascript libraries do you use, or did you create your own? Quote Link to comment Share on other sites More sharing options...
neylitalo Posted January 23, 2007 Share Posted January 23, 2007 I've got a link in http://www.phpfreaks.com/forums/index.php/topic,119739.0.html - the coolest ajax/dhtml library I've used. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 23, 2007 Author Share Posted January 23, 2007 thanks Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted January 23, 2007 Share Posted January 23, 2007 for simple stuff (ie, just updating, no fancy tricks), I just use a bit of my own code for AJAX. When it gets a bit more complex or I'm looking for something special, then [url=http://script.aculo.us/]script.aculo.us[/url] is great. having said that, i've also been looking at [url=http://mootools.net/]mootools[/url] too. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 23, 2007 Author Share Posted January 23, 2007 Well basic/intermediate javascript is easy. However I am not too good at writing functions in javascript, so building a javascript library for me is very, very hard. I never get angry with anything else, but with javascript I always end up getting steaming mad, and hellaciously pissed. I loved it when I first started it, but after doing php, then coming back to it, I sometimes get stuck for day's at a time. So I am thinking for anything I need a library for, use smoething already built. I will take a look at the 2 you offered, thanks for those. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 23, 2007 Author Share Posted January 23, 2007 Those 2 and open rico look good, I think those will handle all my need's, I also want to use one other I saw called ajaxgold, I just have to find it. Those 4 libraries, should handle everything I need.Thanks Quote Link to comment Share on other sites More sharing options...
ober Posted January 23, 2007 Share Posted January 23, 2007 I've never used one personally... always written my own stuff. However, I have looked at rico and I'd probably use that one if the need ever presented itself. Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted January 23, 2007 Author Share Posted January 23, 2007 I will probably end up using script.Whatever.us the one that was presented. For most of my javascript, and ajax. I want open rico too, because I see some stuff it can do, those are the 2 I will end up using. That should cover all of my needs.Right now, does anyone know of one that is heavily used to handle validation.Some of the validation affects, like showing the words beside the text, I like the multiple validation, having it validated onchange, then having a summary at the end, that let's them see what errors each part had. Something that has functions for validation in javascript.I write my for it, but have always had aggravations with javascript functions, I get them to work, but after a long time, and havnig them for multi-purpose situations don't work well for me in javascript normally.What I need is to be able to easily validate emails, and date's, and whatever else like that in javascript. As well as just being able to put (into an array) what variables need to be filled out)whatever I can find to handle validation that's portable, and easily used in any situation.Also I have been looking into Object Oriented Javascript, is this something that works really throughout all browsers, or is browser support limited on Javascript OOP. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.