WORKING WITH IMAGES AND FILES FOR THE WEB
When creating images for web use, keeping the file size low is imperative; otherwise, the file will be downloading forever and the user becomes impatient and leave your site. To adjust an image for the web, its file format, size and compression levels must be taken into consideration.
VERY STRICT RULES
that you must remember working with your images
HOW TO OPTIMIZE IMAGES:
WORKING WITH JPEG, GIF AND PNG 24 (the formats most commonly used for web)
From Photoshop or Illustrator go to File>Save for Web; in the dialog box try to keep the image quality high, while keeping the file size small.
Videos: Preparing images and saving for the web
https://www.youtube.com/watch?v=SV38L4c4JKY
http://htmlandcssbook.com/extras/resizing-and-saving-images-for-the-web
TRANSPARENCY
Save a file as PNG to keep transparency
Note: do not forget to delete background
Procedure:
File, Save for Web, choose PNG 24 format
Video https://www.youtube.com/watch?v=SV38L4c4JKY
WORKING WITH PDF FILES
Note: If you have a multipage PDF document (for example a magazine project with several pages) you can use the usual URL links approach (preferably in a new browser)
Example: Cook Book (PDF file is optimized from 25 mg to 1 mg. See the instructions below )
The code: <a href="CookBook.pdf" target="_blank">Cook Book</a>
If you have a one page PDF document, you should convert it into JPG or PNG file:
Step 1: Reducing file size
If PDF file size is too big (more than 1 or 2 mg), you have to make it smaller to optimize it for the web
Option 1:
1. Open PDF file
2. Open the PDF Optimizer dialog box (File > Save As > Optimized PDF).
The rest of the instructions you will find here:
http://talkingpdf.org/optimizing-pdfs-to-reduce-file-size
Option 2:
Simply use online PDF compression:
http://smallpdf.com/compress-pdf
Step 2: Converting PDF file to web file(s)
Option 1:
1. Open PDF file
2. Choose Export to>Image> choose desired file format
Option 2:
Simply use PDF online converter:
PDF to JPG
http://pdftoimage.com
PDF to PNG
http://pdf2png.com
WORKING WITH INDESIGN FILES
Option 1:
Open InDesign file; go File>Export>Save> Keep Range All Pages and resolution 72 ppi
Option 2:
Open InDesign file and export the file to PDF file, then follow the Working with PDF files procedure
Remember: InDesign images have to be embedded or kept in the same folder with InDesign file; outlines should be created for the fonts
WORKING WITH VIDEO FILES
Embedding Videos on your website (HTML 5)
http://www.w3schools.com/html/html5_video.asp
Video file formats:
https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats