Skip to content
Cory House

Cory House

  • Blog
  • Courses
  • Training
  • Presentations
  • Appearances
  • About

Programming Your Brain: The Art of Learning in Three Steps

From time to time, I run into people who are interested in breaking into programming. Last night at the company holiday party a guy (we’ll call him Sam) walked up and introduced himself, asking for advice on how to move … Read on...

Posted byCory HouseDecember 14, 2013January 15, 2014Posted inSelf ImprovementTags: Learning26 Comments on Programming Your Brain: The Art of Learning in Three Steps

Writing in a Dynamic Language? Naming Matters More.

Sure, well-named variables and functions are important in all programming languages. But when is a name good enough? And when is it especially critical? I just received an interesting comment about my new Clean Code course on Pluralsight. The … Read on...

Posted byCory HouseOctober 18, 2013June 28, 2015Posted inClean CodeTags: C#, Clean Code, JavaScript15 Comments on Writing in a Dynamic Language? Naming Matters More.

Writing Code? Know Your Boundaries.

Today’s developers are cursed blessed with a massive list of libraries and technologies for solving problems. And some of the worst sins against code stem from simply selecting the wrong tool for the job. It’s recently become clear to me … Read on...

Posted byCory HouseOctober 7, 2013June 28, 2015Posted inClean Code, JavaScriptTags: C#, CSS, HTML, JavaScript, SQL10 Comments on Writing Code? Know Your Boundaries.

JavaScript Configuration Object Pattern: JSON Saves the Day

So you’re building a modern web app? That means you’re likely running a variety of client-side libraries and custom business logic in JavaScript. And one of the first hurdles you run into is “Hey, I need some data from the … Read on...

Posted byCory HouseOctober 6, 2013October 18, 2013Posted inClean Code, JavaScriptTags: C#, JavaScript, JSON13 Comments on JavaScript Configuration Object Pattern: JSON Saves the Day

KnockoutJS: Maintain Input Focus While Tabbing and Rebinding

Single page applications pose a unique and interesting set of problems. Libraries that offer two-way binding like KnockoutJS and AngularJS make it trivial to completely redraw a screen with new data delivered from the server via AJAX calls. However, what … Read on...

Posted byCory HouseSeptember 27, 2013January 18, 2014Posted inJavaScript, KnockoutTags: CSS, JavaScript, Knockout, SPA

Warn Users of Unsaved Changes with jQuery

In web apps it’s helpful to warn the user if they attempt to navigate away after making changes without hitting save. But the tricky part is, how do you track when they’ve made changes? This is actually pretty trivial to … Read on...

Posted byCory HouseAugust 19, 2013April 28, 2015Posted inJavaScriptTags: JavaScript, jQuery16 Comments on Warn Users of Unsaved Changes with jQuery

Debugging JavaScript in Chrome with frames

When debugging JavaScript on a page with frames, it’s easy to find yourself running commands in the console in the wrong frame. I’ve hit this wall many times and wondered why I can’t see the variables that are clearly defined … Read on...

Posted byCory HouseAugust 5, 2013January 18, 2014Posted inJavaScriptTags: Chrome, JavaScript1 Comment on Debugging JavaScript in Chrome with frames

JavaScript Breakpoints in Chrome

When doing front-end dev, I set breakpoints in Chrome all the time. Here’s the quickest way to set a JavaScript breakpoint in Chrome:

  1. F12 if dev tools aren’t already open.
  2. Ctrl+O and begin to type the name of the desired
… Read on...
Posted byCory HouseJuly 26, 2013January 15, 2014Posted inJavaScript1 Comment on JavaScript Breakpoints in Chrome

I’ll keep my 4 year old laptop, thanks.

I enjoy shopping around for computer equipment and like Joel Spolsky, I’m a big believer in using the best tools money can buy. And yet, I’ve held on to my trusty Dell M6400 Precision Workstation for nearly 4 years. … Read on...

Posted byCory HouseJuly 5, 2013January 15, 2014Posted inHardware10 Comments on I’ll keep my 4 year old laptop, thanks.

Highlights from Codepalousa 2013

This was my first time attending CodepaLOUsa, and I was not disappointed. The always entertaining Carl Franklin got things rolling with a nostalgic keynote on his history in development. The highlight was a hilarious story involving well chosen pictures that … Read on...

Posted byCory HouseApril 30, 2013January 15, 2014Posted inConference1 Comment on Highlights from Codepalousa 2013

Posts navigation

Newer posts 1 … 5 6 7 8 Older posts

About Cory

Cory HouseCory House is a React and JavaScript specialist. Cory is principal consultant at reactjsconsulting.com. I'm a Pluralsight author, a Microsoft MVP, and an international speaker. I believe in clean code, test-driven development, and responsive web UIs. I'm a retired wedding singer, lousy golfer, and lover of fine automobiles.

Pluralsight Author Page
My Pluralsight Courses

Cory House, © 2010 - 2020 Bitnative LLC