File Naming Technique.

Slides:



Advertisements
Similar presentations
Does each sentence begin with a capital letter? Underline the beginning letter of each sentence. Is there a. ! ? after each sentence? Circle the punctuation.
Advertisements

How to Organize a Website Using Front Page to Manage Your Growing Needs By Cristiana and Fred Baggio
What are users likely to do? 1. View Twitter profiles 2. Read tweets 3. Engage Follow Reply Retweet Favorite.
Do I Understand the Keyboard and Typing? Assessment Game.
How Tags are used to form your Web Page
Networks. User access and levels Most network security involves users having different levels of user access to the network. The network manager will.
Digital Keyboarding Standards for data input Width of a capital M Takes place of two hyphens used in typewriting Introduces a sentence break or a parenthetical.
File Management It’s a Window’s Thing The File Cabinet  The Computer is the entire cabinet and each folder is a drawer. Just like file cabinets, the.
Student iDrive Access ESU Website Server Storage Space.
HTML Code HTML can be written on the simplest text programs. A web page is defined by the tag.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Nouns: Proper and Common; Concrete and Abstract Mrs. Frazee.
1 Working with Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size,
Cascading Style Sheet (CSS)
Programming Style and Documentation Objective(s) F To become familiar with Java Style and Documentation Guidelines.
Defining a Website. Review…. Page Title −The text that will be displayed in the title bar of the browser window on a web page File Name −What you “call”
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
LeadSquared File Browser Folder management – See list of folders New Icon, which opens up a popup to manage folders.
Website Building Tips By Jennifer L. Bowie. Starting Out Create a file folder in your web space (your public_html file on your H drive/elocker is one.
How Safe are They?. Overview Passwords Cracking Attack Avenues On-line Off-line Counter Measures.
How to create Web Pages. Some relevant websites ????
Must be at least 8 characters long Must contain at least one of each of the following: Uppercase letter Lowercase letter Number Special Character.
Kevin Murphy Basics of XML Masters Project CS 490.
Mail Merge. - A feature supported by many word processors that enables you to generate form letters. - You use mail merge when you want to create a set.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
Identifying Capital and Lowercase Letters Kindergarten Language Arts SOL K.9 Susan Birch July 10, 2007.
Student Experience It’s your education Type the web site address into the browser given to you by your junior high or high school Select “I am a student”
How many spaces are there following a period that ends a sentence? 2.
Typography The Science of Text. Fonts Style of type How many fonts in a document? Conservative--one font Typical--two fonts Use a third for emphasis.
Web Terminology Intro to Web. North Lake College 2 by Sean Griffin HTML vs. XHTML HTML: Hypertext Markup Language XHTML: eXtensible Hypertext Markup Language.
1 Working with Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size,
Review Questions 1. What is another word for type? 2. What is a style of writing? 3. How many times do you space after a colon? 4. Which key capitalizes.
Print Type Chapter 8. The Vocabulary of Typography Typeface refers to a set of letters, numbers, and other characters created by a typeface designer A.
Introduction to HTML Welcome! In this tutorial, you’ll be introduced to some of the basic concepts of HTML. Some pages include audio. Click the speaker.
© Thierry Karsenti, Université de Montréal, 2004 Learning to Create Web Pages…
Metadata & File Organization in the CMS Division Web Office biology.ucsd.edu/dwo.
PUBLISHING & COLLABORATION. SOCIAL NETWORKING ▪ Web sites such as Facebook, Twitter and LinkedIn are generally the first names people associate with social.
Elements and Attributes. XHTML Elements The element contains special information that does not necessarily show up on the web page. The element determines.
Conventions for Web Designers.  DO NOT: ◦ Use capital letters or spaces in names ◦ Use punctuation or symbols  DO: ◦ Use names that are easily recalled.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
GUIDELINES FOR CREATING YOUR FIRST WEBPAGE GETTING STARTED.
URL Encoding When data is entered on a Web page form, it must be encoded before it can be passed to some program for processing. Each element on the form.
HOW THE WEB WORKS DTC/ENGL 355 March 21, WHAT THIS MEANS FOR YOU NO WEBPAGE is visible to the world until you save it onto a server. In this case,
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
CSS.
ENCODING AND SENDING FORMATTED TEXT
Learning the Basics – Lesson 1
Keyboarding & document processing
Creating a Baseline Grid
Introduction to SharePoint
Student Experience It’s your education.
Using Long Filenames Example: Financial Report.doc
Five Requirements of a Complete Sentence
The Linux Command Line Chapter 25
Put the dots on the shift keys.
Game review By ?.
Creating Passphrases Include Examples NOT REQUIRED
I know my CAPITAL LETTERS.
Web & Mobile App Directory Structure
Using Symbols on your pages
Click this Link first to activate your account.
Passwords Why all the bother?.
2.7 My senses: Things I like/Things I don’t like
C Programming Language
Introduction to MATLAB
Website File Management
My senses: Things I like/Things I don’t like
Presentation transcript:

File Naming Technique

Unique File Names Provide a file name that will give you an idea about the contents of the file Example: feedback_button.gif NOT: button3.gif File name should make sense to others Example: class-pet.gif NOT: roo-roo.gif

Use Lowercase Letters Use all lowercase letters Do not use mixture of capitals or ALL CAPS Example: class_picture.gif NOT: Class_Picture.gif

No Spaces in File Name Use a hyphen (-) or underline (_) in place of spaces Example: my-dog.gif Example: my_dog.gif NOT: my dog.gif

Use Letters and Numbers Only Use only letters and numbers, no special characters Some special characters are not recognized by web browsers Example: my2friends.gif NOT: me&friends.gif