I Code, Therefore I Am

while(!(succeed == try()));

Adding Aero Effect to your application with C# and Win32

| January 27, 2012

Today we’re going to look at using Aero in your WinForms applications. I’ve been asked this so many times that I figured this would be a good thing to blog about.

Follow Friday => Friday January 27, 2012

| January 27, 2012

Once again it’s time for my Follow Friday list, people you should definitely be following on Twitter. The people below are all great assets to out industry and you need them in your list. So let’s get to the list: Richard McCutchenRichard has been a professional software developer for over 15 years now. In fact [...]

OO Database connection with PHP

| January 13, 2012

Recently the question of connecting to a MySql database in a OO way, so I thought I’d share what I came up with for using mysqli in an OO manner. First I created a class named db_connection, which takes the host, username, password, and the db we wish to connect to. inside our function tries [...]

Follow Friday => Friday January 13, 2012

| January 13, 2012

Well it’s that time again, time for my Follow Friday list. There are tons of people out there worth following, so I’m going to hep you with a small list of people I feel make a difference in the programming world, so let’s get started: Richard McCutchenRichard has been a professional software developer for over [...]

Storing your passwords the right way

| January 11, 2012

I don’t know how many people out there store passwords in plain text, and I’d like to know who teaches that practice. How would you like to find out that your password was being stored in plain text, just waiting for someone to come along and steal it.