Re: MVC + js

2011-11-26 Thread phpMagpie
I suggest you run through a more standard tutorial first to get used to the CakePHP's conventions. Then do another tutorial based around logging mouse coordinates using javascript seperately (watch out for cross browser differences on that one). Once you have a good understanding on how both

MVC + js

2011-11-24 Thread merci
I am new to programming in php and js and need help. I wish to write a program which will read mouse coordinates(js function), add them to database and show them in ui (kind of dynamically updated field with current coordinates). User can also choose how frequently coordinates are shown