search for: webca

Displaying 2 results from an estimated 2 matches for "webca".

Did you mean: webcam
2006 May 24
0
Routes recognition problem
...ule Community::InputHelper # ... end Under views I have subdirectories for the modules like so app/views/admin/new app/views/admin/list app/views/admin/sidebar app/views/community/input app/views/community/sidebar I have my routes.rb setup with one additional route # Prefix all routes with webca map.connect ''webca/:controller/:action/:id'' # Install the default route as the lowest priority. map.connect '':controller/:action/:id'' NOW: All actions for controller ''admin/new'' are found webca/admin/new/consultant WORKS webca/admin/new/...
2006 Apr 27
5
Realtime Form Validation Plugin Available
Granted, I''m still very much a newbie, but after reading an article on AJAX that basically states at one point that just because you can use AJAX doesn''t always mean you should, I have to ask: Why bother contacting the server (even if it is an insignificant amount of bandwidth) to validate the sanity of form data (unless you''re actually validating against something in