The Coding Humanist

An Allergy Tale

-- Filed Under: General
Comments: (1)

This is Jonathan. He’s my son and he’s nine years old. He also happens to have a severe allergy to milk. I have a story to tell you about him. If you have a friend or family member with food allergies, I also have something important to share. Something they might find life-changing.

Read More on "An Allergy Tale" >>

Installing the .NET 4.5 Framework Can Be Problematic

-- Filed Under: .NET
Comments: (2)

As it turns out, I clearly need to spend more time dealing with .NET’s unique version of “dll hell” because this really bit me. A couple of weeks ago I installed the .NET 4.5 framework on my server. This server hosts almost all of my websites, my brother’s and a couple sites of a friend of mine. In theory, this should have been fine. In reality, it caused major problems.

Read More on "Installing the .NET 4.5 Framework Can Be Problematic" >>

A Few Thoughts on Mobile Strategy

-- Filed Under: Mobile
Comments: (0)

So I’m a mobile guy (with a focus on mobile web). As a mobile guy, I prefer when people make statements that inform the public rather than confuse them. And since there are not enough opinions on the Internet, I figured I would post some thoughts (and these are my thoughts, not those of my employer). The other day an oft-retweeted comment by Mark Zuckerberg came out that needs some serious nuance and most definitely confuses more than it does inform. He said this:

Read More on "A Few Thoughts on Mobile Strategy" >>

aspconf

-- Filed Under: ASP.NET
Comments: (0)

aspconf is next week. aspconf is a new thing, yet an old thing. Hang around and I'll tell you a bit about it. A few years ago we started c4mvc and there was much rejoicing. The video sharing time we spent was fruitful. People liked it and so did we.

Read More on "aspconf" >>

A Basic Javascript Module Pattern

-- Filed Under: Javascript
Comments: (0)

Big JavaScript files, who likes them? Not me. For a while I had a real problem with them (as many do) but I have found a way to avoid the problem (not that these ideas are all original). And I am very happy to have this problem solved. We are using these ideas at work and I figured I would share what we have been doing that has worked really well. Later I'll share some things that haven't, which some of you may find even more beneficial.

Read More on "A Basic Javascript Module Pattern" >>

Markup for Desktop and Mobile

-- Filed Under: CSS, ASP.NET MVC, Html, Javascript, Mobile Web
Comments: (0)

So you know how to use the viewport meta tag to control some things about how mobile browsers render your page, you know about media queries and how you can use them to tweak your css for different sizes of monitors, and you know about progressive enhancement, and that everything doesn't actually have to look the same on every browser. Now let's get very practical. Let's say you want to build a website that will work for both desktop and mobile. You can do this easily in some circumstances but in others it can be a harder task. Here are some questions to ask yourself.

Read More on "Markup for Desktop and Mobile" >>

1 of 232345>>>