Near-death Experiences

Apr 25

This weekend, I had two near death experiences, one of which scared me the other didn’t really. Funny part is the day started off uneventful (as always I suspect). The day started late, it was a Saturday, and the wife and I slept in. I woke around 9:30 or so and she around 11. We then had to decide what it was we were going to do that day. Go to the Mall,...

Read More

Get 500 Do Follow Backlinks

Apr 11

Hey guys, I don’t normally push SEO on this blog, as it is my personal programming blog, but one of the many projects I work on just launched a new type of backlink! You can now purchase 500 do follow links Check it out! Get your dofollow backlinks...

Read More

Setupzor – Self extracting setup solution

Nov 17

Needed to create a single file installer for a Visual Studio setup and deployment solution. WinRAR self extractor wouldn’t work, and neither did Winzip. Both would error out on the Setup.exe file being run (not sure why, I didn’t investigate it). So I built one based on the tutorial here. Then I had to make changes to the setup and deployment project,...

Read More

Spintax Class for C#.Net

Nov 08

Spintax Class for C#.Net

For a project I am working on, I had to build a website that would spin a couple lines of text (well a few, couple line textboxes and many single line textboxes). It was irritating beyond belief. I wanted to just steal some code. After all every great programmer steals their code! After looking for an hour I decided I could have written it in the amount of time I had...

Read More

Handgloves v1.1.1

Aug 03

Handgloves v1.1.1

With handgloves still under extensive development, I have decided to go ahead and release the wigetized version that is merged in the current development version. Feel free to try it out, and let me know if there is anything you want added to it, removed from it or just completely changed. I am open to working with anyone who wants to help improve this project. It...

Read More

New ASP.Net MVC GridView Extension

Jul 16

New ASP.Net MVC GridView Extension

I needed a table builder for a project I was working on. Well I didn’t need it, I was just tired of having to rebuild a table each time I needed one. So I came up with an obvious solution… kind of… I created a helper method! My Super Kick Ass GridView! Here is an excerpt of how to use it GridView – Download me!...

Read More