Posts tagged json

Easily Interact between Server and Client using these jQuery with Ajax Snippets

  • 15
  • Feb

Date: 15th Feb 2011 Author: admin Categories: AJAX, JavaScript, jQuery, PHP 0

Tags: , , , , , ,

Ajax with jQuery – several interactive samples

Ajax – this is group of technologies using in web development to create interactive applications. Ajax is client-server technology which allow to web page to retrieve data asynchronously from server without reloading page. All this allow to achieve really nice and good results. jQuery library will help us greatly with it. All just because it have all methods to work with Ajax.
Read more

Creating Ajax based file uploaders

  • 23
  • Sep

Date: 23rd Sep 2010 Author: admin Categories: AJAX, HTML/CSS, JavaScript, jQuery, PHP 13

Tags: , ,

Ajax file upload methods

I got one interesting theme. How to upload files without refreshing whole page during submitting. Hope this will interesting to you. Lets check 2 methods – using ordinary iframes and external library. Also I will using jQuery in work too (I like it).
Read more