<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Tag css-tricks Videos</title>
    <link>http://www.bestechvideos.com/tag/css-tricks</link>
    <pubDate>Thu, 20 Nov 2008 08:53:17 GMT</pubDate>
    <description>BestTechVideos: Tag css-tricks Videos with short descriptions</description>
    <item>
      <title>CSS-Tricks #43: How to Use CSS Sprites</title>
      <link>http://www.bestechvideos.com/2008/11/20/css-tricks-43-how-to-use-css-sprites</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/11/20/css-tricks-43-how-to-use-css-sprites"><img alt="CSS-Tricks #43: How to Use CSS Sprites" height="110" src="http://www.bestechvideos.com//thumbnails/0001/3220/16146_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>CSS Sprites have been a hot topic for a long time now. The fact is that each image on a web page is a separate server request and you can dramatically increase the performance of a page by combining images and reducing that number of requests. In this screencast I&rsquo;m going to show you how to do exactly that, by taking what would be 8 different images and combining them into one. <strong>As an added bonus,</strong> we then expand the idea with jQuery and build ourselves a little accordion widget.</p><p><a href="http://www.bestechvideos.com/2008/11/20/css-tricks-43-how-to-use-css-sprites">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>]]>
      </description>
      <pubDate>Thu, 20 Nov 2008 08:53:17 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/11/20/css-tricks-43-how-to-use-css-sprites</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/11/20/css-tricks-43-how-to-use-css-sprites</comments>
    </item>
    <item>
      <title>CSS-Tricks #42: All About Floats</title>
      <link>http://www.bestechvideos.com/2008/11/13/css-tricks-42-all-about-floats</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/11/13/css-tricks-42-all-about-floats"><img alt="CSS-Tricks #42: All About Floats" height="110" src="http://www.bestechvideos.com//thumbnails/0001/1102/15088_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Even more-so than z-index (which we covered a few weeks ago), the float property is known to cause episodes of hair-pulling and monitor-punching. It seems simple enough in theory, but there are plenty of quirks to watch out for. We go from start to finish in this screencast defining what float is, how it works, how and why to clear them, and some browser differences.</p><p><a href="http://www.bestechvideos.com/2008/11/13/css-tricks-42-all-about-floats">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Thu, 13 Nov 2008 10:37:16 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/11/13/css-tricks-42-all-about-floats</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/11/13/css-tricks-42-all-about-floats</comments>
    </item>
    <item>
      <title>CSS-Tricks #41: WordPress as a CMS</title>
      <link>http://www.bestechvideos.com/2008/11/07/css-tricks-41-wordpress-as-a-cms</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/11/07/css-tricks-41-wordpress-as-a-cms"><img alt="CSS-Tricks #41: WordPress as a CMS" height="110" src="http://www.bestechvideos.com//thumbnails/0001/0912/15003_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>We once did a poll asking people what their favorite CMS was. WordPress was a run-away winner, but also got many comments of &ldquo;<em>WordPress isn&rsquo;t a CMS!!</em>&ldquo;. Well clearly, in the strictest sense, WordPress <strong>is</strong> a CMS as it &ldquo;manages content&rdquo;. But is WordPress really only suited for blogging, or can it be used for more traditional non-blog sites? In this screencast I attempt to show off a number of WordPress features that make it very &ldquo;CMS-like&rdquo; in my opinion. Including page templates, dynamic menus, parent-child relationship pages, and using posts as ancillary content.</p><p><a href="http://www.bestechvideos.com/2008/11/07/css-tricks-41-wordpress-as-a-cms">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Fri, 07 Nov 2008 10:22:21 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/11/07/css-tricks-41-wordpress-as-a-cms</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/11/07/css-tricks-41-wordpress-as-a-cms</comments>
    </item>
    <item>
      <title>CSS-Tricks #40: How z-index Works</title>
      <link>http://www.bestechvideos.com/2008/10/30/css-tricks-40-how-z-index-works</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/10/30/css-tricks-40-how-z-index-works"><img alt="CSS-Tricks #40: How z-index Works" height="110" src="http://www.bestechvideos.com//thumbnails/0001/0736/14912_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Z-index can be a little confusing sometimes. In this screencast I attempt to explain how it works, how it&rsquo;s tied to positioning, some quirks, and some general advice.</p><p><a href="http://www.bestechvideos.com/2008/10/30/css-tricks-40-how-z-index-works">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Thu, 30 Oct 2008 12:53:27 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/10/30/css-tricks-40-how-z-index-works</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/10/30/css-tricks-40-how-z-index-works</comments>
    </item>
    <item>
      <title>CSS-Tricks #39: How to Use sIFR 3</title>
      <link>http://www.bestechvideos.com/2008/10/08/css-tricks-39-how-to-use-sifr-3</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/10/08/css-tricks-39-how-to-use-sifr-3"><img alt="CSS-Tricks #39: How to Use sIFR 3" height="110" src="http://www.bestechvideos.com//thumbnails/0001/0109/14607_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>sIFR (Scalable Inman Flash Replacement) is a technology that allows you to use any font you wish on your web pages. Long story short, it uses JavaScript to target certain text page elements and replace them with a block of Flash, which is the same text only rendered with a new font. This means you are free to use any font you wish in your designs instead of being limited to very small set of &quot;safe&quot; web fonts. sIFR degrades nicely for users without Flash and/or JavaScript, so no worries about that. This tutorial walks through the process of how to get it working on a webpage, from downloading it to creating your own custom font to getting it working live.</p><p><a href="http://www.bestechvideos.com/2008/10/08/css-tricks-39-how-to-use-sifr-3">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/web-tech/flash">Flash</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Mon, 13 Oct 2008 10:46:48 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/10/08/css-tricks-39-how-to-use-sifr-3</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/10/08/css-tricks-39-how-to-use-sifr-3</comments>
    </item>
    <item>
      <title>CSS-Tricks #38: Basics &amp; Tips on Designing for the iPhone</title>
      <link>http://www.bestechvideos.com/2008/10/03/css-tricks-38-basics-tips-on-designing-for-the-iphone</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/10/03/css-tricks-38-basics-tips-on-designing-for-the-iphone"><img alt="CSS-Tricks #38: Basics &amp; Tips on Designing for the iPhone" height="110" src="http://www.bestechvideos.com//thumbnails/0001/0003/14558_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Designing a web page that is optimized for the iPhone isn't rocket science. It's the same HTML, CSS and JavaScript that you already know. The difference is that browsers and screens do not vary, you know exactly what you are dealing with. You can use that to your advantage and think about that experience when you create your UI. I start out with how to get your page formatted correctly, how to have differnet stylesheets for portrait and horizontal mode, how to create a &quot;Back to Top&quot; button, and then show some iPhone pages I've made.</p><p><a href="http://www.bestechvideos.com/2008/10/03/css-tricks-38-basics-tips-on-designing-for-the-iphone">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>]]>
      </description>
      <pubDate>Fri, 03 Oct 2008 14:37:36 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/10/03/css-tricks-38-basics-tips-on-designing-for-the-iphone</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/10/03/css-tricks-38-basics-tips-on-designing-for-the-iphone</comments>
    </item>
    <item>
      <title>CSS-Tricks #37: Status, Fluid and Menu Bar Apps</title>
      <link>http://www.bestechvideos.com/2008/09/27/css-tricks-37-status-fluid-and-menu-bar-apps</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/09/27/css-tricks-37-status-fluid-and-menu-bar-apps"><img alt="CSS-Tricks #37: Status, Fluid and Menu Bar Apps" height="110" src="http://www.bestechvideos.com//thumbnails/0000/9983/14550_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Fair warning: this screencast is fairly Mac-specific and I ramble on about all kind of random non-web design related stuff. I introduce the new web app Status that I've been working on. Then I show Fluid, which is a Mac app for creating site-specific desktop applications and create one for Status. Then while I was on the subject, I introduce a few other Menu Bar applications that I find indispensable.</p><p><a href="http://www.bestechvideos.com/2008/09/27/css-tricks-37-status-fluid-and-menu-bar-apps">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/os">OS</a>, <a href="http://www.bestechvideos.com/category/os/macos">MacOS</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Fri, 03 Oct 2008 14:36:07 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/09/27/css-tricks-37-status-fluid-and-menu-bar-apps</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/09/27/css-tricks-37-status-fluid-and-menu-bar-apps</comments>
    </item>
    <item>
      <title>CSS-Tricks #36: Current Nav Highlighting: Using PHP to Set the Body ID</title>
      <link>http://www.bestechvideos.com/2008/09/17/css-tricks-36-current-nav-highlighting-using-php-to-set-the-body-id</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/09/17/css-tricks-36-current-nav-highlighting-using-php-to-set-the-body-id"><img alt="CSS-Tricks #36: Current Nav Highlighting: Using PHP to Set the Body ID" height="110" src="http://www.bestechvideos.com//thumbnails/0000/9729/14425_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>One of the more efficient ways to handle current navigation highlighting is to give each of your navigation items a unique class name. Then give each page a unique ID on the body element. Then CSS can control what each navigation item looks like based on that body ID. But what if you are using a CMS like WordPress which includes that body tag as part of a template? In this case, we can use PHP to look at the URI of the page and create the ID based on that. Nifty trick!</p><p><a href="http://www.bestechvideos.com/2008/09/17/css-tricks-36-current-nav-highlighting-using-php-to-set-the-body-id">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/development/php">PHP</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Thu, 18 Sep 2008 07:17:10 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/09/17/css-tricks-36-current-nav-highlighting-using-php-to-set-the-body-id</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/09/17/css-tricks-36-current-nav-highlighting-using-php-to-set-the-body-id</comments>
    </item>
    <item>
      <title>CSS-Tricks #35: Intro to jQuery 2</title>
      <link>http://www.bestechvideos.com/2008/09/12/css-tricks-35-intro-to-jquery-2</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/09/12/css-tricks-35-intro-to-jquery-2"><img alt="CSS-Tricks #35: Intro to jQuery 2" height="110" src="http://www.bestechvideos.com//thumbnails/0000/9359/14265_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Starting off where we left off last time, we continue exploring the possibilities of jQuery. We revisit some of the old functions and make them do some smarter things. We explore a simple variable and an IF/ELSE statement. Then we look at the AJAX-y .load() function, the CSS function, and then finish off by writing out own custom function and going over how that layer of abstraction can help us keep our code clean. Semantics counts in JavaScript too!</p><p><a href="http://www.bestechvideos.com/2008/09/12/css-tricks-35-intro-to-jquery-2">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/web-tech/ajax">AJAX</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Fri, 12 Sep 2008 08:52:43 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/09/12/css-tricks-35-intro-to-jquery-2</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/09/12/css-tricks-35-intro-to-jquery-2</comments>
    </item>
    <item>
      <title>CSS-Tricks #34: Integrating and Customizing Google Maps</title>
      <link>http://www.bestechvideos.com/2008/09/04/css-tricks-34-integrating-and-customizing-google-maps</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/09/04/css-tricks-34-integrating-and-customizing-google-maps"><img alt="CSS-Tricks #34: Integrating and Customizing Google Maps" height="110" src="http://www.bestechvideos.com//thumbnails/0000/8923/14047_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Google maps, with all the dragging and zooming and satellite view and all, is my mapping service of choice. Google offers an free API for their maps so you can integrate them right onto your site. Set you own default location, zoom level, widgetry. Even add your own markers with custom balloons. Remember though, if a map and directions are vital to your site, nothing beats some &quot;plain English&quot; directions.</p><p><a href="http://www.bestechvideos.com/2008/09/04/css-tricks-34-integrating-and-customizing-google-maps">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/companies/google">Google</a>]]>
      </description>
      <pubDate>Thu, 04 Sep 2008 09:16:26 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/09/04/css-tricks-34-integrating-and-customizing-google-maps</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/09/04/css-tricks-34-integrating-and-customizing-google-maps</comments>
    </item>
    <item>
      <title>CSS-Tricks #33: eCommerce Product Page Makeover</title>
      <link>http://www.bestechvideos.com/2008/08/28/css-tricks-33-ecommerce-product-page-makeover</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/08/28/css-tricks-33-ecommerce-product-page-makeover"><img alt="CSS-Tricks #33: eCommerce Product Page Makeover" height="110" src="http://www.bestechvideos.com//thumbnails/0000/8747/13956_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>I subscribe to the theory that web page redesigns should be evolutionary not revolutionary. Making small changes, tweaks, and upgrades over time leads to a higher quality design than up and redesigning the entire thing on a whim or as a reaction. In this screencast, we take open up a screenshot of an eCommerce sites product page in Photoshop and start moving things around and making changes. Then we'll take a look at the updated page on the live site. It's like CSS-Tricks Screencast: Makeover Edition!</p><p><a href="http://www.bestechvideos.com/2008/08/28/css-tricks-33-ecommerce-product-page-makeover">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Fri, 29 Aug 2008 12:05:47 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/08/28/css-tricks-33-ecommerce-product-page-makeover</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/08/28/css-tricks-33-ecommerce-product-page-makeover</comments>
    </item>
    <item>
      <title>CSS-Tricks #32: Using the Unit PNG Fix</title>
      <link>http://www.bestechvideos.com/2008/08/21/css-tricks-32-using-the-unit-png-fix</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/08/21/css-tricks-32-using-the-unit-png-fix"><img alt="CSS-Tricks #32: Using the Unit PNG Fix" height="110" src="http://www.bestechvideos.com//thumbnails/0000/8295/13742_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Designing using alpha-transparent PNGs makes life so much easier and cooler designs possible. As we are all painfully aware, IE 6 and under do not support them. They display... but any areas of alpha transparancy get turned into nasty blue-gray and are anything but transparent. There is a way to force IE to respect the alpha transparency though, commonly referred to as the PNG hack. There are various methods, all boiling down to the use of a proprietary Microsoft CSS &quot;filter&quot;. A newcomer on the scene is the &quot;Unit PNG Fix&quot; which is ridiculously easy to use. Simply link up a very tiny JavaScript file in your header and you are done!</p><p><a href="http://www.bestechvideos.com/2008/08/21/css-tricks-32-using-the-unit-png-fix">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Thu, 21 Aug 2008 05:13:47 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/08/21/css-tricks-32-using-the-unit-png-fix</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/08/21/css-tricks-32-using-the-unit-png-fix</comments>
    </item>
    <item>
      <title>CSS-Tricks #31: Introduction to Google Analytics</title>
      <link>http://www.bestechvideos.com/2008/08/14/css-tricks-31-introduction-to-google-analytics</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/08/14/css-tricks-31-introduction-to-google-analytics"><img alt="CSS-Tricks #31: Introduction to Google Analytics" height="110" src="http://www.bestechvideos.com//thumbnails/0000/8059/13636_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Google Analytics is a free service to track all sorts of information about the visitors to your website. I recently had a weird experience with the Analytics on CSS-Tricks, so I thought it would be a good time to introduce it to folks who might not already know much about it and also share that experience. As with most things, it has its ups and downs, so I introduce an alternative product at the end as well.</p><p><a href="http://www.bestechvideos.com/2008/08/14/css-tricks-31-introduction-to-google-analytics">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/science">Science</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/science/statistics">Statistics</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Sun, 17 Aug 2008 19:27:04 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/08/14/css-tricks-31-introduction-to-google-analytics</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/08/14/css-tricks-31-introduction-to-google-analytics</comments>
    </item>
    <item>
      <title>CSS-Tricks #30: Creating and Sending HTML Email</title>
      <link>http://www.bestechvideos.com/2008/08/08/css-tricks-30-creating-and-sending-html-email</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/08/08/css-tricks-30-creating-and-sending-html-email"><img alt="CSS-Tricks #30: Creating and Sending HTML Email" height="110" src="http://www.bestechvideos.com//thumbnails/0000/7965/13594_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Designing HTML Email is far cry from regular web design. Sure, they both us HTML elements, but the whole philosophy is different. In this world, you gotta do all you can do to make sure this single design is as viewable as absoulely possible in all email clients, and there are a heck of a lot more email clients than their are browsers. HTML Emails are all about table based layouts, inline styling, and direct URL's. Codin' like it's 1999.</p><p><a href="http://www.bestechvideos.com/2008/08/08/css-tricks-30-creating-and-sending-html-email">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Fri, 08 Aug 2008 06:41:09 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/08/08/css-tricks-30-creating-and-sending-html-email</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/08/08/css-tricks-30-creating-and-sending-html-email</comments>
    </item>
    <item>
      <title>CSS-Tricks #29: Google Search for Your Site</title>
      <link>http://www.bestechvideos.com/2008/07/30/css-tricks-29-google-search-for-your-site</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/30/css-tricks-29-google-search-for-your-site"><img alt="CSS-Tricks #29: Google Search for Your Site" height="110" src="http://www.bestechvideos.com//thumbnails/0000/7529/13396_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Integrating search on a website can be an incredibly complex subject far beyond my web development skills. Fortunately, Google offers a service called &quot;Custom Search Engine&quot; which you can integrate right into your own site. This leverages Googles awesome search power, and it can all happen directly on your own website!</p><p><a href="http://www.bestechvideos.com/2008/07/30/css-tricks-29-google-search-for-your-site">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/companies/google">Google</a>]]>
      </description>
      <pubDate>Wed, 30 Jul 2008 08:10:42 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/30/css-tricks-29-google-search-for-your-site</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/30/css-tricks-29-google-search-for-your-site</comments>
    </item>
    <item>
      <title>CSS-Tricks #28: Using Wufoo for Web Forms</title>
      <link>http://www.bestechvideos.com/2008/07/23/css-tricks-28-using-wufoo-for-web-forms</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/23/css-tricks-28-using-wufoo-for-web-forms"><img alt="CSS-Tricks #28: Using Wufoo for Web Forms" height="110" src="http://www.bestechvideos.com//thumbnails/0000/7243/13255_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Anytime anyone asks me about forms, I always mention Wufoo. At work and at home, almost every single form I create I just use Wufoo. It makes form creation so easy it's almost entertaining. In this screencast I walk you through how to get started with Wufoo and start using some of its more advanced features like custom themes, integrating PayPal payment, creating public reports, and user management.</p><p><a href="http://www.bestechvideos.com/2008/07/23/css-tricks-28-using-wufoo-for-web-forms">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Wed, 23 Jul 2008 17:46:33 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/23/css-tricks-28-using-wufoo-for-web-forms</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/23/css-tricks-28-using-wufoo-for-web-forms</comments>
    </item>
    <item>
      <title>CSS-Tricks #27: Designing for Wordpress: Part Three</title>
      <link>http://www.bestechvideos.com/2008/07/17/css-tricks-27-designing-for-wordpress-part-three</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/17/css-tricks-27-designing-for-wordpress-part-three"><img alt="CSS-Tricks #27: Designing for Wordpress: Part Three" height="110" src="http://www.bestechvideos.com//thumbnails/0000/6821/13078_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In part three of this series, we finish up the structure of the site and start diving into the details. The typography is set up, the right sidebar is set up, and the footer if flushed out. Then we use SimplePie to pull in the external RSS feed and jQuery to pull in the &quot;social&quot; stuff. Not exactly WordPress related, but I warned you! Then we look at styling up the rest of the WordPress layout types like Single pages (with comment styling) and Pages. At the end we pop open the design in a bunch of different browsers to see how it holds up.</p><p><a href="http://www.bestechvideos.com/2008/07/17/css-tricks-27-designing-for-wordpress-part-three">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/web-tech/rss">RSS</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Thu, 17 Jul 2008 19:30:53 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/17/css-tricks-27-designing-for-wordpress-part-three</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/17/css-tricks-27-designing-for-wordpress-part-three</comments>
    </item>
    <item>
      <title>CSS-Tricks #24: Rounded Corners</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-24-rounded-corners</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-24-rounded-corners"><img alt="CSS-Tricks #24: Rounded Corners" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4833/12387_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>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 techniques has advantages and disadvantages. Knowing all of them so you can choose the perfect one in each situation is the kind of thing that makes you the best CSS ninja you can be!</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-24-rounded-corners">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Wed, 09 Jul 2008 18:45:06 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-24-rounded-corners</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-24-rounded-corners</comments>
    </item>
    <item>
      <title>CSS-Tricks #25: Designing for Wordpress: Part One</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-25-designing-for-wordpress-part-one</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-25-designing-for-wordpress-part-one"><img alt="CSS-Tricks #25: Designing for Wordpress: Part One" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4835/12388_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>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 will be downloading and installing WordPress. Then we will install the &quot;Starkers&quot; theme by Elliot Jay Stocks to start with a completely fresh slate for our new design. No sense starting with the default theme, it's more trouble than it's worth! In part two, we will go over the theory behind designing for WordPress and how it's much like &quot;working modularly&quot; and actually get started designing. In part three, we will finish up the design and start in with some more advanced functionality.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-25-designing-for-wordpress-part-one">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Wed, 09 Jul 2008 18:44:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-25-designing-for-wordpress-part-one</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-25-designing-for-wordpress-part-one</comments>
    </item>
    <item>
      <title>CSS-Tricks #26: Designing for Wordpress: Part Two</title>
      <link>http://www.bestechvideos.com/2008/07/09/css-tricks-26-designing-for-wordpress-part-two</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/09/css-tricks-26-designing-for-wordpress-part-two"><img alt="CSS-Tricks #26: Designing for Wordpress: Part Two" height="110" src="http://www.bestechvideos.com//thumbnails/0000/5221/12580_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>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 we take a look at the Photoshop design and note some of the important aspects. Layout, color palette and font choices are all imporant things to consider as well as the overall feel. WordPress sites don't need to scream &quot;Blog!&quot; unless you want them to. Then we take a look at the modular nature of a WordPress theme and start altering the markup of the files and writing CSS. In part three, we will continue touching up the design, adding details and content. We may get to the finishing touches of adding the &quot;extra-content&quot; stuff like the Twitter feed, or that might be a part four.</p><p><a href="http://www.bestechvideos.com/2008/07/09/css-tricks-26-designing-for-wordpress-part-two">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Wed, 09 Jul 2008 18:44:43 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/09/css-tricks-26-designing-for-wordpress-part-two</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/09/css-tricks-26-designing-for-wordpress-part-two</comments>
    </item>
    <item>
      <title>CSS-Tricks #23: Conditional Stylesheets</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-23-conditional-stylesheets</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-23-conditional-stylesheets"><img alt="CSS-Tricks #23: Conditional Stylesheets" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4831/12386_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Internet Explorer provides a way to target CSS styling information specifically for its different versions. These &quot;conditional stylesheets&quot; are the best way to handle CSS problems that pop up with your page in IE. They aren't &quot;hacks&quot; (which are liable to cause problems with new browsers down the road), they are perfectly valid code. Just be careful not to overdo it and make things more complicated for yourself.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-23-conditional-stylesheets">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Wed, 09 Jul 2008 17:13:35 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-23-conditional-stylesheets</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-23-conditional-stylesheets</comments>
    </item>
    <item>
      <title>CSS-Tricks #22: Cutting Clipping Paths</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-22-cutting-clipping-paths</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-22-cutting-clipping-paths"><img alt="CSS-Tricks #22: Cutting Clipping Paths" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4829/12385_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>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 are a variety of ways to make selections in Photoshop, but drawing a real vector path is the most tried-and-true and highest quality way to do so. Mastering this tool will make you a better designer and help unleash your creative potential.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-22-cutting-clipping-paths">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>]]>
      </description>
      <pubDate>Wed, 09 Jul 2008 05:17:45 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-22-cutting-clipping-paths</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-22-cutting-clipping-paths</comments>
    </item>
    <item>
      <title>CSS-Tricks #21: Walkthrough of Contact Form</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-21-walkthrough-of-contact-form</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-21-walkthrough-of-contact-form"><img alt="CSS-Tricks #21: Walkthrough of Contact Form" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4827/12384_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In some ways, the Contact Form is the &quot;Hello, World!&quot; 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 a page as well as make a page truly functional. In this screencast I talk about contact forms in general as well as quickly walk through the design, creating, and functionality of Contact Form.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-21-walkthrough-of-contact-form">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 17:17:43 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-21-walkthrough-of-contact-form</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-21-walkthrough-of-contact-form</comments>
    </item>
    <item>
      <title>CSS-Tricks #20: Introduction to jQuery</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-20-introduction-to-jquery</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-20-introduction-to-jquery"><img alt="CSS-Tricks #20: Introduction to jQuery" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4825/12383_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>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 is a very basic introduction to including jQuery on your web page and getting started writing a few functions.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-20-introduction-to-jquery">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 14:42:57 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-20-introduction-to-jquery</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-20-introduction-to-jquery</comments>
    </item>
    <item>
      <title>CSS-Tricks #19: Designing a Unique Page for Twitter Updates</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-19-designing-a-unique-page-for-twitter-updates</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-19-designing-a-unique-page-for-twitter-updates"><img alt="CSS-Tricks #19: Designing a Unique Page for Twitter Updates" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4823/12382_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>This week I take you through the creation of simple webpage to display your recent 'Tweets' from Twitter from start to finish. This covers the design in Photoshop, to including the javascript stuff provided by Twitter to the markup, to the CSS to style the page.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-19-designing-a-unique-page-for-twitter-updates">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/development/javascript">Javascript</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 13:01:06 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-19-designing-a-unique-page-for-twitter-updates</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-19-designing-a-unique-page-for-twitter-updates</comments>
    </item>
    <item>
      <title>CSS-Tricks #18: Introduction to the Band Website Template</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-18-introduction-to-the-band-website-template</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-18-introduction-to-the-band-website-template"><img alt="CSS-Tricks #18: Introduction to the Band Website Template" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4821/12381_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>I have recently released a side project called the <a href="http://bandwebsitetemplate.com/">Band Website Template</a>. This is just a quick tour of it, explaining why it was built and why I think it can be useful for bands and their web designers.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-18-introduction-to-the-band-website-template">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 11:56:18 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-18-introduction-to-the-band-website-template</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-18-introduction-to-the-band-website-template</comments>
    </item>
    <item>
      <title>CSS-Tricks #17: Sliding Doors Button</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-17-sliding-doors-button</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-17-sliding-doors-button"><img alt="CSS-Tricks #17: Sliding Doors Button" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4819/12380_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>While sliding doors is far from a new concept and will be obsoleted once we see wider support for multiple backgrounds (CSS3), it is still a good one for your bag-of-tricks. The theory is that if we have an extra hook in our markup, we can apply two overlapping background images to a single spot of text. When that text grows or shrinks, these overlapping images and reveal more of themselves creating the illusion it is a single expandable graphic. In this screencast we do a quickly example of how this can work for a button.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-17-sliding-doors-button">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 09:45:32 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-17-sliding-doors-button</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-17-sliding-doors-button</comments>
    </item>
    <item>
      <title>CSS-Tricks #16: Creating the Photoshop Mockup</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-16-creating-the-photoshop-mockup</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-16-creating-the-photoshop-mockup"><img alt="CSS-Tricks #16: Creating the Photoshop Mockup" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4817/12379_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>This episode is a prequal to episodes <a href="http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one">12</a>, <a href="http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two">13</a>, and <a href="http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three">14</a>. We go back to a blank Photoshop document and re-create it. There is no HTML/CSS in this episode, just pure Photoshop work.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-16-creating-the-photoshop-mockup">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 08:26:09 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-16-creating-the-photoshop-mockup</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-16-creating-the-photoshop-mockup</comments>
    </item>
    <item>
      <title>CSS-Tricks #15: Introduction to Firebug</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-15-introduction-to-firebug</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-15-introduction-to-firebug"><img alt="CSS-Tricks #15: Introduction to Firebug" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4815/12378_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Firebug is an essential Firefox extension for web designers and developers. You are able to quickly target any element on a page to see the markup, the CSS, the layout, and the DOM in an instant. Not only can you see all of this juicy information, you can edit and see the results directly in the browser window. This makes Firebug the go-to tool for debugging CSS trouble. Also indispensable for Javascript programmers.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-15-introduction-to-firebug">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Tue, 08 Jul 2008 05:25:51 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-15-introduction-to-firebug</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-15-introduction-to-firebug</comments>
    </item>
    <item>
      <title>CSS-Tricks #14: Converting a Photoshop Mockup: Part Two, Episode Three</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three"><img alt="CSS-Tricks #14: Converting a Photoshop Mockup: Part Two, Episode Three" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4813/12377_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>We wrap up the mockup conversion here in Episode Three. We create the &quot;article area&quot; and the &quot;sidebar&quot; (semantic class naming!), and then we clear the float. We use Firebug to steal the typography from the live CSS-Tricks. Then we fix up the header a little bit in Photoshop and use CSS Image Replacement for the logo.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 21:45:04 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-14-converting-a-photoshop-mockup-part-two-episode-three</comments>
    </item>
    <item>
      <title>CSS-Tricks #13: Converting a Photoshop Mockup: Part Two, Episode Two</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two"><img alt="CSS-Tricks #13: Converting a Photoshop Mockup: Part Two, Episode Two" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4811/12376_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In Episode Two of this series, we continue on with the structure of the site. In Photoshop, we create the three different states of the menu, then slice them up and use the CSS sprites technique to create the rollover and &quot;on&quot; states for the tabs. We then create the main content area and footer.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 18:04:07 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-13-converting-a-photoshop-mockup-part-two-episode-two</comments>
    </item>
    <item>
      <title>CSS-Tricks #12: Converting a Photoshop Mockup: Part Two, Episode One</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one"><img alt="CSS-Tricks #12: Converting a Photoshop Mockup: Part Two, Episode One" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4809/12375_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>There has been LOTS of great feedback on the first series of Converting a Photoshop Mockup into HTML/CSS. So let's do it again! Every website is different will require different conversion technqiues so there will be plenty to learn this time around that will be different from last time. The mockup we will be using here is a mini-version of the current version of CSS-Tricks itself!</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/photoshop">Photoshop</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 15:35:41 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-12-converting-a-photoshop-mockup-part-two-episode-one</comments>
    </item>
    <item>
      <title>CSS-Tricks #11: Working Modularly with PHP</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-11-working-modularly-with-php</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-11-working-modularly-with-php"><img alt="CSS-Tricks #11: Working Modularly with PHP" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4807/12374_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Many sites do not use any fancy Content Managment System (CMS) to generate their pages, they are just just good ol' static HTML content. A site for your grandmothers pie baking business probably only has a few pages, perhaps a homepage, about page, and contact page. Each of these pages has different main content, but much of it stays exactly the same, like the header, navigation, and footer. Think of these sections as &quot;modules&quot; that you can easily use PHP to insert into the page. This way, making changes to those sections changes all the pages at the same time, saving you time and potentially mistakes. At the end, I show you how you can still achieve unique effects in your navigation despite the code being identical.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-11-working-modularly-with-php">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/development/php">PHP</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 12:11:32 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-11-working-modularly-with-php</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-11-working-modularly-with-php</comments>
    </item>
    <item>
      <title>CSS-Tricks #10: Fixed Width, Fluid Width &amp; Elastic Width</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-10-fixed-width-fluid-width-elastic-width</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-10-fixed-width-fluid-width-elastic-width"><img alt="CSS-Tricks #10: Fixed Width, Fluid Width &amp; Elastic Width" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4805/12373_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>There are three different types of layouts for websites: Fixed Width, Fluid Width, and Elastic Width. In this screencast we look at all these three varieties of sites out on the web as well as some hybrid sites and other techniques for making use of wider browser windows. True &quot;fixed width&quot; sites will be a thing of the past when the modern browsers of today take hold in greater numbers. Opera 9, Firefox 3, and IE 8 all have &quot;zoom&quot; abilities, which make fixed width sites behave like elastic width sites. At the end of the screencast I show a very simple example of you you can get started with all three types.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-10-fixed-width-fluid-width-elastic-width">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 09:19:13 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-10-fixed-width-fluid-width-elastic-width</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-10-fixed-width-fluid-width-elastic-width</comments>
    </item>
    <item>
      <title>CSS-Tricks #9: Starry Night: 3D Background with the Parallax Effect</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-9-starry-night-3d-background-with-the-parallax-effect</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-9-starry-night-3d-background-with-the-parallax-effect"><img alt="CSS-Tricks #9: Starry Night: 3D Background with the Parallax Effect" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4803/12372_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Using three layers of alpha transparent PNG files, we can can create a pseudo 3-dimensional looking background for a web page. This screencast covers how to do that from start to finish. Since Internet Explorer 6 and under do not support alpha transparency in PNG's, this screencase also covers how to create a warning message that will display only in those browsers.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-9-starry-night-3d-background-with-the-parallax-effect">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Mon, 07 Jul 2008 07:57:01 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-9-starry-night-3d-background-with-the-parallax-effect</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-9-starry-night-3d-background-with-the-parallax-effect</comments>
    </item>
    <item>
      <title>CSS-Tricks #8: CSS Formatting</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-8-css-formatting</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-8-css-formatting"><img alt="CSS-Tricks #8: CSS Formatting" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4801/12371_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Being organized and using good formatting in your CSS files can save you lots of time and frustration during your development process and especially during troubleshooting. The multi-line format makes it easy to browse attributes but makes your file vertically very long. The single-line format keeps your file vertically short which is nice for browsing selectors, but it's harder to browse attributes. You can also choose how you want to group your CSS statements. Do you do it by section, like header, content, footer? Or do you do it by types of attributes like typography and layout? Being organized, hierarchical, and using CSS shorthand will go a long way in making you a better CSS coder.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-8-css-formatting">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 13:27:26 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-8-css-formatting</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-8-css-formatting</comments>
    </item>
    <item>
      <title>CSS-Tricks #7: Three State Menu</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-7-three-state-menu</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-7-three-state-menu"><img alt="CSS-Tricks #7: Three State Menu" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4799/12370_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Using a variation of the CSS Sprites technique, we can create a &quot;three state&quot; menu using only one image per menu item. This reduces the number of requests on your server as well as elminates any &quot;pauses&quot; while moving to a different state like some other techniques can have. This tutorial takes you all the way through the process of creating the images to the HTML to the CSS.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-7-three-state-menu">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 12:00:32 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-7-three-state-menu</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-7-three-state-menu</comments>
    </item>
    <item>
      <title>CSS-Tricks #6: Tools of the Trade</title>
      <link>http://www.bestechvideos.com/2008/07/06/css-tricks-6-tools-of-the-trade</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-6-tools-of-the-trade"><img alt="CSS-Tricks #6: Tools of the Trade" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4797/12369_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Before I get too far along in these screencasts, I thought I would introduce you a little to my working enviornment and explain the tools that I use. First off, I work on a Mac, so these tools are Mac software. This isn't an endorsement of any particular working enviorment, I just want everyone to know, see, and understand what these programs are that I will be switching bank and forth between in upcoming podcasts.</p><p><a href="http://www.bestechvideos.com/2008/07/06/css-tricks-6-tools-of-the-trade">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/os">OS</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 11:25:25 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/06/css-tricks-6-tools-of-the-trade</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/06/css-tricks-6-tools-of-the-trade</comments>
    </item>
    <item>
      <title>CSS-Tricks #5: Columns of Equal Height: Super Simple Two Column Layout</title>
      <link>http://www.bestechvideos.com/2008/07/05/css-tricks-5-columns-of-equal-height-super-simple-two-column-layout</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-5-columns-of-equal-height-super-simple-two-column-layout"><img alt="CSS-Tricks #5: Columns of Equal Height: Super Simple Two Column Layout" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4735/12338_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>Forcing multiple columns to be of equal height is one of those tricky things in web design. In this screencast I'll show you a little trick around it. Instead of making the actual elements themselves equal height, we'll use a background image to &quot;fake&quot; the look of equal height columns.</p><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-5-columns-of-equal-height-super-simple-two-column-layout">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 08:04:21 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/05/css-tricks-5-columns-of-equal-height-super-simple-two-column-layout</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/05/css-tricks-5-columns-of-equal-height-super-simple-two-column-layout</comments>
    </item>
    <item>
      <title>CSS-Tricks #4: Forcing Scrollbars: Eliminating &quot;Horizonatal Jumps&quot;</title>
      <link>http://www.bestechvideos.com/2008/07/05/css-tricks-4-forcing-scrollbars-eliminating-horizonatal-jumps</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-4-forcing-scrollbars-eliminating-horizonatal-jumps"><img alt="CSS-Tricks #4: Forcing Scrollbars: Eliminating &quot;Horizonatal Jumps&quot;" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4733/12337_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In this screencast I talk about how to force vertical scrollbars onto websites. Without doing this, pages with centered content can appear to &quot;jump&quot; to the left or right when going from a page that needs to vertically scroll to one that does not (and visa versa). I cover two different major techniques for doing this, since they both have their advantages and disadvantages between different browsers.</p><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-4-forcing-scrollbars-eliminating-horizonatal-jumps">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 07:14:32 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/05/css-tricks-4-forcing-scrollbars-eliminating-horizonatal-jumps</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/05/css-tricks-4-forcing-scrollbars-eliminating-horizonatal-jumps</comments>
    </item>
    <item>
      <title>CSS-Tricks #3: Converting a Photoshop Mockup (part 3 of 3)</title>
      <link>http://www.bestechvideos.com/2008/07/05/css-tricks-3-converting-a-photoshop-mockup-part-3-of-3</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-3-converting-a-photoshop-mockup-part-3-of-3"><img alt="CSS-Tricks #3: Converting a Photoshop Mockup (part 3 of 3)" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4731/12336_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>I finish up the design in part three of this series on coverting an Adobe Photoshop website mockup into an actual HTML/CSS website. This one focuses on the main content area. I create the the columns including the &quot;quick links&quot; section. I also talk a little bit about typography.</p><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-3-converting-a-photoshop-mockup-part-3-of-3">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>]]>
      </description>
      <pubDate>Sun, 06 Jul 2008 06:20:47 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/05/css-tricks-3-converting-a-photoshop-mockup-part-3-of-3</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/05/css-tricks-3-converting-a-photoshop-mockup-part-3-of-3</comments>
    </item>
    <item>
      <title>CSS-Tricks #2: Converting a Photoshop Mockup (part 2 of 3)</title>
      <link>http://www.bestechvideos.com/2008/07/05/css-tricks-2-converting-a-photoshop-mockup-part-2-of-3</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-2-converting-a-photoshop-mockup-part-2-of-3"><img alt="CSS-Tricks #2: Converting a Photoshop Mockup (part 2 of 3)" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4729/12335_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In part two of this series on converting a Photoshop mockup to an HTML/CSS Website I continue on with the header/menu section of the site. I change the way in which the site is centered when I decide to wrap the entire site in a page-wrap div instead of centering each major page element. Then I plug in some &quot;filler&quot; content for the main area before I end with building the footer.</p><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-2-converting-a-photoshop-mockup-part-2-of-3">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>]]>
      </description>
      <pubDate>Sat, 05 Jul 2008 21:02:46 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/05/css-tricks-2-converting-a-photoshop-mockup-part-2-of-3</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/05/css-tricks-2-converting-a-photoshop-mockup-part-2-of-3</comments>
    </item>
    <item>
      <title>CSS-Tricks #1: Converting a Photoshop Mockup (part 1 of 3)</title>
      <link>http://www.bestechvideos.com/2008/07/05/css-tricks-1-converting-a-photoshop-mockup-part-1-of-3</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-1-converting-a-photoshop-mockup-part-1-of-3"><img alt="CSS-Tricks #1: Converting a Photoshop Mockup (part 1 of 3)" height="110" src="http://www.bestechvideos.com//thumbnails/0000/4727/12334_thumb.image" style="border: 1px solid #7f7f7f;" width="150" /></a></p></td><td valign="top"><p>In this first-ever video podcast, I start the conversion process of an Adobe Photoshop mockup of a website, into a real live CSS based website. This is pretty rough here folks, I'm sure these will get more focused with time. Please let me have it with criticisms at my <a href="http://css-tricks.com/contact">contact page</a>.</p><p><a href="http://www.bestechvideos.com/2008/07/05/css-tricks-1-converting-a-photoshop-mockup-part-1-of-3">Read more about this video…</a></p></td></tr></table><p><b>Want to control this feed contents?</b>&nbsp;<a href="http://www.bestechvideos.com/user/all/signup">Sign up here</a> and create your own feed!</p><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/design/css">CSS</a>, <a href="http://www.bestechvideos.com/category/broadcasting/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/design">Design</a>]]>
      </description>
      <pubDate>Sat, 05 Jul 2008 17:19:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2008/07/05/css-tricks-1-converting-a-photoshop-mockup-part-1-of-3</guid>
      <author>Dmytro Shteflyuk</author>
      <comments>http://www.bestechvideos.com/2008/07/05/css-tricks-1-converting-a-photoshop-mockup-part-1-of-3</comments>
    </item>
  </channel>
</rss>
