Category Archives: Tech News

cheatSense goes live!

For a while now several people, including myself, were unhappy with the anticheat provided for Delta Force: Black Hawk Down (DF:BHD). Who isn’t unhappy about that issue? There’s been some Anti Cheat Programs in the past but many in DF:BHD were … Continue reading

Posted in General, Programming, Tech News, anti-cheat, gaming | Tagged , , , | 1 Comment

.NET Gravatar Library

I’ve updated my Gravatar source. I am no longer working on the control version. I have focused my attention to a library model. With the library you are able to manipulate the image more then you could with the control. … Continue reading

Posted in Downloads, Programming, Tech News, tips | Tagged , , , , | 1 Comment

.NET URL Shorten-er Library

I’ve been working on a few applications were I’ve been using TinyURL a lot. So, I thought I’d create a library for .NET that contains functions for the most popular URL Shorten-er sites.   Function TinyURL Function TimesURL Function DoiopURL … Continue reading

Posted in Downloads, General, Programming, Tech News | Tagged , , , , , , , | 10 Comments

FBI: Cool People.

Did you guys know that you can go to your local field office with emails, chats, websites; etc? Why? To have them tracked to the source. Maybe you’ve been getting threatening, bullying or disrespectful emails. This is a CRIME now. … Continue reading

Posted in General, Personal, Tech News, tips | 5 Comments

Captcha .NET

I was searching Google and found no results for a Captcha control for Windows development. So I thought I’d create one for .NET Features: Case Sensitive Characters Change Background/Foreground Color Change Font/Font Size Verify Captcha Easily Example Source: Private Sub … Continue reading

Posted in Downloads, Programming, Tech News | Tagged , , , | 1 Comment

GravatarGet: Source Code

I’ve updates the GravatarGet page. I’ll be explaining the source code and releasing a major portion of the code. There’s already been over 5,000 downloads and the number is growing everyday. There are reports of bugs and what not, I … Continue reading

Posted in Downloads, General, Programming, Tech News, tips | Tagged , , , , , , , | 1 Comment

Gravatar & .NET

Some emails coming in wanting to know an easy way to get Gravatars into their .NET applications. I’ll show 2 ways, both in C# and VB. First I’ll share with you my MD5 function used to return the hash of … Continue reading

Posted in Programming, Tech News | Tagged , , , , | 2 Comments

Free Professional Wordpres Themes!

Are you in need of a new WordPress theme? Don’t have the time to design one yourself? Then you’ve come to the right place! I’m offering the first 100 people that comment on my blog a free theme from Elegant … Continue reading

Posted in Downloads, Tech News, advertising | Tagged , , , , | 10 Comments

TimesURL & .NET

I’ve got a few emails regarding http://timesurl.at. If you want to use this service you can still the use code from [TinyURL & .NET]. All you have to do is change one line of code. Change http://tinyurl.com/api-create.php?url= to http://timesurl.at/api/rest.php?url= And … Continue reading

Posted in Programming, Tech News, tips | Tagged , , , , | 1 Comment

TinyURL & .NET

Ever want to parse a TinyURL in your .NET application? TinyURL has a very simple and easy to use API. I’ll guide you through the process of returning a TinyURL in VB.NET 2008 and C# .NET 2008 First off you … Continue reading

Posted in Programming, Tech News, tips | Tagged , , , , | 3 Comments