JavaScript Format Phone Number – Dead Simple

Recently I needed to roll my own phone number formatting for a problem at work.  The basic requirement was as follows: All the user to only enter numbers, no other characters were allowed The user could only enter 10 numbers After all the numbers were entered, the value would auto-format to (xxx)-xxx-xxxx The user could … Read more JavaScript Format Phone Number – Dead Simple

Simple AngularJS Directive Copyright Year

Last week, one of my favorite bloggers wrote this little diddy in jQuery.  And though I list “Angular Ninja” on my LinkedIn profile that is more jest than reality. Therefore I thought it a good exercise to take what was written here at Maff Rigby’s website and do me some learnin’ about AngularJS Directives. I like … Read more Simple AngularJS Directive Copyright Year

Azure SQL Connection Error: No entity framework provider found for ‘system.data.sqlclient’

I’ve been doing some work for a website which would be deployed to Azure for both the website and the database.  Here is a quick run-down on how the deploy situation went, an error that gave me fits and the final-fix. First off, let me say I had this website entirely working on my local … Read more Azure SQL Connection Error: No entity framework provider found for ‘system.data.sqlclient’

Get your free HTML5 exam voucher

I’m looking at this free course right now and so far, I’m digging what I’m seeing.  Check out the details below in case you’re interested in picking up some HTML5.   Get ahead of your competition: Earn your MCSD certifications and start developing Windows 8 web and Windows store apps. We’ll get you started with … Read more Get your free HTML5 exam voucher

The Simpleton Pattern

Simpleton UniversityNo, you read that correctly.  Simpleton, not Singleton is the subject of choice today.  Recently a fellow developer was looking over some code that I had written.

He commented on it by saying, “Rob I just love looking at your code.  It’s simple, easy to read, well-commented, and just makes sense”.

I replied, “Well that’s likely because I’m a simpleton”.

So jokes ensued with my friend asking, “Is that the design pattern you follow?”.  I thought, well yeah actually I guess it is and thus was born the idea for this blog post.

Read moreThe Simpleton Pattern