Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SamC
White Water Yakist
3467 Posts |
Posted - 2006-05-16 : 07:50:43
|
I can't believe I'm engrossed by client-side programming. It's like... the earth isn't the center of the universe any longer? ... (Sorry Jeff)http://prototype.conio.netPrototype.js addresses cross-browser support from the start, has a wide base, and inertia (read: debugged, cross-browser). It is the foundation library for Ruby on Rails, so it oughta be good enough for my little app. I can confidently write reliable standard-complienat, cross-browser, client-side, accessible applications with this... easily...If anyone is interested, the documentation is sparse, but here's a list...http://www.prototypedoc.comYou will need a little JavaScript background to fully appreciate prototype. |
|
Kristen
Test
22859 Posts |
Posted - 2006-05-16 : 08:28:52
|
Looks pretty good - is prototype.js The Definitive Ajax library then??ThanksKristen |
|
|
SamC
White Water Yakist
3467 Posts |
Posted - 2006-05-16 : 08:29:31
|
Here's a protype-based addon that Mr. Mist would like:http://moofx.mad4milk.net/#intro |
|
|
SamC
White Water Yakist
3467 Posts |
Posted - 2006-05-16 : 08:32:41
|
quote: Originally posted by Kristen Looks pretty good - is prototype.js The Definitive Ajax library then??
The jury is out on that. There are several good Ajax libraries. Prototype is a low-level collection of JavaScript primitives used to build higher-level JavaScript products. e.g.:http://moofx.mad4milk.net/#introhttp://www.encytemedia.com/event-selectors/http://openrico.org/rico/demos.page?demo=rico_drag_and_drop_custom_draggablehttp://script.aculo.us/In my case, when I need to write a JavaScript, rather than start from scratch, I'd use prototype primitives (for cross-browser support, and to reduce development time). |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-05-16 : 11:18:15
|
ajax is so old... atlas is the new kid in town Go with the flow & have fun! Else fight the flow Blog thingie: [URL="http://weblogs.sqlteam.com/mladenp"] |
|
|
|
|
|
|
|