Archive for July, 2009

Let’s say you want to use something like :
$.GetJson(url,printResults,textStatus);
Well what if you need to send additional information to printResults() ? I’ve been coding C# to long. I vaguely remember events before delegates and I haven’t made a function pointer since freshmen year in college. I’m not actually sure if there is a way of sending [...]


There is an error in the filamentgroup Date Range Picker onClose event. If you select a date that has the same start and end date, the end date does not get updated but is still set to the previous value. After digging through the code I came up with this solution. In the OnClose event, [...]