<?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>PSD to HTML Company</title>
	<atom:link href="http://www.psdtohtmlconversion.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.psdtohtmlconversion.com</link>
	<description>Providing high quality, standards compliant PSD to HTML conversions!</description>
	<lastBuildDate>Thu, 15 Sep 2011 14:07:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>@font-face</title>
		<link>http://www.psdtohtmlconversion.com/?p=750</link>
		<comments>http://www.psdtohtmlconversion.com/?p=750#comments</comments>
		<pubDate>Mon, 04 Apr 2011 17:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.psdtohtmlconversion.com/?p=750</guid>
		<description><![CDATA[I just used one of the coolest css tricks I have ever seen. I know its been around for a while but I never really paid attention to it much until recently when I was doing a project for a friend of mine. He wanted to us a specific kind of font and I said no problem.
I thought to myself &#8220;We&#8217;ll just slap that baby [...]]]></description>
			<content:encoded><![CDATA[<p>I just used one of the coolest css tricks I have ever seen. I know its been around for a while but I never really paid attention to it much until recently when I was doing a project for a friend of mine. He wanted to us a specific kind of font and I said no problem.</p>
<p>I thought to myself &#8220;We&#8217;ll just slap that baby into Cufon and be good to go&#8221;. Now the unfortunate thing when using Cufon is that it always doesn&#8217;t play nice with other kiddies in the playground. We kept running into issues with it and my buddy said &#8220;well why not just use @font-face?&#8221; I paused for a moment and replied &#8220;Use what?&#8221;</p>
<p>So I took a look into it and to my amazement it worked beautifully. One thing that i did find out though is that there is a place to get your fonts converted to what you need. It gives you everything, even the style sheet. Check them out here: <a title="Font Face Generator" rel="nofollow" href="http://www.fontsquirrel.com/fontface/generator" target="_blank">Font Squirrel</a> and if you need more guidance into implementing @font-face check out this really <a title="Font Face guide" rel="nofollow" href="http://sixrevisions.com/css/font-face-guide/" target="_blank">helpful article from SixRevisions.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=750</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Images</title>
		<link>http://www.psdtohtmlconversion.com/?p=738</link>
		<comments>http://www.psdtohtmlconversion.com/?p=738#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:07:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips and Tricks]]></category>
		<category><![CDATA[Optimizing Images]]></category>

		<guid isPermaLink="false">http://www.psdtohtmlconversion.com/?p=738</guid>
		<description><![CDATA[
Optimizing Images
GIF and JPEG type images are the most widely supported on the web. However, many people are not aware of the difference between the two. This tutorial on Tips-Tricks goes over goes each type of graphic and teaches you how to optimize them.
For starters, it lets us know that:

GIF should be used when you create graphics on your computer like buttons and animations.
JPEG should [...]]]></description>
			<content:encoded><![CDATA[<div>
<h3 id="internal-source-marker_0.7836998121347278" dir="ltr">Optimizing Images</h3>
<p>GIF and JPEG type images are the most widely supported on the web. However, many people are not aware of the difference between the two. <a href="http://www.tips-tricks.com/gif_jpeg.asp">This tutorial</a> on Tips-Tricks goes over goes each type of graphic and teaches you how to optimize them.</p>
<p>For starters, it lets us know that:</p>
<ul>
<li>GIF should be used when you create graphics on your computer like buttons and animations.</li>
<li>JPEG should be used for photographs or images that have been scanned onto your computer.</li>
</ul>
<h2 dir="ltr">The Differences</h2>
<p>GIF files can contain a maximum of 256 colors (8-bit) as opposed to JPEG’s 16.7+ million colors (24-bit). You can customize your files to use as the amount of colors that you prefer &#8211; up to what it supports. GIF files have a higher color quality and smaller file size, but JPEG can have a small file size when used for storing photographs and images with a large amount of shading.</p>
<h2 dir="ltr">Animated GIFs</h2>
<p>One of the advantages of GIF files is that they support animation, transparency, and interlacing. There are also numerous free online sources where you can download GIF animations for personal use. The full tutorial gives you links to examples and teaches you how to create transparent GIFs using anti-aliasing.</p>
<h2 dir="ltr">Transparent GIFs</h2>
<p>Transparent GIF files can be created using various methods like with feathers and drop shadows, depending on how soft you want them to appear. You basically have to blend the edges into the background. The tutorial lets use know that we’ll need to create 2 images: one with a white background and one with a black background. You can, however, use any color for the second image &#8211; just try to make it as close to the web page background color as possible.</p>
<p>To find out more tricks for transparent GIFs and to learn about other graphic tools that can help you produce them, <a href="http://www.tips-tricks.com/gif_jpeg.asp">check out this tutorial</a> on Tips-Tricks.</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=738</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Great WYSIWYG HTML Editors</title>
		<link>http://www.psdtohtmlconversion.com/?p=719</link>
		<comments>http://www.psdtohtmlconversion.com/?p=719#comments</comments>
		<pubDate>Thu, 30 Sep 2010 13:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips and Tricks]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=719</guid>
		<description><![CDATA[WYSIWYG editors are HTML editors that attempt to display the Web page as it will show on the browser. They are visual editors,  and you don’t manipulate the code directly. WYSIWYG basically stands  for “What you see is what you get”. Below are the greatest WYSIWYG  Editors of all time.
Check them our and get other html tips and tricks:
10 Great WYSIWYG HTML [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WYSIWYG</strong> editors are <strong>HTM</strong>L editors that attempt to display the Web page as it will show on the browser. They are <strong>visual editors</strong>,  and you don’t manipulate the code directly. WYSIWYG basically stands  for “What you see is what you get”. Below are the greatest WYSIWYG  Editors of all time.</p>
<p>Check them our and get other <a title="HTML Tips and Tricks" href="http://psdtohtmlconversion.com"><em><strong>html tips and tricks</strong></em></a>:<br />
<a href="http://www.cssreflex.com/2010/09/10-great-wysiwyg-html-editors.html" target="_blank">10 Great WYSIWYG HTML Editors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=719</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>22 Excellent HTML5 Tutorials</title>
		<link>http://www.psdtohtmlconversion.com/?p=710</link>
		<comments>http://www.psdtohtmlconversion.com/?p=710#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5 Tutorials]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=710</guid>
		<description><![CDATA[With the introduction of HTML5, many web designers rejoiced due to the new capabilities and advanced features being added. With new elements and attributes, web designers and developers can now do more in the browser than ever before. To give you a glimpse of what this means for you as a designer or developer, this list will showcase 22 tutorials that will help you learn [...]]]></description>
			<content:encoded><![CDATA[<div>With the introduction of HTML5, many web designers rejoiced due to the new capabilities and advanced features being added. With new elements and attributes, web designers and developers can now do more in the browser than ever before. To give you a glimpse of what this means for you as a designer or developer, this list will showcase 22 tutorials that will help you learn about the new features of HTML5 and guide you in the creation of powerful web and mobile applications.</p>
<h3 dir="ltr"><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/">HTML5 and CSS3: The Techniques You’ll Soon Be Using</a><img src="https://lh6.googleusercontent.com/cAcWiE3-WVRe61hR5jebpKI13QUV8ZhfEklbdVk3h_TiTwfxFDwDhIfsGOm1g7kYSEuLgMh3C4RTCVd4ScO3rXUEiMuFl8FJT7t1YFuKUUpCGjvXbbo" alt="" width="575px;" height="200px;" /></h3>
<p>Learn to build a basic blog page using techniques from HTML5 and CSS3</p>
<h3 dir="ltr"><a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Coding a HTML5 Layout from Scratch</a><img src="https://lh6.googleusercontent.com/Fl_Ukth9b-I23bCosq38LzbLxCzvPzNKBEtwgRyj1jkUlix-A1onoNvQqvZ0q6FFoeZBQTCnjQNjdHNLCXNyOEUgNRJQggWS_p4_KIyDRMKYCePMqlA" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to use graceful degradation techniques and technologies, progressive enhancement techniques and technologies, HTML5 alongside microformats, and get a clear vision of the new features of HTML5 and CSS3.</p>
<h3 dir="ltr"><a href="http://www.webia.info/articles/tutorials/building-a-live-news-blogging-system-in-php-spiced-with-html5-css3-and-jquery-part-i/">Building a Live News Blogging System in PHP, Spiced with HTML5</a><img src="https://lh5.googleusercontent.com/mvaoIW8p-bXA09dVIYIhUQM9_XFsdkxBpJNXzqIPFhMF4aZgiWcy0xv1uS-bcNMAYLUykKIXkMuy8784GxgLE4vNmovH2qkps_UvEgZyjFyMCQn08gk" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to build a live news blogging system using HTML5, CSS3, and jQuery; this is part 1 of a series. When complete you’ll be able to have multiple administrators with the ability to add, edit, and delete news.</p>
<h3 dir="ltr"><a href="http://www.pvmgarage.com/2010/04/touch-the-future-create-an-elegant-website-with-hmtl-5-and-css3/">Touch the Future: Create an Elegant Website with HTML5 and CSS3</a><img src="https://lh4.googleusercontent.com/pTLWLb4QMU60RCamuHO1Sa7OAzQttkwnmtXVtROY3P109j4s8uQTVEYeNp9pY91z3uYGW9cCk-7LcbOBMuIZUYSEXgi9dI-gd8pfhS41jYYKaYc9F-Q" alt="" width="575px;" height="200px;" /></h3>
<p>The title says it all: learn how to create an elegant website using the new features found in HTML5 and CSS3.</p>
<h3 dir="ltr"><a href="http://blog.cballenar.com/2010/05/hybrid-column-layout/">Hybrid Column Layout &#8211; Using HTML &amp; CSS3 Only</a><img src="https://lh4.googleusercontent.com/bXhruQ7sZVJAhsEVmot0SiqgjtAar9BqUHHd0NDz-TIjrnb-WrL0RTif3CE2incRcoickjL12dNtdhyS_BM9A-4mPUZGXZ1RTVE2gFl4XIZoQcTlmdg" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to create a website with a mix of fixed columns and liquid columns. This tutorial will take you through the steps of using fixed width on the side columns, a full middle column, and paddings equal to the other 2 columns.</p>
<h3 dir="ltr"><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5">Design &amp; Code a Cool iPhone App Website in HTML5</a><img src="https://lh5.googleusercontent.com/uu4N0KQET9riWDhUkrBtQhsPOJVYtOwMI5S2xCAXuQWq9gbbWIB2dU7_Vw27hKqUFhwXgrl74l_OlE-GR0NUZ31Y9NqYK-eSE1vERlgRli7H7eNyXOs" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to build a cool iPhone app website using HTML5, sprinkled with a few style effects via CSS3. The tutorial goes through the steps in Photoshop, the HTML, and then the CSS.</p>
<h3 dir="ltr"><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms">Have a Field Day with HTML5 Forms</a><img src="https://lh6.googleusercontent.com/arZUMFwirXLO5sYP3AJQhybOPUHn_otWsS9X1vGvcEznp9XJb-XBq76tBBz_Vef75BzqzaMCgNLVN606q81mYn-YOK0sxib6xYzRVUqJC5WfQknu_28" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to build simple, yet stylish web forms using HTML5 and CSS3 techniques.</p>
<h3 dir="ltr"><a href="http://dev.opera.com/articles/view/custom-html5-video-player-with-css3-and-jquery/">Building a Custom HTML5 Video Player with CSS3 and jQuery</a><img src="https://lh3.googleusercontent.com/uRD42T4mSipSPKaoi1mlvlV6vnivhWZx13xQ4hX5DQiKMINxRowD-7Jf1T2hAk3SqxQCfqzEC17OQ_txA-8aI1iNxG9n8g-CAEDIDs_Zx1BdSHbrcYM" alt="" width="575px;" height="200px;" /></h3>
<p>Since each browser has its own type of video player and controls, it makes it hard to be consistent across browsers. This tutorial shows you how to control the look of your video controls no matter what browser is being used.</p>
<h3 dir="ltr"><a href="http://www.craftymind.com/2010/04/20/blowing-up-html5-video-and-mapping-it-into-3d-space/">Blowing up HTML5 Video and Mapping it into 3D Space</a><img src="https://lh6.googleusercontent.com/1E6pV6wuRDPNz2RD8LvQfMGsgtzOw2fiUn9qR5-4vNSdw7xcaOw_k06MWScBMKPPA1u7BTq0T7L1O7A9o9YKAoLBRUOJ4Skt7cDyRYTPilimiIt2c2U" alt="" width="575px;" height="200px;" /></h3>
<p>Learn to how to blow up a video  using HTML5 and then map it into 3D space.</p>
<h3 dir="ltr"><a href="http://sixrevisions.com/web-development/html5-iphone-app/">How to Make an HTML5 iPhone Application</a><img src="https://lh4.googleusercontent.com/TZpTcrytw-vR4GHRt1aPSmJF-I-jgwBGePk4P0271B_TrRsxiSWt7IYYqpwQvsKtve5gC1pXpA5HfvRLcxNs9_eLMp-KDXNfApnpKJ8-Gzh9Bd-Qa50" alt="" width="575px;" height="200px;" /></h3>
<p>Learn how to create an offline HTML5 iPhone application which will look just like a native mobile application. For the purpose of this tutorial, you’ll learn how to create a Tetris game.</p>
<p>This is just the beginning! <a href="http://blogfreakz.com/web-design/html5-tutorial/">Check out the full list</a> for the other 12 excellent HTML5 tutorials.</div>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=710</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Browser Compatibility: Is it the time to look beyond?</title>
		<link>http://www.psdtohtmlconversion.com/?p=705</link>
		<comments>http://www.psdtohtmlconversion.com/?p=705#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:42:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips and Tricks]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=705</guid>
		<description><![CDATA[One of the biggest problems with packaging Internet Explorer on every Windows computer is that many of the less tech-savvy users are still using the early version 6 (IE6). The issue then comes with its compatibility with HTML and CSS. Since it’s so outdated, it does not and will not ever support the more advanced features that web designers are now using. This is a [...]]]></description>
			<content:encoded><![CDATA[<div>One of the biggest problems with packaging Internet Explorer on every Windows computer is that many of the less tech-savvy users are still using the early version 6 (IE6). The issue then comes with its compatibility with HTML and CSS. Since it’s so outdated, it does not and will not ever support the more advanced features that web designers are now using. This is a major problem for web designers because anyone with IE6 is sure to have issues when trying to properly display their website.<br />
<img src="https://lh4.googleusercontent.com/G9BSt5Aylpw5tuop9FDFcWSMrrKJMKHI4nf_WeAnvp5EVeNCgJghv_WH0g8lehk7chSKUi7vpvPZyfigyTmBNRspPlGp_qhEJlFgnBEdo1Mfu9kMiK4" alt="" width="575px;" height="360px;" /></p>
<p>As <a href="http://www.xhtml-css-code.com/html/ie6-browser-compatibility-is-it-the-time-to-look-beyond">stated on XHTML-CSS-Code.com</a>, Microsoft released IE7 in 2006 and IE8 in 2009. Even though IE8 has many improvements that affect RSS, CSS, and Ajax-based designs, many still choose to keep using IE6 as their default browser.</p>
<p>Unfortunately, IE6 has so many issues that it’s often a challenge designing for it and testing for compatibility. For one thing, It lacks support for transparency which is required in PNG images. Plus it doesn’t support the new features in CSS3 or HTML5. Web designers therefore have to resort to the use of JavaScript to help fix these issues. Google even decided in 2010 to stop supporting IE6 entirely.</p>
<p>So why do many users still use and prefer IE6? It’s mainly because they are so comfortable with it and it can be extremely tough to adapt to a new browser. While IE6 is great for websites that do not require high levels of interaction or functionality, it is still not the best option &#8211; especially with the evolution of the web moving at lightning speeds.</p>
<p>Many designers don’t want to stop using IE6, but there isn’t really much of a choice anymore. They know about the issues, yet they’re willing to cope.</p>
<p>So is it time to leave IE6 behind and move forward? Check out <a href="http://www.xhtml-css-code.com/html/ie6-browser-compatibility-is-it-the-time-to-look-beyond">the full tutorial</a> to find out.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=705</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Ridiculously Impressive HTML5 Canvas Experiments</title>
		<link>http://www.psdtohtmlconversion.com/?p=694</link>
		<comments>http://www.psdtohtmlconversion.com/?p=694#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5 Tutorials]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=694</guid>
		<description><![CDATA[HTML5 is the thing to talk about these day. Today, we have a collection  of some ridiculously impressive HTML5 canvas-based experiments that will  make you say, “Wow!” Let’s take a peek at some of the latest, cutting  edge examples out there.
check out the canvas experiments and get other html5 tutorials:
21 Ridiculously Impressive HTML5 Canvas Experiments
]]></description>
			<content:encoded><![CDATA[<p>HTML5 is the thing to talk about these day. Today, we have a collection  of some ridiculously impressive HTML5 canvas-based experiments that will  make you say, “Wow!” Let’s take a peek at some of the latest, cutting  edge examples out there.</p>
<p>check out the canvas experiments and get other <a title="HTML5 Tutorials" href="http://psdtohtmlconversion.com"><em><strong>html5 tutorials</strong></em></a>:<br />
<a href="http://net.tutsplus.com/articles/web-roundups/21-ridiculously-impressive-html5-canvas-experiments/" target="_blank">21 Ridiculously Impressive HTML5 Canvas Experiments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=694</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Favicon for Your Website</title>
		<link>http://www.psdtohtmlconversion.com/?p=688</link>
		<comments>http://www.psdtohtmlconversion.com/?p=688#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:30:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips and Tricks]]></category>
		<category><![CDATA[design tips]]></category>
		<category><![CDATA[Favicon]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=688</guid>
		<description><![CDATA[
Creating a Favicon for Your Website
As easy as it is to create and add a favicon to your website, many people don’t know how to do this or even know what the name of the icon is. The favicon is the icon that shows up to the left of the website name and/or title in your browser tabs (see image below). It also is used [...]]]></description>
			<content:encoded><![CDATA[<div>
<h2 id="internal-source-marker_0.2494856957346201" dir="ltr">Creating a Favicon for Your Website</h2>
<p>As easy as it is to create and add a favicon to your website, many people don’t know how to do this or even know what the name of the icon is. The favicon is the icon that shows up to the left of the website name and/or title in your browser tabs (see image below). It also is used in the bookmarks menu when someone bookmarks your website. It’s even used when a user adds a shortcut icon to your website on their desktop.</p>
<p>Since this icon will represent your website on many occasions, it’s important to use something memorable. As you can see from the first tab in the image below there isn’t a favicon, just a blank, empty square. You don’t want that for your website, which is why a favicon is important to have.<br />
<img src="https://lh4.googleusercontent.com/_uG5iP57Vnd1Nhwtfuh_e7WvzhrBFkq5OXaXkDyISsf1XtuVv1-1bWiGyMAl_CCsfa0P0x4WOF67i_P4MfwIPUS5haLNb6S1g_RMa9TKC6UfJQltUdA" alt="" width="603px;" height="47px;" /></p>
<p dir="ltr">Tab view with favicons in Firefox.</p>
<p>The universal format for favicons is ICO, as opposed to GIF, PNG, JPG, BMP; this is due to compatibility issues with various browsers. Unfortunately though, since Photoshop does not support the ICO file format, it is impossible to create a favicon in the program. That’s why <a href="http://www.htmlcenter.com/blog/creating-a-favicon-for-your-website/">HTML Center suggests</a> that you <a href="http://www.gimp.org/downloads/">download GIMP</a> for free. It’s available for Windows, Mac, and Linux and it has native support for ICO files.<br />
<img src="https://lh6.googleusercontent.com/7D0pIgjg6AXMAX6-oSyUcpMolqUO8C0Yri_FocBIcsSzPZBQldjiShN7_RL5usf_JpY7DgHL451Wj45xDtgv2oyNIY-3fYW16oM3yImILv8VINvJvbs" alt="" width="603px;" height="403px;" /></p>
<p dir="ltr">Image Source: <a href="http://www.uberdownloads.com/graphic-apps/details-gimp/14602.html">Uber Downloads</a></p>
<p>HTML Center explains that once you have GIMP installed, you should create a new 64&#215;64 workspace. The first layer will need to have a solid color background. You’ll then need to create another 64&#215;64 layer with a transparent background. From there, simply paste the image that you want to use on the bottom layer. Then you’ll need to create a set of 32&#215;32 layers and finally a set of 16&#215;16 layer. Each set will have a layer with a background color and a transparent layer. The image that you plan to use will also have to be resized and optimized for each layer.</p>
<p>When you’re done, you’ll end up with an image containing six layers. Having these three different sized layers is important because of the different formats that may be used. Browser tab icons are 16&#215;16, Windows uses 32&#215;32 for desktop shortcuts, and 64&#215;64 is sometimes uses for larger icons.</p>
<p>Lastly, you’ll need to save your icon as an ICO file and then upload it to the root directory of your website <a href="http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software">via FTP</a>. Once that is in place, all that’s left is to add the appropriate <a href="http://www.quotes.uk.com/web-design/meta-tags.php">meta tag</a> to your website heading so that the favicon will display properly in a browser.</p>
<p>For more details and step-by-step directions, be sure to <a href="http://www.htmlcenter.com/blog/creating-a-favicon-for-your-website/">check out the full tutorial on HTML Center</a>.</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=688</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>50 Refreshing CSS Tutorials, Techniques and Resources</title>
		<link>http://www.psdtohtmlconversion.com/?p=683</link>
		<comments>http://www.psdtohtmlconversion.com/?p=683#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips and Tricks]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=683</guid>
		<description><![CDATA[In this CSS (2 &#38; 3) round-up article we have focused on highlighting  as many varied techniques covering as many aspects of web, mobile and  application development as possible. And believe me, it wasn’t easy!
Due to CSS3s current popularity, the volume of new tutorials and fresh  ideas has jumped skywards. We simply could not highlight all of the  articles and tutorials, [...]]]></description>
			<content:encoded><![CDATA[<p>In this CSS (2 &amp; 3) round-up article we have focused on highlighting  as many varied techniques covering as many aspects of web, mobile and  application development as possible. And believe me, it wasn’t easy!</p>
<p>Due to CSS3s current popularity, the volume of new tutorials and fresh  ideas has jumped skywards. We simply could not highlight all of the  articles and tutorials, there were far too many! What we have done is  filtered the round-up down to our favorite 50 tutorials, resources and  tools from recent months.</p>
<p>Read the rest of the story and get other great <a title="CSS Tips and Tricks" href="http://psdtohtmlconversion.com"><em><strong>css tips and tricks</strong></em></a>:<br />
<a href="http://speckyboy.com/2010/08/29/50-refreshing-css-tutorials-techniques-and-resources/" target="_blank">50 Refreshing CSS Tutorials, Techniques and Resources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=683</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding A HTML 5 Layout From Scratch</title>
		<link>http://www.psdtohtmlconversion.com/?p=673</link>
		<comments>http://www.psdtohtmlconversion.com/?p=673#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5 Tutorials]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=673</guid>
		<description><![CDATA[While it is true HTML5 and CSS3 are both a work in progress and is  going to stay that way for some time, there’s no reason not to start  using it right now. After all, time’s proven that implementation of unfinished specifications does work and can be easily mistaken by a complete W3C recommendation. That’s were Progressive Enhancement and Graceful Degradation come into [...]]]></description>
			<content:encoded><![CDATA[<p>While it is true HTML5 and CSS3 are both a work in progress and is  going to stay that way for some time, there’s no reason not to start  using it <strong>right now</strong>. After all, time’s proven that implementation of unfinished specifications does work and can be easily mistaken by a complete W3C recommendation. That’s were <strong>Progressive Enhancement</strong> and <strong>Graceful Degradation</strong> come into play.</p>
<p>So today we’re going to experiment a little with these new technologies.</p>
<p>Read the rest and get other <a title="HTML5 Tutorials" href="http://psdtohtmlconversion.com"><em><strong>html5 tutorials</strong></em></a>:<br />
<a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank">Coding A HTML 5 Layout From Scratch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=673</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering the 960 Grid System</title>
		<link>http://www.psdtohtmlconversion.com/?p=668</link>
		<comments>http://www.psdtohtmlconversion.com/?p=668#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tips and Tricks]]></category>
		<category><![CDATA[960 Grid System]]></category>
		<category><![CDATA[grid system]]></category>
		<category><![CDATA[html grid]]></category>

		<guid isPermaLink="false">http://psdtohtmlconversion.com/?p=668</guid>
		<description><![CDATA[The 960 grid system is “an effort to streamline web development workflow by providing commonly used dimensions based on 960 pixels.” There are 3 different variations: 12-column, 16-column, and 24-column. This tutorial will focus on the 24-column system and is great for web designers and web developers who want to create designs using a grid-based system.
To get started, you’ll need to download the 960.gs files [...]]]></description>
			<content:encoded><![CDATA[<div>The 960 grid system is “an effort to streamline web development workflow by providing commonly used dimensions based on 960 pixels.” There are 3 different variations: 12-column, 16-column, and 24-column. This tutorial will focus on the 24-column system and is great for web designers and web developers who want to create designs using a grid-based system.</p>
<p>To get started, you’ll need to <a href="http://github.com/nathansmith/960-Grid-System/zipball/master">download the 960.gs files</a> and open the uncompressed CSS file 960_24_col.css. We’ll be using the source code from the <a href="http://960.gs/demo_24_col.html">demo website</a> to view the HTML of this system in more depth.</p>
<p>Let’s get started.</p>
<h2 dir="ltr">The Three Sections</h2>
<h3 dir="ltr">Top</h3>
<p>In the top section, there are two columns: as the left side gets wider, the right side gets more narrow. On each row, the whitespace separates the two columns.<br />
<img src="https://lh5.googleusercontent.com/dVA-0Ph_wDBSYqeYjp07pYPwIaDZMnSvv2Iq69Ew5EE7T2i8WgB9IAHUUw9ygJKi80yb4515YpoZ5N8DxSKIfD0sWfhvnLWRZ_bdzD_DYyJGDXi8uIY" alt="" width="572px;" height="293px;" /></p>
<h3 dir="ltr">Middle</h3>
<p>In the middle section, there is a 30px square moving from the left side to the right side. As you can see, there is whitespace in between each one of the squares.<br />
<img src="https://lh3.googleusercontent.com/1OLfTCXvoo7aXC8trLayAOyagBd0vzSLFJGwPTrrSiYRItwiUiB5BLWSOi53xDDVG-JNf3pHdebdsJ5J8dFlInFTfl3BTARpPruLV6LEDBuMUG3QP4E" alt="" width="572px;" height="293px;" /></p>
<h3 dir="ltr">Bottom</h3>
<p>Lastly in the bottom section, the 960px width is divided in half by two sets of different sized rectangles. Each square is also separated by whitespace.<br />
<img src="https://lh3.googleusercontent.com/GX68LjL4Ag6Eq9r_qvBIITVDv9fpsfXqA77tKhEz4iRNvRjfrLiYYZFelvjabpzXHQi9TS7k89BzroLPTeIZy4-SWbMfElPuKCllFIqfTs9VG8iYzgY" alt="" width="572px;" height="87px;" /></p>
<p>Next we’ll go into each section in more detail.</p>
<h2 dir="ltr">Top Section: Grid Classes 1 to 24</h2>
<p>First you’ll need to open the source code (<a href="http://www.computerhope.com/issues/ch000746.htm">view source</a>) for the <a href="http://960.gs/demo_24_col.html">960 Grid System demo site</a> so that we can take a closer look.</p>
<p>The main div class for the body of the page is container_24. This lets us know how many columns it takes to equally divide the 960px width page.</p>
<p>Sidenote: Just from this we knew that the 12-column system will have a class of container_12 and the 16-column a class of container_16.</p>
<p>Next you’ll see that each row has a set of div classes. Since the first row only has one column, as you can see from the top section image above, it has the class grid_24. Each row after that has two div classes: one for the left column and another for the right column. The grid_number for each row will of course add up to 24. So row 2 has classes grid_1 and grid_23, row 3 has classes grid_2 and grid_22, and so on.</p>
<p>Visually, the classes would look like this:<br />
<img src="https://lh3.googleusercontent.com/igNqp0ZJGztVOQRTz_1ay0doHm0bG_n2hfyD5xqe6X-WpjkwtgFMNHyWoIVP19h49lik25ysDT420ncv6PVOB8od_lQCigOQICFMneaCYvEErHCbUkE" alt="" width="572px;" height="292px;" /></p>
<p>Of course, the width of the classes are actually defined in the CSS, which you can dig into deeper by <a href="http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/">viewing the full tutorial</a> on Nettuts+. It gets much move involved here.</p>
<p>Now, let’s move on to the middle section.</p>
<h2 dir="ltr">Middle Section: Prefix and Suffix Classes</h2>
<p>Now you’ll notice in the middle section, there are now more classes: prefix_xx and suffix_xx. Again each row will add up to 24 and to get 24 you’ll have to add the grid, prefix, and suffix classes together.</p>
<p>So for row one, there is a class of grid_1 suffix_23, which adds up to 24. Row two has a class of grid_1 prefix_1 suffix_22, which again adds up to 24. It goes on from here in this manner.</p>
<p>Visually, it would look like this:<br />
<img src="https://lh6.googleusercontent.com/VRNpC9EBK8_lePE6SP7Dyb2K0bTu7-C1g5e5jgDl0kSH32ixPcluZK1YVLTae9v8elzctI_7DIo1CQb8IjkyNXbVa78EMGyxXwEAbJ14dE98TZsEjR8" alt="" width="572px;" height="291px;" /></p>
<p>I’m sure you’re wondering what the prefix_xx and suffix_xx classes actually do. Well, they add extra padding on the left and right sides and help to increase the size of the grid_xx class. Again, this is done within the CSS and can be seen in more detail on the <a href="http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/">full tutorial</a>.</p>
<p>Now, let’s move on to the bottom section.</p>
<h2 dir="ltr">Bottom Section: Pull and Push Classes</h2>
<p>For this section it’s best to use Firefox along with the <a href="http://chrispederick.com/work/web-developer/">Web Developer add-on</a>, so that you can see how the two groups of rectangles are divided into left and right sides as opposed to top and bottom. You can do this by clicking on the “Information” button from the Web Developer toolbar and then choosing “Display Div Order.”</p>
<p>This is what you should see:<br />
<img src="https://lh5.googleusercontent.com/DLG3ZhLGeBqnURKno4zPErc_e2zrxYJMPy1JZA6uZjAqm5rPQ5KZtGgBWHzUtTlErHlOIUXWOKxisGNtpxeucgCE1vxJnoBuTsTIySlzjbEyHD28UKw" alt="" width="572px;" height="199px;" /></p>
<p>You’ll notice two new classes in this section: pull_xx and push_xx. The names pretty much say it all. The pull class pulls the content within the div to the left, while the push does the opposite; it’s pushes the div content to the right. Basically this will either add negative or positive left padding so that the content can line up according to the appropriate column.</p>
<h3 dir="ltr">Alpha and Omega Classes</h3>
<p>You’ve probably also noticed the the alpha and omega classes in this section. What they do is cancel out the horizontal padding that is set by the grid_xx classes, used mainly inside nested divs.</p>
<p>To view the CSS of this section in more detail, check out the <a href="http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/">full tutorial</a>.</p>
<h2 dir="ltr">Clear Classes</h2>
<p>You’ll also see clear classes throughout the code. The full tutorial explains it best when it says, “the no-brainer reason for this is that we need to clear floated divs, because once we float them, they no longer take up space, causing the elements to be ‘pulled up,’ which ultimately leads to a broken layout.”</p>
<h2 dir="ltr">Final Thoughts</h2>
<p>So now that you know the breakdown of each section, you can use this grid to convert your 960-based designs into HTML and CSS. It really helps to better understand what’s happening on the backend of the page and why. Better yet, it will help you create very user-friendly websites with content that flows nicely from one section to the next.</p>
<p>If you’re interested in seeing websites that have utilized this system, be sure to check out the <a href="http://960.gs/">960 Grid System website</a>.</div>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdtohtmlconversion.com/?feed=rss2&#038;p=668</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

