Blog – Psd 2 Html Converter Blog of Psd 2 Html Converter developers

10Mar/130

Non-destructive merge of several layers into one – tag $merge$

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, it will have a negative effect on the resulting html markup:

  • a lot of images will be created,
  • size of the web page will increase, and hence the loading time will also increase,
  • html code will become less readable

It's very simple to deal with this problem, though. You can use one of two non-destructive techniques, described below:

  1. 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.
  2. Another way is to convert these layers into a single Smart Object. Select desired layers in the Layers palette and launch "Layer" -> "Smart Objects" -> "Convert to Smart Object" command.

Such approach will lead to the better quality of automated psd to html conversion. Moreover, you will find that structure of your PSD templates become much better, easy to understand and work with.

Share
31Jul/121

Automatic Psd to Html conversion now 15 times faster

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 thorough testing we will allow to upload PSD files of even bigger size.

Furthermore, quite soon the new website design will be published and the service will be fully revised.

Share
12Feb/120

Bugfix: PayPal payments

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.

Share
Tagged as: No Comments
24Dec/111

Christmas and New Year discounts on PSD to HTML conversion

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!

Share
13Nov/110

Creating CSS layout for RTL language

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.

HTML provides a special attribute dir, that accepts two values:

  • ltr - for the left to right writing system
  • rtl - for the right to left writing system

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.

In CSS there is a "direction" property that is responsible for:

  • how the text is rendered in the block;
  • position of the scroll bar in the blog;
  • order of columns in the table;
  • position of the orphan line in the text block with text-align: justify.

Psd to Css Online service now supports conversion of design templates with RTL text direction. We added an additional option for that on the PSD file upload page. Choose the text direction you need on your web page and then upload your PSD design. Psd to Html software will make all the work for you.

Share
30Oct/110

Uploading zip archive with Psd design template

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 server.

Limitation on the size of uncompressed PSD file remains the same - 30Mb. Moreover, zip archive must contain only one PSD file.

Share
26Oct/112

PSD to HTML online – unlimited use subscriptions

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 conversion 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.

Experiment with the design template as long as you want - change layers ordering and groupping, add "tags", etc. Do as many PSD to HTML conversions as you need to.
Please, note that:

  • You can also buy a one-day subscription during the conversion process, after a PSD file's upload and conversion.
  • You can view history of all payments at the payments history page.
  • If you think that having several conversions, which will never expire, is more convenient that having unlimited subscripton for the limited time, please consider buying just several conversions.

One day of unlimited use subscription cost only $10 (US dollars). So, you can now create a multiple page web site almost for free!

Share
24Oct/110

Video: automatic PSD to HTML conversion in couple of minutes

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 PSD to CSS conversion.

Share
30Sep/110

Progress bar for file upload and conversion process

Service of automatic PSD to HTML and CSS conversion has got a new feature that has been demanded by our customers for quite a long time. We implemented the progress bar for the PSD file upload and its conversion process. First, the customer will see a progress bar of the process of file upload to the server. Then, another progress bar will appear and show the PSD to HTML conversion progress. That's much more convenient than waiting for several minutes in front of the "Please wait, file conversion is in progress" sign on the display.

Along with this a rare problem was fixed: conversion process might hang if user uploaded a file that needed a long time to get converted (more tham 5 minutes). The "Please wait" window continued to be shown to the user forever. Redirect to result page was not performed.

Moreover, the page with conversion results was significantly reworked. A very useful new feature was added. If you uploaded a PSD file, were redirected to the conversion result page and decided to download the HTML markup, but noticed that you are not logged in - that's not a problem anymore. You can log in right on this page. If there are conversion available on your account then you will be offered to use them. Even you have no bought conversions it is better to log in - remember, that with each conversion you earn a progressive discount!

Share
26Sep/110

New feedback system

We integrated a new feedback system with the Psd to Html Converter website. Now it is much more easier to our users to report bugs, ask questions, suggest new ideas, leave feedback about the service. New system is simple and useful. Simply click a "Feedback" button on the left side of the website. In the opened window you can either press a "Leave feedback" button and leave your own opinion or simply vote for the opinions that other users has already left.

Suggestions that got more votes will attract our attention more than others. So, the more votes the suggestion has, the quicker we will turn it into life.

Leave you feedback, tell us what features you need more in the Psd to CSS Converter service.

Share