Categories
- Culture (25)
- Gaming (122)
- Hardware (13)
- Humor (19)
- Personal (47)
- Politics (74)
- Programming (7)
- Religion (16)
- Software (7)
- Technology (12)
Tags
Arma II ASP.NET Assassin's Creed Bad Company 2 Batman: Arkham Asylum Bayonetta BioShock Borderlands Brewing Champions Online CoD4 DCS Black Shark Design Eco-stupidity Empire: Total War EVE Online Food G13 Global Agenda Gratuitous Space Battles Islamofascism Left for Dead 2 Metal Drift Modern Warfare 2 Obamafool Personal Politics Red Faction: Guerrilla RIP Roccat Kone S.T.A.L.K.E.R. Sacred 2 Section 8 SEPY Shadowrun Sleep Starcraft 2 Star Trek Online Steam The Mac Project Unions Windows 7 Windows Vista WordPress Xbox 360Meta
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
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
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
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