On Jun 19, 2:58 pm, Andrei Mita <[email protected]> wrote: > Cricket, I had to give it a try with the name set. Setting the a var before > trying to submit does nothing. > > Yes, I know about JQuery, but I hate JS in general. I suppose I have to > start getting better at it some day now and redo all the script.
That's one of the selling points for JQuery. It takes care of a lot of the grunt work so you can focus on dealing with the problem at hand. It's made writing JS much more interesting to me again. I don't mean to evangelize for one framework over another. It's the one I'm very happy with. That said, there are good arguments against using them at all. But, if writing JS is torture a good framework will make a world of difference. /OT > For now I'm > focuses on moving some old apps to cake. A delightful (and maddening) occupation. If the blog tutorial is an entrance exam, converting one's stable of sites to Cake is boot camp. One bit of advice (from someone with just-barely healed blisters), when you come upon seemingly-intractable situations where some part of your app can't be bent to fit Cake, try to re-think the problem starting from the given MVC pattern. I often found ways of doing things that were *loads* more efficient. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
