Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/1249857.cloudwaysapps.com/cznybkawst/public_html/wp-content/plugins/wp-defender/src/component/security-tweaks/prevent-enum-users.php on line 232
{"id":2030,"date":"2020-11-04T10:15:15","date_gmt":"2020-11-04T04:45:15","guid":{"rendered":"https:\/\/the-daily.buzz\/?p=2030"},"modified":"2020-11-04T10:16:26","modified_gmt":"2020-11-04T04:46:26","slug":"how-to-export-an-app-psd-to-angular","status":"publish","type":"post","link":"https:\/\/the-daily.buzz\/how-to-export-an-app-psd-to-angular\/","title":{"rendered":"How to Export an App PSD to Angular"},"content":{"rendered":"

Hi, guys. The topic of today\u2019s article is \u201cHow to export an app PSD to Angular\u201d. To be honest, creating a template of a website in Photoshop is a bit old-fashioned option, but such practice remains in the development world.<\/p>\n

I am going to show you how to convert the app template that was created in Photoshop to the HTML format using such a framework as Angular<\/a>.<\/p>\n

What is PSD?<\/h1>\n

The format is intended for storing bitmap images in an Adobe Photoshop project file. Being stored uncompressed, it contains color spaces, masked layers, bi-color settings, layer structures, and other data for fine-tuning the bitmap.<\/p>\n

What is HTML?<\/h1>\n

First of all, the abbreviation HTML stands for HyperText Markup Language. HTML is a web format file. You can edit the HTML source code in a text editor. HTML files are developed for future use in users’ web browsers and allow you to format sites with text, images and other necessary materials. Files in this format use tags to create web pages. The interpretation of the HTML code is done by the web browser, and this code is usually not shown to the user.<\/p>\n

Why is it not good to create a template of a website in Photoshop nowadays?<\/h2>\n

Photoshop can transform a template into a gruesome fixed template that will look terrible. You do not want this because this is a nightmare. The best and the only way is to slice the layout, name the slices forensically, and then export them. Then code your html \/ css manually in Angular. This is what everyone is doing, so there is nothing wrong with that. Sure, your html \/ css has to be good to do a good job, but that’s why the developers get paid.<\/p>\n

By the way, using a number of images in layouts and images with text is a very bad practice. There are several excuses for doing this now, with the possible exception of custom marketing materials.<\/p>\n

How to export an app PSD to Angular<\/a>?<\/h2>\n