Newbies Guide to Aurelia and TypeScript
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.
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:
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...
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...
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...
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:
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:
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...
Here are some helpful tips on database naming conventions. Consistency, readability, maintainability, and extensibility are some of the most important factor...
Explorer hangs and freezes using Chrome save/open dialog box with network shortcuts.
ALL my chrome browser windows just now closed… I thought Google Chrome was immune to crashes…. apparently not. Guess that “process isolation” feature stuff...
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...
I was programming today (err. early morning, 1:00 AM) and stumbled across this error:
Finally installed VS2015, I got the following error in my TypeScript project:
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...
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:
Here are some common questions about ASP.NET and web resources:
Classes that declare virtual methods allow inheritors to permanently replace the method with their own implementation regardless of type cast. So, if Class ...
Per Fabio’s Post, NHibernate 2.0 has been released:
What are the differences between FetchMode.Eager and FetchMode.Join? There are none! According to the Java Hibernate docs, FetchMode.Eager and FetchMode.La...
I was browsing the NHibernate forums and came across a post by “thatmikewilliams” who posted the following code:
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...
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...
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...
If you are dealing with web-development, PNGs, and transparencies, this neat little trick should help. Cross browser compatibility and support for PNGs isn...
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...
Here are some helpful tips on database naming conventions. Consistency, readability, maintainability, and extensibility are some of the most important factor...
I was browsing the NHibernate forums and came across a post by “thatmikewilliams” who posted the following code:
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.
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...