theEclipse
Programmer
I have written a few ajax applications in the past and I have been worried about two things when writing them.
[ol][li]When somebody visits my ajax enhanced page without javascript enabled, what is going to happen? Generally I have had to write two server-side scripts to handle the requests from the client javascript. This seems like a pain to me...dualcoding.[/li][li]And I have been worried about security. How can I better authenticate so that my own ajax can't be used against me? Up to now I have just limited the information being sent to simple information...stuff that is worthless. I am not exactly worried about snooping, but rather some sort of reverse-engineering or rewriting my code for data-extraction.[/li][/ol]
I'll admit that I haven't been paying much attention to the ajax community (on the web, not just @ TT) so I am wondering if there are better ways to solve these problems.
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô
[ol][li]When somebody visits my ajax enhanced page without javascript enabled, what is going to happen? Generally I have had to write two server-side scripts to handle the requests from the client javascript. This seems like a pain to me...dualcoding.[/li][li]And I have been worried about security. How can I better authenticate so that my own ajax can't be used against me? Up to now I have just limited the information being sent to simple information...stuff that is worthless. I am not exactly worried about snooping, but rather some sort of reverse-engineering or rewriting my code for data-extraction.[/li][/ol]
I'll admit that I haven't been paying much attention to the ajax community (on the web, not just @ TT) so I am wondering if there are better ways to solve these problems.
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô