Skip to content

Tag: Programming

Programming

What I Wish I Learned as Junior Developer

After ten years or so of working in technology, I thought it was time to put together some thoughts. There's a lot of things that matter as a technologist, but writing code is only one of many.

January 7, 2020
How to be a More Efficient Debugger
Programming

How to be a more Efficient Debugger

For the last 10+ years or so, I’ve been programming professionally. Even with ten years of practice, I still am unable to…

September 27, 2017
How to Improve as a Software Developer
Experience

How to Improve as a Developer

As a software developer, it’s really important to take time and improve your programming skills by learning new technologies and techniques. By…

May 4, 2017
Experience

How I became A Developer

Computers have interested me virtually my entire life. I don’t remember when I got my 1st computer, I remember my dad and…

September 1, 2011
Experience

Clean Code: Compiler Warnings

It’s no secret that I work as a freelance software/web developer and often jump around between languages. I, continually, run into projects…

June 16, 2011
Book Review

Book Review: jQuery in Action

jQuery in Action, First Edition is written by Bear Bibeault and Yehuda Katz and is probably the simplest and easiest to understand…

September 28, 2010
Experience

Handling Programming Errors

Error messages should be clear and include what the error is, why it was caused and how to resolve it.

August 24, 2010
Experience

How To Post Great Freelance Gigs

I have been trolling Craigslist and Kijiji lately in hopes of finding some additional freelance work to add to my portfolio before…

July 12, 2010
Drupal

Learning Drupal

For the last couple of weeks, I have began playing around with Drupal because I'm so sick of fighting proprietary CMS. The proprietary CMS suffers from the vendor updating only updating the CMS when convenient for them and this ends up holding the purchaser hostage. Overall, I know that drupal has enough of the functionality that I need in modules and the core to significantly improve the efficiency of my programming and possibly offer a large learning opportunity on software architecture.

July 9, 2010
.NET Framework

Determine if Skype is Installed

The easiest method of checking whether Skype is installed is actually to check for a Registry Key. We, of course, can’t check…

May 25, 2010
asp.net

Mouse Overs For ASP.NET

Have you ever wanted to have the ability for the colour of a row to change when your user moves the mouse…

June 24, 2009
Programming

Creating a Simple RSS Feed

RSS is an acronym for Really Simple Syndication and is an XML specification published by the W3C. RSS became a standardized specification…

May 5, 2009