670 likes | 682 Views
Learn the essentials of creating a successful e-Portfolio, from web page design to SSH and UNIX basics. Understand what makes a good website, optimize navigation, and organize content effectively. Dive into SSH for secure file transfer and Unix operating system fundamentals.
E N D
Creating an e-Portfolio Assignment: Part I Dr. Bair-Mundy
Creating an e-Portfolio What makes a good web page Questions before you start Introduction to SSH and UNIX Introduction to HyperText Markup Language (HTML) e-Portfolio Assignment
What makes a good Web page? http://www2.hawaii.edu/~donnab/lis670/bad_web_page.html
What makes a good Website? Navigation bar Clutter-free Consistency Legibility of text Simple colors Currency Fast download time
e-Portfolio questions Who are your viewers? • Type of information work you would like to do What are the primary or secondary language(s) of your viewers? • English • Hawaiian • Chamorro • Tagalog • Other languages using Roman alphabet Welcome and HafaAdai!
Structure- inverted tree Welcome Curriculum Vitae Courses taken Projects Contact Information Research Papers Web Pages Pathfinder
Links Link destination should be obvious If taking the viewer to a destination outside your e-portfolio let your viewer know. Especially true for a commercial website.
Icons On a Web page what does this mean? What does this mean to a Hebrew or Arabic speaker? The meaning of a sign is generally culturally-mediated.
Icons (2) Return to previous page Add textual description to icon
Avoiding clutter Don't overload each page 4-7 objects maximum in short-term memory Chunk information
Chunking Grouping objects spatially Using graphical boundaries Grouping by color, texture, lightness, orientation Adding line spaces between paragraphs of text
Text 12 to 14 point type for continuous text Contrast with background Aloha Avoid using ALL CAPS ALOHA
Color contrasting 1 2 Same level of luminance 2 + 1 = 3 4 Different level of luminance 2 + 3 =
Red & green problem 1 2 Not good 2 + 1 = A significant number of people are red/green colorblind.
Information security measures Anti-virus software Anti-spyware program Latest patches for all software Encryption
What is SSH? Secure shell program Encrypted transmissions Telnet-like utility Secure File Transfer Protocol
Secure shell client file1 file2 % server %ls client file1 file2 % %ls
Downloading SSH http://www.hawaii.edu/
Downloading SSH http://www.hawaii.edu/
Downloading SSH http://www.hawaii.edu/technology/
Downloading SSH Supported Software
Downloading SSH Scroll down
For Mac users There is a version of Secure Shell Client already on your Mac. For transferring files securely use Fugu
SSH Secure Shell Client uhunix.hawaii.edu donnab password
SSH Secure Shell Client *******
SSH Secure Shell Client Welcome to uhunix.hawaii.edu ================================================ Unauthorized access is prohibited by law in accordance with Chapter 708, Hawaii Revised Statutes; all use is subject to University of Hawaii Executive Policy E2.210. ================================================ ANNOUNCEMENTS: For Current Status and Alerts, see http://www.hawaii.edu/technews/ % UNIX is ready for your commands
Transferring files Fugu For pc users For Mac users
Secure File Transfer for pc users Files and directories on your computer Files and directories on remote computer
Fugu for Mac users Fugu Files and directories on your computer Files and directories on remote computer
Unix operating system % ls myfile.txt yourfile.txt % Command-line interface Utilities—programs to list files, tell who is on the system, what processes are running, etc. Editor—use to create HTML files for your e-portfolio
UHUNIX file structure Root directory bin subdirectory home subdirectory usr subdirectory 1 subdirectory 18 subdirectory 24 subdirectory donnab Home directory johnd Home directory nahl Home directory
Basic UHUNIX commands pwdprint working directory tells you where you are in the file hierarchy lslist lists files and subdirectories cdchange directory Moves you up or down in the file hierarchy chmodchange mode Assigns access rights to files and directories
More UHUNIX commands manmanual man + command provides access to electronic help files cpcopy cpsourcefiledestinationfile copies the source file to a file with the destination file name rmremove file Deletes a file mkdirmake directory Creates a new directory
Where am I: pwd(print working directory) % pwd /home/18/donnab %