Teach yourself web design photoshop

170 678 0
Teach yourself web design photoshop

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Teach Yourself Webdesign Photoshop by Carlos Alemán Published by Carlos Aleman © 2014 Carlos Alem án No part of this publication may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act Warning and Disclaimer This book is sold as is, without warranty of any kind, either expressed or implied While every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions Neither is any liability assumed for damages resulting from the use of the information or instructions contained herein It is further stated that the publisher and author are not responsible for any damage or loss to your data or your equipment that results directly or indirectly from your use of this book Trademark Acknowledgments All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized The Publisher and author cannot attest to the accuracy of this information Use of a term in this book should not be regarded as affecting the validity of any trademark or service mark Photoshop and Dreamweaver are trademarks of Adobe, Inc iPod and iPad are registered trademarks of Apple Computer Windows is a registered trademark of Microsoft Corporation CarlosAleman.com Firstly, I’d like to thank you for purchasing this book You may find this a rather odd book in that it is written by an artist and not a technical person But if you prefer teaching yourself new things, you might also be artistic in your way of thinking Either that or you want to save money on courses Instead of writing a long boring introduction, let us dive right into learning to design a website I will assume that this is all new to you, so I’ll introduce you to two Adobe® products, Photoshop® and Dreamweaver® Since you may not want to run out and buy the latest version, I’ll use older versions in my examples I’ve noticed over the years that each new version adds functionality, but doesn’t usually make drastic changes to the user interface, so it’s never been that difficult to adapt to a slightly different look However, it may help your resume to list the latest software Adobe® allows you to download free trials and/or pay on a monthly basis The Adobe® versions I will be using in this book is CS (Creative Suite) latest version is CC (Creative Cloud) The If you eventually decide to get CC, you’ll find that it is cloud based and will work alongside CS, and you can backsave to CS formats You can even install prior versions from an archive starting with CS6 onwards With Dreamweaver® CC it is easier to design for multiple screens and devices as well edit CSS sharpening and many other new powerful effects Photoshop® CC features smart But for the purpose of learning the basics of web design, the less sophisticated CS versions may be a good starting point One thing I should mention first charge a fee Websites require web hosting which usually I once had a person read an entire tutorial and was upset to discover this to be true at the end Once a site is created, if you want it to be viewable by the public, you’ll need to upload your files to a web server You can, however, preview most of your web design work on your computer or a network Also, please note that I will be using Windows as the operating system (Mac users will have to find alternate keyboard shortcuts) I learn by doing So in this book, I will teach you Photoshop® basics by having you render an Apple iPad, and Dreamweaver® by having you create a mock website process Along the way, I will give you useful information about the design Learning Photoshop® by rendering an Apple iPad With Adobe® Photoshop®, not only can you create amazing affects with photography, you can render just about anything you can imagine without ever using a photograph To give you an idea how powerful a graphics program Photoshop® is, you can use it to draw a convincing looking gadget/user interface: the Apple iPad By the time you finish rendering this iPad, you will be quite familiar with the Photoshop® user interface and its tools graphics, and ready for web design You’ll also be proficient in creating In Photoshop® there are always numerous ways to accomplish each task I'll share my heuristics (techniques for problem solving) with you with many screen captures as I work to build, layer upon layer, a two dimensional representation of a three dimensional object First, I'm going to open a new window (File>New) and set the width at 1024 and the height at 768 The resolution will be 72 pixels per inch Make sure you are working in RGB color mode Save the project as a psd file There are many ways to set up your palettes I prefer to group a few palettes together with the 'Layers' palette visible Click on the 'Create a New Layer' button on the layers palette next to the trash icon This will create layer Hold down the rectangle tool from the tool bar and switch to the 'Rounded Rectangle Tool.' Once the Rounded Rectangle Tool is selected, you'll notice that the options will appear above just under the main menu Make sure that the Fill Pixels button is selected Set the radius at 35 pixels, mode normal, opacity 100% and make sure that Anti-alias is checked I want the links in the menu to have a uniformed space between them, so I'll add the word-spacing property This will work good with single word navigation links If you want to use more than one-word links like 'Contact Me', then you will have to create a separate style; perhaps a non breaking space with a wordspacing class (more on classes later) Let's create a few more divs Main: We need a 'main' div under the menu that will contain two columns The height for the main div will be set to 'auto' so that it will scroll and increase in size as the content in the columns increase Leftcol: This will be the left column and should float left The height is also auto and we'll give it width, top, right, bottom, and left padding Rightcol: This will be the right column and should float right Let's make this column wider and give it a pixel right margin Footer: The footer will create a region at the bottom of the page that will add some separation space between the HTML content and the browser window We can also use this area for any text we want including copyright information and more navigation links These four new divs should look like this within the CSS file: In the HTML file, use the Insert>Layout Objects>Div Tag method again to insert the new divs Notice below how the wrapper contains all of the divs The header and menu divs are the first divs inside of the wrapper The next div will be the 'main' div which will contain the columns., so make sure that the column divs are nested inside the main div The footer div is the last div inside the wrapper If you select the 'Design View' in Dreamweaver®, you should see the header and the navigation menu background images along with some dotted lines that represent the divs As I mentioned earlier, rounded corners are attractive and play a significant role in web site design You can search online for a rounded corner script, or try to create your own if you like to program The CC version of Dreamweaver® has a CSS palette that allows you to create rounded corners on the fly Once you've added rounded corners to the content area it should look something like this: After you've given a great deal of thought about 'information design' (how the user will navigate the site, will the user have a sense of ownership and know where they are at all times? -what kind of content will the site feature? -will information flow in the most intelligent way possible?)—— once you’ve figured these things out, add some links to the navigation menu with anchor tags ( somewhere) If you're not sure what your landing pages will be, just use place holder links, but be consistent with your naming conventions to avoid confusion Try to give web landing pages and images similar names Since there will be more than one color for the links that the user will mouse over, we will create some classes for the anchor tagss (

Ngày đăng: 06/08/2016, 15:25

Tài liệu cùng người dùng

Tài liệu liên quan