I created a task recently in the windows 7 task scheduler and I couldn’t find my task after I created it. I saw other people […]
Monetized my site
I monetized my site cause I am a poor bastard and maybe I can make a few cents, who knows. Wasn’t really doing this to […]
How to install sql server management studio 2008 component only
I posted an answer to this question on Stack Overflow here
Storing null in a Column will compile, but will cause run time exception
You can legally store a null in a column from a data row and the code will compile. Don’t do this thought because it will […]
UPDATE SELECT FROM JOIN
This is something that I don’t do often, but it pops up every now and again. I always forget how to do it, so I […]
Background goes white on post back
Have you ever been working on a web form or aspx page, then on post back the background color just turns white? That is due […]
++i vs. i++, YES they are different!
For this first test you will see that there isn’t a difference, it is working differently, but you cannot tell the difference in this example: […]
DataTable.Compute() woes
So if you have ever seen this goddamn error before, then you might have been tempted to pull your hair out while screaming, “WHY WON’T […]
Highlighting Syntax in Blogger and other Blogs
Ha found it already and I will figure it out later. http://stackoverflow.com/questions/679189/formatting-code-snippets-for-blogging-on-blogger
Multiple Lines to a Single Line using Powershell
#declare a variable to dump a text file into $a #Pipe the file into the variable using the cmdlet tee-object and pump the unwanted output […]