#26: Designing for WordPress: Part Two

We have WordPress installed, now let’s really get our hands dirty and start getting WordPress to do what we want it to do. We start by poking around the backend activating some plugins, changing some settings and creating posts/pages. Then …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Force Secure Form Submission

I was working with a client eCommerce site the other day, and a really concerning problem popped up. On the very last step of checkout, when you press the very final button to submit the order, the browser would pop …

Avatar of Chris Coyier
Chris Coyier on

#25: Designing for WordPress: Part One

WordPress is a hugely popular CMS for blogging. The blog section of CSS-Tricks is run on WordPress and I am very happy with it. By popular request, we are going to walk through designing for WordPress. In part one, we …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

#24: Rounded Corners

Here are FIVE different techniques you can use to create rounded corners for boxes on a website. There are always different ways to do things with CSS and rounded corners is a great example of that. Each of these five …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

#23: Conditional Stylesheets

Internet Explorer provides a way to target CSS styling information specifically for its different versions. These “conditional stylesheets” are the best way to handle CSS problems that pop up with your page in IE. They aren’t “hacks” (which are liable …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

#22: Cutting Clipping Paths

We’re back in Photoshop this week because I wanted to talk a little bit about a very specific skill that I think is important for all designers. That is the Pen Tool and using it to hand-draw clipping paths. There …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

#21: Walkthrough of Contact Form

In some ways, the Contact Form is the “Hello, World!” application of web designers and web developers. It is nothing that hasn’t been done before a million times, but it is symbolic of being able to control the design of …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

#20: Introduction to jQuery

The popular JavaScript library jQuery is an amazing way to extend the design possibilities of your site beyond what CSS can do. But luckily, if you are already comfortable with CSS, you have a huge head start in jQuery! This …

Avatar of Chris Coyier
Chris Coyier on (Updated on )