Editing the Web Template Files

Size: px
Start display at page:

Download "Editing the Web Template Files"

Transcription

1 Editing the Web Template Files This tutorial describes the process of editing the PHP files to make global changes to the layout, color, font, and text within the CONTENTdm Web templates. This documentation is not intended to take the place of having working knowledge of HTML, PHP, Java Script files, or framesets. Before making changes to any CONTENTdm Web template files, be sure to make a backup copy so you can restore the original if needed. Keep in mind that even simple text changes could alter the layout of your Web templates. The first step to customizing your site is to change the text of the Home page (index.php), About page (about.php), or Help page (help.php). To do this, edit the text in the files using a Web development tool or text editor such as TextPad. The files are located in the docs directory of the CONTENTdm server. About.php and help.php are located in the cdm4 subdirectory of the docs directory. Fundamental knowledge of HTML is recommended before changing these files. Learn About: Section I: Section II: Section III: Section IV: Section V: Overview General Guidelines Variables Editing the Style File Frequently Used Variables Color Changes to the Web Templates Editing the Header File Changing the Header File Example Editing the Footer File Altering Footer Height Editing the Localization File Changing Menu Options to Use Capitalization Section I: Overview This tutorial shows examples of changes you can make to your Web Templates. Modifying the files described in this guide enables you to change the appearance (color, layout, language or text) of the CONTENTdm Web templates. Changes made to global files and variables propagate throughout your Web template pages so the edits can be made once rather than on each Web page. Experienced Web developers can customize the existing templates as needed. To edit HTML or the PHP files described in this tutorial, you must have access to the docs directory of the CONTENTdm server. If you do not have access to these files, contact your system administrator. There are other tools within CONTENTdm that you can use to further customize your CONTENTdm site. To create queries or control the layout of the results displayed in your collection search results, see the Custom Queries and Results help files. One of the most common changes that people wish to make are text changes to the index.php, about.php, and help.php files. Follow the general guidelines to make text changes to these files OCLC Page 1 of 19

2 General Guidelines Use the following guidelines when editing any PHP file: 1. Determine what changes in what files that you wish to make. 2. Make backup copies of all files that you plan to alter. 3. Open the file you wish to edit in your HTML editing software or in a text editor. The CONTENTdm Web templates are Unicode compatible. When editing the files, be sure to use an editor that supports UTF-8 encoding. Some text editors, such as Notepad, add a Byte Order Mark to files saved as UTF-8. The Byte Order Mark is not recognized by all browsers and can alter the layout of the CONTENTdm Web templates. Notepad and other editors that add Byte Order Marks to UTF-8 files should not be used for editing the CONTENTdm Web templates. 4. Make changes and then save the file. 5. Check that the changes you make provide the expected results. Generally, edit the: Global Style file to change color, font, and layout of the collection pages. Header file to make changes to the header on all Web template pages. Footer file to make changes to the footer on all Web template pages. Localization files to change navigational, button, and message text. Variables Most of the changes that we will make in this tutorial are done by changing variables within the PHP files. All variables that we will change in this tutorial have a specific format, shown below. define("variable NAME", "VARIABLE VALUE"); // DEFAULT VALUE: COMMENT ABOUT THE VARIABLE Make changes to the variable values by opening the PHP file in HTML editing software or a text editor. When editing, do not change the variable name. Keep the quotation marks intact when editing the variable values. All text after the // is informational only. An example of a PHP file is shown below. The editable variables are shown in blue and enclosed by double quotes. The green text shows comments that describe each variable. Figure 1. Style file portion Section II: Editing the Style File The STY_global_style file contains over one hundred variables that can be changed to personalize your Web templates. Most of the variables in STY_global_style.php can be used to change colors, fonts, and other style parameters. In addition, the STY_global_style.php file provides variables for changing other options within the Web templates, including: 2009 OCLC Page 2 of 19

3 Allowing a login link for each page Whether metadata is hyperlinked in the item and document viewers and the scope of the search when hyperlinks are activated Whether the site shows a bottom navigational menu How a date is displayed within a Date data type field At which number of collections do users see a select box instead of check boxes for each collection on the Advanced Search page Specifying which file types display with the Image Toolbar Enabling simultaneous multiple language support Specifying how the Advanced Search page behaves in a custom collection implementation Specifying which fields are used for facets These variables, their description, and selection choices are described below. Variable Description Selection Choices S_DATE_FORMAT A number between 0 and 6 that indicates the format of the date display for fields with the data type date. Default = "0" (choices are between 0-6) 0: yyyy-mm-dd 1: dd-mm-yyyy 2: mm-dd-yyyy 3: MONTH dd yyyy 4: dd MONTH yyyy 5: mm/dd/yyyy 6: dd/mm/yyy S_THUMB_SIZE S_GRID_SIZE S_ALLOW_LOGIN S_ALLOW_HYPERLINKING S_HYPERLINK_CISOROOT S_HYPERLINK_CISOFIELD Thumbnail size in thumbnail view. Specify maximum dimension in pixels. Size of the thumbnail in grid view. Specify maximum dimension in pixels. Provides a login link to your Web site. Necessary if you have restricted access to your collection by user. Allows report functionality within CONTENTdm to list usage identification. Allows hyperlinking of the metadata in the item and document viewers. One of two variables that define the scope of search for metadata hyperlinks. Specify whether hyperlinks search across all collections or only the current collection. One of two variables that define the scope of search for metadata hyperlinks. Specify whether hyperlinks Default= "120" (choices are between 0-120) Default= "80" (choices are between 0-120) Default = "0" 1 = YES 0 = NO Default = "1" 1 = YES 0 = NO Default = "1" 1 = Search all collections 0 = Search current collection Default = "0" 1 = Search all fields 0 = Search current field 2009 OCLC Page 3 of 19

4 Variable Description Selection Choices search across all fields or only the current field. S_HYPERLINK_LIMIT S_FTS_DISPLAY The maximum number of characters that can be hyperlinked and displayed in metadata fields. If the metadata is greater than this number, the metadata is displayed but not hyperlinked. The options for displaying full text field metadata in the item and document viewer. These values do not change the page and text view. If you do not wish to show full text metadata at all, including in the page & text view, hide the full text field by editing field properties. Default = 20,000 characters. Maximum character limit is 128,000. Default ="1" 3 = Full text field is shown in full but does not hyperlink. 2 = Full text field is displayed, up to the character limit defined in S_TRUCATE_FTS_LIMIT. Provides a link to display the full text field in another window. 1 = Full text field is displayed and hyperlinked. S_TRUNCATE_FTS_LIMIT S_SHOW_BOT_MENU S_CHECK_BOX_LIMIT S_COLLECTION_LIMIT The maximum number of characters that can be hyperlinked and displayed in full text field. A link is provided that displays the entire field in another window. Used when S_FTS DISPLAY is 2. View bottom navigational menu on Web pages. Number of check boxes allowed before Advanced Search view switches to a select box. Total number of individual collections that can be searched at one time. It is limited to 100 in order to avoid exceeding the maximum URL string length in some browsers but may need to be adjusted lower depending on the length of collection aliases on your server. This value cannot be less than the value in the S_CHECK_BOX_LIMIT variable. 0 = Full text field is not displayed. Default = "500" Default = "0" 1 = YES 0 = NO Default= "20" Default = "100" Maximum number is OCLC Page 4 of 19

5 Variable Description Selection Choices S_FACETS Controls which fields display in the Refine Your Search list in search results. To change the defaults, add, delete, or edit the list of field nicknames. A maximum of five fields can be displayed in the Refine Your Search list. Only searchable fields will display, if specified. Hidden fields will never display. For searches across multiple collections, the Refine Your Search list displays Dublin Core names. For singlecollection searches, the field names are displayed. Default= "subjec:creato:date:format:audie n" None = Refine Your Search list does not display in search results TD_META_WIDTH S_ALLOWED_ZOOM_IMAGE_TYPES S_SHOW_ITEMVIEW_PDF S_CUST_DIR_ALIAS_LIST For more information about determining nicknames, see the Customizing Display Views tutorial (PDF). Controls the width of the metadata field name column in the item viewer. Controls which file types are displayed with the Image Toolbar in all image viewers. Controls whether singleitem PDF files are displayed inline in the item viewer. The collections that are searched in a custom collection interface. This variable only takes affect when custom collection interfaces are implemented. Default = "0" Enter specific width Default = "jpg, gif, tif, tiff, jp2, png " Remove file types from the list to disable the Image Toolbar for that file type. File types must be separated by a comma. Supported file types are jpg, gif, tif, tiff, jp2 and png. Default= "0" 1 = YES (display PDF inline) 0 = NO (do not display PDF inline) Default = "all" All = Search all collections. Collection list is displayed on Advanced Search page. None = Search custom collection only. Collection list is not displayed on Advanced Search 2009 OCLC Page 5 of 19

6 Variable Description Selection Choices page. /collection_alias = A comma separated list of collection aliases. Searches specified collections. Collection list is not displayed on Advanced Search page. S_DMLANG Enables hyperlinks for localized versions to display in the site header. Localized versions of the LOC files in the /client directory and the index.php, about.php, and help.php files must be provided. Default = empty Enter two character language designator followed by the language name in parenthesis. Multiple languages must be separated by a comma: "en(english),es(español),fr(franç ais)" The two character language designator indicates the directory containing localized versions of the LOC files in the /cdm4/client directory. The language name is used as the text for the hyperlink in the header. Two or more languages must be added to activate the language links in the header. Default language is the first language in the list. Table 1. Style File Variables To edit the Style file: 1. Navigate to the STY_global_style.php file located in the \docs\cdm4\client directory. 2. Make a copy of the STY_global_style.php file before making any changes. 3. Open STY_global_style.php in HTML editing software or a text editor such as Textpad. 4. Edit the variable selections that are enclosed in double quotes. Take care not to delete a double quote. 5. Save your changes. When you have entered new values in each of the variables, save the file. 6. To preview your changes, enter the URL of your CONTENTdm server in your Web browser address bar. If your changes are not visible, check that you have saved your file. You may need to refresh the Web page or delete your temporary Internet files to remove cached files. To refresh the Web page, press the F5 key. Or, to delete cached files when using Microsoft Internet Explorer, from the Tools menu, select Internet Options. Click Delete Files. A dialog box confirms that you want to delete all files in Temporary Internet Files. Click Yes. When your cached files have been cleared, click OK. Refresh the Web page OCLC Page 6 of 19

7 7. If you are satisfied with your changes, close the STY_global_style.php file. Frequently Used Variables Two frequently used variables are the ability to add a login link to the Web template header and the ability to add a bottom menu bar to the Web template footer. We will go through the process of editing each of these variables. For the first example, edit the S_ALLOW_LOGIN variable when following the above instructions. In Step 5, edit one variable at a time, save it, and view the result before moving on to the next variable. In the STY_global_style.php file, find the S_ALLOW_LOGIN variable. Notice that the variable and its value are enclosed in quotes. We also see from the explanatory text that the default value of this variable is 0 which does not display the login link. A value of 1 means the login link will be displayed. Change the value to 1, keeping the quotes intact. The image below shows the variable that has been changed within the STY_global_style.php. Figure 2. Edited Login Variable Figure 3 shows what happens to the home page after you change the S_ALLOW_LOGIN variable to 1. Notice the word login now appears in the upper right corner. Figure 3. Login enabled The next variable you are going to change is called S_SHOW_BOT_MENU. This allows a bottom menu to be visible within the Web templates page. Find this variable and change its value from the default of 0, which equals no, to 1, which equals yes. Figure 4. S_SHOW_BOT_MENU Variable Now, the footer displays with a navigational menu, as shown below: Figure 5. View Bottom Menu Color Changes to the Web Templates In the following example we will customize the Web templates by changing a selection of variables within the STY_global_style.php file. When all our changes to variables within the 2009 OCLC Page 7 of 19

8 STY_global_style.php file are complete, the Web templates will look similar to images shown below. Figure 6. Modified Web Templates As you make changes to variables within the STY_global_style.php file, be sure to click through the Browse, Advanced Search, Preferences, and My Favorites pages to verify your changes. When editing the file, be careful to keep the quotes that surround each variable name and its value. In the STY_global_style.php file, change the values for seven variables, in the order they appear within the file. Variable Name New Value S_COPYRIGHT_COLOR # S_GENMENU_BG # S_GENMENU_COLOR #99CCCC S_HEADER_BG #CCFFFF S_HEADER_COLOR # S_LINK_COLOR # S_LINK_HOVER_COLOR #CC3366 Table 2. Initial Color Changes to STY_global_style.php The images below show how the edited variables change the appearance of the Web templates when they are viewed through a browser. Note that not all pages of the Web templates are affected the same way OCLC Page 8 of 19

9 Figure 7. CONTENTdm Index After Initial Changes After clicking browse, we notice that the submenus need to be changed to match the new color scheme. The original submenu color is shown below. Figure 8. Original Submenu Color Now change the following variables that affect the submenus. Variable Name New Value S_SUBMENU_BG # S_SUBMENU_COLOR #FFFFCC Table 3. Submenu Color Changes After making the changes, the results page now appears similar to the image below OCLC Page 9 of 19

10 Figure 9. Results Page with Changed Color When navigating to the Advanced Search page, we notice that the color scheme is different than expected. The Advanced Search page contains FORM variables that aren t shown on the Index or Browse pages. Figure 10. Advanced Search Page Contains FORM Elements Now change two of the FORM variables to continue the pastel color scheme. Variable Name S_FORM_FIELDS_BG S_FORMS_BG Table 4. Forms Variables New Value #FFFFCC #FFFFFF The Advanced Search page now has a form that matches the rest of the color page, as shown below OCLC Page 10 of 19

11 Figure 11. Advanced Search Page with Changed Colors The next page to browse to is the Preferences page. Within the STY_global_style.php file, you can change the color of the choices provided to the end-user from which they can select color schemes for My Favorites, Compare, and Slideshow. Figure 12. End User Palette Choices within Preferences There are eight different options provided. The My Favorites alternate colors are not displayed in the same order as they are listed in the STY_global_style.php file. From left to right, the options are displayed as: ALT 5, ALT 2, ALT 3, ALT4, ALT 1, ALT 6, ALT 7, ALT 8 ALT 5 uses the site s current background color, font color and link color as an option. In this example, you will change the three variables associated with ALT 1. By default, the ALT 1 background color is black, the text color is maroon, and the link color is blue. Variable Name New Value S_ALT_BG_1 #CCFFFF S_ALT_FONT_COLOR_1 # S_ALT_LINK_COLOR_1 # Table 5. My Favorites Preferences Changes Once the changes are made to the STY_global_style.php file, view the preferences page to see the new color option OCLC Page 11 of 19

12 Figure 13. End User Pallet Choices With Changes Select the new color option and click Apply changes. Then navigate to the My Favorites page to see the new background color. Figure 14. My Favorites with New Selection Changing the alternate colors is optional and you can easily change the My Favorites background color back to yellow by returning to preferences and selecting the appropriate color. Figure 15. My Favorites with Yellow Background 2009 OCLC Page 12 of 19

13 To finish customizing the color scheme, change the button color and font color of all the pages. Change the button variables in STY_global_style.php to the new values specified below. Variable Name New Value S_BUTTON_BG #CCFFFF S_BUTTON_FONT_COLOR # Table 6. Button Variable Changes The buttons display colors similar to below. Figure 16. Button Display Colors The STY_global_style file can be used in conjunction with other files to make even more advanced changes to the Web templates. For additional information, see CONTENTdm Web templates within the Help files. Section III: Editing the Header File The code in the Header file (global_header.php) and in the STY_global_style.php can be changed to make modifications to all headers within the Web templates. More advanced structural modifications, such as changing the logo, logo placement, or placement of the navigational menu are done in the global_header.php file, whereas text and color changes are done in the STY_global_style.php file. After changing the logo, you may need to adjust header height in the STY_global_style.php file. The global header file (global_header.php) is located within Server\docs\cdm4\includes. The global header file is included within all other PHP files (except pop-up windows) and governs the header in all template pages. Each Web template is constructed using a series of embedded tables, with the customizable global header file called into each page using the following syntax: <? include($includeheader);?> The unedited global header file displays as: Figure 17. CONTENTdm Global Header 2009 OCLC Page 13 of 19

14 The default header code is shown below: Figure 18. Global Header File 2009 OCLC Page 14 of 19

15 Changing the Header File Example In this example, you can change the header so that the navigational menu is located below the CONTENTdm logo by rearranging the table structure, as shown below. Figure 19. Changed Header Script File 2009 OCLC Page 15 of 19

16 To edit the Global Header: 1. Navigate to the global_header.php file located in the \docs\cdm4\includes directory. 2. Make a copy of the global_header.php file before making any changes. 3. Open global_header.php in HTML editing software or a text editor such as Textpad. 4. Edit the code you wish to change and save your changes. In this example: Delete the following lines beginning on line 21 (including the ending and beginning row tags): <td colspan="3" valign="top"> <? include($includemenu);?> </td> </tr> <tr> 5. Add the following new row at line 68 (making it the last row before the second to last ending table tag): <tr> <td colspace ="2" valign="top"> <? include($includemenu);?> </td> </tr> When you have finished changing the code, save the file. To preview your changes, enter the URL of your CONTENTdm server in your Web browser address bar. If your changes are not visible, you may need to refresh the Web page or delete your temporary Internet files to remove cached files. To refresh the Web page, press the F5 key. Or, to delete cached files when using Microsoft Internet Explorer, from the Tools menu, select Internet Options. Click Delete Files. A dialog box confirms that you want to delete all files in Temporary Internet Files. Click Yes. When your cached files have been cleared, click OK. Refresh the Web page. If you are satisfied with your changes, close the file. Note: If your header differs in size from the default design, you may need to modify the S_HEADER_HEIGHT variable in the global style file. The default header height is 89 pixels in STY_global_style.php. You can increase this height or decrease this height. Subtract the larger number from the smaller and alter the header height. For example, if the default header is 89 pixels high and your new header is 110 pixels high, you would need to increase the header height variable by 21 pixels to ensure that Web templates containing frames render without additional scrollbars OCLC Page 16 of 19

17 Section IV: Editing the Footer File The Footer file can be used in conjunction with the Style file to make changes to all footers within all Web templates. While you can make some changes to the footer with the Style Script file, you are limited to such changes as adjusting colors, selecting text face, adding a duplicate menu bar, and adjusting spacing height. Use global_footer.php to make more advanced changes. The global footer file (global_footer.php) is located within Server\docs\cdm4\includes. The global footer file is included within all other PHP files (except pop-up windows) and governs the footer in all template pages. Each Web template is constructed using a series of embedded tables, with the customizable global footer file called into each page using the following syntax: <? include($includefooter);?> The unedited global footer file displays as: Figure 20. CONTENTdm Global Footer The default footer code is included below: Figure 21. Global Footer File To edit the Global Footer File: 1. Navigate to the global_footer.php file located in the \docs\cdm4\includesdirectory. 2. Make a copy of the global_footer.php file before making any changes. 3. Open global_footer.php in HTML editing software or a text editor such as Textpad. 4. Edit the code you wish to change. Save your changes. Altering Footer Height If your footer differs in size from the default design, you may need to modify the height in the style file. Increase the value of the S_HEADER_HEIGHT variable to ensure that Web templates containing frames render without additional scrollbars. Decrease the value to maximize available browser space OCLC Page 17 of 19

18 For example, if the default footer is 89 pixels high and your new footer is 110 pixels high, you would need to increase S_HEADER_HEIGHT by 21 pixels to ensure that Web templates containing frames render without additional scrollbars. Note: The S_HEADER_HEIGHT variable tracks the differential in size of both the header and footer from the original sizes. Changes made to one or both should be combined when computing the necessary value for S_HEADER_HEIGHT. The default value of the S_HEADER_HEIGHT variable is shown below. define("s_header_height", "89"); // 89: allows for correct browser height specs // change accordingly to avoid browser scrollbars in parent window Section V: Editing the Localization Files The Localization files contain variables that control the text that appears on buttons, forms, and pages throughout the Web templates. To change text within the Templates or to use a language other than English in the Web templates (usually referred to as localization), you must edit seven files in the Server\docs\cdm4\client directory: LOC_document.php. Specifies the navigational and function wording within the compound object viewer. LOC_favorites.php. Specifies the navigational and function wording within My Favorites, Slideshow, and Compare views. LOC_global.php. Specifies the navigational and function wording for terms used in all pages. This includes changing the address and company name. LOC_preferences.php. Specifies the navigational and function wording within My Preferences. LOC_results.php. Specifies the navigational and function wording within Browse and Results pages. LOC_search.php. Specifies the navigational and function wording within Search pages. LOC_viewer.php. Specifies the navigational and function wording within the Item viewer. The localization files do not control the text that appears on the home page (index.php), about page (about.php), and help page (help.php). These files must be edited separately. See Editing CONTENTdm Web templates for more information. To edit the localization files: 1. Navigate to the localization files, located in the \docs\cdm4\client directory. 2. Make a copy of all files before making any changes. 3. Edit the variable selections that are enclosed in double quotes. Take care not to delete a double quote. Tip: If you need to use double quotes for punctuation, use the special HTML character entity to represent quotes, " 4. Save your changes OCLC Page 18 of 19

19 Changing Menu Options to Use Capitalization In this example, we are going to edit the localization files to change the menu options from being all lower case to upper case. Follow the instructions above to open the LOC_global.php file. This file changes options within the headers, footers and error messages. Change the following variables, keeping the quotations on either side Variable Current Text Change To L_ABOUT_US about About L_ADVANCED_SEARCH advanced search Advanced Search L_BROWSE browse Browse L_CLOSE close Close L_GO go Go L_HELP help Help L_HOME home Home L_LOGIN login Login L_MAX max Max L_MIN min Min L_MY_FAVORITES my favorites Favorites L_PREFERENCES preferences Preferences L_PRINT print Print L_SAVE save Save L_SEARCH search Search L_TO_TOP to top To Top Figure 20 shows the changed home page. Figure 22. Capitalized Menu If you are satisfied with the look of these changes, continue editing the other localization files to make the capitalization consistent throughout the results page, my favorites page, and the viewers OCLC Page 19 of 19

Customizing Display Views

Customizing Display Views Customizing Display Views This tutorial describes the process of customizing how search results and browse pages are displayed in CONTENTdm. This documentation is not intended to take the place of having

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes)

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) A compound object is two or more files bound together with a CONTENTdm-created XML structure. When you create and add compound

More information

How To Use The Arles Image Page Creator On Pc Or Mac Or Macbook Or Macintosh (Or Mac) With A Web Browser (Or Ipc) With An Ipc (Or Pc Or Ipc).Html (Or Your Mac)

How To Use The Arles Image Page Creator On Pc Or Mac Or Macbook Or Macintosh (Or Mac) With A Web Browser (Or Ipc) With An Ipc (Or Pc Or Ipc).Html (Or Your Mac) Arles Image Web Page Creator User Manual I Arles Image Web Page Creator Help Table of Contents Part I About 1 Part II Getting Started Creating a Image Web Page Gallery 1 Part III Order 2 Part IV Arles

More information

Using PDF Files in CONTENTdm

Using PDF Files in CONTENTdm Using PDF Files in CONTENTdm CONTENTdm uses the Adobe PDF Library to provide features for efficient processing of born-digital documents in Portable Document Format (PDF). PDF files and PDF compound objects

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

HDAccess Administrators User Manual. Help Desk Authority 9.0

HDAccess Administrators User Manual. Help Desk Authority 9.0 HDAccess Administrators User Manual Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Contents. Downloading the Data Files... 2. Centering Page Elements... 6

Contents. Downloading the Data Files... 2. Centering Page Elements... 6 Creating a Web Page Using HTML Part 1: Creating the Basic Structure of the Web Site INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Winter 2010 Contents Introduction...

More information

ImageNow User Getting Started Guide

ImageNow User Getting Started Guide ImageNow User Getting Started Guide Version: 6.6.x Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc. All other products

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

Edline Manual Design Guide Version: November 2011

Edline Manual Design Guide Version: November 2011 a Blackboard company Edline Manual Design Guide Version: November 2011 Copyright Statements: Edline software is a trademark of Edline, a Blackboard company. Copyright 2011-2012. Microsoft Windows names

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders Teacher Training Session 1 Adding a Sub-Site (New Page) Editing a page and page security Adding content cells Uploading files and creating folders Adding Sub Sites Sub Sites are the same as Sub Groups

More information

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote SiteBuilder (Adding/Editing Content) Enable web pages on your website Add and format text and images Upload images Create Image Links Create Sub Levels Create Hyperlinks Upload Data files (ppt,xls,word

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

Website Editor User Guide

Website Editor User Guide CONTENTS Minimum System Requirements... 3 Design Your Website... 3 Choosing your Theme... 4 Choosing your Header Style... 4-5 Website Content Editor... 6 Text Editor Toolbar features... 6 Main Menu Items...

More information

Arles Image Explorer Arles Image Web Page Creator. User Manual

Arles Image Explorer Arles Image Web Page Creator. User Manual Arles Image Explorer Arles Image Web Page Creator User Manual I Arles Image Web Page Creator Help Table of Contents Part I About 1 Part II Getting Started Creating a Image Web Page Gallery 1 Part III Order

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

Application Developer Guide

Application Developer Guide IBM Maximo Asset Management 7.1 IBM Tivoli Asset Management for IT 7.1 IBM Tivoli Change and Configuration Management Database 7.1.1 IBM Tivoli Service Request Manager 7.1 Application Developer Guide Note

More information

Create a Web Page with Dreamweaver

Create a Web Page with Dreamweaver Create a Web Page with Dreamweaver Dreamweaver is an HTML editing program that allows the beginner and the advanced coder to create Web pages. 1. Launch Dreamweaver. Several windows appear that will assist

More information

OU Campus Web Content Management

OU Campus Web Content Management DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT OU Campus Web Content Management Table of Contents OU Campus Web Content Management... 1 Introduction

More information

PDG Shopping Cart 4.0. Quick Start Guide

PDG Shopping Cart 4.0. Quick Start Guide PDG Shopping Cart 4.0 Quick Start Guide , Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2004 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

ImageNow User. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow User. Getting Started Guide. ImageNow Version: 6.7. x ImageNow User Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2012 2012 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

Edline Manual Design Guide Version: September 2011

Edline Manual Design Guide Version: September 2011 Edline Manual Design Guide Version: September 2011 Copyright Statements: Edline software is a trademark of Edline. Copyright 2011. Microsoft Windows names and logos are registered trademarks of the Microsoft

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Vignette CMS V7 Content User Instruction Manual

Vignette CMS V7 Content User Instruction Manual Vignette CMS V7 Content User Instruction Manual College of Literature, Science, and the Arts University of Michigan Version 2.8 Prepared by LSA Development, Marketing & Communications lsa.web.support@umich.edu

More information

Joomla Article Advanced Topics: Table Layouts

Joomla Article Advanced Topics: Table Layouts Joomla Article Advanced Topics: Table Layouts An HTML Table allows you to arrange data text, images, links, etc., into rows and columns of cells. If you are familiar with spreadsheets, you will understand

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

-SoftChalk LessonBuilder-

-SoftChalk LessonBuilder- -SoftChalk LessonBuilder- SoftChalk is a powerful web lesson editor that lets you easily create engaging, interactive web lessons for your e-learning classroom. It allows you to create and edit content

More information

Have you seen the new TAMUG websites?

Have you seen the new TAMUG websites? 4 For all Cascade Management System request for PUBLISHING please email cms@tamug.edu for the quickest response. For all Cascade Management System request for QUESTIONS or COMMENTS please email cascadeusers@tamug.edu

More information

MyFaxCentral User Administration Guide

MyFaxCentral User Administration Guide faxing simplified. anytime. anywhere. MyFaxCentral User Administration Guide www.myfax.com MyFaxCentral Common Controls...1 Navigation Controls...1 Customize View...1 MyFaxCentral User Administration...2

More information

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide RADFORD UNIVERSITY Radford.edu Content Administrator s Guide Contents Getting Started... 2 Accessing Content Administration Tools... 2 Logging In... 2... 2 Getting Around... 2 Logging Out... 3 Adding and

More information

Quick Start Guide To: Using the Sage E-marketing Online Editor

Quick Start Guide To: Using the Sage E-marketing Online Editor Quick Start Guide To: Using the Sage E-marketing Online Editor When you first enter the Sage E-marketing online editor, you will see two tabs on the left-hand side of the screen: Content Editor and Customize

More information

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL K5 CMS The K5 Content Management System (CMS), previously known as Kwik-Az Updating, is a small downloadable program that permits

More information

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu Revised 4/28/2014 CONTENTS The eclps Overview... 3 Objectives... 3 Adding the Syllabus or Lessons Tool to

More information

Vodafone Business Product Management Group. Hosted Services EasySiteWizard Pro 8 User Guide

Vodafone Business Product Management Group. Hosted Services EasySiteWizard Pro 8 User Guide Vodafone Business Product Management Group Hosted Services EasySiteWizard Pro 8 User Guide Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced, adapted, or distributed,

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Create a Google Site in DonsApp

Create a Google Site in DonsApp Create a Google Site in DonsApp 1 Google Web Site Interactive. Constructivist. Collaborative. Communities. WHAT IS GOOGLE SITE? With one single click, you can create a website without any knowledge of

More information

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication You will be directed to the "Portfolio Settings! page. On this page you will fill out basic DIGICATION E-PORTFOLIO HELP GUIDE Where do I start? Log in to Digication Go to your school!s Digication login

More information

Online Help Manual. MashZone. Version 9.7

Online Help Manual. MashZone. Version 9.7 MashZone Version 9.7 October 2014 This document applies to MashZone Version 9.7 and to all subsequent releases. Specifications contained herein are subject to change and these changes will be reported

More information

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor Oracle Business Intelligence Publisher: Create Reports and Data Models Part 1 - Layout Editor Pradeep Kumar Sharma Senior Principal Product Manager, Oracle Business Intelligence Kasturi Shekhar Director,

More information

ifix Alarm History Viewer Version 1.0

ifix Alarm History Viewer Version 1.0 INSTALLATION AND DESCRIPTION ifix Alarm History Viewer Version 1.0 File: Documentation - ifix Alarm History Viewer - Version 1.0 Revision: 1.0 Date: 01/11/12 Inh.: Dipl.-Ing. Bernhard Wurm An der Landwehr

More information

Requirements for Developing WebWorks Help

Requirements for Developing WebWorks Help WebWorks Help 5.0 Originally introduced in 1998, WebWorks Help is an output format that allows online Help to be delivered on multiple platforms and browsers, which makes it easy to publish information

More information

Create Email Signature for the Scott County Family Y

Create Email Signature for the Scott County Family Y Create Email Signature for the Scott County Family Y This document details the procedure for creating the Y logo ed email signature for each of the email clients used at the Scott County Family Y Use the

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

PASTPERFECT-ONLINE DESIGN GUIDE

PASTPERFECT-ONLINE DESIGN GUIDE PASTPERFECT-ONLINE DESIGN GUIDE INTRODUCTION Making your collections available and searchable online to Internet visitors is an exciting venture, now made easier with PastPerfect-Online. Once you have

More information

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1 KFUPM Web Content Management System powered by SharePoint 2010 1 Sample Department Site Site Actions Steps to login for administrators Navigate to your website and type in the url /admin.aspx

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

Dreamweaver Tutorial - Dreamweaver Interface

Dreamweaver Tutorial - Dreamweaver Interface Expertrating - Dreamweaver Interface 1 of 5 6/14/2012 9:21 PM ExpertRating Home ExpertRating Benefits Recommend ExpertRating Suggest More Tests Privacy Policy FAQ Login Home > Courses, Tutorials & ebooks

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL

ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL MENU OPTION CLASSIFICATION MANAGER Creating a new classification / menu 1. Click Classification manager 2. Click on the plus sign beside WWW to expand the folders

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

How to Build a SharePoint Website

How to Build a SharePoint Website How to Build a SharePoint Website Beginners Guide to SharePoint Overview: 1. Introduction 2. Access your SharePoint Site 3. Edit Your Home Page 4. Working With Text 5. Inserting Pictures 6. Making Tables

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

More information

How to Use Swiftpage for Microsoft Outlook

How to Use Swiftpage for Microsoft Outlook How to Use Swiftpage for Microsoft Outlook 1 Table of Contents Basics of the Swiftpage for Microsoft Outlook Integration.. 3 How to Install Swiftpage for Microsoft Outlook and Set Up Your Account...4 The

More information

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013 and 2015

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013 and 2015 Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013 and 2015 User Manual Akvelon, Inc. 2015, All rights reserved. 1 Contents Overview... 3 Licensing... 4 Installation... 5 Upgrading from previous

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.8 Updated February 4, 2014 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials Manual FastTrack Schedule Documentation Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

PolyU Staff Email Service. Mailing List Management. User Guide

PolyU Staff Email Service. Mailing List Management. User Guide PolyU Staff Email Service Mailing List Management User Guide Version 2.0 Last Update: 28 August 2015 PolyU Email: www.polyu.edu.hk/email ITS HelpCentre Support: www.polyu.edu.hk/hots ITS HelpCentre Support

More information

Introduction to Drupal

Introduction to Drupal Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Content Management System Help. basic tutorial on Evergreen s CMS

Content Management System Help. basic tutorial on Evergreen s CMS Content Management System Help cms.evergreen.edu Tips, tricks and basic tutorial on Evergreen s CMS Contents Vocabulary Login Opening a page Editing a page Creating a new page Inserting internal and external

More information

NURSING 3225 NURSING INQUIRY WEB SITE DEVELOPMENT GUIDE BOOK

NURSING 3225 NURSING INQUIRY WEB SITE DEVELOPMENT GUIDE BOOK Nursing 3225 Web Dev Manual Page 1 NURSING 3225 NURSING INQUIRY WEB SITE DEVELOPMENT GUIDE BOOK Nursing 3225 Web Dev Manual Page 2 N3225: Nursing Inquiry Student Created Group Website Addresses (1 of 2)

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

How to Use Swiftpage for Microsoft Excel

How to Use Swiftpage for Microsoft Excel How to Use Swiftpage for Microsoft Excel 1 Table of Contents Basics of the Swiftpage for Microsoft Excel Integration....3 How to Install Swiftpage for Microsoft Excel and Set Up Your Account...4 Creating

More information

Understanding the Basic Template Editor

Understanding the Basic Template Editor Understanding the Basic Template Editor The basic template editor in Sage E-marketing for Sage CRM is designed for customers that have limited HTML design experience, but would like to customize their

More information

Please select one of the topics below.

Please select one of the topics below. Thanks for choosing WYSIWYG Web Builder! In this section we will give a short introduction to Web Builder so you can start building your web site in (almost) no time. Please select one of the topics below.

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

Archiving Full Resolution Images

Archiving Full Resolution Images Archiving Full Resolution Images Archival or full resolution files are very large and are either uncompressed or minimally compressed. This tutorial explains how to use CONTENTdm and the Project Client

More information