Lab 1 MonarchPress Product Description. Robert O Donnell CS411. Janet Brunelle. September 20, Version #2

Size: px
Start display at page:

Download "Lab 1 MonarchPress Product Description. Robert O Donnell CS411. Janet Brunelle. September 20, Version #2"

Transcription

1 Lab 1 MonarchPress Description 1 Lab 1 MonarchPress Product Description Robert O Donnell CS411 Janet Brunelle September 20, 2015 Version #2

2 Lab 1 MonarchPress Description 2 Table of Contents 1 INTRODUCTION MONARCHPRESS PRODUCT DESCRIPTION Key Product Features and Capabilities Major Components (Hardware/Software) IDENTIFICATION OF CASE STUDY PRODUCT PROTOTYPE DESCRIPTION Prototype Architectures (Hardware/Software) Prototype Features and Capabilities Prototype Development Challenges Glossary of Terms References List of Figures Figure 1. Major functional component diagram... 6 Figure 2. Prototype major functional component diagram List of Tables Table 1. Feature comparison between full product and prototype... 9

3 Lab 1 MonarchPress Description 3 Lab 1 MonarchPress Product Description 1 INTRODUCTION Since the introduction of the Internet, Journalism has changed exponentially to better serve the reader s needs. The web has changed the way news can be displayed, changed, and presented to the audience. When the news is printed, it cannot be updated without waiting for the next release of the paper (Viner 2013). The Internet allows for constant streams of updates on news which can be viewed from anywhere (Viner 2013). It allows for interesting ways to demonstrate data with interactive graphs and creative visualization. The readers can locate exactly what kind of news they want and can view it through their phones and computers. With the rise of digital journalism, it creates an issue for low budget news outlets. The demand for more technical skills increases to provide the data visualizations and interactive material. The problem occurs with journalists, like university students, when they do not have all of the technical training in their curriculum to keep up. The training would add more stress for the students to learn the skills outside of their already stressful classwork. This makes it more difficult for the low budget news outlets to compete with highly funded organizations because they cannot afford to hire people with the all the needed skillsets. In order to solve this issue, the journalist need to spend more time on their writing and publishing the news to the public instead of the technical skills needed produce high quality work. MonarchPress s purpose is to make it easier for the journalists and news organizations to focus more on creating quality articles and not on the technical aspects of producing interesting ways to demonstrate the data. It is a plugin that is added on

4 Lab 1 MonarchPress Description 4 top of the current integration with WordPress. It will be free to use to allow the low budget news outlets to have the ability to compete for more readers and a bigger audience. 2 PRODUCT DESCRIPTION MonarchPress is a plugin for the content management system, WordPress. It is open source to allow for low budget news organization to put money towards other needed things instead of spending it on employees capable of handling the technical parts of their articles. It will allow for the publication of dynamic news content since the news is forever changing. MonarchPress will add more social integration with the articles to make the readers feel more involved. The editors will be able to use a layout tool which will allow for more creativity on how the articles are displayed instead of them all being the exact same. 2.1 Key Product Features and Capabilities The news is forever changing and certain articles will need to be updated based on new research. With a newspaper, the information printed is permanent and cannot be changed until the next issue of the newspaper is published. On the web, the news organization can actively change the article if new information is released. MonarchPress is designed to make the process easier and more streamlined. It will make creating articles and updating them later simple and help the articles grow dynamically when new information is presented. As more data is developed, this information can be added to the already published article instead of republishing with a few changes.

5 Lab 1 MonarchPress Description 5 Articles that are more engaging to the users will keep their attention longer while reading. MonarchPress makes it simpler to create graphs and maps that are interactive to place inside the article. This will allow the reader to be more entertained while viewing the content and will more likely stay longer to read more information. MonarchPress allows for integrating social media into its articles. As the Internet grows, so does social media. Roughly 71% of adults that use the Internet belong to some form of social media (Social Networking Fact Sheet, 2013). With the integration of social media, this can increase the volume of users that will view the article. The journalist can integrate twitter into their articles by specifying a hashtag for a tweet to be shown next to the article. This can help get constant updates if the journalist is out researching the currently article. Making a layout for an article can require a specific set of skills that journalist might not have. MonarchPress has the ability to create custom articles by dragging and dropping content in place in the editor. The article can be created to a particular need or can be edited later to add a graph or map without needing to edit the code that requires a specific technical skill. There are other content management systems that are similar but they do not cater to everyone. MonarchPress is built specifically for the needs of student news organizations that may not have a high budget. It is designed to have features that are only necessary for the news organization using it. MonarchPress is developed to be a single plugin to prevent security and compatibility issues when dealing with multiple plugins.

6 Lab 1 MonarchPress Description Major Components (Hardware/Software) Figure 1 shows the major functional components of MonarchPress. MonarchPress is a process between the editors, journalist, and guest contributors and the current deployment method. There are different access restrictions based on the different users, such as editor and journalist. It provides the layout engine, a data visualization framework, and the news aggregation algorithm. When the article is created, it is required to go through MonarchPress process first before it is pushed to the existing deployment method. [This space intentionally left blank]

7 Figure 1. Major functional component diagram Lab 1 MonarchPress Description 7

8 Lab 1 MonarchPress Description 8 There will need to be a few different interfaces for MonarchPress to be developed. The drag and drop editing feature needs to display a blank article and have different elements that can be inserted such as titles, paragraphs, and images. It would work as a grid to align the elements on the page. There also needs to allow the user to change the different media elements on the article. The editor would need an interface to select which hashtags for twitter to be integrated. There needs to be an interface to select which subject or theme of information the user wants alongside its current article as references. Databases will be required to store some of the aspects of the plugin. When the editor is creating an article using the drag and drop editing, there are stored templates that can be used. MonarchPress can also store new templates created by the editor. To increase load time speed, the aggregated feeds will be stored in a local cache. This will prevent the server from constantly needing to fetch the information. Algorithms need to be created to make the drag and drop editing work. Things such as dynamically changing the flow of the text if an image is placed in the middle of the body of text. The different media elements need to be rendered correctly along with the article contents. The feed aggregation will also require an algorithm to retrieve the different news sources and articles with the needed parameters. WordPress requires a specific stack for it to work. It needs a machine that has linux installed. Apache needs to be installed to run the website s language which is mosly PHP (version or higher). The database language being used is MySql (version 5.0 or higher).

9 Lab 1 MonarchPress Description 9 The hardware requirements are minimal because the targeted user does not have much traffic and will be sufficient even with an increase of traffic. It would need to be able to handle around 8,700 unique monthly visitors. There would only be about 25,000 monthly pageviews (WordPress Hosting). 3 IDENTIFICATION OF CASE STUDY Mace and Crown is an Old Dominion University student news organization that has a very low budget. They currently have an issue with having a large digital presence and would like to improve on it. They are lacking the ability to do use creative data visualization and interactive elements on their website to help retain reader s attention. They want to be able to connect information between global and local events. Create more content rich articles that can be continuously updated and changed. MonarchPress can be used on any news organizations webpage as long as they are using WordPress. It is mainly being develop to help organizations that have a very limited budget for digital media. 4 PRODUCT PROTOTYPE DESCRIPTION The prototype of MonarchPress is to show how it will work in the real world. One of the goals by prototyping is to provide basic functionality of the product to Mace and Crown. They can then provide feedback and make sure the product is heading in the direction they would like. Some of the components of the website will have to be simulated because the live versions will not be available for developing. This may cause some differences between the real world product and the prototype.

10 Lab 1 MonarchPress Description Prototype Architecture (Hardware/Software) Figure 2 shows the major functional components of the MonarchPress prototype and how they interact together. It is similar to Figure 1 but removes the users and adds a test harness to allow input of mock data. Some of the features such as viewing other reader s contact information and tools for collaboration in the full product were eliminated in the porotype due to the limited amount of time. [This space intentionally left blank]

11 Lab 1 MonarchPress Description 11 Figure 2. Prototype major functional component diagram The hardware that is required for the prototype will be the same as the full product to allow for accurate testing. It will need to support 8,700 unique visitors and

12 Lab 1 MonarchPress Description 12 about 25,000 monthly pageviews. The prototype will be stress tested for average and peak loads. A tool such as pylot can be used to simulate the stress on the server. A simulated version of the Mace and Crown s website will used to test the prototype. There will be a fake homepage, login page, article page, and all the plugins they currently use. There will also have to be mock data in the database such as articles and users. The prototype will be hosted on an Old Dominion University Computer Science Department virtual machine. The virtual machine will be using Linux with all of the WordPress Dependencies which are Apache, MySql, and PHP. 4.2 Prototype Features and Capabilities The functional goals of the prototype are to demonstrate the high priority features requested by the Mace and Crown. The layout and editing engine will be fully functional and provide the ability to build custom articles from scratch or by using an existing template. The ability to edit an article that is already publish to allow for living documents and a preview of the article before publishing will be fully functional. The system to allow users to mark whether they would like to receive notifications if the article is updated with new information will be functional by sending s to the user. [This space intentionally left blank]

13 Lab 1 MonarchPress Description 13 Table 1. Feature comparison between full product and prototype Interactive and data visualization elements will be partially functional by allowing the capability of adding already created graphs and maps. The user login will be functional but missing the ability to save contact information. The twitter feed

14 Lab 1 MonarchPress Description 14 aggregation will have some functionality using the twitter Application Program Interface (API). By using agile development management, it will be easier to demonstrate different functionality to the stakeholders, Mace and Crown as they are being developed. The prototype will have the desired core functionality and be demonstrated to Mace and Crown for feedback and concerns. By using this management style, it will be easier to keep the stakeholders involved and make adjustments if needed. 4.3 Prototype Development Challenges There are a couple of challenges that will be expected while developing the prototype. One of the main issues will be the limitations of the WordPress API. While working with the WordPress API, the development will have to work around the limiting issue as they develop. Another challenge is the lack of expertise the team has in WordPress or any other web development language that is required to create the prototype. That can be solved by studying and constantly learning while the prototype is being developed. Incompatibility with plugins that the organization already uses can cause issues. While developing, constant testing of the functionality with the other plugins that are required will need to be done. By following best practices for WordPress and PHP while developing will also help reduce compatibility issues. Another issue that may arise is that testing on the virtual machine is not exactly like testing on the hosting service that will be used with the full product. The best way to

15 Lab 1 MonarchPress Description 15 solve this would be to make the development environment as close as to the production environment.

16 Lab 1 MonarchPress Description 16 GLOSSARY Admin - a person that has the rights to do anything to the software or database. Application Program Interface (API) - a set of routines, protocols, and tools for building software applications. An API expresses a software component in terms of its operations, inputs, outputs, and underlying types. Content Aggregation - bringing together specific type of information from multiple online sources. Content Management System (CMS) - allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface often used to run websites containing blogs, news, and shopping. Contributor - a person who sends in material to be published, whether it is through twitter or a researcher. Not, someone that is part of the news organization. Cascading Style Sheets (CSS) - a simple mechanism for adding style to Web documents. Digital Journalism - a contemporary form of journalism where editorial content is distributed via the Internet as opposed to publishing via print or broadcast. Disqus - is a blog comment hosting service for web sites and online communities that uses a networked platform. Editor - a person who is in charge of and determines the final content of a text, particularly a newspaper or magazine. Javascript - an object-oriented computer programming language commonly used to create interactive effects within web browsers.

17 Lab 1 MonarchPress Description 17 Journalist - a person who writes for newspapers or magazines or prepares news to be broadcast on radio or television. HTML - Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages. Living Document - dynamic document is a document that is continually edited and updated. Mace & Crown - A university news organization that is under a tight budget and looking for a cheaper alternative to their current CMS with more customization and tools. MySQL - Most widely used open-source RDBMS. Open Source - denoting software for which the original source code is made freely available and may be redistributed and modified. PHP - is a server-side scripting language designed for web development. Plugin - a software component that adds a specific feature to an existing software application. Reader - a person that reads and interacts with the articles posted by the news organization. RDBMS - relational database management system. UI/UX - the process of enhancing user satisfaction by improving the usability, ease of use, and pleasure provided in the interaction between the user and the product. Whitelisted - a list of people or products viewed with approval. Wordpress - Most popular open source CMS based on PHP and MySQL.

18 Lab 1 MonarchPress Description 18 REFERENCES Social Networking Fact Sheet. (2013, December 27). Retrieved September 20, 2015, from Viner, K. (2013, October 9). The rise of the reader: Journalism in the age of the open web. Retrieved September 21, 2015, from WordPress hosting without the hassle GoDaddy Pro. (n.d.). Retrieved September 21, 2015, from

Lab 1 MonarchPress Product Description. Robert O Donnell. Old Dominion University CS411. Janet Brunelle. November 23, 2015.

Lab 1 MonarchPress Product Description. Robert O Donnell. Old Dominion University CS411. Janet Brunelle. November 23, 2015. Running Head: LAB 1 MONACHPRESS PRODUCT DESCRIPTION Lab 1 MonarchPress Product Description Robert O Donnell Old Dominion University CS411 Janet Brunelle November 23, 2015 Version #3 1 2 Table of Contents

More information

MonarchPress Software Design. Green Team

MonarchPress Software Design. Green Team MonarchPress Software Design 1 Unequipped Digital Journalism explosion of news media consumption on the internet users demand has steadily driven need for: captivating writing and reporting high-quality

More information

Running Head: LAB 2 PRODUCT SPECIFICATION 1

Running Head: LAB 2 PRODUCT SPECIFICATION 1 Running Head: LAB 2 PRODUCT SPECIFICATION 1 LAB 2 MonarchPress Prototype Specification Catalin Pop Old Dominion University CS 411W Janet Brunelle November 20th, 2015 Version 1 Running Head: LAB 2 PRODUCT

More information

LOCAL WEB DESIGN. Designing a Website That Produces Results

LOCAL WEB DESIGN. Designing a Website That Produces Results LOCAL WEB DESIGN Designing a Website That Produces Results TABLE OF CONTENTS Introduction 01 Chapter I User Behavior 02 Chapter II Principles of Effective Web Design 03 Chapter III Wordpress Features 05

More information

The main website for Henrico County, henrico.us, received a complete visual and structural

The main website for Henrico County, henrico.us, received a complete visual and structural Page 1 1. Program Overview The main website for Henrico County, henrico.us, received a complete visual and structural overhaul, which was completed in May of 2016. The goal of the project was to update

More information

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

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

More information

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the complete URL of the linked document, including the domain

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Creating a Website with Wordpress

Creating a Website with Wordpress Creating a Website with Wordpress Wordpress Fundamentals Version 1.6 Fayette County Public Schools June 28, 2013 Sow-Foong Hedman Technology Web Team Contents What is Wordpress?... 4 Overview... 4 Key

More information

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target Website Optimizer Before we start building a website, it s good practice to think about the purpose, your target audience, what you want to have on the website, and your expectations. For this purpose

More information

Bluehost and WordPress

Bluehost and WordPress Bluehost and WordPress Your Bluehost account allows you to install a self-hosted Wordpress installation. We will be doing this, and you will be customizing it for your final project. Using WordPress 1.

More information

ScholarBlogs Basics (WordPress)

ScholarBlogs Basics (WordPress) Emory Center for Digital Scholarship Library and Information Technology Services ScholarBlogs Basics (WordPress) Table of Contents (click on the headings below to go directly to the section) Use of ScholarBlogs

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

TERMS OF REFERENCE Design and website development UNDG Website

TERMS OF REFERENCE Design and website development UNDG Website TERMS OF REFERENCE Design and website development UNDG Website BACKGROUND The United Nations Development Coordination and Operations Office (UN DOCO) launched a new website in 2015 to ensure accessibility

More information

Setting up your Netvibes Dashboard Adding a Blog to your Dashboard

Setting up your Netvibes Dashboard Adding a Blog to your Dashboard Cr e a t i ngali s t e ni ngda s hboa r d wi t hne t vi be s Ne t v i be s Table of Contents Introduction... 1 Setting up your Netvibes Dashboard... 2 Adding a Blog to your Dashboard... 2 Adding Twitter

More information

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools HTML 5 and CSS 3, Illustrated Complete Unit M: Integrating Social Media Tools Objectives Understand social networking Integrate a Facebook account with a Web site Integrate a Twitter account feed Add a

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 There are different types of Websites. To understand the types, one need to understand what is a website? What is a Website? A website is an online HTML Document, accessible publicly and it contains certain

More information

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You Passwords Twitter UN: IDANRV Twitter PW: idanrv1 Thank You USER'S MANUAL TABLE OF CONTENTS Page # 1.1 SYSTEM OVERVIEW... 4 1.2 DEFINITIONS & ACRONYMS... 4 1.3 REFERENCES... 4 2.0 INSTALLATION... 5 2.1

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

30 Must Have Plugins in

30 Must Have Plugins in 30 Must Have Plugins in 2016-17 Every business owner know that the right set of tools can make his life a lot easier and help take your business to the next level. If you have a Wordpress theme installed,

More information

WordPress is free and open source, meaning it's developed by the people who use it.

WordPress is free and open source, meaning it's developed by the people who use it. 1 2 WordPress Workshop by BBC July 2015 Contents: lorem ipsum dolor sit amet. page + WordPress.com is a cloudhosted service that runs WordPress where you can set up your own free blog or website without

More information

Designing Pages with Widgets

Designing Pages with Widgets Designing Pages with Widgets You can easily get some of the pages in Clearspace to look the way you want to by using widgets to choose and arrange content. Each widget displays content of a particular

More information

Building a website. Should you build your own website?

Building a website. Should you build your own website? Building a website As discussed in the previous module, your website is the online shop window for your business and you will only get one chance to make a good first impression. It is worthwhile investing

More information

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

Joomla Basics Series: Joomla Overview

Joomla Basics Series: Joomla Overview Joomla Basics Series: Joomla Overview Presented By - Wilma Howell http://www.gktsolutions.com What is Joomla! Joomla! is a popular, free, award-winning Content Management System (CMS) written in PHP and

More information

Diploma in Web Development Part I

Diploma in Web Development Part I Diploma in Web Development Part I Lesson 1 The Web Development Full Stack Presented by: Julian Quirke Web Development Educator Lesson 1 About us Course Agenda Member Area & Community Course Engagement

More information

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS Chapter Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key

More information

Request for Proposal (RFP) Toolkit

Request for Proposal (RFP) Toolkit RFPToolkit Request for Proposal (RFP) Toolkit Table of Contents RFP Checklist......................................................... 2 6 Tips for Writing an RFP..............................................

More information

Entry Level Assessment Blueprint Web Design

Entry Level Assessment Blueprint Web Design Entry Level Assessment Blueprint Web Design Test Code: 2750 / Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe how information is physically moved across

More information

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab OBJECTIVES- 1.0 Setting Project Requirement 1.1 Identify the purpose, audience, and audience needs for

More information

How to Create and Submit a Press Release

How to Create and Submit a Press Release How to Create and Submit a Press Release January 30, 2017 by Crystal Lee Butler Advisor Perspectives welcomes guest contributions. The views presented here do not necessarily represent those of Advisor

More information

What is a Blog? How Can I Use One?

What is a Blog? How Can I Use One? Presented by: Jolanda- Pieta (Joey) van Arnhem, MFA, MLIS Scholars Studio Librarian, College of Charleston Libraries Email: vanarnhemj@cofc.edu Managing your Online Presence & Building a Professional Digital

More information

BUILD YOUR OWN WEBSITE BASICS

BUILD YOUR OWN WEBSITE BASICS BUILD YOUR OWN WEBSITE BASICS In the past, website building was a task only available to coders and website developers. Now, anyone can build a website with the click of the mouse thanks to user friendly

More information

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

magento_1:blog_pro

magento_1:blog_pro magento_1:blog_pro https://amasty.com/docs/doku.php?id=magento_1:blog_pro For more details see the Blog Pro extension page. Blog Pro Create responsive blog posts with a handy WYSIWYG editor, easily customize

More information

Running head: LAB 1 - JournalHub PRODUCT DESCRIPTION 1. Lab 1 JournalHub Product Description. Benjamin Cowan. Old Dominion University CS411

Running head: LAB 1 - JournalHub PRODUCT DESCRIPTION 1. Lab 1 JournalHub Product Description. Benjamin Cowan. Old Dominion University CS411 Running head: LAB 1 - JournalHub PRODUCT DESCRIPTION 1 Lab 1 JournalHub Product Description Benjamin Cowan Old Dominion University CS411 Janet Brunelle February 7, 2016 Version 1 LAB 1 - JournalHub PRODUCT

More information

In this tutorial you will learn how to:

In this tutorial you will learn how to: 1 of 6 9/30/2009 2:41 PM Edublogs Interface Purpose The interface of Edublogs provides you with several options to make your blog not only unique but also easily maintainable. Therefore it is necessary

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

DOWNLOAD PDF DESIGN DE SITE WEB

DOWNLOAD PDF DESIGN DE SITE WEB Chapter 1 : Free Website Builder Create a Free Website theinnatdunvilla.com Pas de textes soulignã s: sur le web, un mot ou une expression soulignã e est un lien.n'utilisez jamais le soulignement dans

More information

Prototype D10.2: Project Web-site

Prototype D10.2: Project Web-site EC Project 257859 Risk and Opportunity management of huge-scale BUSiness community cooperation Prototype D10.2: Project Web-site 29 Dec 2010 Version: 1.0 Thomas Gottron gottron@uni-koblenz.de Institute

More information

1. Detailed proposed services description Interface Design & User Experience Content Management & Publishing

1. Detailed proposed services description Interface Design & User Experience Content Management & Publishing 1. Detailed proposed services description In this section, we will explain in detail how ABC can give an answersolutions to few ofall the major functional requirements outlined in CSRs request for proposal,

More information

1 of 7 8/27/2014 2:26 PM Units: Teacher: WebPageDesignI, CORE Course: WebPageDesignI Year: 2012-13 Designing & Planning Web Pages This unit will give students a basic understanding of core design principles

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

Netvibes A field guide for missions, posts and IRCs

Netvibes A field guide for missions, posts and IRCs Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your

More information

Key questions to ask before commissioning any web designer to build your website.

Key questions to ask before commissioning any web designer to build your website. Key questions to ask before commissioning any web designer to build your website. KEY QUESTIONS TO ASK Before commissioning a web designer to build your website. As both an entrepreneur and business owner,

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

How APEXBlogs was built

How APEXBlogs was built How APEXBlogs was built By Dimitri Gielis, APEX Evangelists Copyright 2011 Apex Evangelists apex-evangelists.com How APEXBlogs was built By Dimitri Gielis This article describes how and why APEXBlogs was

More information

WordPress Case Study

WordPress Case Study Technology Hotspot & Salon WordPress Case Study WPMU as a CMS for Organizational Intranet Anca Mosoiu Tech Liminal 268 14th Street, Oakland, CA 94612 Open 11-7 Monday - Friday More info: http:// Content

More information

Vishnu Verrma. Calling Dreams, Full-time Blogging. Content Writing, Author & Contributor. e-commerce & Web Development, Developer

Vishnu Verrma. Calling Dreams, Full-time Blogging. Content Writing, Author & Contributor. e-commerce & Web Development, Developer Visit: vishnuverrma.com Vishnu Verrma Critical thinker with proven organizational & analytical skills and minute attention to detail. Seeking to apply my abilities to fill the role as a Digital Marketer

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018 Course Outline CIW: Web Design Specialist 22 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

28 JANUARY, Updating appearances. WordPress. Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick

28 JANUARY, Updating appearances. WordPress. Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick Updating appearances WordPress Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick Agenda Brief talk about assessments Plan for WordPress lessons Installing themes Installing

More information

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

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

More information

Blogs.mcgill.ca guide

Blogs.mcgill.ca guide Blogs.mcgill.ca guide A step-by-step document to blogging at McGill McGill University Table of Contents BLOGGING AT MCGILL...3 BLOGGING IN TEACHING AND LEARNING...3 LOGGING IN TO BLOGS.MCGILL.CA...4 USING

More information

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Drupal Drupal is a free and open-source content management system (CMS) and content

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Content Management Features & Benefits

Content Management Features & Benefits Content Publishing Features 01 Feedback Forms Use the drag-and-drop wizard to create feedback forms and then add them to your website. Responses are saved in your control panel and can be exported to Microsoft

More information

Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15

Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15 Unit 15: Website Management Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15 Aim To enable learners to understand the concepts and knowledge required to effectively manage and maintain

More information

Online training catalog

Online training catalog Online training catalog Get the most out of your website and communication tools with our extensive training offerings. Blackboard Web Community Manager Site administration training Site administrator

More information

Running Head: LAB 4 - EMVI PROTOTYPE USER MANUAL 1

Running Head: LAB 4 - EMVI PROTOTYPE USER MANUAL 1 Running Head: LAB 4 - EMVI PROTOTYPE USER MANUAL 1 Lab 4 EmVi Prototype User Manual Orange Team CS 411W Janet Brunelle December 5th, 2013 Version 2 LAB 4 - EMVI PROTOTYPE USER MANUAL 2 TABLE OF CONTENTS

More information

Wordpress 101. Christy Costello & Becca Sayre

Wordpress 101. Christy Costello & Becca Sayre Wordpress 101 Christy Costello & Becca Sayre What is Wordpress? Let s get started. What is Wordpress? Content Management System (CMS) built with PHP and MySQL Free and open-source Mostly customizable Began

More information

Enduring Understandings: Web Page Design is a skill that grows and develops throughout the careful planning and study of software and design.

Enduring Understandings: Web Page Design is a skill that grows and develops throughout the careful planning and study of software and design. Curriculum Map for Web Design SEPTEMBER Targeted NJ Core Curriculum Content Standards: Design develop, test, implement, update, and evaluate web solutions Technology Use, Media Literacy, Responsible Use

More information

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

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

More information

Content Management System Development Approach

Content Management System Development Approach Raybiztech Content Management System Development Approach January 19, 2013 Table of Contents 1 Overview 4 2 Discovery 4 2.1 Project goal 4 2.2 Content Analysis 5 2.3 Usability and Design considerations

More information

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments. Web Development WEB101: Web Development Fundamentals using HTML, CSS and JavaScript $2,495.00 5 Days Replay Class Recordings included with this course Upcoming Dates Course Description This 5-day instructor-led

More information

Bonus #1 - Client Extractor (Get Paying Clients in 1-Click using Google Maps API Technology)

Bonus #1 - Client Extractor (Get Paying Clients in 1-Click using Google Maps API Technology) Bonus #1 - Client Extractor (Get Paying Clients in 1-Click using Google Maps API Technology) This is a simple tool for extracting data of local clients in any geographical area that would be interested

More information

How to Create a Basic Webpage in WordPress

How to Create a Basic Webpage in WordPress By Debra McClure Intended Audience: WordPress is a free content management system (CMS) that is used to create blogs and websites. These instructions are for people who already have WordPress installed

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

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

More information

3. Project schedule / timeline [updated 2/28 to include completion rate]

3. Project schedule / timeline [updated 2/28 to include completion rate] LIS 467 Web Development & Information Architecture Assignment 1: Project Plan & Needs Assessment 1. Team Name: Literati, LTD Logo: 2. Team members and roles: - Web manager / associate

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Documentation:Travel Company Pro WordPress Theme

Documentation:Travel Company Pro WordPress Theme Documentation:Travel Company Pro WordPress Theme Install Travel Company Pro WordPress Theme within a few minutes. Travel Company Pro is a Travel and tour WordPress Theme It s fully responsive with bootstrap

More information

Programming Fundamentals of Web Applications

Programming Fundamentals of Web Applications Programming Fundamentals of Web Applications Course 10958B; 5 days, Instructor-led Course Description This five-day instructor-led course provides the knowledge and skills to develop web applications by

More information

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know.

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know. MINDSET TOP DEVELOPERS All About the 5 Things You Don t Know 1 INTRODUCTION Coding and programming are becoming more and more popular as technology advances and computer-based devices become more widespread.

More information

Create an Account on

Create an Account on Wordpress.com Basics! 1 Wordpress.com or Wordpress.org? Wordpress.com is a quick and easy way to get a blog online. You can go sign up and create a WordPress blog immediately, for free. You have a variety

More information

Web Design Course Syllabus and Course Outline

Web Design Course Syllabus and Course Outline Web Design Course Syllabus and Course Outline COURSE OVERVIEW AND GOALS In today's world, web pages are the most common medium for sharing ideas and information. Learning to design websites is an incredibly

More information

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist. ( Add-On ) 16 Sep 2018

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist.   ( Add-On ) 16 Sep 2018 Course Outline 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant

More information

In this extension to Build and Publish a website we will look at additional/optional features available in Wordpress, and some more Plug-ins.

In this extension to Build and Publish a website we will look at additional/optional features available in Wordpress, and some more Plug-ins. Advance your website creation skills using Word Press and take your skills further with this fast paced workshop. Refine current Word Press websites, add additional features and drive more traffic to your

More information

PROTASIS Restoring Trust in the Cyber Space: A Systems Security Proposal

PROTASIS Restoring Trust in the Cyber Space: A Systems Security Proposal Marie Skłodowska Curie Research and Innovation Staff Exchange Equality and Citizenship PROTASIS Restoring Trust in the Cyber Space: A Systems Security Proposal D1.1: Website and collaboration tools Abstract:

More information

Keni Ren Lab for wtfi-17 Play with WordPress

Keni Ren Lab for wtfi-17 Play with WordPress Lab for wtfi-17 Play with WordPress Objective In this lab you will build a website using Content Management System (CMS). After the lab you should be able to use WordPress as CMS to easily create and maintain

More information

SharePoint Online for Power Users

SharePoint Online for Power Users Introduction This course is designed to bring users up to speed with working with SharePoint as a Power User. The course introduces and the Office 365 ecosystem and teaches basics such as navigating the

More information

MAT-225 Informational Brief & Questionnaire

MAT-225 Informational Brief & Questionnaire MAT 225 MAT-225 Informational Brief & Questionnaire Instructor: Leigh Cotnoir Media Arts & Technologies MiraCosta College T 760-757-2121 x6451 lcotnoir@miracosta.edu learn.leighcotnoir.com Table of Contents

More information

How to create level 1 and level 2 landing pages

How to create level 1 and level 2 landing pages Digital Communications How to create level 1 and level 2 landing pages Introduction The new LSE landing page templates have been designed to showcase top-level information about a service or division.

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

Removing the Dependency Between Marketing Content and Application Code

Removing the Dependency Between Marketing Content and Application Code A Technical White Paper by Percussion Software, Inc. INTEGRATING CM1 WITH WEB APPLICATIONS: Removing the Dependency Between Marketing Content and Application Code Percussion Software, Inc. 600 Unicorn

More information

Development Methodology TM

Development Methodology TM We use our proven iterative approach to each design and development project. With this 6 step methodology, once the preliminary requirements are clear, the next step is to prototype your website. From

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index A account management, 25 Add Media window, 116 117, 124 125 Add New Post panel, 82 90 Admin Bar, 20, 24 25, 57 Administrator user, 242 AdSense, Google, 5, 266, 268 269 advertisements affiliate ads, 5,

More information

The Ultimate Blogging Cheat Sheet Over 90 Blogging Terms and Tools Defined

The Ultimate Blogging Cheat Sheet Over 90 Blogging Terms and Tools Defined This document is brought to you by MomBlogMentor.com and may include affiliate links. Wordpress.org A blogging platform software that you use on a self-hosted site. Wordpress.com A free blogging platform.

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

MRK260. Week Two. Graphic and Web Design

MRK260. Week Two. Graphic and Web Design MRK260 Week Two Graphic and Web Design This weeks topics BASIC HTML AND CSS MRK260 - Graphic & Web Design - Week Two 2 Lesson Summary What is HTML? Introduction to HTML Basics Introduction to CSS Introduction

More information

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

More information

Development of an e-library Web Application

Development of an e-library Web Application Development of an e-library Web Application Farrukh SHAHZAD Assistant Professor al-huda University, Houston, TX USA Email: dr.farrukh@alhudauniversity.org and Fathi M. ALWOSAIBI Information Technology

More information

Basics of Web. First published on 3 July 2012 This is the 7 h Revised edition

Basics of Web. First published on 3 July 2012 This is the 7 h Revised edition First published on 3 July 2012 This is the 7 h Revised edition Updated on: 03 August 2015 DISCLAIMER The data in the tutorials is supposed to be one for reference. We have made sure that maximum errors

More information

Message Server Change Log

Message Server Change Log Message Server Change Log MESSAGE SERVER 12.5 DECEMBER 2016 1. Possibility to configure a default template for messages created via the API; 2. Possibility to show article geo location in the PC/TV Players;

More information

Setting up your WordPress blog CS4031

Setting up your WordPress blog CS4031 1. Sign up for a wordpress.com (not a wordpress.org) account. 2. Please use your real name (or a derivative of it), or your brand identity. Your blog address will be name.wordpress.com For example, mine

More information

About Codefrux While the current trends around the world are based on the internet, mobile and its applications, we try to make the most out of it. As for us, we are a well established IT professionals

More information

Get Dynamic! How a Content Managment System (CMS) Improves Business Efficiencies. DMXReady + You = Powerful Web Solutions.

Get Dynamic! How a Content Managment System (CMS) Improves Business Efficiencies. DMXReady + You = Powerful Web Solutions. How a Content Managment System (CMS) Improves Business Efficiencies Table of Contents 2 IT For The Masses 3 Are You a Web Professional? Are You a Do-It-Yourselfer? 4 Migrate Your Current Site in Five Steps

More information