How to convert designer's Adobe Illustrator files to Drupal templates
January 30, 2011 3:40 PM Subscribe
I'm a web programmer (LAMP) working on a project where a designer will give me about 30-50 page mockups in Adobe Illustrator, and I'm supposed to build a set of Drupal templates and modules out of them. How do I do so - what's the typical procedure?
I haven't worked with Adobe Illustrator files before; and usually actually get at least a set of XHTML/CSS files to work with when working on a project. I am familiar with Photoshop, Fireworks and Dreamweaver.
I could just outsource the job to someone who specializes in this, but would rather do the work myself. What's the typical procedure for moving from Adobe Illustrator to a set of templates? Are there tools that automate part of the job? Do I need Illustrator to get this done, or would Inkscape be good enough for handling the initial files I get? Is there a good tutorial or two out there that you could recommend I go through?
posted by mistersix to computers & internet (11 answers total) 7 users marked this as a favorite
What I'd really emphasize
1) 960px is a pretty good maximum width for today's average browser resolution (if you're going fixed-width, that is). Make sure that the text and the images are legible and readable if the entire site is 960 pixels wide. If it isn't, send it back to the designer -- this is their job. And then use the Zen theme in Drupal to create a bare-bones fixed-width subtheme.
2) The rest is just sort of cobbling and recreating it together in CSS and HTML -- figuring out the necessary site structure, what blocks/sidebars/panels you'd need in Drupal, figuring how to do rounded corners, or not, etc. There's not really an automation process, and even if there is, you'd be better off writing it yourself in order to make cleaner, bug-free, more efficient html/css.
Maybe you could elaborate on specific procedures you.re looking for. You're familiar with Drupal already?
posted by suedehead at 4:31 PM on January 30, 2011