Presentation is loading. Please wait.

Presentation is loading. Please wait.

CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Creating Your First Web Page Instructor: Joseph DiVerdi,

Similar presentations


Presentation on theme: "CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Creating Your First Web Page Instructor: Joseph DiVerdi,"— Presentation transcript:

1 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Creating Your First Web Page Instructor: Joseph DiVerdi, Ph. D.

2 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Local vs. Server Pages A Web browser renders pages from anyplace Place an HTML file on your desktop and point your browser to it –You can view it but nobody else can –Good for prototyping Place an HTML file on a Web server and point your browser to it –Everyone can view it You can work on a file that is stored on a Web server without downloading it to your desktop

3 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC First (Local) Web Page Create document on local desktop Use: NotePad Name it "first.html" Save it on the Desktop Test page using: browser

4 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC First Web Page My First Page This is my first page It's quite modest but it's sincere

5 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Required Skills Required skills for CGI Programming Able to log into a Linux server using Telnet and make changes Able to upload files from local computer to Linux server using FTP and make changes Able to quickly and efficiently edit files directly on a Linux server without making a local copy of the files

6 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Student Accounts Ulltra Technology-owned server Account at linus.ulltra.com HTTP access at:linus.ulltra.com/~account_name Account names are: your last name, all lower case, no spaces

7 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Student Accounts Each account will be used by one student Instructor will assign accounts Assistance from other students is encouraged

8 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Install Tera Term Pro Download installer program from XTR If Winzip is not installed on your computer download it from http://www.winzip.com and install it Then install Tera Term Pro Make shortcut on desktop

9 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Student Account Setup Use Tera Term Pro to login Use username: your last name, all lower case, no spaces Change password using: passwd Logout and login to check password

10 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Install FTPEditor Download installer program from XTR Then install FTPEditor Make shortcut on desktop

11 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC First (Remote) Web Page Make a new directory named "html" –mkdir html Change its permissions to allow server access –chmod 755 html Use: Tera Term Pro

12 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC First (Remote) Web Page Move your file "first.html" to the server Use: FTPeditor Change its name to "index.html" Change its permissions to "world readable" –chmod 644 html

13 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC First (Remote) Web Page Test page using: browser

14 CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Validation HTML Validation Services –http://validator.w3.org –http://www.websitegarage.com –http://www.netmechanic.com –http://www2.imagiware.com/RxHTML/ –HTML Validators on Yahoo All have free and for-fee testing facilities Use: http://validator.w3.org


Download ppt "CSU - DCE 0723 - Advanced Perl First Web Page - Fort Collins, CO Copyright © XTR Systems, LLC Creating Your First Web Page Instructor: Joseph DiVerdi,"

Similar presentations


Ads by Google