Category

Computers & Programming

Computers & Programming

Tombstoned

… or “How my app dies and comes back to life to read its own tombstone” I’m working on code related to tombstoning my Windows Phone app. I’m slowly discovering that the Microsoft designers were not thinking much about app developers when they designed their tombstoning feature. When…

Continue reading
Computers & Programming

Windows Phone Project

Since I am writing a Windows Phone app for a private company during my free time, I don’t have any other news to report. I can’t describe much about the phone project because it is all proprietary. I’ll try to have more cool posts some day. Dave

Continue reading
Computers & Programming

Time Zones

Time Zone handling in programs is interesting. Beyond the incredible inconvenience of Daylight savings time, programs tend to use the local time and let other programs deal with that information. I suggest that all code in the world be changed to send and receive data using GMT, UTC,…

Continue reading
Computers & Programming

Function Pointers in C#

There are no such thing as function pointers in C#. There are no pointers. There are no function pointers in Java, JavaScript, and many other languages. So how does one handle saving a function and then calling it later from where it is saved? “Delegates” is what they…

Continue reading
Computers & Programming

Microsoft Visual Studio Epic Fail

Microsoft Visual Studio is a great tool. The integrated development environment let’s me manage large projects with multiple components. I can manage the files, edit the sources, build the entire product tree, and debug code line by line, all using this one software package. So why is it…

Continue reading
Computers & Programming

Windows Phone Development

I’m working on a Windows Phone project. This is a native app for the Windows Phone OS. I have a Nokia 710 for testing and things are going smooth. So far, the only problems that I have had are related to not knowing the intricacies of the XAML…

Continue reading
Linkage Program

Other Linkage Design Programs

I had not looked for other linkage programs in a long time even though I’ve been writing my own for the past ten years (Linkage 2.0). The last time I looked, I was interested in getting one and I only looked for things that are free. A new…

Continue reading
Linkage Program

Updated Linkage Program

I have uploaded a new linkage install package. This incorporates all of the latest features. I think that all of the versions of Linkage in the last year can only run on Windows Vista or Windows 7. This latest installer checks the Windows version to keep the program…

Continue reading