Programming
Configure jQuery DatePicker for no Previous Dates or a Date Range
jQuery DatePicker is an popular choice for inputting dates as it allows the user ease…
Creating List of Test Data for a Class (C#)
Sometimes when you are developing an application you need to have a set of test…
ASP MVC Html.DropDownList with Values and Default Selection
ASP.NET MVC (Razor) has some great features and the Html Helpers take care of a…
ASP.NET C# – Exporting List<T> to Excel
Exporting List
Customizing the CKEditor Menu on an ASP.NET WebPage
The CKEditor is a widely used full-function HTML WYSIWYG editor, downloaded almost 10 million times….
The C# ‘??’ Null-Coalescing Operator. It’s actually simple and really useful.
Many programmers have not heard of the ?? operator in C# but it is one…
Fix: jQuery .click() Event Not Working with Dynamically Added Elements
jQuery .click is one of the most simple and widely used events in the jQuery library. It works great for most of the time, but you may encounter a problem when you add dynamic elements.
Toastr is a Javascript Library for non-blocking pop-up notifications
Toastr is a simple javascript library to show pop-up messages which dissolve themselves after a…
bootstrap-dialog is a useful little plugin
bootstrap-dialog is a useful little plugin: A dead-easy popup dialog to work with bootstrap this will replace the javascript ‘alert’ with something more modern and is just as easy to call. A nice way to report your .ajax call results.