Category: "Ajax/JSON"

Quick Apache Benchmark test with log in
May 25th
I have been looking at performance for a web application. I am using ab to compare the response times while adjusting the database indexing. Shell # 'log in'… more »

iPhone "Incorrect Password" WiFi
Apr 25th
If your iPhone is not connecting to your NetGear WNDR4000 WiFi router and the message is "Incorrect password", check the access control settings on the router. [image:11] I made a change to the router configuration and managed to enable access control… more »

DataTables - Passing Data to the Server in Client-Side processing mode
Oct 26th
DataTables is AWESOME. I use it for list-based selection, table-based editing, data display and filtering and anything else I can think of because it is so robust that virtually anything is possible. Really. If the dataset being used is fairly small… more »

Web application session timeout code
Aug 28th
Session timeout warning for a web application with a variety of page layouts and frequent use of multiple tabs.
Nutshell explanation - ping the server, if you get a 403, show a huge red bar across the top of whatever page pinged.
Result:
It is immed… more »

KnpMenu - JSON Renderer to support Dojo Dijit/Tree - Ajax
Jan 5th
This is a modified version of the earlier post which created a static JSON representation of a menu.
What makes it different is that the earlier version rendered the items from the MenuBuilder into a static JSON object that was embedded in a page with… more »