I’m starting an open-source Wiki on GitHub for coding standards/best practices. The built-in Markdown compatibility and Git versioning make it an ideal place for such a project, as well as the wide adoption of GitHub itself by open-source programmers. If you search for “coding standards” on GitHub, there are only...
[Read More]
They’re still pushing plastic up in Paradise, though. The don’t even offer me a choice, I have to ask explicitly, and if they’ve already started bagging they get slightly annoyed.
Jef Claes, creator of 2011’s spring sensation arealdeveloper.com, just tweeted a link to a blog on the issue of developer turnover, by Erik Dietrich. This is a topic I’ve considered blogging about, and have probably hinted at in the past. But I’ll let Erik speak for us all.
[Read More]
When you set up a new instance in the cloud on Amazon’s EC2 service, if you use the standard snapshots for Windows 2008 R2 hosting with SQL Server, you will find that your C: drive is much smaller than you expected it to be. Basically, you’re maxed out at capacity...
[Read More]
One of the rules of blogging is that you have to do it on a regular basis to keep your readers interested. Unfortunately this is not always possible. Sometimes things can happen in life that either require all your attention or drain you of the ideas or creative energy you...
[Read More]
I’m currently in the middle of a project where jQuery is trying to access or manipulate ASP.NET server-side controls. When these controls are nested within, say, a content object, ASP.NET prefixes the ID you give it with the ID of its container. So if you know the id of the...
[Read More]