Posts

Mobile blogging

This is a test post to see if I can post from my iPod using BlogPress.

Mr. Wire

You know, somewhere out there, there's probably a guy who works in technology and has the last name of "Wire". I wonder if he cringes every time someone talks about the 1394 standard and mentions "FireWire". :-)

Interesting But Useless Facts About StarTeam

StarTeam uses the MD5 hash of a file as the filename in its vault. (Pretty clever if ya ask me.) The top level folders in the vault all have a two letter name. These names correspond with the first two letters of the MD5 hash. Each folder also has a one letter folder inside it for each letter and number. These correspond to the third letter of the hash. StarTeam uses this scheme to determine where to place the file. So, for example, if you had a file whose MD5 hash was 0D0909082EF668C63FCD4437B9C787F7 then StarTeam would put it in its vault in the folder: /0D/0 Of course, you shouldn’t go messing around with the files in the vault. You should let StarTeam manage them.

Netflix Manager for Windows Mobile -- First Impressions

Image
I downloaded the new Netflix Manager (or Mobile Mgr for Netflix as they call it) for Windows Mobile today. I've only used it a little, but here are my initial impressions. After you log in you're presented with two options: "My Queue" & "Search". The former, of course, takes you to your DVD Queue. Here you can use the menu options to move items up and down the list or select it to see a synopsis. Several movies have a "See Preview" button that let you see the movie's trailer. Playback on this wasn't bad, but it was a little choppy on full-screen mode. The other option on the main screen, "Search", does what you'd expect. It doesn't have the "search as you type" feature that the Netflix website has, but it's not that big of a deal. Once you find a movie you can use the menu to add it to your queue. When you're in your DVD queue list, you can move between your other queues ("Instant Queu...

How to programmatically check in and out from StarTeam using .NET

Image
Background I recently had a need at my job to programmatically check out some files from a StarTeam repository, modify them and check them back in. Note that I don’t mean the regular use of a source code repository where you check things in and out from your IDE as you work on them. I’m talking about writing a program that checks the file out, modifies it and checks it back in. I knew that StarTeam had an SDK that would allow programmatic access to files under source control and after looking around I found that it could be used with .Net. What I couldn’t find was anything telling exactly how to check files in and out via the .Net SDK. So after playing around with it a while I finally figured it out and decided to post this so that others wouldn’t have to go through the trouble I did. What You'll Need To access a StarTeam repository from .Net you need to download and install the StarTeam SDK for .Net . Currently you can find it on the Borland StarTeam Download page. (I also ha...

Window Live Write Test Post

This is a post to test out Window Live Writer. This is bold. Heading 3 item 1 item 2 one two blockquote here Flying cars and washing machines hyperlink Wow. It appears to have pulled in my theme settings. That's pretty cool. Hmm. Check spelling. I like that.    insert a table here   What is a tag provider?

NoteStack --- A note program for Windows Mobile Smartphones

Image
Several years ago I wanted a note program for my PDA, so I designed one but never built it. Then I got my Motorola Q phone and noticed that it didn't have a note program with it. I tried using a text editor, but it was a hassle to save each note to a different file. I just wanted to enter my note and move on. And I wanted an easy way to see my notes. So I decided to pull out my old design and code it up. What makes it different from other note programs? I tried to make things as easy for the user as possible. The main idea is that you see a list of all your notes on one half of your screen and as you scroll thru them, the currently selected note appears on the other half. You use the Up and Down keys to scroll thru the notes. If the note contains more than half a screen's text, you can scroll thru it by using the left and right keys. You can easily browse your notes with just the directional pad. The first line of text in your note becomes the title that you see in the list. Th...