November 19, 2008   |  Register  |  Login
 
 

Money I would have
if those email scams
were legit:$9,210,000



 

Archive Minimize
Search Minimize
 
  You are here :- Blog
Welcome To CTRL-ALT-313373 Minimize

Welcome to CTRL-ALT-313373.com, a blog dedicated to things I've learned while wandering through the world of .NET.

Most recent blog entries Minimize
Check out the decTop!
CTRLALT313373.com By dosborn on Friday, August 17, 2007

Take a look at the decTop.  Its a small computer weighing three pounds that can run Windows CE or linux.  It has 128mb of memory and 10GB for storage.  With four USB ports you could easily add a wireless usb stick for network connectivity and do some cool things.  I came across this on LifeHacker and my mind is full of ideas for it.  Plus at $100 its not to bad of a price.


Implementing FizzBuzz Using an Extension Method in VB.NET
CTRLALT313373.com By dosborn on Thursday, August 16, 2007

Well I thought I would be nice and put up the code sample for implementing FizzBuzz using and extension method in VB.NET.  To read my full explanation of FizzBuzz and extension methods please read my previous post.

Those of you that know me, know that I could care less if you program in VB or C#, but I definitely prefer C# because it allows me to type a lot less.  Extension methods appear to be no different are a bit more complicated in VB, requiring that they are in a module and decorated with an attribute.

Module ExtensionMethods

    Sub Main()


        For i As Integer = 1 To 100
         &am ...

More...

Implementing FizzBuzz Using an Extension Method in C#
CTRLALT313373.com By dosborn on Monday, August 13, 2007

For those of you that don’t know what FizzBuzz is, it became quite popular awhile back when Jeff Atwood posted to his blog a few quotes from people about interviewing candidates for programming jobs and the fact that many of them can’t code. (It’s possible that the topic originated from someone else.  I heard it originally from Scott Hanselman’s blog who referenced Jeff.)  FizzBuzz is a simple coding exercise where you write a loop that prints the numbers from 1 to 100, except if the number is divisible by three it outputs Fizz and if the number is divisible by five it outputs ...

More...

The Scott Stanfield Show
CTRLALT313373.com By dosborn on Friday, August 10, 2007

Well Greg Brill hasn’t responded to the email with my resume and I haven’t gotten any swag from DotNetRocks!, but you may have noticed that on episode #260 at five minutes and twenty seconds Richard Campbell read my email.  I was a little surprised myself as I was only half listening while I was at work, but sure enough he read my comments on show #244 with Scott Stanfield.  He didn’t read everything so here is my email in full:

 

More...

MythTV Disappointment
CTRLALT313373.com By dosborn on Thursday, August 09, 2007

If you haven’t been watching Slashdot at all or any of the many MythTV forums out there then you don’t know that we will all soon be losing our free XML feed of TV listings.  Zap2it Labs originally provided the feed for free for noncommercial use, but they are going to stop providing this starting Sept 1st.  Several individuals organized and have worked with Zap2it to keep the feed going and have created a new entity called Schedule Direct.  Recently Schedule Direct reached an agreement with Zap2it to continue to provide the feed to open source DVR users ...

More...

Build Server 101
CTRLALT313373.com By dosborn on Monday, August 06, 2007

As I mentioned in a previous post, a couple former coworkers and I are putting together an application that we are hoping to take commercial.  This are going fairly well at this point, but perhaps a bit behind schedule as we are doing it entirely .Net 3.0 so there has been a small learning curve, not to mention the fact that we all still have day jobs.  Of course, unlike me, my partners also have significant others to dedicate time to.

Anyways, one of the things I wanted to utilize for this project because of the team work environment and the disjoint schedules was a build server.  (Okay, I also wanted to learn about the entire concept and functionality of a build server.)

More...

Outlook 2007 and Hotmail Issues
CTRLALT313373.com By dosborn on Friday, August 03, 2007

    I use a hotmail account.  I got it a really long time ago and now I'm stuck with it.  If it had a feature to forward email I would have switched a long time ago and had it forward to something else, but it doesn't so I'm trapped.  The new Windows Live Mail is a very good interface, but I prefer to not use a website to check my email when I'm at home so instead I use Outlook 2007, which by the way seems to be extremely slow even after I install a patch that was suppose to speed things up.

    Anyways, ever since I switched to 2007 from Outlook 2003 I continuously get a prompt for my hotmail userid and password even when I click the remember password button.  It was a huge annoyance and it finally got to me enough today to do some Googling.  Here is the

More...

Twittering My Thumbs
CTRLALT313373.com By dosborn on Saturday, July 21, 2007

Well I started Twittering last night.  (Would that be the proper wording for it?)  Twitter is a site that allows you to setup a page and post short message too it, similar to a blog, but the messages have to be under 140 characters.  You can post from the website, instant messenger, or a text message from your cell phone.  Basically intended to keep friends up to date on where you are or what you are doing.  I'm using it to vent throughout the day about work and life, hence the reason I haven't posted the link to my Twitter account because I just may be venting a short message about you, but feel free to try and find it.  In general it seems like Twitter is a general waste of space and time, but I also see where it could come in handy.  It would be interesting to try Twittering a diet or spending habbits.  It would also be nice to have all you friends on Twitter to know w ...

More...

Selecting a Vertical Column
CTRLALT313373.com By dosborn on Thursday, July 12, 2007

     On Wednesday night I learned a pretty cool trick at the .NET Usergroup meeting when Jon von Gillern was giving his presentation on RegEx.  When selecting text in some applications like Visual Studio if you hold down the ALT key you can select a vertical column.

Selected Vertical Column

 

     This is one of those things that you would probably never know about unless someone told you, so now you know.


Google 411
CTRLALT313373.com By dosborn on Tuesday, July 03, 2007

    If you haven't been keeping an eye on Google labs then you have missed the new entry of Google 411.  Simply call 1-800-GOOG-411 and get business directory listing for any city and state.  I have tried it several times and it works fairly well.  It free and doesn't even have any ads so it's hard to complain about it.  It's all based on voice prompts and will even dial the number for you. (This means be careful if you're goofing around and looking up things like the White House.) Currently it just has business listings, but I hope that they will soon add listings for people. As far as I am aware this is Google's first step out of the computer world and into a seperate type of market.  Atleast as far as I know everything else at Google you access with a computer.  The arena makes complete sense for Google though since it is all about data and they have ...

More...