Videos tagged with CSS-Tricks


CSS-Tricks #73: Building a Website (3 of 3): WordPress Theme

CSS-Tricks #73: Building a Website (3 of 3): WordPress Theme

Posted in Broadcasting, Design, Screencasts, CSS

In part 3 of this series, we take the HTML and CSS that we have already created for this design, and convert it into a WordPress theme. We start with a completely “blank” WordPress theme, then take different parts of the HTML and put them where they need to be in the theme. We are careful to keep as much dynamic WordPress stuff in there as possible, for example, dynamically creating...

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts



CSS-Tricks #76: A Tour of jQuery on a Live Site

CSS-Tricks #76: A Tour of jQuery on a Live Site

Posted in Broadcasting, Design, Screencasts, CSS

I’m busy, you’re busy, we’re all busy trying to meet deadlines and get things done in this crazy web world. I love learning new technologies when I can, but I’m the first to admit that I reach for tools that I already know well because I can be instantly productive that way. jQuery is one of those tools for me. In this screencast I walk through a website where I used jQu...

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts


CSS-Tricks #75: How Not To Design a Checkout

CSS-Tricks #75: How Not To Design a Checkout

Posted in Broadcasting, Design, Screencasts, CSS

You’ll have to forgive me here folks, this isn’t a very constructive screencast. I was frustrated at the crappy checkout process for a software product I was trying, so I thought I’d screencast it as a lesson to us all on how not to design a checkout. It was confusing, frustrating, error-prone, and make me feel unsafe about even going through with the transaction. If you are d...

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts


CSS-Tricks #74: Editable CSS3 Image Gallery

CSS-Tricks #74: Editable CSS3 Image Gallery

Posted in Broadcasting, Design, Screencasts, CSS

We build a pretty typical image gallery design pattern, a grid of images that pop up larger when clicked. But this image gallery page makes use of hot semantic HTML5 markup, loads of visual treats with CSS3 and jQuery, and made editable through the CMS PageLime. Quick reminder, the demo is awesome-est in a WebKit browser (Safari or Chrome).

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts


CSS-Tricks #72: Building a Website (2 of 3): HTML/CSS Conversion

CSS-Tricks #72: Building a Website (2 of 3): HTML/CSS Conversion

Posted in Broadcasting, Design, Screencasts, CSS

In part 2 of this series, we begin the HTML/CSS conversion of the Photoshop mockup we created in part one. We start with a very skeletal project framework. Then we take a look at the Photoshop file layer organization. Then we start from the bottom up, creating the pieces we need from the Photoshop file and writing the HTML and CSS we need to get the job done. Much of the work isn’t actual...

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts



CSS-Tricks #71: Building a Website (1 of 3): Photoshop Mockup

CSS-Tricks #71: Building a Website (1 of 3): Photoshop Mockup

Posted in Broadcasting, Design, Screencasts, CSS

This is the start of a three-part series on building a website. This will be a real website for a musician friend of mine, who’s website I happen to ruin during a routine WordPress upgrade. In part 1, we start from absolute scratch in Photoshop, with just a few provided resources from the client. We design the homepage and skin for the site, according to new needs that the client has, the...

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts





CSS-Tricks #67: jQuery Part 3 – Image Title Plugin

CSS-Tricks #67: jQuery Part 3 – Image Title Plugin

Posted in Broadcasting, Design, Screencasts, CSS

This video focuses on taking already existing idea and code and turning it into a jQuery plugin. In this case, it helps keep our code as semantic as it can be and with JavaScript off, degrades nicely. We cover the syntax of creating a plugin, show off the cool chain-ability of jQuery, and show how to make the plugin versatile and expandable.

Tags: Design, HTML, CSS, CSS-Tricks, Broadcasting, Screencasts