Recent Posts
franzone.com
Return To Blog Listing
I'm a work from home web geek, a father of three, a husband, a World of Warcraft nerd, a martial arts/kung fu practitioner, a musician and many other things. Product reviews, technical articles, April Fools posts, life stories, oh... and we have comics!
Recent Posts Tagged With 'software engineering'
Building ChromiumOS (The Google OS)
I’ve been watching all of the hype about downloading and running the latest Google creation, ChromiumOS this week so yesterday I decided to take a stab at it myself. I did not however want to simply grab a VMWare image and run it. I’m a ...
Descriptive Enumerations In C#
I had the desire to create an enumeration in C# the other day and I wanted to be able to attach a description to each item in the enumeration. I did the searching on the internets and put together examples from several sources that I found. Here is a...
Codefetch - Source Code Help and Examples
I’ve been a software engineer for over 10 years now and I’ll be the first to tell you that I can’t just pull any code snippet out of my… umm… brain. And there’s nothing wrong with that! The important thing is to be...
How To Use Subversion Over SSH
The Problem I recently had a problem. I am a software developer and as such I use source control. For this purpose I generally prefer Subversion. I have been keeping my source repositories on an external drive with the intention to back them up to an...
Free Your Phone With OpenMoko
Cell phones are for the most part proprietary in their platforms. Sure you can write J2ME applications for them. BlackBerry phones also have an API which you can utilize to write custom applications. It’s the actual operating system though that...
Coding In Minneapolis
I am in Minneapolis, MN this week for business so I’m not sure how prolific my posting will be. So I thought I’d just drop in a quick note to say, “Happy Monday!” It’d be happier if I were back in my home office, but oh ...
Software Engineering - Can You Have It Good, Fast And Cheap?
Anyone who has been in software engineering can most likely recognize the old project triangle. The basic premise to this triangle is that in software engineering you may pick only two of the tips of this triangle. You can create software quickly an...
Calling A Stored Procedure In Java With A Blob Field
Here is the situation. You are writing a program in Java. You need to access data in a Microsoft SQL Server via stored procedure and the data has an XML field. A what field? SQL Server 2005 introduces a new datatype for XML. It is essentially a blob ...
Conditional Statements And Comparison Order - Part 2
In the original posting, Conditional Statements And Comparison Order, I brought up a coding style used by some software engineers that struck me as odd. The practice of placing a constant value first in a conditional comparison. For example: if(...
Pet Peeve - My Language Doesn’t Need That Feature!
I apologize ahead of time for this soap box, but I have just read the nth forum posting with a response like this. I have been a fairly flexible software engineer for the majority of my career and this means that I use many different programming lang...
One Reason VB.NET Sucks
I am working on some legacy code that is currently in VB.NET running on the .NET 1.1 Framework. I went to add a property to a class and received this error: Property without a 'ReadOnly' or 'WriteOnly' specifier must provide both a 'Get' and a 'Set'....
