|
|
Accessible Forms and Unobtrusive Javascript
|
02/10/2006 By dotvoid
|
I usually try to separate backend logic from the user interface logic when creating new PHP applications. I am pro fat gui and usually have a lot of client side scripting going on. I mostly use AJAX or other remote scripting techniques to call actions defined in the PHP backend. In my latest PHP project, a timesheet application (because all the ones I find are crappy), I went for a really accessible user interface. An interface where you don't have to use the mouse for everything.
I don't want any PHP mixed with my html. I don't want javascript in there either which is why I like the unobtrusive way of adding javascript to my applications. So behaviour fits right into my world. Normally you scatter lots of onclick and other event handling attributes in the html like below.
Read Full Tutorial
|
Rate this Ajax Tutorials
Rating: 0.0 out of votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|