CSSKarma

Posts Tagged ‘php’

Redirection Options

Wednesday, January 27th, 2010

Lately, I’ve been having to work with a lot of redirects and I was going through different redirection options with a client. So I thought I would do a quick write up about the different types of redirection. I also haven’t seen a collection of these in one place, so I thought I would put [...]

Tags: , , , ,
Posted in Web Development | 5 Comments »

This Week in Links 11/11

Tuesday, November 11th, 2008

Krop.com I figured with the economy what it is and a lot of web folks looking for work I’d help out and post my favorite job site, Krop.com. I like this site for a few different reasons: I found my current job there They have a very simple interface You can sign up for e–mail [...]

Tags: , , ,
Posted in Uncategorized | 1 Comment »

This Week in Links 9/10

Wednesday, September 10th, 2008

Evernote Evernote is a program to help you remember things. Think of it like a post-it not that you wear on your forehead all day. Microsoft CSS Vendor Extensions It looks like Microsoft IS actually doing work on IE8, They just beefed up their CSS support. It actually looks pretty promising so far. Looks like [...]

Tags: , , , , ,
Posted in Browsers, News, Web Development, Web Standards | 2 Comments »

Your Body and You

Wednesday, June 25th, 2008

About couple weeks ago I wrote a post called “Styling your body” which attempted to break the convention of using a “container” or “wrap” div when building a new site. I showed how to cut out a (usually) unnecessary div element and clean up your code. In this post I hope to show you how [...]

Tags: , ,
Posted in Web Development | 4 Comments »

Quick iPhone Media Detection

Tuesday, June 17th, 2008

I finally got around to reading David Shea’s post on MediaTyping today and as I was going through it, I asked myself if all the PHP he was using was really necessary. It sure wasn’t for what I wanted to do. I just wanted to detect an iPhone or iPod to test out some interfaces. [...]

Tags: , , ,
Posted in Browsers, Web Development | 5 Comments »