http://git.zx2c4.com/psd.js/about/
git clone git://git.zx2c4.com/psd.js
This is a neat project from `meltingice`.41–50 of 171 posts
http://git.zx2c4.com/psd.js/about/
git clone git://git.zx2c4.com/psd.js
This is a neat project from `meltingice`.Earlier quoted context omitted.
Ok, cool. But Less is also javascript!
What the client sees is CSS, and that's the important part.
Rant to follow: So I have done a fair share of PSD to HTML, PSD to WordPress theme, PSD to application web GUI, etc. rewrites. I generally have no problem with the concept of this, and got quite good at this. However, there are some real pet peeves that keep coming up in this workflow, that are really driving me crazy. If you are a designer working with a developer, and you happen to read this, at least please consid…
It drives me totally batty to work on projects in which the designer assumes that their only responsibility is to provide a PSD file, which the developers will then turn into HTML and CSS. I want to work not just with designers, but with Web designers, who intimately understand the workings of HTML, CSS, some JavaScript, and the implications for different browser sizes and versions. Web designers speak HTML/CSS nativ…
In house developer's time certainly should not be spent converting a PSD file in to a full HTML/CSS website. If the designer can't build an HTML/CSS site its likely that massive chunks of usability knowledge is missing as well. The thing that hit me about abandoning PSD mockups (coming from a 15 year Photoshop user) is not responsive design but high DPI displays. A lot of big companies still have terrible upscaled ra…
Rant to follow: So I have done a fair share of PSD to HTML, PSD to WordPress theme, PSD to application web GUI, etc. rewrites. I generally have no problem with the concept of this, and got quite good at this. However, there are some real pet peeves that keep coming up in this workflow, that are really driving me crazy. If you are a designer working with a developer, and you happen to read this, at least please consid…
Just to belabor your well made point, here is an example of a final PSD I received from a 'professional agency': (from psdgrade.com) https://cloudup.com/c5RmHN8t1QZ https://cloudup.com/cmpmBEYg93c Thats 27 different font sizes for ONE PAGE of a site. I bet most of this was done through scaling layers to 'fit' into spaces. There were also 42 layers named some verson of -n.
I don't use psd comps myself, but I'd treat them as more sketches and guidelines as to actual style and placement, rather than some sort of specification document, because it's a different medium and text handling in ps is pretty basic - it's really not suited to extensive text layout.
It drives me totally batty to work on projects in which the designer assumes that their only responsibility is to provide a PSD file, which the developers will then turn into HTML and CSS. I want to work not just with designers, but with Web designers, who intimately understand the workings of HTML, CSS, some JavaScript, and the implications for different browser sizes and versions. Web designers speak HTML/CSS nativ…
Yadi yada is dead.. I also think web designer should have a basic understanding of css & html, but too many time I saw average web dev saying no to a designer because, well they did not care or did not know how to do it. If you start limiting yourself you limit what the designer can create. Another thing is now there are tools to make PSD to HTML much faster like CSSHAT that provide you with the exact CSS for each el…
And don't even start on responsive CSS and PSD-baking software.
As a developer I hope that CSS would share a similar fate sometime in the not too distant future. It’s freaking hideous, doesn’t work as it should and in order to build any decent modern site you end up writing something like 5,000 LoC. Nine out of ten times I want to do something with CSS I prefer doing it with JavaScript.
I agree that something is wrong with CSS. When you have to resort to hacks when making columns and vertically centering things... you know something is wrong.