ISU Market. A website application for buying and selling various items in the ISU domain. ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara

Size: px
Start display at page:

Download "ISU Market. A website application for buying and selling various items in the ISU domain. ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara"

Transcription

1 ISU Market A website application for buying and selling various items in the ISU domain ComS 309 Portfolio 2 Group 11: Chao Song & Neh Batwara

2 Contents 1 Overview 1 2 New Concepts and Complexity 2 3 Creation, Analysis and Evaluation 5

3 1 Overview We worked on creating a web application for buying and selling various items on the ISU network. Our idea for this project was based on the hugely popular Facebook page called ISU Free and For Sale; this page is very popular among current ISU students where they can buy and sell items. These items can be anything varying from a lamp, furniture to even cars and bikes.this page motivated us to create a dedicated website appication where students can log in and post there items for sale with pictures, details and price of the item. Similarly students looking to buy items can log in or even use the website to check items and comment on an item to inquire about it or buy it. To build this web application we used what we learnt in class ie., Php, Javascript, MySQL database. We also used Bootstrap framework to create a well organized layout for the entire project. For this portfolio we learnt the usage of the Bootstrap framwork specifically for button styling, popup window design and the homepage slide show. The framework made it easier to style different elements of the web application and made it look more porfessional.every page of this website is dyanamic and users can create a post dynamically when logging in. The basic implemention of the website has been completed using PhP for connection with the MySQL database and switching between different pages and posting and posting and retrieving items from the database. We used a local server (Wamp or uwamp) to host the web application. Some complexities we faced for the project were dyanmically uploading images to the database that a user posts, managing the pop window with the Bootstrap framework and integrating it with the popup.js javascript to handle user actions and requests. We think we did a good job in implementing the web application particularly the navigation, styling and integration with database. We integrated what we had learnt in class and expanded it further which we believe resulted in a well finished website. Bootstrap framework really helped in professionaly stlying different elements of the website along with our own CSS file to style other elements. We do think that our project took a little more time than we had anticipated but in the end we were happy with the result. One thing that wished to accomplish was actually hosting the website on a web server but we did not manage to do this part so for now we still use it and test on a local server. We do hope to refine this webiste even further and add more features and host it on a web server. The experience with the Bootstrap framework was really helpful and useful. 1

4 2 New Concepts and Complexity During this project we learnt and worked on several different things. Along with what we had worked on in class we worked on using the Bootstrap framework. Bootstrap is a very popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites. For the project we devided our web site into different pages and wrote PhP code for the different categories and items on the website. When the user visits the website they get three options To login, sign up or browse as a visitor. As a visitor the user does not get the option to post items for sale. They can still browse through the different items. Figure 1: Main page where user gets an option to login or browse as a visitor If the user does not have an existing account they are prompted to sign up, if they do have an existing account they are prompted to log in and their log in credentials are validated with the information saved in the database. When a user signs up their login credentials are dynamically stored in the database. When a user is signing up and the exists a user with the same username the new user is prompted that their exits a user with the same username. This has been does using a PhP echo call within the HTML script so the user is not directed to a separate page and stays on the same page until sign up is complete. A major complexity we faced was creating a dynamic popup window using the Bootstrap modal. To achive this we created a Javascript file(name popup.js) and added the fuctions we needed. Then we used the document.createelement function to create a popup submit form using the Bootstrap modal framework. he popup window form consists an option for the user to insert an item image 2

5 Figure 2: Sign up page Figure 3: Error displayed when there is an error logging in 3

6 Figure 4: Popup form using Javascript and Bootstrap modal framework whose information is stored in the database and is actually stored in an uploads folder on the localserver. The image is displaced dynamically by fetching the information from the database and retrieving it from the uploads folder. This way a pop up window is created and attached to the HTML file where we would want a popup window to show up. 4

7 3 Creation, Analysis and Evaluation We decided on creating this website application because we thought we could apply what we had learnt in class and expand it using the Bootstrap modal framework. This project was inspired from the idea of the hugely popular Facebook page ISU Free and For Sale where ISU students buy, trade and sell items. We had initially decided to just use PhP, HTML, JavaScript and our own CSS wherever needed in the project. But as we progressed with our project we realised that it would be a good idea to incorporate the Bootstrap modal framework as it would make the styling of the various elemets on the website much more easier and professional. Initially the project did not seem too hard or too difficult as we felt we were following the same concept as one of our previous labs and taking it further by adding some features. But as we progressed with the work we decided on including the Bootstrap modal framework and it took us some tme to integrate the features with our local database. We decided on the Bootstrap modal framework also because it was taking us a lot of iterations and tweaking to correct our CSS file to get the exact finish that we wanted on our elements. Considering the Bootstrap framework was a good decision as it provides the following benefits Speed of Development It allows you to not waste time on the styling elements and you could use some chunks of code that you need and do not have to manually write it to do similar logic designs. Responsiveness It helps create mobile ready websites because of its fluid grid layout which dynamically adjusts according to screen size. So in the future if we decide to host our website Iowa State students will be able to access the same features from a wide variety of different devices and we would not need to recode it to satify different requirements. Consistency We could work separately on different pages but achieve the same level of consisting in the various elements of the website due to the framework. Customizable It allows us to customize according to the requirements of our project. We have the option to use features we require for our project exactly according to our specifications. All of this helped us to customize the various elements of our website with ease and removed the worry of being consistent when we worked independently on different pages. The popup page when the user wants to post an item took us some considerable amount to figure out as it required us to integrate it with the database while getting the popup window inside the HTML doc. We feel we did a good job in adding the feature of posting an image through the popup window and made it to work dynamically with the users post. As the user posts an image and a description of an item they want to sell it is updated on the respective page according to its category. This also required us to create a separate Javascript file to handle the different attributes of the form. This project took a lot of components and files to build together and it was necessary for us to devide it into separate files for bringing modularity into the project. 5

8 Figure 5: ISU Market Screen Flow 6

9 I think we learnt alot from this portfolio. As it was open ended we took some time in deciding what we wanted to do and how we wanted to accomplish it. We decided that we would use what we had learnt in class and add to it somehow to justify the requirements of the portfolio. Both of us got to know what our strengths and weaknesses were and which areas we need to work on to become better at development. We also got experience in managing a small project in a timely manner and taking various decisions to accomplish it. Learning about a new framework and experimenting with it on the fly was also one of the important experiences about this project. We think we did a good job in taking the necessary decisions to reach our goal for the portfolio. When we faced difficulties we got help and tried to find solutions ourselves as well.alot of what we did was an extension from our PhP-ajax lab but by expanding it we got a firm hold on the concepts and we feel that it is a very important addition to our skillset. In the end we think we did a good enough job to achieve the goal for the portfolio.at the same time we believe that we could have added more features to the website. One thing that both of us believe is that we can refine our website much more and we surely want to take it ahead at this point. We could also host it on a web server so the website could actually be available for use, for this ofcourse we would need to add many more features and refine the existing ones that we have. But at the same time we consider this experience of end-to-end web development a great experience which made us recongnize a lot of things that go in the backgroud of web applications. We both feel that the content that we have learnt in this class would be highly beneficial for us in the furture and is also a great addition for our portfolio to showcase to potential employers. Our website looks a well finished project for us right now and we are excited to learn further on these concepts and apply them to use on our next portfolio for the class as well. 7

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

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

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

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

Techniques for Optimizing Reusable Content in LibGuides

Techniques for Optimizing Reusable Content in LibGuides University of Louisville From the SelectedWorks of Terri Holtze April 21, 2017 Techniques for Optimizing Reusable Content in LibGuides Terri Holtze, University of Louisville Available at: https://works.bepress.com/terri-holtze/4/

More information

An Honors Thesis (HONRS 499) Thesis Advisor Rui Chen. Ball State University Muncie, Indiana. Expected Date of Graduation

An Honors Thesis (HONRS 499) Thesis Advisor Rui Chen. Ball State University Muncie, Indiana. Expected Date of Graduation The Development of BeatCred.net An Honors Thesis (HONRS 499) by Peter Kaskie Thesis Advisor Rui Chen Ball State University Muncie, Indiana May 2012 Expected Date of Graduation May 2012 Peter Kaskie The

More information

Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report

Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report Team : Let s Do This CS147 Assignment 7 (Low-fi Prototype) Report 1. Title, each team member s name & role Title: Let s Do This Roles: Divya - Developer. Eric - Developer, manager. Sami - User testing,

More information

User Interfaces Assignment 3: Heuristic Re-Design of Craigslist (English) Completed by Group 5 November 10, 2015 Phase 1: Analysis of Usability Issues Homepage Error 1: Overall the page is overwhelming

More information

: : FULL-FEATURE LISTING

: : FULL-FEATURE LISTING : : FULL-FEATURE LISTING We ve packed NetObjects Fusion 9 with new features that will not only make you look great on the Web - they will help you build faster and more efficiently than ever. Take a moment

More information

Client Side Scripting. The Bookshop

Client Side Scripting. The Bookshop Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using

More information

Ready? Let s Get Started!

Ready? Let s Get Started! Did you know that less than 50% of small business owners have a website? That is despite the fact that 81% of consumers say they research online before making purchasing decisions. In this guide we show

More information

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server CIS408 Project 5 SS Chung Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server The catalogue of CD Collection has millions

More information

EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS

EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS The following are the different pages/assignments included in the Modules. For an 8 week semester these assignments are released every 2 weeks. For a 16 week semester

More information

LMS Instructions. To watch a video simply click on a category, then select the title you would like to train on and click play.

LMS Instructions. To watch a video simply click on a category, then select the title you would like to train on and click play. LMS Instructions Welcome to our learning management system! This is a guide and will explain you the basic functions of the LMS. If you are not already logged in you will notice a login option up top in

More information

Getting Started Quick Start Guide

Getting Started Quick Start Guide Getting Started Quick Start Guide This guide provides tips for users new to using the Learning Environment. It discusses how to navigate the main areas and how to change your personal preferences and settings.

More information

CMS 4 Schools Website Creation

CMS 4 Schools Website Creation CMS 4 Schools Website Creation Step 1: Go to the following website and enter your username and password as usual: http://www.cms4schools.com/pro/admin/index.cfm?memberid=143 Step 2: On the left side of

More information

Correspondent Pipeline Portals Job Aid

Correspondent Pipeline Portals Job Aid Correspondent Pipeline Portals Job Aid Introduction We are excited to introduce you to the new Mr. Cooper website! As part of the integration between Mr. Cooper and Pacific Union Financial, we have combined

More information

Beginners Guide to. Sencha Touch. Joshua Morony

Beginners Guide to. Sencha Touch. Joshua Morony Beginners Guide to Sencha Touch Joshua Morony Contents Contents 1 Preface.......................... 4 1 Why Sencha Touch? 8 2 Know Your Options 21 3 How Sencha Touch Actually Works 22 4 Setting up Your

More information

WordPress Site for a Watch Company

WordPress Site for a Watch Company WordPress Site for a Watch Company Executive Summary: The customer is a reputed IT solutions provider from USA who hired our services to design a website for them. The website was to be designed for their

More information

Perfect Timing. Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation

Perfect Timing. Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation Perfect Timing Alejandra Pardo : Manager Andrew Emrazian : Testing Brant Nielsen : Design Eric Budd : Documentation Problem & Solution College students do their best to plan out their daily tasks, but

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

NRize Responsive Custom T shirt Designer

NRize Responsive Custom T shirt Designer NRize Responsive Custom T shirt Designer Created: 22nd July 2015 Latest update: 16 May 2016 By: CSSChopper Team Email: david@csschopper.com Shopify Page: https://apps.shopify.com/online product customizer

More information

Ajax Cart Pro extension for Magento 2

Ajax Cart Pro extension for Magento 2 Ajax Cart Pro extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction... 4 II) General Settings... 5 1. Enable Ajax... 6 2. Enable Ajax Cart on Product Page... 8 3. Link to desired

More information

Desire2Learn eportfolio

Desire2Learn eportfolio This training guide will provide you with the skills to create and manage an online repository for storing your digital artefacts and experiences. can be used by students and academics alike, to record

More information

Websites of different companies

Websites of different companies Websites of different companies In this presentation I aim to present two competing companies websites for the client. The client s company is Lightning games, and the two competing sites will also be

More information

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3 Table of Contents 1. Introduction 1. 1 Overview......2 1. 2 Business Context.. 2 1. 3 Glossary...3 2. General Description 2. 1 Product/System Functions..4 2. 2 User Characteristics and Objectives 4 2.

More information

Core Programming skill class Practical/Projects class Creativity and Production class Graduation/Interview/Job Preparation class.

Core Programming skill class Practical/Projects class Creativity and Production class Graduation/Interview/Job Preparation class. Current Curricula Interactive Development Program Program Objective The Interactive Development program focuses on preparing students for a successful career as a creative technologist in the marketing

More information

Audit. A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo

Audit. A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo Audit A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Bachelor

More information

Client Side JavaScript and AJAX

Client Side JavaScript and AJAX Client Side JavaScript and AJAX Client side javascript is JavaScript that runs in the browsers of people using your site. So far all the JavaScript code we've written runs on our node.js server. This is

More information

OS Property Ajax search module

OS Property Ajax search module OS Property Ajax search module By Ossolution Version 1.0 [Updated: March 2013] Introduction This extension dramatically changes your concept about the search modules. Fancy design, real-time working and

More information

Fish Eye Menu DMXzone.com Fish Eye Menu Manual

Fish Eye Menu DMXzone.com Fish Eye Menu Manual Fish Eye Menu Manual Page 1 of 33 Index Fish Eye Menu Manual... 1 Index... 2 About Fish Eye Menu... 3 Features in Detail... 4 Integrated in Dreamweaver... 6 Before you begin... 7 Installing the extension...

More information

Logging in to the management system.

Logging in to the management system. Welcome to your new site! The Wordpress publishing platform is a robust tool that helps you publish your content to the web without getting too involved with the code. This guide is designed to help you

More information

Desire2Learn eportfolio Tool NEIU Instructor Guide

Desire2Learn eportfolio Tool NEIU Instructor Guide Desire2Learn eportfolio Tool NEIU Instructor Guide Introduction The Desire2Learn (D2L) eportfolio tool allows you to store, organize, reflect on, and share items that represent your learning. You can include

More information

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

Lab 1 MonarchPress Product Description. Robert O Donnell CS411. Janet Brunelle. September 20, Version #2 Lab 1 MonarchPress Description 1 Lab 1 MonarchPress Product Description Robert O Donnell CS411 Janet Brunelle September 20, 2015 Version #2 Lab 1 MonarchPress Description 2 Table of Contents 1 INTRODUCTION...

More information

GBACH Website Tutorial. Table of Contents

GBACH Website Tutorial. Table of Contents GBACH Website Tutorial 1 Table of Contents How to Login...Page 2 Homepage Navigation...Page 3 Upcoming Events...Page 4 My Event Signups..Page 5 Event Signups Page 6 Making Changes to an Event Sign-up Page

More information

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE

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

More information

MiPhone Phone Usage Tracking

MiPhone Phone Usage Tracking MiPhone Phone Usage Tracking Team Scott Strong Designer Shane Miller Designer Sierra Anderson Designer Problem & Solution This project began as an effort to deter people from using their phones in class.

More information

Reviewing and Evaluating your Website

Reviewing and Evaluating your Website Reviewing and Evaluating your Website Introduction In the following review, I will be evaluating the website that I have produced for my client. I will make sure I have made the website appropriate for

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Get Twitter Followers in an Easy Way Step by Step Guide

Get Twitter Followers in an Easy Way Step by Step Guide Get Twitter Followers in an Easy Way Step by Step Guide See how I made $2300 in 3 Days using Twitter Traffic All in one guide for getting traffic via Twitter 1 Get Twitter Followers in an easy way Step

More information

Next Generation LMS Evaluation

Next Generation LMS Evaluation Next Generation LMS Evaluation Summary of Individual Steering Committee Member Evaluations April 20th 2017 Participation The summary data here represents nine of the anticipated twelve individual evaluations

More information

C++: The Complete Beginner's Guide To Learn C++ Programming (computer Coding) By Bruce Berke

C++: The Complete Beginner's Guide To Learn C++ Programming (computer Coding) By Bruce Berke C++: The Complete Beginner's Guide To Learn C++ Programming (computer Coding) By Bruce Berke C++ A Beginner's Guide by Herbert Schildt. general form of a C++ program, some basic control statements, and

More information

A Quick and Easy Guide To Using Canva

A Quick and Easy Guide To Using Canva A Quick and Easy Guide To Using Canva Canva is easy to use and has great tools that allow you to design images that grab anyone s eye. These images can be used on your personal website, Pinterest, and

More information

Resource upload / download guide

Resource upload / download guide The Higher Education Academy / JISC Open Educational Resources Programme Resource upload / download guide Authors: Liam Comerford, John Connor Date: 12/04/2010 Version: 2 This guide helps talk you through

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

PHP: MySQL In 8 Hours, For Beginners, Learn PHP MySQL Fast! A Smart Way To Learn PHP MySQL, Plain & Simple, Learn PHP MySQL Programming Language In

PHP: MySQL In 8 Hours, For Beginners, Learn PHP MySQL Fast! A Smart Way To Learn PHP MySQL, Plain & Simple, Learn PHP MySQL Programming Language In PHP: MySQL In 8 Hours, For Beginners, Learn PHP MySQL Fast! A Smart Way To Learn PHP MySQL, Plain & Simple, Learn PHP MySQL Programming Language In Easy Steps, A Beginner's Guide, Start Coding Today! Ebooks

More information

IDX Quick Start Guide. A Guide for New Clients

IDX Quick Start Guide. A Guide for New Clients IDX Quick Start Guide A Guide for New Clients Introduction Congratulations on your decision to integrate IDX property search and lead capture tools into your website! With these IDX tools, your website

More information

the creative portfolio of christian natis

the creative portfolio of christian natis Natis Design.com Web Technology Services the creative portfolio of christian natis If you like my work, connect with me on LinkedIn I also post recent work on my blog and online portfolio at scroll down

More information

Selecting Your Wordpress Theme

Selecting Your Wordpress Theme Selecting Your Wordpress Theme Wordpress uses templates, otherwise known as Themes to define the look, feel, and functionality of a blog. The Theme you choose is not only the face you present to the world

More information

Adobe Dreamweaver CS3 English 510 Fall 2007

Adobe Dreamweaver CS3 English 510 Fall 2007 Adobe Dreamweaver CS3 English 510 Fall 2007 Important: Before going through this handout, you should create a WWW directory on your ISU e-mail account. Otherwise, you will not be able to upload and view

More information

Participation Status Report STUDIO ELEMENTS I KATE SOHNG

Participation Status Report STUDIO ELEMENTS I KATE SOHNG 2015 Participation Status Report STUDIO ELEMENTS I KATE SOHNG Table of Contents I. Wataru... 1 A. JQuery discussion... 1 B. Other JavaScript libraries... 1 C. CakePHP framework... 2 D. Webpage feedback...

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

JSN PageBuilder 3 Configuration Manual Introduction

JSN PageBuilder 3 Configuration Manual Introduction JSN PageBuilder 3 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation of Joomla! PageBuilder with great improvements in the interface, features, and user

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

IT SKILLS REPORT. Jeremy Yon g

IT SKILLS REPORT. Jeremy Yon g IT SKILLS REPORT Jeremy Yon g00330435 TABLE OF CONTENTS Introduction... 2 Objective... 2 Wordpress... 3 Overview... 3 Wordpress in Pictures... 4 Advantages of WordPress... 4 Disadvantages of WordPress...

More information

SWAT Folder Usability Test Student Website Advancement Team Usability Test 2014

SWAT Folder Usability Test Student Website Advancement Team Usability Test 2014 SWAT Folder Usability Test Student Website Advancement Team Usability Test 2014 Table of Contents Overview...3 Study details...4 Markers and Parameters...5 Overall Tasks Comparison...6 Graphs: Success

More information

BOLT eportfolio Student Guide

BOLT eportfolio Student Guide BOLT eportfolio Student Guide Contents BOLT EPORTFOLIO STUDENT GUIDE... I BOLT EPORTFOLIO BASICS... 3 BOLT eportfolio user interface overview... 3 Dashboard... 3 My Items Page... 4 Explore Page... 5 Sharing

More information

A Project Report on Omni Access

A Project Report on Omni Access A Project Report on Omni Access Course: Software Lab (CS699) Instructor: Prof. G Sivakumar Submitted by : Manan Shah 08305004 Vishal Parajapati 08305030 Harshad Inarkar 08305066 12 November, 2008 1 Introduction

More information

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Peafowl Odoo Theme... 1 Pre-requisites... 1 Installation... 2 Installation Steps... 2 Theme Configuration... 5 Contact Us... 16 Odoo Peafowl

More information

E-Portfolio User Guide for Verifiers

E-Portfolio User Guide for Verifiers Wessex Public Health Practitioner Registration Support Scheme E-Portfolio User Guide for Verifiers Contents 1. Logging in for the first time 2. Finding your practitioner 3. Changing your password 4. Changing

More information

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant Personal Health Assistant Ishmael Smyrnow Kevin Morillo James Redway CSE 293 Final Report Table of Contents 0... 3 1...General Overview... 3 1.1 Introduction... 3 1.2 Goal...3 1.3 Overview... 3 2... Server

More information

How To Create A Facebook Fan Page

How To Create A Facebook Fan Page How To Create A Facebook Fan Page Get Red-Hot Buyer Leads In The Next 30 Minutes, For Free Using A Simple 4-Step Process Version 3.0 By Austin Sams, Managing Editor AgentInnerCircle.com Introduction Most

More information

Synthesis Paper CEP 416 Erica Lewis. variations of innovations within technology. Each technology has both strengths and

Synthesis Paper CEP 416 Erica Lewis. variations of innovations within technology. Each technology has both strengths and Synthesis Paper CEP 416 Erica Lewis Today technology is very important to our everyday lives. Yet, there are many variations of innovations within technology. Each technology has both strengths and weaknesses.

More information

Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book

Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book You are expected to understand and know how to use/do each of these tasks in Flash CS5, unless otherwise noted below. If you

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

Launch Store. University

Launch Store. University Launch Store University Store Settings In this lesson, you will learn about: Completing your Store Profile Down for maintenance, physical dimensions and SEO settings Display and image settings Time zone,

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/3

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/3 Table of Contents 1. Creation of Site Pages 2. Category Pages Creation 3. Home Page Creation Creation

More information

Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit

Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit Introduction to Programming with Java: A Problem Solving Approach teaches the reader how to write programs using Java. It

More information

BIS1523 Homework Assignments 2.1

BIS1523 Homework Assignments 2.1 Homework Assignments 2.1 Folder: hw01 Assignment #1, Bio Overview: Create a web page with some information (real or made up) about yourself. Your web page should include the following: A header, with your

More information

PHP & MySQL For Dummies, 4th Edition PDF

PHP & MySQL For Dummies, 4th Edition PDF PHP & MySQL For Dummies, 4th Edition PDF Here's what Web designers need to know to create dynamic, database-driven Web sites To be on the cutting edge, Web sites need to serve up HTML, CSS, and products

More information

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

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

More information

Volvo Car Remarketing Services Online Portal User Guide

Volvo Car Remarketing Services Online Portal User Guide Volvo Car Remarketing Services Online Portal User Guide Rev V1 - July 2016 Quick Start Guide 1. Open your username & password email 2. Website link double click on the Internet Explorer icon in the bottom

More information

Project. Minpeng Zhu

Project. Minpeng Zhu Project Minpeng Zhu Groups of 4 (3-5) Form groups I want the following information from each group: Names, personal numbers, e-mail addresses Contact person ( project leader ) Deadline for group formation:

More information

A Step-by-Step Guide to Survey Success

A Step-by-Step Guide to Survey Success A Step-by-Step Guide to Survey Success Table of Contents Why VerticalResponse?... 3 Quickstart Guide... 4 Step 1: Setup Your Account... 4 Step 2: Create Your Survey... 6 Step 3. Access Your Dashboard and

More information

Need a Website? HERE S A SHORTCUT TO MAKING A LANDING PAGE THAT WILL HELP YOU GROW YOUR LIST

Need a Website? HERE S A SHORTCUT TO MAKING A LANDING PAGE THAT WILL HELP YOU GROW YOUR  LIST Need a Website? HERE S A SHORTCUT TO MAKING A LANDING PAGE THAT WILL HELP YOU GROW YOUR EMAIL LIST mandy marksteiner 505-515-700 email@mandymarksteiner.com Putting together a website is a lot of work.

More information

Weebly 101. Make an Affordable, Professional Website in Less than an Hour

Weebly 101. Make an Affordable, Professional Website in Less than an Hour Weebly 101 Make an Affordable, Professional Website in Less than an Hour Text Copyright STARTUP UNIVERSITY All Rights Reserved No part of this document or the related files may be reproduced or transmitted

More information

Easy Survey Creator: User s Guide

Easy Survey Creator: User s Guide Easy Survey Creator: User s Guide The Easy Survey Creator software is designed to enable faculty, staff, and students at the University of Iowa Psychology Department to quickly and easily create surveys

More information

Tutorials Php Y Jquery Mysql Database Without Refreshing Code

Tutorials Php Y Jquery Mysql Database Without Refreshing Code Tutorials Php Y Jquery Mysql Database Without Refreshing Code Code for Pagination using Php and JQuery. This code for pagination in PHP and MySql gets. Tutorial focused on Programming, Jquery, Ajax, PHP,

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 07 Tutorial 2 Part 1 Facebook API Hi everyone, welcome to the

More information

Webomania Solutions Pvt. Ltd. Cab Booking Script

Webomania Solutions Pvt. Ltd. Cab Booking Script Cab Booking Script Cab booking website is a most useful system for online booking and specially designed for specific needs of renting car owners looking for easy-to-use car rental software that will help

More information

CSCU9B2 Practical 1: Introduction to HTML 5

CSCU9B2 Practical 1: Introduction to HTML 5 CSCU9B2 Practical 1: Introduction to HTML 5 Aim: To learn the basics of creating web pages with HTML5. Please register your practical attendance: Go to the GROUPS\CSCU9B2 folder in your Computer folder

More information

Using Google sites. Table of Contents

Using Google sites. Table of Contents Using Google sites Introduction This manual is intended to be used by those attempting to create web-based portfolios. It s contents hold step by step procedures for various aspects of portfolio creation

More information

style type="text/css".wpb_animate_when_almost_visible { opacity: 1; }/style

style type=text/css.wpb_animate_when_almost_visible { opacity: 1; }/style style type="text/css".wpb_animate_when_almost_visible { opacity: 1; }/style Jun 22, page css html 2017 page css html. page css html Designing a screen is a tricky part UI designers. Most of pages have

More information

HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE

HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE There is one tried and true way to learn HTML and CSS and it's pretty Computer Programming

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

Xerte Online Toolkits v3.0 Release Notes

Xerte Online Toolkits v3.0 Release Notes Xerte Online Toolkits v3.0 Release Notes The new login page for Xerte Online Toolkits v3.0 The Xerte Project has made huge progress since we last released a new version of the software. We are now an Apereo

More information

ClientBase. Windows. FUNctionality

ClientBase. Windows. FUNctionality ClientBase Windows FUNctionality Table of Contents Page 1 Page 2 Page 3 Page 5 Page 7 ClientBase Introduction How to Create a Profile How to Create a Reminder How to Create a Note How to Start a Rescard

More information

On Monday, July 26 th SunRISE will have a different look & feel. We think you will be happy with the changes!

On Monday, July 26 th SunRISE will have a different look & feel. We think you will be happy with the changes! Shopping: Simple Search On Monday, July 26 th SunRISE will have a different look & feel. We think you will be happy with the changes! The simple or standard search allows users to enter one or more keywords

More information

Creating your eportfolio and Networks

Creating your eportfolio and Networks Creating your eportfolio and Networks Epsilen Access is restricted to those with Epsilen accounts (must be logged in). Institution Access is restricted to members of your institution (must be logged in).

More information

Setting Up A WordPress Blog

Setting Up A WordPress Blog Setting Up A WordPress Blog Introduction WordPress can be installed alongside an existing website to be used solely as the 'blog' element of a website, or it can be set up as the foundation for an entire

More information

Dreamweaver 3.5 PHP & Dreamweaver

Dreamweaver 3.5 PHP & Dreamweaver Dreamweaver 3.5 PHP & Dreamweaver Short Course Notes Explore more information on the IT Learning Pods Web site: http://css.ait.iastate.edu/ By Joe Struss Sept. 20, 2010 Copyright 2010 by Creative Services

More information

How to Use the Web Folio Builder to Design an eportfolio

How to Use the Web Folio Builder to Design an eportfolio Contents: A. Accessing the Web Folio Builder How to Use the Web Folio Builder to Design an eportfolio B. Basics: Modifying the Web Folio template a) Selecting a Layout and Color Scheme for the Web Folio,

More information

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 Usability Report Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 2 Table of Contents Executive summary... 3 Introduction... 3 Methodology... 3 Usability test results... 4 Effectiveness ratings

More information

TAKE THE 7 DAY CHALLENGE

TAKE THE 7 DAY CHALLENGE Table of Contents WELCOME TO AFFILIATE REX V2... 2 ACCESS THE SETTINGS PAGE... 2 ADD GETRESPONSE API KEY TO AFFILIATE REX... 4 ADD GETRESPONSE API KEY TO JVZOO...5 SELECTING YOUR AUTORESPONDER...8 GET

More information

Electronic Portfolio Manual

Electronic Portfolio Manual Electronic Portfolio Manual Kyle Richardson Thomas Rielly Rashid Salameh Adrian Schul 1 Contents Introduction...4 Parts list 5 Instructions... 6 Saving a template.6 Open a new page..7 Creating links...7

More information

A Simple Course Management Website

A Simple Course Management Website A Simple Course Management Website A Senior Project Presented to The Faculty of the Computer Engineering Department California Polytechnic State University, San Luis Obispo In Partial Fulfillment Of the

More information

Manchester Community College etutoring

Manchester Community College etutoring Manchester Community College etutoring This is an overview of the etutoring platform, showing you how to log in, ask a tutor a question (equestion), and submit a draft of a writing assignment for a tutor

More information

PHPBasket 4 Administrator Documentation

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

More information