Posts

C# Snippet Tutorial - Determining if Aero is Enabled


Posted in:

Recently I was working on a project and the UI required minor tweaks depending on whether or not Aero was enabled. Fortunately, I came across an MSDN forum topic with the solution, so I thought I'd share.

Read More Icon Read More

WCF Snippet Tutorial - Overloading Methods


Posted in:

This snippet will show you how to add overloaded functions to your WCF service contracts.

Read More Icon Read More

Notepad++ Subversion Plugin adds Revert


Posted in:

Today we've release version 1.2 of our Notepad++ Subversion Plugin. We received a comment asking for revert and since it was a pretty straight-forward thing to add, it has been added.

Read More Icon Read More

Python Snippet - Random Numbers


Posted in:

Programming, the final frontier......ok, so maybe programming is not really the "final" frontier, but it sure is close. Final frontiers aside, a couple weeks ago we had our second installment into pygame. It was fun, and we added some cool new features. However, after looking over what I wanted to add for the third installment, I decided to go over something in python itself.

Read More Icon Read More

Pygame Primer, Mark 2 - Movement


Posted in:

A long time ago, in a tutorial far away... Ok, so maybe it hasn't been that long since our last foray into the world of programming, but it sure seems like it sometimes. On a more serious note, however, a while back we did go over some very basic things involving Python and a library known as Pygame. Today my friends, we will be continuing on this path, and adding to what we build that fateful December day.

Read More Icon Read More

2,000,000 Visits and Growing


Posted in:

Another year has come and gone here at Switch On The Code and that means it's time to look back at 2009 and how we did. First I have say it was a great year and we really did a lot of new things here. We started podcasting, doing video tutorials, and much more. A new version of the site was launched built completely in Drupal just about 1 year ago exactly. Now I really hope that this year will bring just as many goodies.

Read More Icon Read More

Rose-Hulman CSSE Unconference Video - Save the Code, Save the World


Posted in:

This talk will cover some basic tools that you can start using now that can save you a lot of time on your work. Some of these tools include version control, build systems, static analysis, debuggers, profilers and IDEs.

Read More Icon Read More

Flex Datagrid Percentage Width Columns


Posted in:

I have a multitude of tutorials on the Flex Datagrid here at Switch On The Code and none of them show you how to use percentage widths in your Datagrid. Now at the surface this seems really easy, but the way they implemented it in Flex is very unintuitive. So, today I am going to show you how to quickly get percentage based columns in your datagrid.

Read More Icon Read More

Rose-Hulman CSSE Unconference Video - Interviewing Companies


Posted in:

Most conversations about interviews involve how to land the job. What happens when you land the job and you don't love it. The job interview isn't just a one-way experience. Find out how to make best use of job interviews for yourself in the video below.

Read More Icon Read More

C# Tutorial - Using the BackgroundWorker Class


Posted in:

It's a rule that should never be forgotten - don't ever perform work that takes a non-trivial amount of time on the UI thread. Of course you're now wondering, "Where do I perform tasks that take a non-trivial amount of time?". The answer is simple - on a different thread. There are lots of ways to get your work onto another thread, which can include directly creating a Thread or using the ThreadPool.

Read More Icon Read More

In The News

Tutorials Around The Web