I recently came across a limitation of the wonderful Jquery JQGrid. The grid supports a load once mode, that does one server call to retrieve the data and then goes into a local mode where all searching, sorting, and paging are client-side only. Unfortunately JQGrid does not support the .NET date format and when sorting [...]
Filed under: Miscellaneous | Posted on February 17th, 2012 by Chad Ferguson | No Comments »
For a current client it was requested that I move the JQGrid toolbar below the pager if a pager exists. The Toolbar is a nice feature of the JQGrid which can be used for pratically anything. Unfortunately the way the toolbar is set up can be hard to work with. The toolbar can be set [...]
Filed under: Application Development | Posted on January 5th, 2012 by Chad Ferguson | No Comments »
Golf Solitaire as described by wikipedia:
Golf is a Patience game where players try to earn the lowest number of points (as in golf, the sport) over the course of nine deals (or “holes” to further use golfing teminology). It has a tableau of 35 face-up cards and a higher ratio of skill to luck than [...]
Filed under: Application Development | Posted on December 19th, 2011 by Chad Ferguson | No Comments »
Recent work for a client has involved a large amount of work with the excellent Jquery plugin JQGrid. Per the clients requirements I needed to fire an event on row select that would execute another event that is stored in the object. Part of the JQGrid api is a function that allows you to retrieve [...]
Filed under: Miscellaneous | Posted on December 16th, 2011 by Chad Ferguson | No Comments »
Golf Solitaire as described by wikipedia:
Golf is a Patience game where players try to earn the lowest number of points (as in golf, the sport) over the course of nine deals (or “holes” to further use golfing teminology). It has a tableau of 35 face-up cards and a higher ratio of skill to luck than [...]
Filed under: Application Development | Posted on November 22nd, 2011 by Chad Ferguson | No Comments »
In recent years I have luckily been very successful with passing a few of Microsoft’s certification exams. Like many others when I first attempted certification I went out and acquired the typical textbooks and practice exams, spent several months reading and re-reading, and took the practice exams to the point that I didn’t even have [...]
Filed under: Microsoft | Posted on May 9th, 2011 by Chad Ferguson | 1 Comment »
Today I came across a cool hidden feature new to SharePoint 2010 known as the Developer Dashboard. The Developer Dashboard allows you to see the page requests and the amount of time it took for each individual piece of the page to load. Also you are able to see the database queries the page made, [...]
Filed under: Miscellaneous | Posted on March 14th, 2011 by Chad Ferguson | No Comments »
Recently I was tasked with developing a single-sign-on solution for accessing Blackboard’s WebCT CE8 via SharePoint. Blackboard provides examples and instructions for setting up an SSO in the document WebCT Automatic Signon Protocol which can be found if searched for; however it is all written with PHP, PERL, and Java developers in mind. To implement [...]
Filed under: Application Development | Posted on March 2nd, 2011 by Chad Ferguson | No Comments »
While preparing for an upcoming exam I was looking into the usage of Html Helpers with MVC2 and thought it may be simple to easily add extension methods for Jquery UI controls. I have had several sites that have utilized multiple Jquery UI DatePicker controls and it would be a great time saver to simply [...]
Filed under: Application Development | Posted on January 11th, 2011 by Chad Ferguson | No Comments »
Recently for a client we decided to utilize SQL 2008 Filestreams for handling their library of documents. A requirement with Filestreams is that SQL needs to maintain the creation of the GUID for each item. Since we were using the Entity Framework 4 (EF4) for the data model we ran into a rather common problem [...]
Filed under: Miscellaneous | Posted on October 13th, 2010 by Chad Ferguson | No Comments »