A new twist

About a month ago, I was working on a simple code project for school in some free time. It’s a web site that takes simple phrases and makes a song out of them, based on the 99 bottles of beer song.  I rediscovered the fun little script today, and you can see my song here. When you write a song with it, the URL that shows the song will always show your song, so you can send that link around to share it with anyone!

Local Fitness and Health

These links are dead now. I may or may not have the code for them somewhere, but so far I haven’t found any of it.

Billings Montana has a new place to go for health and fitness information! Inspired by the Let’s Move! Campaign by Michelle Obama, this new set of web sites helps you find up-to-date facts and resources for child obesity and general health at a local setting. Find local events and activities that you can participate in as well as local fitness centers and stores to provide what you need to get and stay healthy. Nutrition and exercise information is provided as well, and with the new Health Tracker system, you can keep track of your health easily online and on your mobile phone. This new great web service is developed specifically for residents of Billings, Montana, but works great for people anywhere!

Let’s Move Billings developed by Alan Hardman, Michael Siebert, and Tucker Downs.

Web Comics

There are a lot of disappointments with most web comics, since it’s a relatively easy hobby to get into, but every now and then someone makes one that’s simply incredible.  I’ve spent the last few years getting into reading them, and I’ve got a nice list of my favorites I’d like to share.

Least I Could Do

Currently written by Ryan Sohmer and Lar Desouza, this is one of the most incredibly well-written comics I’ve ever seen.  It certainly has some inappropriate themes, but if you want a unique, intriguing, and simply hilarious comic to read, this is it.

xkcd

A largely-followed comic written by Randall Munroe, updated mondays, wednesdays, and fridays.  It’s primary focus is on math and science, specifically technology and programming.  If you’re a geek like me, you’ll learn to love xkcd.

Girls with Slingshots

Written by Danielle Corsetto, Girls with Slingshots is updated weekdays, and features a cast of mainly young-adult girls.  It’s certainly the type of comic where certain types of people will really appreciate it, but I love it and am glad to say I’ve read the entire archive more than once.

Questionable Content

Updated weekdays by Jeph Jacques, QC has a huge following, and has an amazingly well-written story.  The story circles around Marten Reed, a young adult who’s life is turned around by a girl he meets in a bar.  In my opinion, the name is quite misleading, as, for the most part, the comic is really quite clean.  It’s not one that you expect to get laughs out of each day, but the story is one that will make you never want Jeph to stop writing.

There are plenty of others that I read daily, or that I used to read, or am just getting into that I didn’t write full descriptions for, but they’re certainly worth checking out. Wigu, Treading Ground</a> (complete), Anders Loves Maria (complete, wow), Dumbing of Age, Overcompensating, and Bunny are a few that come to mind.

MySQL Game

This is the most awesome, and yet strangest thing I think I have ever found. I tried to search on Google for MySQL on AppSpot, and the result I got was called “mysqlgame.” Of course out of curiosity I had to try it. Turns out it’s an MMO game where there is no UI, you have direct, live views of all of the queries on the database.

Are you tired of browser-based games that are thinly veiled interfaces for databases? Finally, there’s a game that just is a database! THRILL as you insert your very own row in the “rows” table! With careful selection of SQL queries, you will soon have three or even four-digit numbers in some of the fields in your row! Other queries may allow you to use those numbers to subtract from rows entered by other players – all while pushing the numbers in your own row even higher! As you master the game, you may find that you have inserted not just one row into the game, but several! Log in on the right to get started.

Play mysqlgame

Using .NET 2.0 in Visual Studio 2010

Microsoft .NET Framework 4 introduces some nice new options, but if you want to more easily distribute your software, .NET 2.0 is the most widely used, as any computer running Windows XP Service Pack 3 or later will have it installed.  Changing an existing project or creating a new one uses the same method.

In the Solution Explorer, right click your project, and click Properties.  In the Compile tab, click Advanced Compile Options at the bottom.  In the window that opens, switch .NET Framework 4.0 to the desired framework version.

Existing projects may require some small code modifications in order to build correctly, but it is very beneficial to build your software on a more widely available framework.