Category Archives: Programming

A Great Feeling

Well, I did it. I spent all day Saturday and basically all day Sunday working, but it means I’m largely done. I know of one feature I’ve yet to implement, and I’m sure there will be bugs and some requests. … Continue reading

Posted in Programming | Leave a comment

Seeing Daylight

I’m getting to the point where I think I’m almost seeing daylight. In other words, I think the constant working I’ve been doing for a couple of months is finally coming to a close. I just have a few more … Continue reading

Posted in Programming | Leave a comment

Converting a Subversion Repository to Mercurial

I’ve been using Subversion for several years and have always been frustrated in certain respects. So I have monitored the development of Distributed Version Control Systems (DVCS) with great interest, most notably Git, Bazaar, and Mercurial (Hg). Though all three … Continue reading

Posted in Programming | Tagged | Leave a comment

The Psychology of Software Development

If you Google the psychology of software development, you find a surprising number of hits (roughly 4.2 million at the time of this writing). Yet sifting through many of them demonstrates that most of the attention goes to the application … Continue reading

Posted in Programming | 2 Comments

Layers Versus Reusability

I bash Microsoft a lot for stupid coding practices, but I think they often deserve it. Take a quick look at the recent article at Ars Technica on “MinWin” for a good example. I quote: Another problem was the tendency … Continue reading

Posted in Programming | Tagged | Leave a comment

SEPY on Vista x64

Doing serious Flash development is complicated by the incredibly lame editing features supplied by the application, which is why many developers prefer to edit their ActionScript code in SEPY. If you write ActionScript and haven’t tried it, you should check … Continue reading

Posted in Programming | Tagged | Leave a comment

ASP.NET GridView EditItemTemplate JavaScript Validation

I realize that’s a long-ish title, but my hope is that the Google elves will make it widely available to anybody needing help. This post is all about programming, more specifically about doing client-side validation using JavaScript for TemplateField elements … Continue reading

Posted in Programming | Tagged | 2 Comments