make a pop-up for tickets and gift cards asap until we get the merchant account going
-mailing list: need a way to download names and send a auto response when they sign up
-get paypal as the merchant account
-add more press
-club pictures to gallery
-google address should be changed
-add catering packages
-menu needs to be updated
-events need to be updated
Site consists of:
-An opensource wordpress core which manages access to content and users.
-A custom flash front end which connects with php to access database information and outputs xml readable by flash.
-animations are tweened and navigation and logic inside the flash is handled by actionscript 3.0
-there is interaction between flash and javascript to allow menu popups and overlays.
-in the management area there are custom tables added to the wordpress database which hold the menu and event data. These are accessed via ajax calls from the protected pages.
-Most if not all javasscript is based on the JQuery Library