And thank goodness. If anybody knows where the grave is, I'd like to go piss on it. As somebody who long ago did print design, I totally get why designers would want pixel-perfect control. It is awesome, but you get that in print because you are physically manufacturing an object and sending it to people. The web was device independent from the get-go. It wasn't your paper anymore; it was their screens. There were a…
PSD to HTML is Dead
71–80 of 171 posts
Re: PSD to HTML is Dead
#72And if you're trying to extract gradients from Photoshop into CSS, SCSS, SASS: http://csshat.com/
Re: PSD to HTML is Dead
#73Rant 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…
I've learned that a good strategy is simply to figure it out for them and hand it back complete. Not only does this eliminate communication overhead, it allows me to pick a solution that strikes a good balance between quality and my own time and effort, as opposed to having to push back against some half-baked, unrealistic idea.
The vast majority of the time, whatever I come up with is accepted either without comment, with minor requests for tweaks, or with elation. In the rare instance that something needs to be redone from scratch, I've at least gotten the ball rolling and given the stakeholder(s) some idea of what's possible.
It's kind of like turning a waterfall process into an iterative one by doing the first iteration yourself.
Re: PSD to HTML is Dead
#74Earlier quoted context omitted.
Great point. Does anybody know the historical origin of the notion that there are "designers" who can be ignorant about their medium? When I talk to, say, friends who paint, it's a very specific activity for them. They know a lot about actual paints, because they do the painting. Pre-web, I knew people who were print designers, or packaging designers, or logo designers. They too knew the details of their medium intim…
Design as an profession is older than the web - it's older than programming. The industry as a whole is intimidated by modern technology, and appeals to non-technical people. As a result, many of the people coming out of professional design schools, trained in the esthetics of flat, non-interactive design see themselves as 'above' all that 'computer stuff'. This, combined with intimidation, and a massive demand for g…
I feel like this doesn't happen so much anymore. At least from recent graduates of top NYC design schools, you'd be hard pressed to find a communication designer / graphic designer who isn't worried about having to learn HTML/CSS because "print is dying".
Re: PSD to HTML is Dead
#75What is the best HTML page design tool? I.e., designing CSS and HTML with minimum coding?
Re: PSD to HTML is Dead
#76And thank goodness. If anybody knows where the grave is, I'd like to go piss on it. As somebody who long ago did print design, I totally get why designers would want pixel-perfect control. It is awesome, but you get that in print because you are physically manufacturing an object and sending it to people. The web was device independent from the get-go. It wasn't your paper anymore; it was their screens. There were a…
And this:
>It wasn't your paper anymore; it was their screens.
...is something the publishing industry needs to, but seems to be pathologically unable to, appreciate.
Re: PSD to HTML is Dead
#77I'm a little bit confused of the workflow they are suggesting. I'm a web developer with "good design taste" but I definitely can't design myself, I always pair up with a designer that does the PSD. But of course this doesn't mean that when I see a navbar that has a gradient I copy a paste the image of the navbar in my website with a , my job is porting this images to HTML, CSS and JS. If you're actually putting image…
At one point in time you couldn't do gradients in CSS, so that's exactly what you did. Luckily, that era is over.
Re: PSD to HTML is Dead
#78Earlier quoted context omitted.
"Nine out of ten times I want to do something with CSS I prefer doing it with JavaScript" You're doing something wrong then.
center a div both vertically and horizontally to the viewport; also it should stay center when resized.
Re: PSD to HTML is Dead
#79PSD to iOS as well. I just wish companies would stop wasting resources on photoshop goons and let the engineers who work with the platform & SDK design.
Just had this argument 20 minutes ago on using a native control versus designing our own and adding a few listeners - which has a better look and experience.
Background: taught a PSD to HTML college course; stopped doing PSD-HTML myself about two years ago; still favor PSD-iOS