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 »
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 »
Lessons learned during cross-site scripting security scan…
Filed under: Application Development, Security | Posted on April 25th, 2011 by Geer | No Comments »
This tutorial will show how to create a custom pipeline component for Biztalk server 2010. The pipeline component will be called “PeopleReader”. The pipeline task is simple; it is going to consume an xml file on the receive port from a specified location, and then write a modified file to another location.The tutorial is going to cover all aspects of the custom pipeline coding, adding to orchestration, setting up ports, and debugging.
Filed under: Application Development, Miscellaneous | Posted on April 22nd, 2011 by HassanW | No Comments »
Converters in WPF are quite possibly the most useful tool that I’ve used in the relatively short time I’ve spent developing WPF applications. They give the ability to format data, style controls, and more, based on the value supplied from a binding. And it doesn’t even have to be a binding to a data source. [...]
Filed under: Application Development, Miscellaneous | Posted on April 12th, 2011 by RobB | No Comments »
Discovering any tool, extension, shortcut etc that helps make your life easier is always a good thing. While testing an application, I had two tabs open in Chrome. Refreshing each tab individually after updating the application is not a big deal, but having to constantly do it gets annoying. So, after searching I found a [...]
Filed under: Application Development, Miscellaneous | Posted on April 6th, 2011 by BJ | No Comments »
Sometimes, we make fun of people with crazy ideas. But think about it, aren’t their ideas pretty cool?
Filed under: Application Development | Posted on March 30th, 2011 by Geer | No Comments »
Development teams need to start including a Security mindset throughout their development lifecycle plans. Application vulnerabilties continue to be the #1 security concern of IT professionals but most companies still do not have a formal security policy around the applications they create.
Filed under: Application Development, Security | Posted on March 29th, 2011 by JoeK | 1 Comment »
Often times you need to be able to search through XML snippets using case insensitivity. You may want to handle variations in user typing or just different system configuration setups (you may not have total control over the XML creation). On my venture to find the best case agnostic XML parsing in .NET, I came [...]
Filed under: Application Development, Microsoft | Posted on March 23rd, 2011 by AaronH | 1 Comment »