The Coding Humanist

Category: CSS

Prolegomena to Mobile Web Development

-- Filed Under: CSS, Html, Javascript, Mobile Web
Comments: (0)

The mobile web is on my brain constantly these days. This is partly because I work as a development lead for Match.com in their mobile group, and I happen to be working on a big mobile web project for them (yet-to-be-launched). This is partly because I have...um...other projects around mobile web going on. This is also because Match gave me an iPhone. My first smartphone was a Windows Phone 7 device. Given that I have in the past much indulged myself in the Microsoft Kool-Aid, I bought that thing the day it came out. In general the phone was very good but the browsing experience was very bad (it got better with “Mango”, but it remains less than thrilling). So owning that deviced did not at all excite me about mobile web development. But then I switched to the mobile group at Match and they gave me an iPhone. Suddenly, I had a device that had a great browser. Perhaps you are surprised, but that makes a huge difference. And I’m a web developer by trade anyway, so the world of mobile web development offers an interesting new avenue.

Read More on "Prolegomena to Mobile Web Development" >>

Full Stack Day

-- Filed Under: CSS, ASP.NET MVC, Html, Javascript
Comments: (2)

I have always been a "full stack" kind of guy. When I started teaching myself to program back in 2003, I had an app in mind that required a some knowledge of css, databases, and everything in between. At the time I didn't even really know what those were but eventually I figured it out. I'm doing Full Stack Day to help others get started with all the technologies you need to build websites.

Read More on "Full Stack Day" >>

Auto Page-Specific Css with ASP.NET MVC

-- Filed Under: CSS, ASP.NET MVC
Comments: (0)

As a developer who wants to be conscious of good client-side practices, I’m always looking for good ways to keep my Css separate from my Html. When there are page-specific css styles to apply, it is often tempting to add them to the page itself. It works, it's not evil but I wouldn’t recommend it. Here’s an easy trick I have used on several projects to make it easy to target page-specific design problems in a global css file without worrying about adversely affecting other pages.

Read More on "Auto Page-Specific Css with ASP.NET MVC" >>

My First IE9 Bug

-- Filed Under: CSS, Html
Comments: (2)

I started using IE9 in the RC timeframe and liked it, though it is not likely to unseat Chrome as my primary browser. I downloaded IE 9 RTW this morning, installed and rebooted, and tried it on a site I am working on. Immediately found a bug. (Sign)

Read More on "My First IE9 Bug" >>

On Semantic Html

-- Filed Under: CSS, Html
Comments: (0)

The term “semantic” is frequently used in the literature of the web design world. I bet you noticed. If you have not, then you either are not a web developer or you don’t read well enough as one. I will have some recommendations on that in a later post. But in an effort to stay on topic, we should discuss what this term means and how it is important idea for you to keep in mind about your markup.

Read More on "On Semantic Html" >>

Take a Walk on the Client-Side

-- Filed Under: CSS, Html
Comments: (0)

Tomorrow night I’ll be leading a discussion with David Penton called “Take a Walk on the Client-Side” at our monthly meeting of the North Dallas .NET User Group. And yes, the incredibly cheesy title was my idea. It’s going to be a little informal so all are welcome to come and join the discussion. If you do any web development at all, you should be able to get something out of the discussion. Also, we always have free pizza, so if you want some free dinner, join us.

NDDNUG Logo

Read More on "Take a Walk on the Client-Side" >>

53 CSS Techniques

-- Filed Under: CSS
Comments: (0)

Unfortunately, now that I'm home I can't remember where I found this link, so I can't give credit where credit is due. But, here it is nevertheless. 53 CSS Techniques You Couldn't Live Without. There's also some other interesting posts on the site. On another post they point out some nicely designed sites. I like looking at these nice sites, even though it reminds me that I'm still just a code monkey, not a fluffy shiny sparkly flashy CSS guru. Maybe one day I'll be cool like that...