-Ajax. Through the use of Ajax you can now create, edit and delete accounts without having to reload the entire page. There are 2 clear advantages to this: 1; Server load. You are only performing 1 or 2 DB calls to perform the action instead of all the DB calls requiered for a standard page reload. 2; Time/User interaction. Since it's only doing 1 or 2 DB calls things go a "LOT" quicker.|
|