The curious case of a Windows Explorer hang
Explorer hangs and freezes using Chrome save/open dialog box with network shortcuts.
Explorer hangs and freezes using Chrome save/open dialog box with network shortcuts.
Using ProxyCap and Fiddler to decrypt HTTPS traffic.
Instructions on how to disable Skype v8 automatic updates.
Finally migrated off SubText blog engine and migrated to a static generated Jekyll format hosted on GitLab Pages. Pretty sweet so far. I can finally decommis...
As of 8/11/2018:
Finally installed VS2015, I got the following error in my TypeScript project:
After idling in the RethinkDB freenode IRC chat, I think I’m going to start a collection of very good Q/A that I see:
Small note for me, which converts all *.cs files recursively in a directory:
I recently experienced Visual Studio 2013 loading very slowly at the splash screen. It was noticeable since I’m on a very fast dev box and accustomed to VS 2...
Working with Visual Studio 2013 and I tried to set a breakpoint in “@fucntions” bout got back an error message that read:
So, I was trying out Windows Server 2012. I tried installing freelan (http://www.freelan.org) as a service. If you know me, I’m a big fan of freelan, but for...
Be sure to check our $TERM variable.
Page Inspector causing multiple calls to HttpApplication : Application_Start in Web Site Projects
UPDATE: 9/7/2012 - An “official” theme editor for VS2012 is now available in the VS extension gallery available here: http://visualstudiogallery.msdn.micr...
Gee, setting up an SNTP/NTP server in Windows is not intuitive.
ALL my chrome browser windows just now closed… I thought Google Chrome was immune to crashes…. apparently not. Guess that “process isolation” feature stuff...
LOL. Just got this in my inbox. Love the political dance!
So, I found myself doing a lot of for( int i = 0; i < n; i++ ){} stuff lately. So, I’ve decided to try something new. I’ve started a small collection of ...
I always forget… pulled from MSDN with my notes added in italics:
Per Fabio’s Post, NHibernate 2.0 has been released:
Here are some common questions about ASP.NET and web resources:
After a while of non-web control development, ParseChildren and PersistChildren attributes are important attributes to remember when trying to get the desire...
Federik Kalseth has a great easy-to-understand post on using template controls programmatically. Serves as a great review of templated controls since I need...
During development, it’s nice to reset the database tables and load the database up to a known state for testing purposes without having to reloa...
I’ve been playing with Lua Programming/Script Language and LuaInterface, because I have a need for embedding a scripting language in one of our projects. Un...
Estimated taxes are an unfortunate “pay-as-you-go” tax that every sole-proprietor, LLC, and corporation must pay. The Federal IRS want you to pay estimated...
What are the differences between FetchMode.Eager and FetchMode.Join? There are none! According to the Java Hibernate docs, FetchMode.Eager and FetchMode.La...
One of the most important things I strive for is maintainable code. While working on RentToolbox, I’ve noticed I have many instances of specific CSS styling...
After using Vista x64 Business Edition for a couple of weeks, my reliability index is now at 4.36. In Vista’s defense, I do have to say, the operating syste...
Ugh. I’ve been using Vista for about a week now and it’s slowly annoying the heck out of me. My cool regsvr32 /u zipfldr.dll doesn’t work anymore. But tha...
I recently upgraded to Vista 64-bit, and got hooked on the eye candy. So, I decided to pimp out my IDE with my company’s color theme. :) Still working on s...
``` An unhandled exception of type ‘System.ArgumentException’ occurred in Unknown Module.
I recently ran into this problem with Visual Studio while trying to drag & drop a component onto a web page.
So, I was quite annoyed at Visio because I was lacking my Adobe Illustrator features, like filling in an open 2D shape. Unfortunately, Visio doesn’t have en...
I was browsing the NHibernate forums and came across a post by “thatmikewilliams” who posted the following code:
Classes that declare virtual methods allow inheritors to permanently replace the method with their own implementation regardless of type cast. So, if Class ...
You can remove windows services by executing the following command:
If you are dealing with web-development, PNGs, and transparencies, this neat little trick should help. Cross browser compatibility and support for PNGs isn...
I was programming today (err. early morning, 1:00 AM) and stumbled across this error:
I was working on our Web 2.0 project today, and I kept getting one of the following errors with Visual Studio 2005 any time I tried to drag and drop an AJAX ...
Creating diagonal lines in Adobe Illustrator is somewhat of a pain. I’m creating the graphics for our new Web 2.0 site, and had a hard time creating diagona...
In order to truly understand the inverse attribute in NHibernate, you need to first look at your relationship from the database table point of view and how y...
We use Subversion (cygwin svnservice flavor). I recently updated our source code repository server here at Bit Armory. One thing is for sure, Cygwin update...
I came across the following IIS/ASP.NET while working on our production servers for RentToolbox.com:
Today, I’m going to write about the strategy design pattern and give some examples on where it should be used and why it’s useful. I’m really sleepy, only ha...
Here’s a quick summary of Design Guidelines for your Design Toolbox.
Here are some helpful tips on database naming conventions. Consistency, readability, maintainability, and extensibility are some of the most important factor...