Kitty Lam University of British Columbia Vancouver, BC, Canada. Anthony Sham University of British Columbia Vancouver, BC, Canada

Size: px
Start display at page:

Download "Kitty Lam University of British Columbia Vancouver, BC, Canada. Anthony Sham University of British Columbia Vancouver, BC, Canada"

Transcription

1 DeskQuest A Multiple-View System for Creating, Tagging, Searching and Grouping Personal Data Amandy Lai University of British Columbia Vancouver, BC, Canada amandylai@hotmail.com Kitty Lam University of British Columbia Vancouver, BC, Canada kittylam@gmail.com Anthony Sham University of British Columbia Vancouver, BC, Canada antsky@gmail.com ABSTRACT This document describes the design of DeskQuest a prototype implementation that replaces the conventional file folder hierarchical structure with a dynamic personal data browser/organizer, which provides flexible and customizable ways for users to quickly retrieve and efficiently organize their personal data. DeskQuest is designed to provide an easy and natural way for users to store and retrieve their personal data. It allows user to add attributes to files, generate different views for search results, and create files soft links on user-defined desktops. The system has been tested by both regular and advanced computer users. The qualitative and quantitative data are presented on this paper. Initial findings have shown that DeskQuest significantly reduces data retrieval time. Users also find the system easy to use and efficient in organizing data. Categories and Subject Descriptors H.5.2 Information interfaces and presentation (e.g., HCI): User Interfaces. General Terms Algorithm, Experimentation, Human Factors. Keywords User Interfaces, Information Retrieval, Personal Information Management, Workspaces, Desktop metaphor. 1. INTRODUCTION As computer usage become more widespread, a growing number of people are using computers to store their personal and work related data. Currently, the data are stored in folders in the file system. When a user wants to store a piece of data, she has to make the decision of which folder to put the file in. When the user wants to retrieve the data, she has to remember where she has put it. As the number of data is growing, it becomes harder for users to remember where all the files are. Another problem with the existing folder structure is that many portable electronic devices (e.g. digital cameras) tend to transfer files onto the PCs with auto-generated filenames within a default folder name. After sometime, if the user has switched between several digital cameras, images will be stored all over the place and the filenames will become meaningless to the users. A better way to organize the data stored on the computer is needed. Traditional folder-like structure does not scale good enough to handle the amount of data we have. The new method should be easy to use, so that everyone who has used a computer before can easily store/retrieve data from the program. It should also provide visual aids to assist user on making the selection. Similar types of data should be grouped together in different categories for easy access. A piece of data can be used in different ways, thus it should be allowed to belong in multiple categories. Under different circumstances, the program should handle the same piece of data differently to better suit the need of the user. 2. RELATED WORK A fair amount of researchers have explored the different approaches of a desktop metaphor application. One of the earlier researches should be traced back to Memex [1], a tool which was envisioned by Vannevar Bush in Memex resembled greatly to today s desktop metaphor on personal computers, but already suggested the idea of using hyperlinks for personal data and stressed on simplicity and transparency of interfaces. A few of the researches are based on a time-oriented approach. For instance, Lifestream s [2] interface design is a time-based one-dimensional representation of files. TimeScape [3] manipulates the idea of time-traveling on the desktop. This is also a time-based organization, but users can spatially arrange their information together (related objects can be placed together to form a group). Another focus in file organization is semantic grouping. For example, MediaFinder [12] organizes data based on semantic regions. Users can use the fling-and-flock concept to categorize a photo into one or many semantic regions. Its first proto was built on PhotoFinder to manage photo data, and the general concept is mainly applicable to media files. Similarly, Flamenco [4] is designed for landscape and architecture photographs operation, but it allows facets of data to be used to filter information when needed. The most related research to our design is Haystack [5], which by default different views can be rendered but also allow user to create contexts, the weight-weighted assembly of views and operations. The SIS [6] and MyLifeBits [7] are very similar in a way that they provide extended search capabilities on not only keyword but also on property browsing. MyLifeBits, however, is another time-based file organizer, but with heavy focuses on annotation and multimedia visual presentation. There are several commercial applications such as Copernic [8], the Google Desktop [9], and Apple s Spotlight [10], which have recognized the need to augment native file systems by providing full text searching. These systems may provide attractive UI interfaces for users to query and display the searching results, but they cannot fully replace a data organization system which allows

2 users to browse through their personal data to see what information is available and what is the difference among groups of data. This doesn t happen with a full text search system, which can only retrieve data files matching a query you construct explicitly [11]. 3. DESKQUEST The design of DeskQuest is three-fold; easy data retrieval, customizable organization, and hassle-free file creation. Retrieval of data will be based on customizable query result display. Queries can be done by keywords, applications (executable property), etc. Users can create files without worrying about which folder to store them in. The DeskQuest file system is flat. Every item is stored in the same location. Information regarding the item is indexed and stored in a centralized database. Considering that users usually look for file items by their purposes rather than their file names or file types, current folder structure file naming system no longer meet the users needs. DeskQuest acts as a sea of personal data space. When users create a file, they create the file and the file is placed in the sea of information. When users retrieve the data, queries based on keywords (filename and tags associated with the file) can be used. Only the relevant information will surface from the sea and displayed in DeskQuest. 3.1 Novelty Unlike the existing commercial full-text searching tool such as Apple s Spotlight [10], DeskQuest allows users to determine how they would like to organize their data files in a manner that would make sense to them. For example, a user can create a desktop view for EECE 518, and put all relevant data such as doc files, pdf files, etc with the desktop. One limit in organizing with the existing file structure is that the user can only group files by specifying one location for one file. In DeskQuest, a file can be associated with multiple desktops if the particular file is useful in many contexts. All of the previous works were done revolving around the existing file storage system. Most researches were focused on retrieval and display methods. Little effort was made to address the creation and storage of the files. Among the related research mentioned above, Haystack s implementation is the closest to our design. However, Haystack does not address how users can create files without specifying a directory which they may need to remember for later retrieval. Furthermore, Haystack does not consider the executable property of files items (users cannot search for all the files which can be opened by a specific application). Commercial desktop applications that try to move away from hierarchical structure (e.g. Google desktop) allow users to search by files types (e.g. video files, music files), but they do not support searching by application. For example, if a user would like play something with RealPlayer, DeskQuest will return all files supported by RealPlayer (e.g. *.rm, *.ra, *.ram) but not all video files. 3.2 Prototype Features For prototyping purpose, DeskQuest still has to work with the existing folder structure. Therefore, the work directory of DeskQuest is set to c:\dq. Everything in that directory will be searched by DeskQuest. Users now only have to remember one path, the DeskQuest work directory, and all files should be able to be retrieved by querying inside DeskQuest. DeskQuest application has 2 types of windows: 1. Desktop Window (saved workspace as desktops) Users can drag and drop files from queried results or other workspaces Users can group related files on desktops and retrieve that any time with the desktop names. Opening saved desktop displays all the files associated with it. 2. Search Result Window Users can define search criterion and get searched results displayed in this window Search results can be saved as a workspace file (by drag and drop to a desktop window or by right clicking on selected file) The following figure 1, shows the layout of the application. The left side is the search input panel which takes user request (open up a saved desktop or start a search). The results of the user input are displayed in corresponding windows on the right. A new window will pop up after the user inputs a request. User can double-click on a file in the list to open the file. Figure 1. Desktop and Search Results Windows Data Retrieval The search input panel is illustrated in figure 2. Currently, the prototype only does manual refresh of database. After a file is added to the file system outside of DeskQuest, the user needs to click on the Scan button to update all the filenames and locations to DeskQuest database.

3 The raw tab in the search result window displays all the files in the DeskQuest system. Each of the other tabs represents one attribute entered into the system for easy access. The files are listed in alphabetical order Opening Saved Desktop Users can also organize their files by desktops. A desktop in DeskQuest is like a workspace. Users can group related files by assigning them into the same desktop. DeskQuest allows users to assign a file to multiple desktops. A file is associated with a desktop by means of a soft link. Deleting a file from a desktop does not delete the actual files. It only deletes the link between the file and the desktop. To open a saved desktop, the user can select the desktop from the Desktop: drop down box and click Open. A new window displaying the desktop will be opened. Figure 4 illustrates a desktop window of a desktop called Jon. Figure 2. Main Search Input Panel Searching The user can search each file by keyword or application. Currently, the prototype does search by keyword or search by application. Users can enter the keyword into the textbox labeled Keyword: and click on the Search button to start searching by keyword. Keywords include filename and any attributes (tags) that you have associated with the file. To search by application, the user can select the supported application from the Application: drop down box and click on Search. All the files supported by the selected application will be displayed on the resulting window. If no keyword is entered and an application is selected, the search request will return all the files in DeskQuest. Figure 3 illustrates an example of the search result window. Figure 4. A Desktop Window of Desktop Jon File Organization Users can add attributes to a file or assign the files to a desktop to make future retrieval easier Adding Attributes Adding attribute is a way of grouping the files as well as a mean to make future search easier. There is a many-to-many relationship between attributes and files. Many files can have the same attribute associated with them and one file can have multiple attributes. On a desktop or a result window, user can right-click on a file and select Properties to add an attribute. Figure 3. DeskQuest s Search Result Window

4 3.2.3 File Creation and Deletion One of the problems with existing file system is that the folder organization structure is defined during file creation time. This makes file creation more time consuming. DeskQuest provides the user a hassle-free way of file creation. Users can just go onto any window to create a file. To create a text file, users can rightclick on any window and select New->Text file. Currently, DeskQuest supports the creation of text, bitmap and word document files. Figure 5. Right-Click to Properties After the user clicks on Properties, a dialog will pop up to prompt the user of the addition of attribute. Figure 8. Create New File After a New request is inputted by the user, a dialog will pop up to prompt the users for a file name. Figure 6. Edit File Attribute Dialog On the Edit File Attributes Dialog, users can enter a new attribute to associate with the selected file and click OK. Users can also select from the existing attributes in DeskQuest from the editable drop-down box to associate with the particular file Desktop Users can group files by assigning them to a desktop. In a desktop or results window, a user can right-click and select Add to Desktop. Figure 9. File Name Input for File Creation The user can confirm the creation of file by clicking OK. DeskQuest will then ask the user if he/she wants to add an attribute right now. Figure 7. Assign to Desktop Dialog On the Assign to Desktop Dialog, users can associate the file with a desktop by entering a new desktop name and click on OK. Users can also select from the existing desktops or search results windows and add the particular file on the desktop. In addition, users can put files in desktops by drag-and-drop. Users can drag a file from any source desktop or search results window and drop that to a destination desktop window. An additional soft link will be created between that file and the destination desktop. To delete a file association from a desktop, just right-click on the file in the desktop window and select Delete. The soft link between the desktop and the file will be deleted. However, the actual file will remain on the physical file system. Figure 10. Prompt for Adding Attribute If user answers yes to adding an attribute, an Edit File Attribute dialog will pop up and the new file will be opened. If user answers no, file will be opened without the Edit File Attribute dialog.

5 5. DESKQUEST EVALUATION The evaluation of DeskQuest consists of a quantitative part and a qualitative part. Both quantitative and qualitative data are collected from 10 test participants. These test participants cover both advanced and average computer users. Some users have previous experience with file tagging. They are asked to perform 7 different tasks, which include creating 15 different files and retrieving 35 different files. Each of the test participants was given a 15 minutes walk-through of the DeskQuest system before the actual test. After all the tasks were performed, the test participants were asked to fill in an evaluation questionnaire and provide general comments. Notes were also jogged down while tasks were being performed in order to capture spontaneous comments from the users and any other observations. Figure 11. Created File Opened To physically delete a file, just retrieve the file by application or keyword search and right-click to select Delete. A confirmation dialog will appear. A delete request from search results window will delete the file from file system as well as all the soft links between that file and DeskQuest desktops. 4. DESKQUEST IMPLEMENTATION The DeskQuest prototype is written in Java. The system composes of three main components, a UI front end, an engine and a database. Most of the system logics are done in the UI front end, where the user can formulate query, browse through the results and compose different desktop views. The engine part interfaces with the database to query results. Interaction between the file system and the UI component are done by direct Java library interfaces. All attributes of the users data and soft links information are stored in the database. The database component can be replaced by any database software which is separate from the UI and engine implementation. 4.1 Prototype Details DeskQuest is implemented using Java and interfacing with a database. DeskQuest is developed and tested on Windows XP system with Java Runtime Environment (JRE) version 5 installed. The database component can be done using any commercial-offthe-shelf database system. In our prototype, MySQL version is used. 5.1 Quantitative Evaluation For the quantitative evaluation, time is used to measure the effectiveness of creating and finding a document. The test participants are regular or advanced computer users who are familiar with handling files using the existing folder structure such as the Windows Explorer. This section of testing is divided into two stages: data creation and retrieval with known location, and data retrieval with unknown location Data creation and retrieval with known locations The first part of this test is to evaluate the efficiency of the file creation feature of DeskQuest. Users were first asked to create 15 files consisting of Word documents, bitmaps and text files using Windows Explorer. Users were given the option to create files in the existing folders or by creating new ones, but they were encouraged to use meaningful folder names for later retrieval of the same files. The completion time was recorded. The users were then asked to use DeskQuest to create 15 files similar to those created using Windows Explorer. This time they were encouraged to use the file tagging and assign to desktop features from DeskQuest to help them for later retrieval of the same files. The average completion time for file creation is shown in figure 12, denoted as task Create new files. It can be seen that the time taken for creating files by using DeskQuest is 37% longer than that for using Windows Explorer. This observation is due to the fact that the users were still trying to get used to the user interface of DeskQuest and that creating tags and desktops requires extra actions and thinking. One user commented that he was too accustomed to using the existing folder structure and was confused by concept of file tagging and assigning soft links to desktops. The second part of this test is to simulate the scenario when users memory of the files locations is still fresh. Users were then asked to retrieve the 15 files they have placed in folders using Windows Explorer and the other 15 files they have created in DeskQuest. The retrieval times were measured and compared in figure 12, denoted as task Retrieve new files. It is shown that the average retrieval time by using DeskQuest is shortened by 42% when compared to that by using Windows Explorer. Most users chose to use the Open Desktop feature to place all their newly created files for fast retrieval. Figure 12. DeskQuest s Interfaces to Other Systems

6 5.1.2 Data retrieval with unknown locations This test case is to simulate the scenario when a user has some memory of a file he/she is looking for, but cannot remember where exactly the file is located. Each user was given 5 scenarios (see table 1) to retrieve a total of 20 existing files. These 20 files have been saved in the hierarchical folder structure and also in DeskQuest. To simulate a real-life situation, the folders have been given meaningful names to provide cues for the users during file browsing. Tags and appropriate desktops have also been created likewise in DeskQuest for the 20 test data. Then users were asked to search the same data using Windows Explorer and DeskQuest. The retrieval times for existing file system and DeskQuest in each scenario are shown in figure 12. Table 1. Five user scenarios for data retrieval with unknown locations Scenario Figure 12. Task completion time comparison Description 1 You are going to a Mozart concert on Friday. You want to be fully prepared for the concert by reviewing some info related to the composer. Retrieve one picture, one music file and one document related to Mozart. 2 You are preparing for your final report for EECE 518 and you want to retrieve some lecture notes and previous assignments you have been working on. Retrieve 3 papers (in.pdf format) and 3 assignments (in Word) that are related to the course. 3 You have been using Real Player as your media player for the longest time. Having heard about a nice feature in the latest version of Windows Media Player, you want to try out playing some of your media files using the new application. Find 10 media files that can be supported by the Windows Media Player. 4 You are looking for your friend Kate s birthday picture in year But you have switched between several cameras since then. Your pictures are all named differently with some meaningless digits and alphabets now. How would you go about finding that precious picture? 5 You feel like baking a cake today but you are undecided on which kind. You have the habit of downloading recipes from the web but they are stored all over the place in your folder structure. Please find 3 recipes for cake baking. The test results in figure 12 have shown that DeskQuest has generally reduced the data retrieval time by an average of 57.72%. Scenario 4 has achieved the most time reduction by 70.25%, which illustrated that systems like DeskQuest become very useful for retrieving a file from large qualities of data with cryptic filenames and convoluted folder structure. It was observed that when using the Windows Explorer for browsing, users tended to get distracted by the folder structure and easily missed the target file item even when they were already in the correct folder. Some users tried using the text search feature in Windows Explorer to speed up the retrieval, but were slowed down because of the many mouse clicks required and the unfamiliar user interface. However, since it is hard to simulate actual usage during such a short test. The quantitative results is used a reference only to supplement the qualitative evaluation, which is described in the following section. 5.2 Qualitative Evaluation The qualitative part consists of an overall impression rating with a scale of 1-5 to indicate user s satisfactory level of the prototype. Table 2. The questionnaire items and average of users rating (1 = strongly disagree and 5 = strongly agree) Questions Rating 1. DeskQuest-like service should be an essential functionality in my PC It is easy to find the files I want with DeskQuest The DeskQuest system s Desktop view is useful The DeskQuest system s soft link feature is effective The DeskQuest system s Search by Keyword feature is useful The DeskQuest system s Search by Application feature is useful The DeskQuest system s Create New File feature is useful The DeskQuest system s Drag and Drop feature is useful I would put less effort into maintaining a detailed set of folders for my files if I could depend on DeskQuest to find my files The DeskQuest system is relatively easy to use I feel much less pressure when I don t need to remember file names by using DeskQuest to store files The DeskQuest system helps effectively retrieve 3.56

7 misplaced files/data. 13. The DeskQuest system can replace the existing file structure User comments The users were given the opportunity to provide some general comments for DeskQuest after performing the tasks. The positive comments received from most users were that the DeskQuest system was quite easy to use. Users also said that the tagging feature was very efficient for data organization and the search by application features were very useful. Some users commented that DeskQuest was appealing because they did not need to remember the physical locations of files. Users also commented that they would like to see more applications supported by the existing prototype and it would be nice if attributes tagged to files could be modified and deleted. These issues will be addressed in the future work section of this paper. 6. CONCLUSION AND FUTURE WORK The DeskQuest system is a prototype implementation that aims to replace the conventional file folder hierarchical structure with a dynamic personal data browser/organizer. By using DeskQuest to organize their personal data, users no longer need to remember the physical path and filenames of their data. Rather, the system allows users to add tags, generate multiple views of search results, and create soft links to their files on user-defined desktops. DeskQuest provides flexible and customizable ways for user to quickly retrieve and efficiently organize their personal data. The evaluation done by users has demonstrated that many-tomany grouping and tagging are useful. There are three major areas for future improvements: user interface, metadata manipulation and additional searching capabilities. Currently, the user interface consists of only basic file list view. More display modes can be added such as thumbnails view, semantic grouping, and timeline view (display by chronological order). Also, a way of creating a blank desktop for drag-and-drop is needed to ease soft link creation. Many users have suggested adding some metadata manipulation features such as displaying, deleting and modifying of attributes tagged to a particular file. One observation of user behavior is that users who always misplace files tend to incorrectly tag files as well. The system can provide intelligence to assist users to tag files more effectively. For searching capabilities, searching by timestamps (creation time and last modified time) can be added. Users can then input a range of time for searching. Finally, more supported applications for searching can be added to DeskQuest s list. It can also be expanded to add the supported applications dynamically as user installs new software applications. users of DeskQuest for all the constructive feedbacks which make this study meaningful. 8. REFERENCES [1] Vannevar Bush, "As We May Think", Atlantic Monthly, July [2] E. Freeman and D. Gelernter, "Lifestreams: A Storage Model for Personal Data," SIGMOD Bulletin, vol. 25, pp , [3] Jun Rekimoto, Time-machine computing: a time-centric approach for the information environment, Proceedings of the 12th annual ACM symposium on User interface software and technology, p.45-54, November 07-10, 1999, Asheville, North Carolina, United States. [4] Marti Hearst, Ame Elliott, Jennifer English, Rashmi Sinha, Kirsten Swearingen, Ka-Ping Yee, Finding the flow in web site search, Communications of the ACM, v.45 n.9, September [5] David R. Karger, Dennis Quan, Haystack: a user interface for creating, browsing, and organizing arbitrary semistructured information, Extended abstracts of the 2004 conference on Human factors and computing systems, April 24-29, 2004, Vienna, Austria. [6] Susan Dumais, Edward Cutrell, JJ Cadiz, Gavin Jancke, Raman Sarin, Daniel C. Robbins, Stuff I've seen: a system for personal information retrieval and re-use, Proceedings of the 26th annual international ACM SIGIR conference on Research and development in information retrieval, July 28- August 01, 2003, Toronto, Canada. [7] Jim Gemmell, Gordon Bell, Roger Lueder, Steven Drucker, Curtis Wong, MyLifeBits: fulfilling the Memex vision, Proceedings of the tenth ACM international conference on Multimedia, December 01-06, 2002, Juan-les-Pins, France. [8] [9] [10] [11] Sarah Henderson, Genre, task, topic and time: facets of personal digital document management, Proceedings of the 6th ACM SIGCHI New Zealand chapter's international conference on Computer-human interaction: making CHI natural, p.75-82, July 07-08, 2005, Auckland, New Zealand. [12] Hyunmo Kang, Ben Shneiderman, MediaFinder: an interface for dynamic personal media management with semantic regions, CHI '03 extended abstracts on Human factors in computing systems, April 05-10, 2003, Ft. Lauderdale, Florida, USA. 7. ACKNOWLEDGMENTS We would like to thank Dr. Sid Fels for his advises on the creation of this project. We would also like to thank all the test

Mobile Query Interfaces

Mobile Query Interfaces Mobile Query Interfaces Matthew Krog Abstract There are numerous alternatives to the application-oriented mobile interfaces. Since users use their mobile devices to manage personal information, a PIM interface

More information

Facet Folders: Flexible Filter Hierarchies with Faceted Metadata

Facet Folders: Flexible Filter Hierarchies with Faceted Metadata Facet Folders: Flexible Filter Hierarchies with Faceted Metadata Markus Weiland Dresden University of Technology Multimedia Technology Group 01062 Dresden, Germany mweiland@acm.org Raimund Dachselt University

More information

Clean Living: Eliminating Near-Duplicates in Lifetime Personal Storage

Clean Living: Eliminating Near-Duplicates in Lifetime Personal Storage Clean Living: Eliminating Near-Duplicates in Lifetime Personal Storage Zhe Wang Princeton University Jim Gemmell Microsoft Research September 2005 Technical Report MSR-TR-2006-30 Microsoft Research Microsoft

More information

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn FILE ORGANIZATION GETTING STARTED PAGE 02 Prerequisites What You Will Learn PRINCIPLES OF FILE ORGANIZATION PAGE 03 Organization Trees Creating Categories FILES AND FOLDERS PAGE 05 Creating Folders Saving

More information

MyLifeBits: Fulfilling the Memex Vision

MyLifeBits: Fulfilling the Memex Vision MyLifeBits: Fulfilling the Memex Vision Jim Gemmell, Gordon Bell, Roger Lueder, Steven Drucker and Curtis Wong Microsoft Research 455 Market St., #1690 San Francisco, CA, 94105 {jgemmell,gbell,rlueder,sdrucker,wong}@microsoft.com

More information

(With a few XP tips thrown in for good measure)

(With a few XP tips thrown in for good measure) (With a few XP tips thrown in for good measure) Working with files and folders A file is an item that contains information, for example pictures or documents. On your computer, files are represented with

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Using ArcGIS Online GARP A tutorial on how to use ArcGIS Online to create useful maps! Create By: Ashley Eaton

Using ArcGIS Online GARP A tutorial on how to use ArcGIS Online to create useful maps! Create By: Ashley Eaton GARP 0317 Using ArcGIS Online A tutorial on how to use ArcGIS Online to create useful maps! Create By: Ashley Eaton 2012 W E S T F I E L D S T A T E U N I V E R S I T Y Overview: 1. What is GIS? 2. How

More information

How do I use BatchProcess

How do I use BatchProcess home news tutorial what can bp do purchase contact us TUTORIAL Written by Luke Malpass Sunday, 04 April 2010 20:20 How do I use BatchProcess Begin by downloading the required version (either 32bit or 64bit)

More information

COPYRIGHTED MATERIAL. Lesson 1

COPYRIGHTED MATERIAL. Lesson 1 Lesson What you ll learn in this lesson: Adding files to the Organizer Understanding workspaces Using the Photo Downloader Creating an album Importing your Photos into Adobe Photoshop Elements Adobe Photoshop

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

More information

SMARTdoc v2 User Manual

SMARTdoc v2 User Manual Pages: 1/49 SMARTdoc v2 Pages: 2/49 1 Introduction SMARTdoc is an easy to use but full functional document management system. The mean focus is easy and fast. SMARTdoc is all about document and information

More information

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

NTT Cyber Solutions Laboratories, NTT Corporation 2

NTT Cyber Solutions Laboratories, NTT Corporation 2 Method of Retrieving a Web Browsing Experience Using Semantic Periods Tetsushi Morita 1, Tsuneko Kura 2, Tetsuo Hidaka 1, Akimichi Tanaka 1, and Yasuhisa Kato 1 1 NTT Cyber Solutions Laboratories, NTT

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introduction 8 Installing Visual Basic 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects 20 Reopening

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

More information

The Person in Personal

The Person in Personal WWW Panel: Searching Personal Content The Person in Personal (Supporting the Person in Searching Personal Content) Susan Dumais Microsoft Research http://research.microsoft.com/~sdumais Stuff I ve I Seen

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Milestones in Time: The Value of Landmarks in Retrieving Information from Personal Stores

Milestones in Time: The Value of Landmarks in Retrieving Information from Personal Stores Milestones in Time: The Value of Landmarks in Retrieving Information from Personal Stores Meredith Ringel 1, Edward Cutrell 2, Susan Dumais 2, Eric Horvitz 2 1 Stanford University, 353 Serra Mall, Stanford,

More information

Plus 10: Descending the Design Funnel THE 10 PLUS 10 METHOD. developing 10 different ideas and refinements of selected ideas

Plus 10: Descending the Design Funnel THE 10 PLUS 10 METHOD. developing 10 different ideas and refinements of selected ideas 10 Plus 10: Descending the Design Funnel developing 10 different ideas and refinements of selected ideas 1.4 The design funnel describes a process that you, as an interaction designer, need to habitually

More information

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office Paper SAS1864-2018 Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office ABSTRACT Tim Beese, SAS Institute Inc., Cary, NC Millions of people spend their weekdays in an office. Occasionally

More information

IconStickers: Converting Computer Icons into Real Paper Icons

IconStickers: Converting Computer Icons into Real Paper Icons Human-Computer Interaction, Ergonomics and Uer Interfaces, Volume 1 (HCI International 99) pp. 271-275, ISBN 0-8058-3391-9, Lawrence Erlbaum Associates, Publishers, Aug 22-26, 1999. IconStickers: Converting

More information

GNOSYS PRO 0.7. user guide

GNOSYS PRO 0.7. user guide GNOSYS PRO 0.7 user guide Author Guido M. Re Date September 2016 Reviewer Chad Barksdale Date September 2016 3 Contents 1 Get Started 7 1.1 System Requirements...................................................

More information

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved.

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved. PROFESSIONAL TUTORIAL Trinity Innovations 2010 All Rights Reserved www.3dissue.com PART ONE Converting PDFs into the correct JPEG format To create a new digital edition from a PDF we are going to use the

More information

COMPUTER FOR BEGINNERS

COMPUTER FOR BEGINNERS COMPUTER FOR BEGINNERS INTRODUCTION Class Objective: This class will familiarize you with using computers. By the end of the session you will be familiar with: Starting programs Quitting programs Saving

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s) Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn the basics of SPSS,

More information

Design Insights from Applying the Non-Hierarchical Media-Player model to Document Management LIU-KOGVET-D--03/17--SE

Design Insights from Applying the Non-Hierarchical Media-Player model to Document Management LIU-KOGVET-D--03/17--SE DOCPLAYER Design Insights from Applying the Non-Hierarchical Media-Player model to Document Management LIU-KOGVET-D--03/17--SE 2003-12-12 Author: Jody Foo Master Thesis in Cognitive Science Department

More information

Dreamweaver Handout. University of Connecticut Prof. Kent Golden

Dreamweaver Handout. University of Connecticut Prof. Kent Golden Dreamweaver Handout University of Connecticut Prof. Kent Golden Kent@GoldenMultimedia.com www.goldenmultimedia.com Main goal of this handout: To give you the steps needed to create a basic personal website

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Mayhem Make a little Mayhem in your world.

Mayhem Make a little Mayhem in your world. Mayhem Make a little Mayhem in your world. Team Group Manager - Eli White Documentation - Meaghan Kjelland Design - Jabili Kaza & Jen Smith Testing - Kyle Zemek Problem and Solution Overview Most people

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Exploring personal media: A spatial interface supporting user-defined semantic regions

Exploring personal media: A spatial interface supporting user-defined semantic regions Journal of Visual Languages and Computing 17 (2006) 254 283 Journal of Visual Languages & Computing www.elsevier.com/locate/jvlc Exploring personal media: A spatial interface supporting user-defined semantic

More information

Integration of Handwriting Recognition in Butterfly Net

Integration of Handwriting Recognition in Butterfly Net Integration of Handwriting Recognition in Butterfly Net Sye-Min Christina Chan Department of Computer Science Stanford University Stanford, CA 94305 USA sychan@stanford.edu Abstract ButterflyNet allows

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

Basics of Adobe Premiere

Basics of Adobe Premiere Basics of Adobe Premiere Getting started: The first thing you ll see when you open Adobe Premiere is a window asking to open a project or start a new one. Let s start a new one. (Images from CS6 version,

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

Chapter 25. Build Creations with Your Photos

Chapter 25. Build Creations with Your Photos Chapter 25 Build Creations with Your Photos 2 How to Do Everything with Photoshop Elements How to Create a slide show to show off your images Post your images in web pages Build cards, calendars, and postcards

More information

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards P a g e 7 Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards Balasubramani R Dr.V.Kannan Assistant Professor IT Dean Sikkim Manipal University DDE Centre for Information I Floor,

More information

RenWeb Training. Creating Your Classroom Website

RenWeb Training. Creating Your Classroom Website RenWeb Training Creating Your Classroom Website October 2013 RenWeb Training Manual Table of Contents Ren Web Survey 3 Pre-Training Handout: Saving a Document as a PDF 4 Lesson 1: Adding Homework & Web

More information

Instructional Design: ADDIE Model

Instructional Design: ADDIE Model Instructional Design: ADDIE Model RenWeb Training for Teachers at Trinity Lutheran School EDT 892 Instructional Design Tiffany Gurgel October 2013 EDT 892 Instructional Design - RenWeb Training by Tiffany

More information

Review Guide: Picasa 3 (beta) and Picasa Web Albums Fast and easy photo sharing from Google

Review Guide: Picasa 3 (beta) and Picasa Web Albums Fast and easy photo sharing from Google Review Guide: Picasa 3 (beta) and Picasa Web Albums Fast and easy photo sharing from Google Together, Picasa and Picasa Web Albums make it easy for you to organize and edit your digital photos, and then

More information

How to use search, recommender systems and online community to help users find what they want. Rashmi Sinha

How to use search, recommender systems and online community to help users find what they want. Rashmi Sinha The Quest for the "right item": How to use search, recommender systems and online community to help users find what they want. Rashmi Sinha Summary of the talk " Users have different types of information

More information

MindView Online - Quick Start Guide

MindView Online - Quick Start Guide MindView Online - Quick Start Guide Overview MindView Online is an online concept mapping program that allows users to organize their thoughts visually to create, share, and export mind maps to Microsoft

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

Advanced Management of Research Publications based on the Lightroom Paradigm

Advanced Management of Research Publications based on the Lightroom Paradigm Advanced Management of Research Publications based on the Lightroom Paradigm Matthias Geel, Michael Nebeling, Stefania Leone, and Moira C. Norrie Institute for Information Systems, ETH Zurich CH-8092 Zurich,

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

This report will document the key themes arising from the testing, and make recommendations for the development of the site.

This report will document the key themes arising from the testing, and make recommendations for the development of the site. Cloudworks usability testing February 2011 In this laboratory test four participants were given a series of nine short tasks to complete on the Cloudworks site. They were asked to verbalise their thought

More information

Open eclass Asynchronous elearning Platform

Open eclass Asynchronous elearning Platform Open eclass Asynchronous elearning Platform Student Manual The Open eclass platform is a complete Course Management System. It is the solution offered by the Greek Academic Network GUnet to support Asynchronous

More information

Epistemo: A Crowd-Powered Conversational Search Interface

Epistemo: A Crowd-Powered Conversational Search Interface Epistemo: A Crowd-Powered Conversational Search Interface Saiganesh Swaminathan saiganes@cs.cmu.edu Ting-Hao (Kenneth) Huang tinghaoh@andrew.cmu.edu Irene Lin iwl@andrew.cmu.edu Anhong Guo anhongg@cs.cmu.edu

More information

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT 1 IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING EACH CLASS WILL RUN APPROXIMATELY 40 MINUTES WE WILL PICK UP WHERE WE LEFT OFF AT THE NEXT CLASS THE CLASS

More information

Throughout this book, you find all the neat ways in which you can customize

Throughout this book, you find all the neat ways in which you can customize In This Chapter Chapter 5 A Few Good Tabs and Lists Discovering the lists and tabs Customizing the lists and tabs Putting secondary contacts in the right place Linking documents to the Documents tab Throughout

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

Concordance Basics. Part I

Concordance Basics. Part I Concordance Basics Part I 1 Getting Started 1 Familiarity with the Concordance environment is the first step in learning the multi-faceted features of this powerful program. This chapter focuses on learning

More information

the NXT-G programming environment

the NXT-G programming environment 2 the NXT-G programming environment This chapter takes a close look at the NXT-G programming environment and presents a few simple programs. The NXT-G programming environment is fairly complex, with lots

More information

GETTING STARTED 8 December 2016

GETTING STARTED 8 December 2016 GETTING STARTED 8 December 2016 About Platform... 4 Browser support... 5 Registration Registering as a Teacher... 6 Registering as a Student... 6 Registering as School... 6 Registering as Municipality

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Section 6 Storage Space

Section 6 Storage Space Section 6 Storage Space By the end of this section you should be able to: Access and use storage devices View used and available space Understand file compression Compress and edit files Extract compressed

More information

Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1

Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1 Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1 University of Sheffield Contents 1. INTRODUCTION... 3 2. INSTALLING SPARK ON YOUR COMPUTER... 4 3. STARTING MYCHAT... 5 3.1

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Designing a track in Adams/Car:

Designing a track in Adams/Car: Warning: Remember to change your working directory before you begin this lesson. If you do not, Adams may not work correctly. Also remember to move everything you wish to keep from the working directory

More information

Using Windows MovieMaker pt.1

Using Windows MovieMaker pt.1 Using Windows MovieMaker pt.1 Before you begin: Create and name (use your first name, or the title of your movie) a folder on the desktop of your PC. Inside of this folder, create another folder called

More information

Beginning a New Project

Beginning a New Project 3 Beginning a New Project Introducing Projects 000 Creating and Naming a Project 000 Importing Assets 000 Importing Photoshop Documents 000 Importing Illustrator Documents 000 Importing QuickTime Movies

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Step-By-Step Instructions for Using InDesign

Step-By-Step Instructions for Using InDesign Step-By-Step Instructions for Using InDesign Before you even start a new document in InDesign, you will need to think about the size of your book as well as the number of pages you want to include (not

More information

Rediscover Charts IN THIS CHAPTER NOTE. Inserting Excel Charts into PowerPoint. Getting Inside a Chart. Understanding Chart Layouts

Rediscover Charts IN THIS CHAPTER NOTE. Inserting Excel Charts into PowerPoint. Getting Inside a Chart. Understanding Chart Layouts 6 Rediscover Charts Brand new to Office 2007 is the new version of Charts to replace the old Microsoft Graph Chart and the Microsoft Excel Graph both of which were inserted as OLE objects in previous versions

More information

ToyBox Futuristi Instruction Manual

ToyBox Futuristi Instruction Manual ToyBox Futuristi Instruction Manual Contents Welcome to ToyBox Futuristi... 2 What can you do with this software?... 2 The Instructional Video... 2 Installing the software... 3 Windows... 3 Mac... 3 The

More information

OCR Interfaces for Visually Impaired

OCR Interfaces for Visually Impaired OCR Interfaces for Visually Impaired TOPIC ASSIGNMENT 2 Author: Sachin FERNANDES Graduate 8 Undergraduate Team 2 TOPIC PROPOSAL Instructor: Dr. Robert PASTEL March 4, 2016 LIST OF FIGURES LIST OF FIGURES

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Boss-Spy Requirements Document

Boss-Spy Requirements Document Boss-Spy Requirements Document Brendan Budine Paul J. Melici John Novatnack Abbas Omar {bdb23, pmelici, jmn27, aao23}@drexel.edu Advisers: Drs. Ko Nishino and Ali Shokoufandeh (Department of Computer Science)

More information

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 1 Photos Have a Different Value Today With film cameras, pictures were taken and

More information

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application Tutorial 1: Introduction to Microsoft (MS) Access After reading this tutorial and completing the associated exercises, you will be able to: Open MS Access Create tables using MS Access Create forms and

More information

Creating a Presentation

Creating a Presentation Creating a Presentation You will need to create a basic presentation before you can work with the advanced features of PowerPoint. 1 Exercise #1 Creating the Basic Presentation (1) Open Microsoft PowerPoint

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

How to Make a CD. Now there are two options to burning a CD: MP3 or CDA.

How to Make a CD. Now there are two options to burning a CD: MP3 or CDA. How to Make a CD There are many different CD burning programs out there. I looked and looked for a good free CD burning program that was easy to use, and would also make MP3 CDs. The one I settled on is

More information

Back to Flat Producing 2D Output from 3D Models

Back to Flat Producing 2D Output from 3D Models Back to Flat Producing 2D Output from 3D Models David Cohn Modeling in 3D is fine, but eventually, you need to produce 2D drawings. In this class, you ll learn about tools in AutoCAD that let you quickly

More information

Cloze Wizard Version 2.0

Cloze Wizard Version 2.0 Cloze Wizard Version 2.0 Rush Software 1991-2005 Proofing and Testing By Simon Fitzgibbons www.rushsoftware.com.au support@rushsoftware.com.au CONTENTS Overview... p 3 Technical Support... p 4 Installation...

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker

FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker User s Guide 2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc., registered

More information

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad Lesson 2 page 1 1/20/14 Hi everyone and hope you feel positive about your first week in the course. Our WIKI is taking shape and I thank you for contributing. I have had a number of good conversations

More information

CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Part I: Movie review database.

CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Part I: Movie review database. CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Purpose: The purpose of this lab is to introduce you to the basics of creating a database and writing SQL (Structured Query Language)

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

RECORD. Published : License : None

RECORD. Published : License : None RECORD Published : 2011-03-12 License : None 1 Record Activity 1. Introduction 2. Starting Record 3. Somebody Should Set The Title For This Chapter! 4. Overview of Record 5. Audio 6. Taking Photos 7. Video

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

bridge essential skills

bridge essential skills bridge essential skills Gain a working knowledge of Bridge. Understand how to change the contents and appearance or the workspace. Learn how to use Mini Bridge to access assets inside Photoshop Download,

More information

Making use of other Applications

Making use of other Applications AppGameKit 2 Collision Using Arrays Making use of other Applications Although we need game software to help makes games for modern devices, we should not exclude the use of other applications to aid the

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

InDesign UX Design Patterns. by Justin Putney

InDesign UX Design Patterns. by Justin Putney InDesign UX Design Patterns by Justin Putney InDesign UX Design Patterns Hi, I m Justin Putney, Owner of Ajar Productions. Thanks for downloading this guide! It s full of ways to create interactive user

More information

Universal Printer Plug-in

Universal Printer Plug-in Plug-in Manual Universal Printer Plug-in Version 5.0.1.1 August 21, 2007 Xitron Part Number Doc-1015 02/07 Contents Overview... 2 Installing the Universal Printer Plug-in... 3 Setting the Password... 5

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Trustee Attributes. White Paper. February 2012

Trustee Attributes. White Paper. February 2012 Trustee Attributes White Paper February 2012 Table of Contents What is a Trustee Attribute?... 3 Users and Trustee Attributes... 3 How Trustee Attributes Work... 3 Administering Trustee Attributes... 6

More information

Outlook 2010 Level 2

Outlook 2010 Level 2 Outlook 2010 Level 2 Table of Contents MS Outlook 2010 Level 2... 1 Personalize Your E-mail... 1 Setting the Default Font for E-mails... 1 Selecting a Default Stationary... 3 Selecting a Default Theme...

More information

Microsoft Office 2010 consists of five core programs: Word, Excel,

Microsoft Office 2010 consists of five core programs: Word, Excel, Chapter 1 Introducing Microsoft Office 2010 In This Chapter Starting an Office 2010 program Learning the Microsoft Office Backstage View Using the Quick Access toolbar Learning the Ribbon Customizing an

More information

Project Collaboration

Project Collaboration Bonus Chapter 8 Project Collaboration It s quite ironic that the last bonus chapter of this book contains information that many of you will need to get your first Autodesk Revit Architecture project off

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto CS 170 Java Programming 1 Eclipse@Home Downloading, Installing and Customizing Eclipse at Home Slide 1 CS 170 Java Programming 1 Eclipse@Home Duration: 00:00:49 What is Eclipse? A full-featured professional

More information

Windows 10: Part 2. Updated: May 2018 Price: $1.80

Windows 10: Part 2. Updated: May 2018 Price: $1.80 Windows 10: Part 2 Updated: May 2018 Price: $1.80 A Special Note on Terminology Windows 10 accepts both mouse and touch commands. This means that you could either use mouse clicks or touch gestures interchangeably.

More information

Download Free Pictures & Wallpaper from the Internet

Download Free Pictures & Wallpaper from the Internet Download Free Pictures & Wallpaper from the Internet D 600 / 1 Millions of Free Graphics and Images at Your Fingertips! Discover How To Get Your Hands on Them Almost any type of document you create can

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information