Mobile app version of vmapp.org
Login or Join
Welton168

: How do deal with frontend developers remotely This is more a question for the web designer guys. I'm just wondering how you guys deal with sending designs to your frontend developers? Or do

@Welton168

Posted in: #DesignProcess #Workflow

This is more a question for the web designer guys.

I'm just wondering how you guys deal with sending designs to your frontend developers? Or do you just do it yourself?

What is your process for sending your designs to your devs? ie Do you send PSDs, or PNGs or other? How do you send them? Email, dropbox or something else?

And what do you do when you need to make changes to the files? Do you send a new comp? Or just a list of email instructions?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton168

3 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin459

Answers will depend on how complex/formal you want to make this process but here are my recommendations from a web developer's point of view.

File Format: The usual practice is to send PSDs. For a web developer it will be useful to measure the different layers on top of each other if there is more than one page design like for a website. PSDs also make it easier to check font colours, typefaces and sizes. Being able to copy text from the PSD also means you wont need to send a separate document with it. The benefit to the web developer is that they have a single place where they check layout, colours and copy rather than having a separate design and a separate text doc. Most web developers are familiar with Photoshop but it's nice to ask what they prefer. In case they don't want a PSD, give them uncompressed JPEG at 100% quality for the layout and cut up content images for backgrounds and graphics that are optimised for the web (compressed, smallest size file at satisfactory quality).

Making Changes: The more complex way would be to make a GitHub account and keep version control of the project there. You can make comments regarding your changes when you submit a new version of your design to GitHub. Or ... The easier and less formal way would be to suffix all your designs with dates or version numbers. When you make a change, update the version number or date and send your design again with notes what you have changed so that the developer knows what changes to look for. Notes are important. Layout changes may be clear but if you changed a shade of text or some other minor detail, the developer may not see it. For clarity it always works best for both sides to describe changes so that there is no confusion and no problems like "I expected you to see it."

File Transfer: The easier and more informal way would be to use Dropbox or Google Drive as you can share folders indeed, or use We Transfer if it's one or two files only. I don't think this matters too much as the developer will likely save the file on their local machine to work from anyway. If you decide to learn and use GitHub then your files will be accessible from a cloud so you will not have to worry about transfer as files will be accessible via a simple link anyway.

10% popularity Vote Up Vote Down


 

@Karen819

I find that Google Drive is my friend. It's easy to set up folders for each project, and then share specific files and/or whole folders with individuals using only their email address.

Drive also offers a lightweight app to integrate with your OS, much like Dropbox. The advantage that Drive affords users over Dropbox is that Google Docs integrates so seamlessly, so sharing body copy, imagery and designs with colleagues and clients alike is intuitive.

If the coder has access to Adobe CS software, then I will send through the native docs, otherwise JPEGs scaled to different sizes, typically annotated to highlight specific requirements.

For making changes to files, you really want to use some form of version control. The most popular is GitHub. I've only recently integrated this in to my own workflow, and it's one of the best things I've done! Again, this can be configured to share content with individuals and groups.

Granted, this isn't as accessible as something like Google Drive, but if you commit a few hours to getting up to speed, you'll wonder how you ever coped without it! I can't recommend 308tube's videos enough. Make notes whilst watching the first two videos and you'll be well on your way.

The best thing that I find with this workflow is that I can access all my work from any computer with an internet connection, it's all backed up on the cloud, and I can easily share content with whoever needs to evaluate or contribute to the workload.

10% popularity Vote Up Vote Down


 

@Nimeshi706

I am my front end developer.

If working with another developer I send them what they request. Whether it's .psd, .png, .html, .css... what they request is what I'll send. It's then on their desk to integrate changes based upon what was previously sent and what they may have already constructed.

I customarily have a full front end mockup of any home page, then a secondary page, sometimes a third page. This is in order to allow client approval of layout/design before hooked to a back end. I can then easily document changes which were made (as I make them) so if needed, I can pass along a change log to any backend developer.

As for actual transfer. I have my own websites and associated servers. I simply drop whatever I want to send on my server along side a php script to create links to the content in the directory and then send a link. I've constructed a few various php scripts to list directory contents and create HTML as needed - show images with links, list files as links, show images for approval - that sort of thing.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme