Posts

Showing posts from August, 2013

AngularJS Tutorial RESTful JSON Parsing

Image
Last some days I have been working with AngularJS, it is a Javascript MVC framework created by Google. Now Angular.js is my personal favorite framework to build better architecture web projects, especially for RESTful web services. It improves HTML with new attributes and expressions in order to define powerful templates directly in your HTML page. Read more »

Multiple Ajax Image Upload without Refreshing Page using Jquery.

Image
Today I am presenting the most important social networking feature called multiple ajax image upload without refreshing the page using jquery and PHP. We just modified few lines of code in jqery.form.js plugin and renamed that to jquery.wallform.js . This feature is one of the key feature in Wall Script sale, big thanks to Arun Sekar for this code trick. Read more »