CodeIgniter Forums
Excellent CI+Xajax Resource/Examples!! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Excellent CI+Xajax Resource/Examples!! (/showthread.php?tid=3661)



Excellent CI+Xajax Resource/Examples!! - El Forum - 10-16-2007

[eluser]jz[/eluser]
Hello All,

Thank Goodness for Alex! This guy has put together some great examples of using CI and Xajax together.

Check them out:
Site 1
Site 2

Hope this helps somebody else!

-moo


Excellent CI+Xajax Resource/Examples!! - El Forum - 10-16-2007

[eluser]charlieD[/eluser]
Just wondering, what are the advantages of using a library like xajax rather than write the Javascript yourself? With some of the brilliant JS libraries out there you wouldn't have to write any more code (maybe even less) than xajax, and it seems like a better way of separating behaviour and a better starting point for making your applications more accessible.


Excellent CI+Xajax Resource/Examples!! - El Forum - 10-16-2007

[eluser]PoWah[/eluser]
maybe you are right chalieD, but xajax helps to those who don't know js or even more ajax ;-) I am one of them (blush)


Excellent CI+Xajax Resource/Examples!! - El Forum - 10-29-2007

[eluser]Vik[/eluser]
The benefit of ajax over javascript, is that ajax lets you pull new files off of your server as needed, without requiring a page reload. Javascript by itself runs in the user's browser, and can't read files from the server.