Archive for the 'Links' Category
Since I’m having trouble producing full-length articles at the moment, I thought I’d try a different track to at least get some value out of my blog hosting costs. I’ll try to post a handful of links that have caught my attention each week.
February 7th, 2010 | Posted in C#, JavaScript, Links, Opinion | No Comments
Of the three textual formats that make up the main pillars of web development (HTML, CSS, and JavaScript), CSS has had the least attention in terms of server-side processing. HTML is obviously well covered, with frameworks such as ASP.NET. JavaScript is starting to be covered with compilers such as Google’s Closure Tools. Until now however [...]
January 17th, 2010 | Posted in ASP.NET, C#, Links | No Comments
In this article I link to two excellent articles on the subject of hiring coders. They’re not new by any means, but if you haven’t read one or both of them, I thoroughly recommend them. (If you’re familiar with both these writers, then skip this article.)
January 10th, 2010 | Posted in Links, Opinion, Tips | No Comments
One thing I was told as a young programmer was to make good use of assertions for checking code. As time goes by however, I can see less and less use for assertions. I’m starting to think they’re pretty useless.
June 10th, 2009 | Posted in ASP.NET, Coding, Experiments, Links, Opinion, Tips | 6 Comments
Internet Explorer 8 (IE8) has now been released to the public, and while it’s not enough to shift me from Firefox, I’m happy that it offers standards-compliant rendering and a useful “compatibility view”, meaning that web developers can essentially test on IE7 and IE8 without needing virtual machines. Unfortunately, when installed on 64-bit Vista (x64), [...]
April 1st, 2009 | Posted in ASP.NET, EasyAs123Web.com, Links, Tips, Tutorials | 11 Comments
A couple of years ago I started doing more and more web development and web design, and less and less desktop development. Here’s a few things I wish I’d known then:
1. Use a Reset Stylesheet
Different browsers are free to set default styles for font sizes, margins, and so forth. It’s a silly part of the [...]
November 6th, 2008 | Posted in Coding, Links, Opinion | 99 Comments
I stumbled across a really nice article the other day:
Introduction to Abject-Oriented Programming
Judging by the comments posted, only about 50% of people even realize it’s a joke – it’s worth reading through them for a second laugh.
Some notable quotes:
“Programs that use inheritance are characterized by similar blocks of code with small differences appearing throughout the [...]
July 17th, 2008 | Posted in Links, Opinion | 2 Comments