Red meat is NOT bad for you. Now blue-green meat, THAT'S bad for you! ~ Tommy Smothers
Browse by Tags
All Tags »
Tips-n-Tricks (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Suppose you have a pair of dangeling balls and you blow a strong gust of air between them. What happens to the balls? For the answer check out Julius Sumner Miller - Physics - Bernoulli video (3:25). I really wish I had him as physics instructor. I suspect...
|
-
|
Ever need to debug an IIS memory leak? Parse a logfile like it was a SQL table? How about see the raw request\response to a web service? A plethora of IIS tools, blogs and webcasts can be found at http://www.iis.net/default.aspx?tabid=2&subtabid=29
|
-
|
Sometimes a simple way to compare a source simple XML file to a target XML file without the benefit of a schema is needed. While solutions using XSLT and even Microsoft’s XmlDiff exist it seems like the simplest way out is to use the DataSet’s ReadXml...
|
-
|
Have you ever opened up a command prompt and navigated to a deeply nested folder to find you could only type a few letters of the command before it word wrapped? With a simple environment setting you can reformat the command prompt to display the full...
|
-
|
I determined that the three most common reasons that cause me to have to leave Visual Studio IDE is to open a VS2005 command prompt, open the Entlib Configuration Editor and to open the MMC. I decided that I would address this by creating my own Visual...
|
-
|
MKDIR [drive:]path MD [drive:]path If Command Extensions are enabled MKDIR changes as follows: MKDIR creates any intermediate directories in the path, if needed. For example, assume \a does not exist then: mkdir \a\b\c\d is the same as doing all of the...
|