DropKick.js
Painless custom dropdowns, a jQuery joint
Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.
nLog and WCF Service
Recently we deployed a new WCF web service app but quickly noticed nLog didn’t work on our production IIS stack.
We checked permissions on the log folder, checked for errors in the nLog configuration file. All with no luck.
We then noticed the nLog configuration file when deployed was located in the bin folder. We simply moved the configuration file from the bin to the root folder of the web service, restarted the IIS website and it started working. This has been a very tricky problem for us to solve but we wanted to share it with other web developers that may come across this problem in the future.
Favorite programming Mistakes
Paul from Smashing Magazine describes some of his favorite programming mistakes:
http://coding.smashingmagazine.com/2011/07/07/my-favorite-programming-mistakes/