public
Description: Minimal JavaScript library for writing and developing widgets.
Homepage: http://dhtmlkitchen.com/ape/
Clone URL: git://github.com/GarrettS/ape-javascript-library.git
name age message
file .project Sat Jul 25 10:43:32 -0700 2009 Deleted Carousel only - carousel is replaced by... [GarrettS]
directory .settings/ Thu Mar 19 13:41:59 -0700 2009 remove eclipse files. [GarrettS]
file README Wed Sep 23 18:36:18 -0700 2009 Remove "debugger" from position-f.js. Remove "r... [GarrettS]
directory adhoctest/ Tue Nov 03 00:57:18 -0800 2009 Fixed bug with "success" incorrectly firing whe... [GarrettS]
file build.html Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
file build.xml Thu Nov 05 11:43:48 -0800 2009 Updated viewport-f to not account for Opera < 9... [GarrettS]
directory build/ Sat Nov 07 13:33:06 -0800 2009 temp fix for glideend firing twice. TODO: Event... [GarrettS]
directory docs/ Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
directory example/ Sat Nov 07 11:22:42 -0800 2009 Clean up, set enclosingDropTarget to null on on... [GarrettS]
file index.html Thu Nov 05 11:43:48 -0800 2009 Updated viewport-f to not account for Opera < 9... [GarrettS]
file release.ipr Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
file release.iws Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
directory resources/ Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
directory snip/ Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
directory src/ Sat Nov 07 13:33:06 -0800 2009 temp fix for glideend firing twice. TODO: Event... [GarrettS]
directory test/ Sat Nov 07 01:59:55 -0800 2009 TODO: Need to fix the double onglideend - testG... [GarrettS]
directory yuicompressor-2.4/ Thu Mar 12 23:35:11 -0700 2009 first commit [GarrettS]
README
Overview:
APE JavaScript Library is a Framework for building widgets

Supports standards mode HTML DOM, not quirks.

Code Guidelines:
 * Unit Test your code.
 * Validate the Unit Test HTML.
 * Use spaces (four) not tabs.

Tested Browsers:
 - Safari 2.0.4 up, mac/win, iPhone
 - Gecko (Firefox 2, 3, 3.5, Seamonkey, Fennec)
 - IE 6 up
 - Opera 9.5 up
 - Chrome 2 up
 - BlackBerry9000 4.6

Other browsers:
Safari 2.0.4 has many test failures due to limitation in YUI Test's UserAction (pageX).
Many tests will unofficially pass in Safari 2.0 and IE 5.5.