Displaying posts categorized under

jQuery

Sorting & Filtering Tables

So a large portion of the code I write is to output data in table format.  When you have hundreds of rows, it becomes hard to decipher all the data. Plus, the end users are use to Excel, which allows them to sort and filter their data. I originally tried to implement sorting on the [...]

Spring Cleaning & Going Dark

I’m not really sure why it happened but beginning around the 1st of March I just went dark on the internet. I would occasionally check in on Facebook but I stopped blogging, tweeting and all that other outward focused internet type stuff. One, I didn’t think I had that much to say and two, I [...]

jqPlot – Clickable Bar Graphs

I’ve been creating several charts using jqPlot and several of them have been bar graphs. One issue I ran into early on was how to I determine which bar someone clicked on without actually clicking on the data point at the top of the bar. Updated – Clicking on the image will take you a [...]

Visualizing Data – jqPlot & gRaphaël

My supervisor mentioned to me about a month ago that the doctors want a dashboard on our website to track various data points. How many patients were seen in a week. How many patients did each doctor see. What were type of visit were the patients coming in for. The wish list could go on… [...]