<?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; HTML</title>
	<atom:link href="http://vhg-design.com/blog/category/html/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>25 HTML5 Features, Tips, and Techniques you Must Know &#124; NETTUTS</title>
		<link>http://vhg-design.com/blog/html/25-html5-features-tips-and-techniques-you-must-know-nettuts</link>
		<comments>http://vhg-design.com/blog/html/25-html5-features-tips-and-techniques-you-must-know-nettuts#comments</comments>
		<pubDate>Tue, 03 Aug 2010 05:49:11 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=197</guid>
		<description><![CDATA[This industry moves fast — really fast! If you’re not careful, you’ll be left in its dust. So, if you’re feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must &#8230; <a href="http://vhg-design.com/blog/html/25-html5-features-tips-and-techniques-you-must-know-nettuts">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This industry moves fast — really fast! If you’re not careful, you’ll be left in its dust. So, if you’re feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must know.</p>
<hr />
<h2>1. New Doctype</h2>
<p>Still using that pesky, impossible-to-memorize XHTML doctype?</p>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</pre>
<p>If so, why? Switch to the new HTML5 doctype. You’ll live longer — as Douglas Quaid might say.</p>
<pre>&lt;!DOCTYPE html&gt;</pre>
<p>In fact, did you know that it truthfully isn’t even really necessary for HTML5? However, it’s used for current, and older browsers that require a specified <code>doctype</code>. Browsers that do not understand this doctype will simply render the contained markup in standards mode. So, without worry, feel free to throw caution to the wind, and embrace the new HTML5 doctype.</p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/" target="_blank">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/html/25-html5-features-tips-and-techniques-you-must-know-nettuts/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>A JavaScript Content Switcher That Works Without JavaScript &#124; impressivewebs</title>
		<link>http://vhg-design.com/blog/css/a-javascript-content-switcher-that-works-without-javascript-impressivewebs</link>
		<comments>http://vhg-design.com/blog/css/a-javascript-content-switcher-that-works-without-javascript-impressivewebs#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:24:04 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Content Switcher]]></category>
		<category><![CDATA[no javascript]]></category>
		<category><![CDATA[pure css]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=188</guid>
		<description><![CDATA[Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and &#8230; <a href="http://vhg-design.com/blog/css/a-javascript-content-switcher-that-works-without-javascript-impressivewebs">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and noticed that the content switcher was still working (albeit, with a few flaws).</p>
<p>At first I couldn’t figure out how it was functioning. Normally, with JavaScript disabled, this type of content switcher (or content slider) will just display one item, or else display all items, without allowing any “switching” functionality. After some poking around, I realized it’s not a very difficult thing to do. The switcher utilizes in-page anchors and overflow: hidden to keep the switchability intact.</p>
<p><a href="http://www.impressivewebs.com/javascript-content-switcher-without-javascript/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/a-javascript-content-switcher-that-works-without-javascript-impressivewebs/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>Button Height and a Broken Box Model</title>
		<link>http://vhg-design.com/blog/css/button-height-and-a-broken-box-model</link>
		<comments>http://vhg-design.com/blog/css/button-height-and-a-broken-box-model#comments</comments>
		<pubDate>Sat, 06 Mar 2010 08:32:01 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[box model]]></category>
		<category><![CDATA[Button Height]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=178</guid>
		<description><![CDATA[When I figured out the workaround for line-heights in form buttons last week, I also discovered an interesting discrepancy (feature?) across all major browsers in terms of buttons and the box model. Check out this article for a more in-depth &#8230; <a href="http://vhg-design.com/blog/css/button-height-and-a-broken-box-model">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I figured out the workaround for line-heights in form buttons last week, I also discovered an interesting discrepancy (feature?) across all major browsers in terms of buttons and the box model. Check out this article for a more in-depth refresher on the CSS Box Model, but here’s a brief summary:</p>
<p><a href="http://www.cssnewbie.com/button-height-and-a-broken-box-model/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/button-height-and-a-broken-box-model/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adaptable view &#8211; how do they do it?</title>
		<link>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it</link>
		<comments>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it#comments</comments>
		<pubDate>Sat, 27 Feb 2010 11:42:47 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=176</guid>
		<description><![CDATA[Adaptable view is a user interface design pattern which you can use to allow users to manually change visual appearance of content in order to fit their needs. This is usually done by switching styles (in web sites and applications). This &#8230; <a href="http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adaptable view is a user interface design pattern which you can use to <strong>allow users to manually change visual appearance of content</strong> in order to fit their needs. This is usually done by switching styles (in web sites and applications). This way you provide your users with more control over the appearance of content which improves user experience.</p>
<p>Adaptable view can be used to enable users to increase/decrease font size, change background color, <a href="http://www.jankoatwarpspeed.com/post/2009/05/17/Use-jQuery-to-turn-off-the-lights-while-watching-videos.aspx">darken background</a> for higher contrast, switch between different site versions or to change the layout of the site or any part of it. To learn more about this pattern check out <a href="http://ui-patterns.com/pattern/AdaptableView">Adaptable View design pattern</a> on UI Patterns. You will find a strange implementation of this pattern where complete header is being hidden &#8211; including the logo.</p>
<p>In this tutorial, I will focus on explaining how to manually change the layout and show you two great examples and &#8220;how did they do it&#8221;.</p>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/07/07/Adaptable-view.aspx">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/adaptable-view-how-do-they-do-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordered lists and the “START” attribute &#124; maxdesign</title>
		<link>http://vhg-design.com/blog/html/ordered-lists-and-the-%e2%80%9cstart%e2%80%9d-attribute-maxdesign</link>
		<comments>http://vhg-design.com/blog/html/ordered-lists-and-the-%e2%80%9cstart%e2%80%9d-attribute-maxdesign#comments</comments>
		<pubDate>Sat, 28 Nov 2009 18:11:37 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[ordered list]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=140</guid>
		<description><![CDATA[The Scenario You have an HTML document that includes ordered lists interspersed with other content. The ordered list items must be numbered continuously throughout the document (not restarting at number 1 each time an ordered list is used). The simplest &#8230; <a href="http://vhg-design.com/blog/html/ordered-lists-and-the-%e2%80%9cstart%e2%80%9d-attribute-maxdesign">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>The Scenario</h4>
<p>You have an HTML document that includes ordered lists interspersed with other content. The ordered list items must be numbered continuously throughout the document (not restarting at number 1 each time an ordered list is used).</p>
<p>The simplest way to achieve this is using the “start” attribute: <code>&lt;ol start="4" type="1"&gt;</code>. However, you may also want to use an XHTML1.0 Strict or HTML4.01 Strict doctype.</p>
<h4>Problem</h4>
<p>The “start” and “type” attributes are not allowed in XHTML1.0 Strict or HTML4.0 Strict documents. These attributes ARE allowed if XHTML1.0 Transitional or HTML4.01 Transitional are used.</p>
<p><a href="http://www.maxdesign.com.au/2009/11/24/ordered-lists/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/html/ordered-lists-and-the-%e2%80%9cstart%e2%80%9d-attribute-maxdesign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15+22 jQuery Image Slideshow/Slider Tutorials and Plugins for Your Next Projects</title>
		<link>http://vhg-design.com/blog/jquery/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects</link>
		<comments>http://vhg-design.com/blog/jquery/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects#comments</comments>
		<pubDate>Sat, 28 Nov 2009 15:55:20 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=137</guid>
		<description><![CDATA[Nowadays, using jQuery effects is getting increasingly popular within web templates and if you check some of new designed themes on themeforest , you probably can’t find a popular theme without any kind of jQuery effects. One of those effects &#8230; <a href="http://vhg-design.com/blog/jquery/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nowadays, using jQuery effects is getting  increasingly popular within web templates and if you check some of new designed themes on themeforest , you probably can’t find a popular theme without any kind of jQuery effects. One of those effects that designers use it widely is jQuery image slideshow or image gallery which can be implemented easily by lots of free jQuery slideshow plugins and tutorials featured here.</p>
<p><a href="http://webanthology.net/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects/2009/11/24/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/jquery/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Useful Resources to Get Clued Up on HTML5 &#124; line25</title>
		<link>http://vhg-design.com/blog/html/15-useful-resources-to-get-clued-up-on-html5-line25</link>
		<comments>http://vhg-design.com/blog/html/15-useful-resources-to-get-clued-up-on-html5-line25#comments</comments>
		<pubDate>Mon, 23 Nov 2009 09:25:44 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=135</guid>
		<description><![CDATA[HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their &#8230; <a href="http://vhg-design.com/blog/html/15-useful-resources-to-get-clued-up-on-html5-line25">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>HTML5 this, HTML5 that!</em> There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their latest sites. Want to join in on all the fun? Check out this collection of some of the best resources from various blogs and websites in the industry. Each one gives an interesting insight into what’s in store with detailed write-ups, tutorials and handy cheat sheets to help you along your way.</p>
<p><a href="http://line25.com/articles/15-useful-resources-to-get-clued-up-on-html5">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/html/15-useful-resources-to-get-clued-up-on-html5-line25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Clean and Semantic Templates &#124; webdesignerwall</title>
		<link>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall</link>
		<comments>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:45:27 +0000</pubDate>
		<dc:creator>Vel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://vhg-design.com/blog/?p=133</guid>
		<description><![CDATA[&#8220;If you are the guy who uses &#60;div&#62; tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of &#60;div&#62; tag. Have you ever &#8230; <a href="http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><big>&#8220;If you are the guy who uses<code> &lt;div&gt;</code> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <code>&lt;div&gt;</code> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).&#8221;</big></p>
<p><a href="http://www.webdesignerwall.com/tutorials/coding-clean-and-semantic-templates/">Visit Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vhg-design.com/blog/css/coding-clean-and-semantic-templates-webdesignerwall/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

