urlkiller |
|
---|---|
thats one reason i stayed here...
btw when working with ajax you should plan from the beginning where and when you use it. just only having ajax is not the right way. it should safe page load time and traffic in general. for example it would be unnecessary to use ajax to load a whole area if only one image changes. (like in the administration panel... ;( ) so plan you plugin with a mindmap or something that you have a clean overview over all functions. the json part mentionend earlier is the BEST way because you only submit a small part with important information (like an array in php) instead of the whole html code... xml is the second best use with ajax. its much more newbie friendly because you can read out the xml file directly with php and thats pretty good to understand... so maybe you should start with that... another way could be to "header" something over the ajax part. a pdf file or an image for example. the ajax part in cot is really a big advantage over the neocrome release... thanks for that devs! URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
|
|
Bu gönderi urlkiller tarafından düzenlendi (2010-06-08 05:33, 14 yıllar önce) |