AJAX Tools
AJAX language translation - translate text upon page load
After one learns the syntax and terminology of a framework, one spends most of one's time hooking up the web site to other services. Not only does Vork have a really intuitive naming convention and native PHP implementation, but its tools for credit card processing, PayPal, Amazon, UPS, YouTube, etc., make it an invaluable for web site development!
AJAX language translation - translate text at any time after page load
AJAX data loading
AJAX data loading retrieves the contents from a page and loads it into any HTML container or form text element. To simplify usage, by default AJAX page requests only retrieve the view and skip rendering the layout around it.
Vork AJAX links degrade gracefully into ordinary links for browsers without AJAX support or when set to URLs that cannot be retrieved via AJAX (eg. JavaScript security limits AJAX requests to sites within your own domain) An AJAX link to another domain will behave like an ordinary link.
Use the AJAX links above to put their page contents into this box
AJAX data loading security
Implementation of AJAX security features are explained in the API


