Skip to content
/ delivery Public

A micro web-app to deliver web design mock-ups to clients in the browser window, just by using the FTP file system.

Notifications You must be signed in to change notification settings

miekd/delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery

Delivery is a micro web-app that allows you to quickly show static previews of your web-design work to your clients in the browser, just by simply uploading a few files to your web server.

How?

  1. Upload a folder to your FTP server. We'll call ours "projects"
  2. At the root of the "projects" directory, upload the index.php and .htaccess files
  3. Upload a folder for a single project, containing your JPG or PNG formatted images. We'll call ours "black-mesa".
    • This folder (and any others you'd like to "deliver") should also be at the root of the "projects" directory
    • Delivery will list images in the navigation alphabetically. Control the order by adding numbers to the file name, like "01 - home.jpg", "02 - about us.jpg", etc.
    • Spaces in file names are ok
  4. Navigate to "http://YourFtpServer.com/projects/black-mesa"
  5. *shades*

Why?

When clients see your work in an actual browser, even if it is a static mock-up, they seem to be able to imagine better how the actual page will work in a browser. From personal experience, I have noticed they even try to click the preview images when they see their first "Delivery". Because they are able to relate better, they provide more constructive feedback -- contrary to delivering static images via e-mail or, I can't believe I'm typing this, in print.

Known issues / Nitpicking

  • Analyze $cur_preview vs. $current_preview
  • Fix filesystem accessibility. Directories are currently unavailable.
  • Clean up $p_fullnames, $p_filenames into array.
  • Not a fan of the "/_" in the URL. If anyone has a fix, I'll gladly hear it.

License

Delivery is licensed under Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0).

You are free to use this web-app in whatever-which-way to show your mock-ups to clients, be it at your studio, as a freelancer, or internally. You are NOT allowed to (re-)sell Delivery.

About

A micro web-app to deliver web design mock-ups to clients in the browser window, just by using the FTP file system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published