Recent Posts

Manufacturing Bliss: 5 Ways To Make a Manufacturing Website More Customer-Focused

Manufacturing Bliss: 5 Ways To Make a Manufacturing Website More Customer-Focused

What does a manufacturing website look like? In my post today, I look back on how I took a brochure-ware website and made it more customer-focused.

Results: Where do developers socialize on the web?

Results: Where do developers socialize on the web?

Last week, I asked the question, "Where do developers socialize on the web?" Today, we look at the results.

Where do Programmers Socialize on the Web?

Where do Programmers Socialize on the Web?

If you are a developer, where do you go online to socialize with fellow developers?

Review: Dog Food Con 2018

Review: Dog Food Con 2018

DogFood Con 2018 was another great success and our guest blogger, Andrew Hinkle, gives his review of this awesome two-day conference.

44+ Mobile App Facts to Consider for a Great UX

44+ Mobile App Facts to Consider for a Great UX

User Experience (UX) is absolutely required for mobile apps. Today, our guest contributor, Stefan Ateljevic, explains in his infographic what makes a great UX for mobile users.

Real-World Refactoring: Master/Detail Screens in ASP.NET

Real-World Refactoring: Master/Detail Screens in ASP.NET

Dynamic grids are hard to manage on the client-side, but in today's solution, I discuss how to use jQuery with MVC partials for a master/detail screen.

The Intertwined Rise of Mobile Phones and Voice Searches

The Intertwined Rise of Mobile Phones and Voice Searches

How many use their phone for voice searches? Today, our guest blogger, Josh Wardini, provides insight into the correlation between the two with an infographic.

How to deal with the "Hey! That was my idea" trap

How to deal with the "Hey! That was my idea" trap

You have a great idea for a product/web site, right? Unfortunately, so does everyone else. Today, I explain why their idea is your gain.

Recursion in SQL Server using Common Table Expressions (CTE)

Recursion in SQL Server using Common Table Expressions (CTE)

How do you take a relational table and make it recursive? Today, we cover Common Table Expressions (CTE) in SQL Server.

Real-World Refactoring: .Sort() vs .OrderBy() in C#

Real-World Refactoring: .Sort() vs .OrderBy() in C#

Do you use LINQ's OrderBy for quicker sorting or do you old-school it with .Sort()? Today, we'll discuss this and the answer may surprise you as to which one is better.