Css tutorials
67 video tutorials
Tutorials 41 to 50 on 67
#44: Hodgepodge of WordPress Tricks
free tutorial by css-tricks.com in Css tutorials
It’s WordPress Week here at CSS-Tricks, so I wanted to so a WordPress-themed screencast and cover a lot of mini-tips that haven’t made it into previous WordPress screencasts. We cover:
#45: Using FoxyCart for eCommerce
free tutorial by css-tricks.com in Css tutorials
FoxyCart is my new favorite eCommerce system. It is extremely easy to get started with. You have full design control over all aspects of it (cart, checkout, receipts). It has the features you need (downloadables, security, saved accounts, subscriptions).…
#47: CSS Shorthand
free tutorial by css-tricks.com in Css tutorials
There are a handful of CSS attributes that can be combined into a single attribute for coding brevity. I endorse the use of CSS shorthand whenever possible. It saves space and makes code more readable. In this screencast I introduce all of the common…
#48: Skinning phpBB
free tutorial by css-tricks.com in Css tutorials
Creating a completely custom theme for the popular forums software phpBB would be a monster job. Fortunately, to get up and running quickly, we can simply wrap a default installation of phpBB into the skin of an existing site pretty easily. We do just…
#50: Building a Customized and Dynamic Ordering Form
free tutorial by css-tricks.com in Css tutorials
Real-life clients have real-life needs for their websites. They don’t care about your fancy RSS feeds and AJAX, they just want their website to do what they tell you they want it to do. In this screencast I walk through an example feature I am…
#51: A Lesson Learned in Accessibility
free tutorial by css-tricks.com in Css tutorials
Even when designing with our best intentions toward accessibility, it often takes someone who really uses accessibility software to test the site and help us get the details right. The problem is compounded when dealing with AJAX style behavior. That…
#52: Building a Print Stylesheet
free tutorial by css-tricks.com in Css tutorials
My technique for building print stylesheets goes like this. 1) Start from scratch 2) Leave most defaults alone 2) Eliminate every thing on the page you don’t need with display: none; 4) Put page-breaks where appropriate. Of course, I spend far…
#53: Customizing PayPal Forms, Buttons, and Headers
free tutorial by css-tricks.com in Css tutorials
PayPal, love it or hate it, is easiest way to send and receive money online. In this screencast we go through how to create a Buy Now button, which uses a custom email address, has a custom header, custom thank you page, and is custom styled. Of course…
#54: Introduction to FLIR
free tutorial by css-tricks.com in Css tutorials
FLIR (Face Lift Image Replacement) bills itself as an “alternative to sIFR”. They are definitely in the same category. sIFR has some extra functionality, but is relies on more technology on both the server and client side. FLIR may be a little…
#55: Adding RSS Content with SimplePie
free tutorial by css-tricks.com in Css tutorials
The “Really Simple” part of RSS is sometimes misleading. What if you want to pull in content from an RSS feed and display it on your site? Doing that from scratch would be no-so-easy, but thankfully we have wonderful SimplePie to do the heavy…










