<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Freelance Web Designer &#187; CSS3</title>
	<atom:link href="http://vhg-design.com/blog/category/css3/feed" rel="self" type="application/rss+xml" />
	<link>http://vhg-design.com/blog</link>
	<description>Just another blog for design, css, html ... and probably something else</description>
	<lastBuildDate>Sun, 14 Aug 2011 08:30:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>20 Really Useful HTML5 Tutorials &#124; slodive.com</title>
		<link>http://vhg-design.com/blog/css3/20-really-useful-html5-tutorials-slodive-com</link>
		<comments>http://vhg-design.com/blog/css3/20-really-useful-html5-tutorials-slodive-com#comments</comments>
		<pubDate>Sun, 14 Aug 2011 08:30:37 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=218</guid>
		<description><![CDATA[HTML5 is the talk of the town and everyone seems to be talking about it. If you still haven’t started working on it because you find it difficult, we have very resourceful list of HTML5 tutorials and articles that will &#8230; <a href="http://vhg-design.com/blog/css3/20-really-useful-html5-tutorials-slodive-com">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>HTML5 is the talk of the town and everyone seems to be talking about it. If you still haven’t started working on it because you find it difficult, we have very resourceful list of HTML5 tutorials and articles that will remove your slightest of doubts.</p>
<p>If you like this article, you might be interested in some of our older articles on HTML5 Examples, HTML5 Canvas Applications, HTML5 Versus Flash, andHTML Cheat Sheets.</p>
<p><a href="http://slodive.com/web-development/20-html5-tutorials/" target="_blank">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/20-really-useful-html5-tutorials-slodive-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling ordered list numbers &#124; 456 Berea Street</title>
		<link>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street</link>
		<comments>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street#comments</comments>
		<pubDate>Thu, 26 May 2011 12:52:33 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=206</guid>
		<description><![CDATA[&#8220;I’ve always been annoyed by how difficult it is to style the numbers of ordered lists. Quite often a design calls for something other than just a plain figure – a different font, size, colour, background, whatever. The traditional approach &#8230; <a href="http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;I’ve always been annoyed by how difficult it is to style the numbers of ordered lists. Quite often a design calls for something other than just a plain figure – a different font, size, colour, background, whatever.</p>
<p>The traditional approach to solving this problem has been to prevent the browser from rendering the numbers of the list items (li elements) and instead hard code the numbers in the text content of the li. That makes it possible to add styling hooks to the number and style away until you’re happy.</p>
<p>Doing it that way works visually, but it isn’t exactly a semantically correct way of using lists. When you view a faked numbered list with CSS disabled you see either a list with the item numbers repeated or a list with bullets and numbers, and that feels backwards to me.&#8221;</p>
<p><a href="http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/" target="_blank">View Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/styling-ordered-list-numbers-456-berea-street/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50+ Awesome CSS3 Techniques for Better Designs &#124; Webdesigner Depot</title>
		<link>http://vhg-design.com/blog/css3/50-awesome-css3-techniques-for-better-designs-webdesigner-depot</link>
		<comments>http://vhg-design.com/blog/css3/50-awesome-css3-techniques-for-better-designs-webdesigner-depot#comments</comments>
		<pubDate>Tue, 25 Jan 2011 14:15:33 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=200</guid>
		<description><![CDATA[CSS3 is gaining momentum, despite the fact that the standard hasn’t even been finalized. There are hundreds of tutorials out there to teach designers how to use it, but unfortunately a lot of them cover the same ground. And some &#8230; <a href="http://vhg-design.com/blog/css3/50-awesome-css3-techniques-for-better-designs-webdesigner-depot">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>CSS3 is gaining momentum, despite the fact that the standard hasn’t  even been finalized.</p>
<p>There are hundreds of tutorials out there to teach designers how to use it, but unfortunately a lot of them cover the same ground.</p>
<p>And some of the tutorials teach designers to do things that they might not think of as useful, though the techniques can usually be adapted to fit a project perfectly.</p>
<p>Below are more than fifty awesome CSS3 tutorials. Many are strictly CSS and HTML  based, while others also incorporate JavaScript.</p>
<p><a href="http://www.webdesignerdepot.com/2011/01/50-awesome-css3-techniques-for-better-designs/" target="_blank">View Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/50-awesome-css3-techniques-for-better-designs-webdesigner-depot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Three — Connecting The Dots</title>
		<link>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots</link>
		<comments>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots#comments</comments>
		<pubDate>Wed, 09 Jun 2010 13:19:40 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=193</guid>
		<description><![CDATA[As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow &#38; border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a &#8230; <a href="http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a web community, we’ve made a lot of exciting progress in regards to CSS3.  We’ve put properties like <code>text-shadow</code> &amp; <code>border-radius</code> to good use while stepping into <code>background-clip</code> and visual effects like transitions and animations. We’ve also spent a great deal of time debating how and when to implement these properties. Just because a property isn’t widely supported by browsers or fully documented at the moment, it doesn’t mean that we shouldn’t be working with it. In fact, I’d argue the opposite.</p>
<p>Best practices for CSS3 usage need to be hashed out in blog posts, during spare time, and outside of client projects. Coming up with creative and sensible ways to get the most out of CSS3 will require the kind of experimentation wherein developers gladly trade ten failures for a single success. Right now, there are tons of property combinations and uses out there waiting to be discovered. All we have to do is connect the dots. It’s time to get your hands dirty and innovate!</p>
<p><a href="http://www.smashingmagazine.com/2010/05/27/css-three-connecting-the-dots/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/html/css-three-%e2%80%94-connecting-the-dots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Basics of CSS3 &#124; webdesignerwall</title>
		<link>http://vhg-design.com/blog/css3/the-basics-of-css3-webdesignerwall</link>
		<comments>http://vhg-design.com/blog/css3/the-basics-of-css3-webdesignerwall#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:05:49 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Border Radius]]></category>
		<category><![CDATA[Box Shadow]]></category>
		<category><![CDATA[RGBA]]></category>
		<category><![CDATA[Text Shadow]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=186</guid>
		<description><![CDATA[Last week I posted a CSS3 dropdown menu and someone complained that I didn’t explain the CSS code in detail. Well, here is a post on the basics of the new properties: text-shadow, box-shadow, and border-radius. These CSS3 properties are &#8230; <a href="http://vhg-design.com/blog/css3/the-basics-of-css3-webdesignerwall">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I posted a CSS3 dropdown menu and someone complained that I didn’t explain the CSS code in detail. Well, here is a post on the basics of the new properties: text-shadow, box-shadow, and border-radius. These CSS3 properties are commonly used to enhance layout and good to know.</p>
<p><a href="http://www.webdesignerwall.com/tutorials/the-basics-of-css3/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/the-basics-of-css3-webdesignerwall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS bar charts—styling data with CSS3 and progressive enhancement</title>
		<link>http://vhg-design.com/blog/css/css-bar-charts%e2%80%94styling-data-with-css3-and-progressive-enhancement</link>
		<comments>http://vhg-design.com/blog/css/css-bar-charts%e2%80%94styling-data-with-css3-and-progressive-enhancement#comments</comments>
		<pubDate>Sat, 06 Mar 2010 09:40:50 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS3 Data Visualisation Progressive Enhancement]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=180</guid>
		<description><![CDATA[Bar charts in CSS are neither very new, or very difficult. Using some pretty basic styling you can force lists etc into resembling graphs and charts fairly easily. Such charts, in their most basic form, work perfectly well in displaying &#8230; <a href="http://vhg-design.com/blog/css/css-bar-charts%e2%80%94styling-data-with-css3-and-progressive-enhancement">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bar charts in CSS are neither very new, or very difficult. Using some pretty basic styling you can force lists etc into resembling graphs and charts fairly easily. Such charts, in their most basic form, work perfectly well in displaying and presenting the data they represent. However, using some rich CSS3 and progressive enhancement, you can really start pushing the display and presentation of these normally boring documents to the next level. They are also an ideal way in which to demonstrate the power and ability of progressive enhancement.</p>
<p><a href="http://csswizardry.com/2010/02/css-bar-charts-styling-data-with-css3-and-progressive-enhancement/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/css-bar-charts%e2%80%94styling-data-with-css3-and-progressive-enhancement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We’re Ready for CSS3, but are we Ready for CSS3?</title>
		<link>http://vhg-design.com/blog/css3/we%e2%80%99re-ready-for-css3-but-are-we-ready-for-css3</link>
		<comments>http://vhg-design.com/blog/css3/we%e2%80%99re-ready-for-css3-but-are-we-ready-for-css3#comments</comments>
		<pubDate>Sat, 27 Feb 2010 11:03:03 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/2010/we%e2%80%99re-ready-for-css3-but-are-we-ready-for-css3/</guid>
		<description><![CDATA[We’re Ready for CSS3, but are we Ready for CSS3? We’re all smitten with CSS3. It’s reinvigorated that sense of newness that CSS and Web Standards brought our way just a few years ago. We’re able to more easily replicate &#8230; <a href="http://vhg-design.com/blog/css3/we%e2%80%99re-ready-for-css3-but-are-we-ready-for-css3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>We’re Ready for CSS3, but are we Ready for CSS3?</h1>
<p>We’re all smitten with CSS3. It’s reinvigorated that sense of newness that CSS and Web Standards brought our way just a few years ago. We’re able to more easily replicate the set of design standards that has become nearly universal much faster than before with just a few CSS declarations. There are a number of CSS3 rules I’d be writing for every project, but I’m just not sure it’s as ready for prime time as many designers are making it out to be.</p>
<p>I’m having an honest-to-goodness back and forth with myself on this issue because I sympathize with two opposing sides to the same issue. I’ve thought about it so much that I’m not sure it’s as much of an issue I’m making it out to be, but would definitely love to have a targeted conversation about it.</p>
<p>I’d like to review the four rules I’d more than love to use without a second thought on every project I work on for the rest of my life, and explain the issues I’ve come up with (so far) regarding each.</p>
<p><a href="http://mondaybynoon.com/2010/02/08/were-ready-for-css3-but-are-we-ready-for-css3/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/we%e2%80%99re-ready-for-css3-but-are-we-ready-for-css3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Techniques You Should Know &#124; sixrevisions</title>
		<link>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions</link>
		<comments>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions#comments</comments>
		<pubDate>Sun, 07 Feb 2010 09:23:58 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=173</guid>
		<description><![CDATA[Many of you have probably heard all the buzz around CSS3, but exactly which techniques can we use today? In this article I’ll show you some different CSS3 techniques that work great in some of the leading browsers (i.e. Firefox, &#8230; <a href="http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of you have probably heard all the buzz around CSS3, but exactly which techniques can we use today? In this article I’ll show you some <strong>different CSS3 techniques</strong> that work great in some of the leading browsers (i.e. Firefox, Chrome, Safari, Opera ), and how they will degrade well in the non-supported browsers (i.e. Internet Explorer). Using browser specific extensions, many of the proposed CSS3 styles can be used today!</p>
<p>If you aren’t aware of the browser extensions, these are CSS styles with a vendor specific prefix. Since CSS3 is not fully supported yet, we must use these extensions. They are as follows:</p>
<ul>
<li>Mozilla/Firefox/Gecko: <code>-moz-</code></li>
<li>Webkit (Safari/Chrome): <code>-webkit-</code> (note: Some webkit prefixes only work in Safari, and not Chrome)</li>
</ul>
<p>As you might have guessed, one of the downsides of using these extensions is the fact that we must use all of the above prefixes to get the CSS3 style to render in Firefox, Safari, and Chrome. And no surprise to anyone, IE does not support CSS3 or do they have extensions like the other leading browsers. Alright, enough talking, lets dive right in! <em>Note: styles without a prefix are the actual W3 specification proposal.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/css3-techniques-you-should-know-sixrevisions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Best Tutorials To Learn CSS3 &#124; aext</title>
		<link>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext</link>
		<comments>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:15:34 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=161</guid>
		<description><![CDATA[In the last few years, web design has improved significantly. There are so many tutorials out there to increase the skills capacity web designers and web developers. Some popular browsers such as Firefox, Safari already supported some CSS3 properties, and &#8230; <a href="http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the last few years, web design has improved significantly. There are so many tutorials out there to increase the skills capacity web designers and web developers. Some popular browsers such as Firefox, Safari already supported some CSS3 properties, and now the designer has many CSS3 properties. Today, I will share some tutorials, tips and tricks about CSS3.</p>
<p><a href="http://aext.net/2010/01/10-best-tutorials-to-learn-css3/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/10-best-tutorials-to-learn-css3-aext/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Uses of CSS3 &#124; Viget</title>
		<link>http://vhg-design.com/blog/css3/practical-uses-of-css3-viget</link>
		<comments>http://vhg-design.com/blog/css3/practical-uses-of-css3-viget#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:42:11 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=154</guid>
		<description><![CDATA[&#8220;We are certainly at an interesting point in time with the web. There are new techniques being created every day, and as developers, we have the privilege of deciding how and when to use them. I&#8217;m the new guy at &#8230; <a href="http://vhg-design.com/blog/css3/practical-uses-of-css3-viget">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;We are certainly at an interesting point in time with the web. There are new techniques being created every day, and as developers, we have the privilege of deciding how and when to use them. I&#8217;m the new guy at Viget (only been here a few weeks), and every company is different, so it is interesting adapting to Viget&#8217;s standards. Some companies utilize <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a> more than others, and I love that we utilize it when we can.</p>
<p>One big item for me is how much we use CSS3. Yes I know, it is not fully supported across all browsers. If you still want everything to look exactly the same across all browsers, you should probably just close this article and not read about CSS for another 10 years. A user is not going to pull up your site in two different browsers to compare the experience, so they won&#8217;t even know what they are missing. Just because something is not fully supported, that does not mean that we can&#8217;t use it to an extent. In this article I&#8217;ll show you some practical uses for CSS3.&#8221;</p>
<p><a href="http://www.viget.com/inspire/practical-uses-of-css3/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css3/practical-uses-of-css3-viget/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

