<?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>Blog - Psd 2 Html Converter</title>
	<atom:link href="http://blog.psd2htmlconverter.com/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.psd2htmlconverter.com/en</link>
	<description>Blog of Psd 2 Html Converter developers</description>
	<lastBuildDate>Sun, 10 Mar 2013 21:03:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Non-destructive merge of several layers into one &#8211; tag $merge$</title>
		<link>http://blog.psd2htmlconverter.com/en/2013/03/10/non-destructive-merge-of-several-layers-into-one-tag-merge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=non-destructive-merge-of-several-layers-into-one-tag-merge</link>
		<comments>http://blog.psd2htmlconverter.com/en/2013/03/10/non-destructive-merge-of-several-layers-into-one-tag-merge/#comments</comments>
		<pubDate>Sun, 10 Mar 2013 21:03:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[psd to html conversion]]></category>

		<guid isPermaLink="false">http://blog.psd2htmlconverter.com/en/?p=338</guid>
		<description><![CDATA[Quite often web designers use several Photoshop layers to represent one entire image. However, web developer usually wants to represent this image with only one physical file. Let's see how automated psd to html/css conversion will work out in such case. By default, separate image file will be created for each Photoshop image layer. Obviously, [...]]]></description>
				<content:encoded><![CDATA[<p>Quite often web designers use several Photoshop layers to represent one entire image. However, web developer usually wants to represent this image with only one physical file.</p>
<p>Let's see how automated psd to html/css conversion will work out in such case. By default, separate image file will be created for each Photoshop image layer. Obviously, it will have a negative effect on the resulting html markup:</p>
<ul>
<li>a lot of images will be created,</li>
<li>size of the web page will increase, and hence the loading time will also increase,</li>
<li>html code will become less readable</li>
</ul>
<p>It's very simple to deal with this problem, though. You can use one of two non-destructive techniques, described below:</p>
<ol>
<li>Create new Layer Group and put there all layers that correspond to the image. Mark that group with the $merge$ tag. In the process of automated PSD to HTML conversion this group will be merged into one layer.</li>
<li>Another way is to convert these layers into a single Smart Object. Select desired layers in the Layers palette and launch "Layer" -&gt; "Smart Objects" -&gt; "Convert to Smart Object" command.</li>
</ol>
<p>Such approach will lead to the better quality of <a title="automated psd to html conversion" href="http://psd2htmlconverter.com/en/">automated psd to html conversion</a>. Moreover, you will find that structure of your PSD templates become much better, easy to understand and work with.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2013%2F03%2F10%2Fnon-destructive-merge-of-several-layers-into-one-tag-merge%2F&amp;title=Non-destructive%20merge%20of%20several%20layers%20into%20one%20%E2%80%93%20tag%20%24merge%24" id="wpa2a_2"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2013/03/10/non-destructive-merge-of-several-layers-into-one-tag-merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Psd to Html conversion now 15 times faster</title>
		<link>http://blog.psd2htmlconverter.com/en/2012/07/31/automatic-psd-to-html-conversion-now-15-times-faster/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-psd-to-html-conversion-now-15-times-faster</link>
		<comments>http://blog.psd2htmlconverter.com/en/2012/07/31/automatic-psd-to-html-conversion-now-15-times-faster/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 15:37:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=329</guid>
		<description><![CDATA[Today automatic PSD to HTML conversion service was moved to the new more powerful server. Now conversion of PSD template to HTML/CSS markup is performed 10-15 times faster then before. Also the limitation on the maximum PSD file upload size was changed. Now we allow PSD files of size up to 40Mb. Presumably, after the [...]]]></description>
				<content:encoded><![CDATA[<p>Today automatic PSD to HTML conversion service was moved to the new more powerful server. Now <a title="conversion of PSD template to HTML/CSS markup" href="http://psd2htmlconverter.com/en/">conversion of PSD template to HTML/CSS markup</a> is performed 10-15 times faster then before.</p>
<p>Also the limitation on the maximum PSD file upload size was changed. Now we allow PSD files of size up to 40Mb. Presumably, after the thorough testing we will allow to upload PSD files of even bigger size.</p>
<p>Furthermore, quite soon the new website design will be published and the service will be fully revised.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2012%2F07%2F31%2Fautomatic-psd-to-html-conversion-now-15-times-faster%2F&amp;title=Automatic%20Psd%20to%20Html%20conversion%20now%2015%20times%20faster" id="wpa2a_4"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2012/07/31/automatic-psd-to-html-conversion-now-15-times-faster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A sneak peek into the future</title>
		<link>http://blog.psd2htmlconverter.com/en/2012/03/31/a-sneak-peek-into-the-future/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-sneak-peek-into-the-future</link>
		<comments>http://blog.psd2htmlconverter.com/en/2012/03/31/a-sneak-peek-into-the-future/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 13:00:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=322</guid>
		<description><![CDATA[Our blog has not been updated for quite a long time. But why? Do you think we casted the project away? Nope. Conversely, we are to busy with its development  Today we would like to make a sneak peek at the future projects development. Very soon we will update the website's design with much more [...]]]></description>
				<content:encoded><![CDATA[<p>Our blog has not been updated for quite a long time. But why? Do you think we casted the project away? Nope. Conversely, we are to busy with its development <img src='http://blog.psd2htmlconverter.com/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Today we would like to make a sneak peek at the future projects development.</p>
<ul>
<li>Very soon we will update the website's design with much more contemporary, usable and clear one.</li>
<li><a title="Генератор HTML и CSS кода" href="http://psd2htmlconverter.com/en/" target="_blank">HTML and CSS  code generator</a> is being fully reworked now. New algrithms of design template recognition are implemented. We are now able to develop  such things that it was impossible for us to implement earlier. Also, we will be able to develop new features much more quicker now.</li>
<li title="сервис бесплатной нарезки изображений из PSD">We will launch the <a title="сервис бесплатной нарезки изображений из PSD" href="http://psd2htmlconverter.com" target="_blank">service of free PSD template slicing into </a><a title="сервис бесплатной нарезки изображений из PSD" href="http://psd2htmlconverter.com" target="_blank">image</a><a title="сервис бесплатной нарезки изображений из PSD" href="http://psd2htmlconverter.com" target="_blank">s</a>.</li>
<li>We work not only on generation of simple HTML/CSS code, but on generation of templates for CMS's. We would not reveal yet what CMS's we are talking about. By the way, for what CMS's you would like us to generate the templates? Tell us either via 'Feedback' widget or leave your comments right here.</li>
</ul>
<p>It was a short overview of things you will see in the quite near future. We will describe each feature in more detailes in our future postings.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2012%2F03%2F31%2Fa-sneak-peek-into-the-future%2F&amp;title=A%20sneak%20peek%20into%20the%20future" id="wpa2a_6"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2012/03/31/a-sneak-peek-into-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugfix: PayPal payments</title>
		<link>http://blog.psd2htmlconverter.com/en/2012/02/12/bugfix-paypal-payments/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bugfix-paypal-payments</link>
		<comments>http://blog.psd2htmlconverter.com/en/2012/02/12/bugfix-paypal-payments/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 19:53:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[psd to css]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=318</guid>
		<description><![CDATA[An error was fixed because of which in some rare cases user of the PSD to CSS service did not receive a letter with conversion details and a download link.]]></description>
				<content:encoded><![CDATA[<p>An error was fixed because of which in some rare cases user of the PSD to CSS service did not receive a letter with conversion details and a download link.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2012%2F02%2F12%2Fbugfix-paypal-payments%2F&amp;title=Bugfix%3A%20PayPal%20payments" id="wpa2a_8"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2012/02/12/bugfix-paypal-payments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas and New Year discounts on PSD to HTML conversion</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/12/24/cristmas-and-new-year/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cristmas-and-new-year</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/12/24/cristmas-and-new-year/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 20:24:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Offers]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[psd to xhtml]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=315</guid>
		<description><![CDATA[For the period of Christmas and New Year holidays we are setting the 50% discounts for all - for single page PSD to HTML conversions, for packages of PSD to CSS conversions, for unlimited PSD to XHTML conversion subscriptions! Discounts are only available till 7-Jan!]]></description>
				<content:encoded><![CDATA[<p>For the period of Christmas and New Year holidays we are setting the 50% discounts for all - for single page <a title="PSD to HTML" href="http://psd2htmlconverter.com/en/">PSD to HTML</a> conversions, for packages of <a title="PSD to CSS conversion" href="http://psd2htmlconverter.com/en/">PSD to CSS conversions</a>, for unlimited <a title="PSD to XHTML conversion" href="http://psd2htmlconverter.com/en/">PSD to XHTML conversion</a> subscriptions!</p>
<p>Discounts are only available till 7-Jan!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F12%2F24%2Fcristmas-and-new-year%2F&amp;title=Christmas%20and%20New%20Year%20discounts%20on%20PSD%20to%20HTML%20conversion" id="wpa2a_10"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/12/24/cristmas-and-new-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating CSS layout for RTL language</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/11/13/creating-css-layout-for-rtl-language/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-css-layout-for-rtl-language</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/11/13/creating-css-layout-for-rtl-language/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 19:07:45 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[design template]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to css online]]></category>
		<category><![CDATA[psd to html]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=308</guid>
		<description><![CDATA[A lot of us get used to write from the left to the right. So it is accepted in English, Russian and a lot of other languages. But there are a lot of languages (like Arabian or Hebrew) in which LTR writing system is used. HTML and CSS provide support for both LTR and RTL [...]]]></description>
				<content:encoded><![CDATA[<p>A lot of us get used to write from the left to the right. So it is accepted in English, Russian and a lot of other languages. But there are a lot of languages (like Arabian or Hebrew) in which LTR writing system is used. HTML and CSS provide support for both LTR and RTL writing system.</p>
<p>HTML provides a special attribute dir, that accepts two values:</p>
<ul>
<li>ltr - for the left to right writing system</li>
<li>rtl - for the right to left writing system</li>
</ul>
<p>However, using "dir" attribute is not welcomed because it is responsible for the appearance of the document, not for its structure. But cascading style sheets should be used to describe appearance.</p>
<p>In CSS there is a "direction" property that is responsible for:</p>
<ul>
<li>how the text is rendered in the block;</li>
<li>position of the scroll bar in the blog;</li>
<li>order of columns in the table;</li>
<li>position of the orphan line in the text block with text-align: justify.</li>
</ul>
<p style="text-align: left;"><a title="Psd to Css Online" href="http://psd2htmlconverter.com/en/">Psd to Css Online</a> service now supports conversion of design templates with RTL text direction. We added an additional option for that on the <a title="PSD file upload" href="http://psd2htmlconverter.com/en/index.php?page=order">PSD file upload</a> page. Choose the text direction you need on your web page and then upload your PSD design. <a title="Psd to Html software" href="http://psd2htmlconverter.com/en/">Psd to Html software</a> will make all the work for you.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F11%2F13%2Fcreating-css-layout-for-rtl-language%2F&amp;title=Creating%20CSS%20layout%20for%20RTL%20language" id="wpa2a_12"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/11/13/creating-css-layout-for-rtl-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading zip archive with Psd design template</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/10/30/uploading-zip-archive-with-psd-design-template/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uploading-zip-archive-with-psd-design-template</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/10/30/uploading-zip-archive-with-psd-design-template/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 17:11:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[design template]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=301</guid>
		<description><![CDATA[You can now upload files on the Psd to CSS Converter web site faster. We now allow you to upload a zip archive with a Psd design template inside. Psd files compress quite well. That allows you to save Internet traffic and reduce a time taken by file upload on the Psd to Html conversion [...]]]></description>
				<content:encoded><![CDATA[<p>You can now upload files on the <a title="Psd to CSS" href="http://psd2htmlconverter.com/en/">Psd to CSS</a> Converter web site faster. We now allow you to upload a zip archive with a Psd design template inside. Psd files compress quite well. That allows you to save Internet traffic and reduce a time taken by file upload on the <a title="Psd to Html conversion" href="http://psd2htmlconverter.com/en/">Psd to Html conversion</a> server.</p>
<p>Limitation on the size of uncompressed PSD file remains the same - 30Mb. Moreover, zip archive must contain only one PSD file.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F10%2F30%2Fuploading-zip-archive-with-psd-design-template%2F&amp;title=Uploading%20zip%20archive%20with%20Psd%20design%20template" id="wpa2a_14"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/10/30/uploading-zip-archive-with-psd-design-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to HTML online &#8211; unlimited use subscriptions</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/10/26/psd-to-html-online-unlimited-use-subscriptions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=psd-to-html-online-unlimited-use-subscriptions</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/10/26/psd-to-html-online-unlimited-use-subscriptions/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 05:25:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[psd to xhtml]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=304</guid>
		<description><![CDATA[We reworked the scheme of payment and made in much more flexible. Now, besides buying single PSD to CSS conversion you can buy subscription on unlimited use of the design to HTML conversion service and create as many web pages as you need to! You can buy unlimited subscription to use the PSD to XHTML [...]]]></description>
				<content:encoded><![CDATA[<p>We reworked the scheme of payment and made in much more flexible. Now, besides buying single PSD to CSS conversion you can buy subscription on unlimited use of the <a title="Design to HTML" href="http://psd2htmlconverter.com/en/">design to HTML</a> conversion service and create as many web pages as you need to!</p>
<p>You can buy unlimited subscription to use the <a title="PSD to XHTML conversion" href="http://psd2htmlconverter.com/en/">PSD to XHTML conversion</a> service for one or several days. Right after you buy the subscription the countdown timer starts. Time to the end of subscription will be shown in the information window on the Online Profile page. If you have an active subscription and buy another one, then time of the new subscription will be added to the remaining time of the old subscription.</p>
<p>Experiment with the design template as long as you want - change layers ordering and groupping, add "tags", etc. Do as many <a title="PSD to HTML conversion" href="http://psd2htmlconverter.com/en/">PSD to HTML conversions</a> as you need to.<br />
<strong>Please, note that:</strong></p>
<ul>
<li>You can also buy a one-day subscription during the conversion process, after a PSD file's upload and conversion.</li>
<li>You can view history of all payments at the <a title="Payments history" href="../../index.php?page=profile&amp;sp=pay_history">payments history</a> page.</li>
<li>If you think that having several conversions, which will never expire, is more convenient that having unlimited subscripton for the limited time, please consider <a title="Buy conversions" href="../../index.php?page=profile&amp;sp=pay">buying just several conversions</a>.</li>
</ul>
<p>One day of unlimited use subscription cost only $10 (US dollars). So, you can now create a multiple page web site almost for free!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F10%2F26%2Fpsd-to-html-online-unlimited-use-subscriptions%2F&amp;title=PSD%20to%20HTML%20online%20%E2%80%93%20unlimited%20use%20subscriptions" id="wpa2a_16"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/10/26/psd-to-html-online-unlimited-use-subscriptions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video: automatic PSD to HTML conversion in couple of minutes</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/10/24/video-automatic-psd-to-html-conversion-in-couple-of-minutes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video-automatic-psd-to-html-conversion-in-couple-of-minutes</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/10/24/video-automatic-psd-to-html-conversion-in-couple-of-minutes/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 14:19:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[psd to css conversion]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[psd to xhtml]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=295</guid>
		<description><![CDATA[A lot of time has gone since the first publication of the video guide about the service of automatic Psd to XHTML Conversion. Since that time service has changed dramatically and old video became irrelevant. That's why we are updating the video tutorial which shows how easy it is to use the service of automated [...]]]></description>
				<content:encoded><![CDATA[<p>A lot of time has gone since the first publication of the <a title="Video tutorial: Automatic PSD to CSS/HTML conversion" href="http://psd2htmlconverter.com/en/wordpress/2011/04/21/video-tutorial-automatic-psd-to-csshtml-conversion/">video guide</a> about the service of automatic <a title="Psd to XHTML Conversion" href="http://psd2htmlconverter.com/en/">Psd to XHTML Conversion</a>. Since that time service has changed dramatically and old video became irrelevant. That's why we are updating the video tutorial which shows how easy it is to use the service of automated PSD to CSS conversion.</p>
<p><iframe src="http://www.youtube.com/embed/4I4FyZ6H7Sc?rel=0" frameborder="0" width="560" height="410"></iframe></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F10%2F24%2Fvideo-automatic-psd-to-html-conversion-in-couple-of-minutes%2F&amp;title=Video%3A%20automatic%20PSD%20to%20HTML%20conversion%20in%20couple%20of%20minutes" id="wpa2a_18"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/10/24/video-automatic-psd-to-html-conversion-in-couple-of-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal payments</title>
		<link>http://blog.psd2htmlconverter.com/en/2011/10/18/paypal-payments/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=paypal-payments</link>
		<comments>http://blog.psd2htmlconverter.com/en/2011/10/18/paypal-payments/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 10:10:08 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[New!]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[psd to html]]></category>

		<guid isPermaLink="false">http://psd2htmlconverter.com/en/wordpress/?p=288</guid>
		<description><![CDATA[Several days ago PayPal included Russia in the list of countries which are allowed to receive PayPal payments. Before that day Russian users were only allowed to send money. Sure, we took the advantage of that and now automatic Psd to Html conversion service provides ability to pay for conversions with PayPal. So, making payments [...]]]></description>
				<content:encoded><![CDATA[<p>Several days ago PayPal included Russia in the <a href="https://www.paypal.com/worldwide/">list of countries</a> which are allowed to receive PayPal payments. Before that day Russian users were only allowed to send money.</p>
<p>Sure, we took the advantage of that and now automatic <a title="Psd to Html conversion" href="http://psd2htmlconverter.com/en/">Psd to Html conversion</a> service provides ability to pay for conversions with PayPal. So, making payments is now much more easier and safer.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.psd2htmlconverter.com%2Fen%2F2011%2F10%2F18%2Fpaypal-payments%2F&amp;title=PayPal%20payments" id="wpa2a_20"><img src="http://blog.psd2htmlconverter.com/en/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.psd2htmlconverter.com/en/2011/10/18/paypal-payments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
