Hello, I'm doing a website and I'll use ajax (or ajaj...) but I have a question. I don't know if I should use Taconite or JSON.
I already know Taconite, it works well, but there's something which disturbs me. With Taconite, I have to specify directly in the php what html element I'm going to modify, so I already intervene with the design. Yes, I use MVC though and I write all this code in my V part. But, with JSON, I never specify in the php something about the design. It's just when I receive my javascript object that I treat it via javascript (client-side). But I must admit, Taconite is really easy to use. Then I'd like to know your feedback about both these practises of Ajax, what are the pros and cons of them, etc... Thanks. Kind regards, Kud