MailEnable COM Wrapper to Add Email Users

May 28

Having worked with MailEnable in the past, I figured it would be the perfect solution for a custom CMS I have been working on for my significant other’s FanFiction website. Problem was I couldn’t find anything off the shelf that had enough documentation to understand. So after some trial and error I have written the following wrapper. NOTE: You must have...

Read More

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