Creating your own Website

Size: px
Start display at page:

Download "Creating your own Website"

Transcription

1 Park Street Camera Club Creating your own Website What is a web site A set of interconnected web pages, usually including a homepage, generally located on the same server, and prepared and maintained as a collection of information by a person, group, or organization. A company or an individual tells you how to get to their Web site by giving you the address of their home page. From the home page, you can navigate to all the other pages on their site. A server is a computer that holds the files for one or more web sites. A very large Web site may be spread over a number of servers in different geographic locations, but more typically it resides on a commercial space provider's server with a number of other sites that have nothing to do with each other. Why would you want a website To share your pictures To sell your photos To share information about you How does the internet work This is a very simple diagram to show how a desktop/laptop computer connects to a website over the Internet or World Wide Web (WWW). It is linked by telephone or cable to an Internet Service Provider (ISP) that then routes the connection to the Internet. The user of the computer is able to access different websites/web pages by putting the Uniform Resource Locator (URL), or web address, for that webpage into your browser. Your Internet connection would be routed to WWW Server which houses the webpage. This is not straight forward and there are lots of bits of kit in the real internet. This is a trace of my PC accessing the club website. Because the Internet is a global network each computer connected to it must have a unique address. Internet addresses are in the form nnn.nnn.nnn.nnn where nnn is a number from This address is known as an IP number (IP stands for Internet Protocol) and you can see them here. The actual routing is done using these IP numbers and name servers which keep a list of where a page can be found.

2 Web pages are stored as documents containing plain text, photos and graphics interspersed with formatting instructions of Hypertext Markup Language (HTML). Web pages are accessed and transported across the network with the Hypertext Transfer Protocol (HTTP), The page is then recreated on the users computer by the web browser, using the HTML markup instructions. The terms Internet and World Wide Web are pretty much interchangeable and both commonly used for the system your website will live on.. Alternative approaches (the pages shown here have not been tested are not recommended and are just examples of what you can find if you do a web search) Buy single page off the self little customisation Buy a framework site which allows lots of customisation Some of these are specifically aimed at Photographers but can have high setup charges and monthly payments however if you want to sell your photos they may be the best bet. It is also possible to produce elements like galleries using Photoshop - John will talk more about this later.

3 Make it yourself and buy a hosting service or host it on your computer We will talk a lot more about this approach in a bit Non Website Alternatives Use a stock image agency Use Flickr If you just want to make your photos available for other people to see this is a free easy to use option but you can do much to make it the way you would like it. Step-by-Step Guide to Making Your Own Website 1. Get Your Domain Name The first thing you need to do is to get a domain name which is the name you want to give to your website. To get a domain name, you have to pay an annual fee to a registrar for the right to use that name. Getting a name does not get you a website or anything like that. It's just a name. Decide what type of name you want :-.com.co.uk.net Then check if it is available. Registration

4 Check if its available with who is site Once you know the name is available pick a registration company and fill in the details. 2. Choose a Web Host and Sign Up for an Account A web host is basically a company that has many computers connected to the Internet with high speed connections. When you place your web pages on their computers, everyone in the world will be able to connect to it and view them. Web hosts provide a range of services from a basic website to data driven sites and ecommerce. You could host your site on your own PC but! you need extra software on your PC, it has to be left on all the time and will be very slow compared with a commercial host. The same company will often do name registration and hosting and in some cases this may be a requirement..

5 3. Designing your Web Pages Much more on this later. I will create some pages and Martin will talk about what looks good in terms of design. If you want a WYSIWYG ("What You See Is What You Get") web editor you can down load Front Page Express for free the same site has some tutorials. 4. Testing Your Website You should test your web pages as you design them in the major browsers: the latest versions of Internet Explorer, Firefox, Opera, Safari and Chrome. All these browsers can be obtained free of charge, so it should be no hardship to get them. Unfortunately, directly testing your site in all these browsers is the only way you can really be sure that it works the way you want it to on your visitors' machines. 5. Getting Your Site Noticed When your site is ready, you can submit it to search engines like Google and Bing so that it appears when people use them to search. You will find information and links about how to do this on their pages. If you want to be at the top of the list you will have to pay! In general, if your site is already linked to by other websites, you may not even need to submit it to these search engines. They will probably find it themselves by following the links on those websites.

6 Now we will make some pages. Make a home page Make some other pages Directory structure You need to decide on your directory structure. A very simple website might be OK in a single directory but its usually better to set up subdirectories for various items such as photos. Be careful to use a path which is portable if you refer to items as c:\home\myweb\firstimage.jpg or the like it will not be found when the page is moved to the web server. FTP The next operation is to move all the elements of your website to your hosts server. For this you will need to use a file transfer protocol ftp. Your hosting service will give you an address and password which will lead to the place which your domain name points to. You should have a directory called www which is where you copy all your files, images etc to

7 making sure you maintain the same directory structure for any subdirectories. You can use specialist software or just set it up within the windows operating system as here. You may find you have several other directories already set up on the server these are for house keeping and other tasks and can generally be ignored at this stage. The home page file should be called index.htm as this is the file the server will run when people first go to your site. You can get them to go direct to other pages by putting the file name in the web address box as we do to get to our members pages. File and directory names can be case sensitive if your host is using UNIX be consistent. Some additional considerations Speed Everyone complains about slow websites. There are many factors which influence this - one you can test easily is your broad band speed. If you are going to host your web site at home this will be the main factor limiting the usability of the site. Most home broadband is asynchronous that means the upload speed is much slower than the download speed it is this speed your users will experience! You can check it using one of the many websites for this purpose.

8 Even when you have a fast connection you still need to think about the size of your image files if they are too big they will take a long time to appear on the users computer. Our competition files average about 1Mb. This is 1,000 kilobytes or 1,000,000 bytes but line speeds are specified in bits not bytes. There are 8 bits needed for 1 byte so our image needs 8,000,000 bits to be transmitted. With my line speed that should only take one second but in practice its much longer. A more usual size for images on the internet would be a maximum of 600 pixels on the longest side. The other reason for keeping the size small is to avoid the image being copied. At 600 pixels any copy would not make a good quality print or stand any enlargement. If you do want to make high resolution images available you should consider water marking them but keep it subtle. You can buy special software to create the water mark but these were created as a layer in Photoshop which could be copied to any image. Resize your images in the usual way before uploading them to the server.

9 ecommerce If you want to sell your photos you will need some way of getting the money. This is complicated but can be done. You do however need to think about security and complying with the various laws and codes of practice that apply. You will need a shopping-cart which you could write or buy a software program or service so you can take orders, calculate delivery costs etc. You will also need to get into automatic to send order notifications etc and all this will almost inevitably need a backend database! Your will then need an internet merchant account from your bank, allowing you to accept credit card payments online. Then you need a payment gateway account, which is an online processor that hooks into both your customers credit card account and your internet merchant account. The gateway verifies information, transfers requests and authorizes credit cards in real time. You will have to get this from a commercial provider. If you dont want that much hassle ebay offers a storefront solution called ProStores which offers a full-featured, customisable web store. Unlike ebay Stores, ProStores sites are accessed through a URL unique to the seller and have no ebay branding. PayPal also provide payment solutions. There are lots of other possibilities. You may want to include some form of communication in your web site like a contact form or having address associated with the web site like we have on the PSCC site. Our hosting company provides a forwarding service. They have an server running and the s come in to them and they then send them on to the usual address of the person. To use a contact form also requires them to set up this service and then the information entered on forms is sent back to a database on their server and converted to an and sent to our club contacts.

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index

11_Mitchell_indexFinal.qxd 8/25/06 10:18 AM Page 195 Index Index 196 CREATE YOUR OWN WEBSITE A Account Overview screen (PayPal), 71 Account tab (SnapFish photo sharing service), 138 Add a Border option (SnapFish photo sharing service), 145 Add to Cart button,

More information

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information.

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. WWW: (World Wide Web) A way for information to be shared over

More information

Class X Chapter 1 Internet

Class X Chapter 1 Internet Class X Chapter 1 Internet I. Word Search Find and circle seven terms related to this chapter. I S A C O M P U T E R Q X E N A M Y U N L B G S S J T X T Y W A E I O U G D Q F W B E B R S Q W J U F A A

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

Topics Covered: 6. SSL Certificates. 1. Website Design 2. Domain Names 3. Hosting 4. Data Entry 5. SEO. 7. Website Updates.

Topics Covered: 6. SSL Certificates. 1. Website Design 2. Domain Names 3. Hosting 4. Data Entry 5. SEO. 7. Website Updates. Did You Know? Jon Web Design has all in one packages that combine all necessary costs into one easy to pay monthly fee with no setup and design costs. Sitebuilder For your choice of monthly plan we setup

More information

Basic Internet Skills

Basic Internet Skills The Internet might seem intimidating at first - a vast global communications network with billions of webpages. But in this lesson, we simplify and explain the basics about the Internet using a conversational

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

Cutting Edge Products Dealer Website Program USER MANUAL

Cutting Edge Products Dealer Website Program USER MANUAL Cutting Edge Products Dealer Website Program USER MANUAL Welcome to our Dealer Website Program! This User Manual will help you get your new online store up and running quickly. This step-by-step guide

More information

AY SECOND TERM Technology Education Revision Sheet

AY SECOND TERM Technology Education Revision Sheet AY 2017 2018 SECOND TERM Technology Education Revision Sheet Name: Date: Grade 10 Teacher: I. Fill in the blanks using correct answer: 1. WWW is World Wide Web. 2. The short form of Hyper Text Transfer

More information

3. WWW and HTTP. Fig.3.1 Architecture of WWW

3. WWW and HTTP. Fig.3.1 Architecture of WWW 3. WWW and HTTP The World Wide Web (WWW) is a repository of information linked together from points all over the world. The WWW has a unique combination of flexibility, portability, and user-friendly features

More information

document : initial client questionnaire Client Questionnaire

document : initial client questionnaire Client Questionnaire Client Questionnaire Please answer these questions to the best of your ability. If a question isn t relevant or you don t know the answer just leave it blank and we can discuss if needed. Contact Information:

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Internet Basics. Basic Terms and Concepts. Connecting to the Internet

Internet Basics. Basic Terms and Concepts. Connecting to the Internet Internet Basics In this Learning Unit, we are going to explore the fascinating and ever-changing world of the Internet. The Internet is the largest computer network in the world, connecting more than a

More information

SOFTWARE INSTALLATION README

SOFTWARE INSTALLATION README SOFTWARE INSTALLATION README This software uses two directories for its installation. One is a public directory, and one is a private, or secure directory. Kryptronic software installs in two different

More information

Add Your Product to Clickbank

Add Your Product to Clickbank MODULE 3 LESSON 8 Add Your Product to Clickbank 2013 Mark Bishop NicheSynergy.com 1 Niche Synergy Table of Contents Disclaimer... 2 Why use Clickbank instead of another platform?... 3 The most important

More information

Lobbyist Registration U s e r G u i d e

Lobbyist Registration U s e r G u i d e Lobbyist Registration U s e r G u i d e Department of Business & Neighborhood Services Applicant s User Guide August 2017 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email

More information

Working with WebNode

Working with WebNode Workshop 28 th February 2008 Page 1 http://blog.larkin.net.au/ What is WebNode? Working with WebNode WebNode is an online tool that allows you to create functional and elegant web sites. The interesting

More information

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE 1 HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE (c ) Laycock Publishing Limited You have full distribution rights to this publication, provided that it remains unaltered in any way whatsoever, and

More information

An architect s website:!

An architect s website:! An architect s website:! Designing and building your own website - discussion notes / BANG. 1 First ask yourself 2 questions! * Is the website to get new business enquiries via online search? * Is the

More information

An internet or interconnected network is formed when two or more networks are connected.

An internet or interconnected network is formed when two or more networks are connected. Computers I 3. The Internet An internet or interconnected network is formed when two or more networks are connected. The most notable internet is called the Internet and is composed of millions of these

More information

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? In our experience, we find we can get over-excited when talking to clients or family or friends and sometimes we forget that not everyone

More information

Bonus Chapter: Going Live. Lesson One: Check Your Site

Bonus Chapter: Going Live. Lesson One: Check Your Site One of the best things about web design is getting your finished web site on-line for the entire world to see. All of your normal work in this course will be done on your local computer, but in this chapter,

More information

Web Authoring Guide. Last updated 22 February Contents

Web Authoring Guide. Last updated 22 February Contents Web Authoring Guide Last updated 22 February 2016 Contents Log in................................ 2 Write a new post...3 Edit text...4 Publish a post...5 Create a link...6 Prepare photographs...7 Insert

More information

Getting Started in We Card Training:

Getting Started in We Card Training: Getting Started in We Card Training: The We Card elearning Center enables you to purchase training for yourself and/or your employees online using a credit card. For each employee, purchase a training

More information

IMPORT GUIDE. PowerPhoto CRM 2013/2015

IMPORT GUIDE. PowerPhoto CRM 2013/2015 IMPORT GUIDE PowerPhoto CRM 2013/2015 Contents Import Register Configure Add, Remove, Set Default, Set Record Image, Thumbnail & View Text Display Original File Save Original File Resize Photo Resize Height

More information

The internet and the web

The internet and the web 1 The internet and the web Internet lunched in 1969 National computer network called: Advanced Research Project Agency Network (ARPANET). The internet is : -Large network that connects together smaller

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

INTERNET PROGRAMMING INTRODUCTION

INTERNET PROGRAMMING INTRODUCTION INTERNET PROGRAMMING INTRODUCTION Software Engineering Branch / 4 th Class Computer Engineering Department University of Technology ORGANIZATION Lecture Mondays, 08:30-10:30 (Hall 4). Project 1. The project

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

Chapter 1 Introduction to HTML, XHTML, and CSS Chapter 1 Introduction to HTML, XHTML, and CSS MULTIPLE CHOICE 1. The world s largest network is. a. the Internet c. Newsnet b. the World Wide Web d. both A and B A PTS: 1 REF: HTML 2 2. ISPs utilize data

More information

Using Picasa Web Albums North Canton City Schools - Eric Curts

Using Picasa Web Albums North Canton City Schools - Eric Curts Using Picasa Web Albums North Canton City Schools - Eric Curts Table of Contents: What is Picasa Web Albums? How to upload an image to Picasa web Albums How to manage an image you have added How to edit

More information

AACN Chapter Website Template Instructions

AACN Chapter Website Template Instructions AACN Chapter Website Template Instructions AACN provides a website template as a free service to all chapters. The template enables chapters to have a website presence, which provides a way for them to

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Fundraising Website Guide

Fundraising Website Guide This Guide will help you set-up and use your team s new fundraising website! Please let us know if you need any assistance or have any questions. This document will be updated regularly as we receive your

More information

HOW TO CREATE AND MAINTAIN A GALLERY. Dundalk Photographic Society

HOW TO CREATE AND MAINTAIN A GALLERY. Dundalk Photographic Society HOW TO CREATE AND MAINTAIN A GALLERY Dundalk Photographic Society 1. Create your Flickr Account 2 Go to www.flickr.com & click Create Your Account. If you already have a Yahoo! ID then you can just activate

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

FAQ S MOBILIDIY FULL FAQ S

FAQ S MOBILIDIY FULL FAQ S FAQ S General Overview and ROI What is Mobilidiy? MobiliD-I-Y (Mobile Do-it-Yourself) is a service that makes your businesses easily available to mobile users with a fast and easy mobile website. Millions

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

Western Water Online User Guide

Western Water Online User Guide Western Water Online User Guide Western Water December 2017 About Western Water Online Western Water Online is a self-service portal for plumbers, builders and developers. With the portal, you can apply

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 14 14 Publishing a Web Site After you are done building your Web pages, you can publish your site on

More information

The Internet, the Web, and Electronic Commerce The McGraw-Hill Companies, Inc. All rights reserved.

The Internet, the Web, and Electronic Commerce The McGraw-Hill Companies, Inc. All rights reserved. Discuss the origins of the Internet and the Web. Describe how to access the Web using providers and browsers. Discuss Internet communications, including e- mail, instant messaging, social networking, blogs,

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal About the Tutorial is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content. This reliable and secure CMS is built on PHP based environment

More information

The Internet, the Web, and Electronic Commerce The McGraw-Hill Companies, Inc. All rights reserved.

The Internet, the Web, and Electronic Commerce The McGraw-Hill Companies, Inc. All rights reserved. Discuss the origins of the Internet and the Web. Describe how to access the Web using providers and browsers. Discuss Internet communications, including e- mail, instant messaging, social networking, blogs,

More information

PayPal Standard Sandbox Testing

PayPal Standard Sandbox Testing PayPal Standard Sandbox Testing Updated June 2014 2014 GoPrint Systems, Inc., All rights reserved. PayPal Standard Configuration Guide 1 PayPal Standard Sandbox Testing How it works At the developer Sandbox

More information

Wild Apricot Website User s Guide.

Wild Apricot Website User s Guide. Wild Apricot Website User s Guide webmaster@pittsburghsocietyofartists.com Table of Contents Welcome to Wild Apricot... 2 Public View... 3 Directory... 3 Directory List... 3 Member Profile Details... 3

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Web Site Assessment Form

Web Site Assessment Form Turnkey Website Solutions Suit 8, 5 Colin Street West Perth Perth WA 6005 Web Site Assessment Form Name Company Position title Phone Fax Address City State Postcode Country E-mail address Present WWW URL

More information

WWW and Web Browser. 6.1 Objectives In this chapter we will learn about:

WWW and Web Browser. 6.1 Objectives In this chapter we will learn about: WWW and Web Browser 6.0 Introduction WWW stands for World Wide Web. WWW is a collection of interlinked hypertext pages on the Internet. Hypertext is text that references some other information that can

More information

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create JSN UniForm User Manual Introduction A simple contact form created by JSN UniForm JSN UniForm is a Joomla form extension which helps you create forms quickly and easily - from normal forms to complex forms.

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 1 9/11/2018 1 Pre-class Housekeeping Course Outline Text book : HTML A beginner s guide, Wendy Willard, 5 th edition Work on HTML files On Windows PCs Tons of

More information

Introduction to the Internet. Part 1. What is the Internet?

Introduction to the Internet. Part 1. What is the Internet? Introduction to the Internet Part 1 What is the Internet? A means of connecting a computer to any other computer anywhere in the world via dedicated routers and servers. When two computers are connected

More information

CMSC 332 Computer Networking Web and FTP

CMSC 332 Computer Networking Web and FTP CMSC 332 Computer Networking Web and FTP Professor Szajda CMSC 332: Computer Networks Project The first project has been posted on the website. Check the web page for the link! Due 2/2! Enter strings into

More information

New user introduction to Attend

New user introduction to Attend 1 New user introduction to Attend 1. Sign up to Attend... 2 2. First Steps Create a Course... 2 3. Sharing your course... 4 4. Viewing the course participants... 5 5. Create a new member of Staff... 6

More information

Your computer, the internet, and the web. A brief overview

Your computer, the internet, and the web. A brief overview Your computer, the internet, and the web A brief overview Your computer Windows computers place the operating system on the C: drive Your computer Hard disks are organized into files and folders using

More information

Chapter 3. The Basics of Networking

Chapter 3. The Basics of Networking Chapter 3 The Basics of Networking Learning Objectives Tell whether a communication technology (Internet, radio, LAN, etc.) is synchronous or asynchronous; broadcast or point-to-point Explain the roles

More information

TeamRaiser Configuration

TeamRaiser Configuration TeamRaiser Configuration Overview... 2 Objectives... 2 TeamRaiser Overview... 3 The Participant Experience... 6 The Participant Center... 12 The Donor Experience... 16 EXERCISE 1: The Participant and Donor

More information

WEBSITE DEVELOPMENT & DESIGN PRICING

WEBSITE DEVELOPMENT & DESIGN PRICING WEBSITE DEVELOPMENT & DESIGN PRICING OFFICE 950 High Prairie Road Lyle, Washington 98635 PHONE 509 637 5186 509 365 5283 (alt) FAX 1 866 806 8649 EMAIL henchell@cascadiagraphics.com WEB www.cascadiagraphics.com

More information

INFORMATION TECHNOLOGY 402

INFORMATION TECHNOLOGY 402 NAME : CLASS/ SEC : ROLL: SESSION : QUOTE : PART 1: Working With Accessibility Options 1. Accessibility options: These are the options in Windows Operating System which makes handling of computer easy

More information

QRG: Adding Images, Files and Links in the WYSIWYG Editor

QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor... 1 Image Optimisation for Web use:... 2 Add an Image... 2 Linking to a File... 4 Adding

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

1. Web Technology... 6

1. Web Technology... 6 TABLE OF CONTENTS 1. Web Technology... 6 1.1. Introduction (Hypertext, URL, Domain Name)...6 1.2. Web Browser and ISP...8 1.3. Upload and download files...10 1.4. Control of Internet...10 2. E-mail components

More information

Online Test Applications. BC Coast Region Skate Canada. Juvenile Ladies Singles

Online Test Applications. BC Coast Region Skate Canada. Juvenile Ladies Singles K Go Juvenile Ladies Singles Online Test Applications BC Coast Region Skate Canada The BC Coast Region of Skate Canada has a new online High Test Application system. Now you will be able to apply for High

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

PayPal Merchant Account Toolkit For Small Online Business

PayPal Merchant Account Toolkit For Small Online Business PayPal Merchant Account Toolkit For Small Online Business ========================================== by : Kane Deng (Geeyo.com) ****************************************** Bring to you valuable & fresh

More information

Volunteer User Groups: CMS User Guide. September 2014

Volunteer User Groups: CMS User Guide. September 2014 Volunteer User Groups: CMS User Guide September 2014 INTRODUCTION This user guide includes full instructions for group admin users. LOGIN The same login page and URL will be used for both group admin users

More information

Standard Checkout. HTML Implementation Guide. U.K. Version

Standard Checkout. HTML Implementation Guide. U.K. Version Standard Checkout HTML Implementation Guide U.K. Version 2013-09-05 Contents 3 Contents List of Tables... 5 Overview of Checkout by Amazon... 7 Who Should Read This Document... 7 Prerequisites... 7 Your

More information

WordPress for Business Class 8 (ecommerce & Membership)

WordPress for Business Class 8 (ecommerce & Membership) WordPress for Business Class 8 (ecommerce & Membership) Slides: http://wpacademy.tv/w5-8.pdf Class 8 - Agenda Coaching groups extension (reminder) WP Encyclopedia project (May 2013) Newsletter, auto-responder

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

More information

Stetson Model Flyers Club

Stetson Model Flyers Club Stetson Model Flyers Club How to use the new Stetson website gallery A new web page has been added to the Stetson Model Flyers Club website to allow members to post images and movies 1 to share with the

More information

Student WebAdvisor Training Manual

Student WebAdvisor Training Manual Student WebAdvisor Training Manual Contents Logging into WebAdvisor..2 Registering for a Class Section..4 Paying on My Account. 9 Dropping a Class Section 12 1 Logging into WebAdvisor STEPS 1. Click the

More information

myatdw User Guide ATDW Category: Event

myatdw User Guide ATDW Category: Event myatdw User Guide ATDW Category: Event myatdw User Guide Category: Event 1 Overview Welcome to myatdw - where you can create and manage your business ATDW listing. Please note: there is NO COST to list

More information

SAMS Club Web Sites Online Store

SAMS Club Web Sites Online Store SAMS Club Web Sites Online Store Last Updated: November 14, 2007 Copyright 2007 Innuity, Inc. All Rights Reserved No part of this document may be reproduced or distributed in any form or by any means,

More information

Web Sites Getting Started Guide

Web Sites Getting Started Guide Web Sites Getting Started Guide Last Updated: November 14, 2007 INTRODUCTION...4 The Management Console...5 Logging Into The Management Console...6 Troubleshooting Login Problems...9 Web Site Options...10

More information

SellerDeck Release Notes

SellerDeck Release Notes SellerDeck 2016 Release Notes SellerDeck Limited Date: 30 th September 2015 Version: 1.0 SellerDeck 2016 Release Notes Page 1 Revision History Revision Date Author Comments 1.0 30/9/2015 Bruce Townsend

More information

What is the website's privacy policy?

What is the website's privacy policy? What is the website's privacy policy? BEST FRIEND LIMITED t/a The Fleece Hotel CUSTOMER PRIVACY POLICY Best Friend Limited (BF) Limited is a company registered in England and Wales (collectively referred

More information

How To Create A Web Site for Free

How To Create A Web Site for Free How To Create A Web Site for Free The web is a gigantic library of stored information in your website becomes your catalog, media kit, and information about you and the business you represent. As of September

More information

Chapter 002 The Internet, the Web, and Electronic Commerce

Chapter 002 The Internet, the Web, and Electronic Commerce Chapter 002 The Internet, the Web, and Electronic Commerce Multiple Choice Questions 1. Launched in 1969 as a U.S. funded project that developed a national computer network, the Internet was initially

More information

Computing Basics. Business Education & Computer Science Mr. Dukes

Computing Basics. Business Education & Computer Science Mr. Dukes Computing Basics Business Education & Computer Science Mr. Dukes Types of Computer Software Operating system (OS) Controls communication with hardware Controls interaction with user Examples: Windows,

More information

PIC 40A. Lecture 1: The Internet. Copyright 2011 Jukka Virtanen UCLA 1 03/31/14

PIC 40A. Lecture 1: The Internet. Copyright 2011 Jukka Virtanen UCLA 1 03/31/14 PIC 40A Lecture 1: The Internet 03/31/14 Copyright 2011 Jukka Virtanen UCLA 1 What is the Internet? For this class we use the following definition: The Internet is a network of networks. Ok. What is a

More information

HTML = hyper text markup language

HTML = hyper text markup language HTML = hyper text markup language HTML = protocol for creating HTML documents that make possible: display of text, images inclusion of multi-media applications ability to connect with other such documents

More information

How To Upload Your Newsletter

How To Upload Your Newsletter How To Upload Your Newsletter Using The WS_FTP Client Copyright 2005, DPW Enterprises All Rights Reserved Welcome, Hi, my name is Donna Warren. I m a certified Webmaster and have been teaching web design

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

More information

Absoluttweb CMS Guide

Absoluttweb CMS Guide MENU Absoluttweb CMS Guide A complete documentation of the Content Management system used by Absoluttweb. Table of content Absoluttweb CMS Guide Introduction Activating the account How and where you log

More information

Website Planning Worksheets

Website Planning Worksheets These worksheets are designed to enhance communications between and our clients. Please print it on your printer, and have it handy when you discuss your project on the phone with us. It provides a written

More information

Registration Guide to World Masters - Individuals and small groups

Registration Guide to World Masters - Individuals and small groups Registration Guide to World Masters - Individuals and small groups Contents General information... 2 General flow of actions to make a valid entry for one or more Masters Athletes... 2 Creating an account...

More information

Internet and Mini.K.G Senior Scientist, FRAD, CMFRI

Internet and  Mini.K.G Senior Scientist, FRAD, CMFRI Internet and E-Mail Mini.K.G Senior Scientist, FRAD, CMFRI Email: mini.anish02@gmail.com 28 Introduction to Internet Internet is a worldwide system of interconnected computer networks. It connects several

More information

Landlord Registration U s e r G u i d e

Landlord Registration U s e r G u i d e Landlord Registration U s e r G u i d e Department of Code Enforcement Applicant s User Guide December 2015 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email Confirmation

More information

How to use your mobile phone

How to use your mobile phone How to use your mobile phone EasyRead guide What is in this leaflet Page About this leaflet 1 Different types of phone 2 Paying for phone calls 3 Choosing a mobile phone 5 How much will phone calls cost?

More information

Baby Signs ICI Websites

Baby Signs ICI Websites Baby Signs ICI Websites Instructions 2011 A N G L E S O L U T I O N S B A B Y S I G N S P R O G R A M I C I S I T E S Contents Baby Signs ICI Website... 4 Registration... 4 Creating Your Website... 6 Choosing

More information

NCR Retail Online Partner Update NCR Retail Online Partner Update

NCR Retail Online Partner Update NCR Retail Online Partner Update NCR Retail Online Partner Update NCR Retail Online Partner Update Presenters: Laura Boylan Jack Roberts NCR Retail Online What is NCR Retail Online (NRO)? Hosted ecommerce solution powered by Magento CE

More information

All answers and help topics pertaining to Docsafe

All answers and help topics pertaining to Docsafe All answers and help topics pertaining to Docsafe What is Docsafe? With Docsafe it is possible to digitally receive, store and manage private documents. You can also add your own documents. With Docsafe,

More information

KS Blogs Tutorial Wikipedia definition of a blog : Some KS Blog definitions: Recommendation:

KS Blogs Tutorial Wikipedia definition of a blog : Some KS Blog definitions: Recommendation: KS Blogs Tutorial Wikipedia definition of a blog : A blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly displayed in reverse chronological order.

More information

Internet Basics. New Brighton Library th Street NW New Brighton, MN

Internet Basics.  New Brighton Library th Street NW New Brighton, MN Internet Basics www.rclreads.org Maplewood Library 3025 Southlawn Drive Maplewood, MN 55109 651-704-6003 Mounds View Library 2576 County Road 10 Mounds View, MN 55112 651-724-6004 New Brighton Library

More information

business card $ Business card design includes 3 business card options to choose from plus 2 rounds of editing.

business card $ Business card design includes 3 business card options to choose from plus 2 rounds of editing. kt Katie Tekulve Designs offers full-service graphic design and creative services. Designs can be created for printed materials, marketing materials, website design and development, html emails and social

More information

HELP.

HELP. HELP www.amway.com.au www.amway.co.nz Welcome Welcome to the Amway Website Help Booklet. Whatever your challenge may be we have you covered. Please use this book to find answers to the most frequently

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

Free Websites for Clubs Handbook Comfypage User Guide

Free Websites for Clubs Handbook Comfypage User Guide Free Websites for Clubs Handbook Comfypage User Guide Department of Sport and Recreation Katherine Burnett katherine.burnett@dsr.wa.gov.au This information, along with training videos, can be found at

More information

You are Unable to Log into MBEF

You are Unable to Log into MBEF The following list of topics for the Mortgage Broker Electronic Filing (MBEF) system summarizes the most common questions. If you do not find the answer for your question, please consult the MBEF User

More information