Joel Bapaga on Web Design Strategies Technologies Commercial Value.

Slides:



Advertisements
Similar presentations
COMBASE: strategic content management system Soft Format, 2006.
Advertisements

Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Principles of Internet Marketing Chapter 10 Programs and Languages.
Project 1 Introduction to HTML.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Web Site Project Management
Web Development & Design Foundations with HTML5 7th Edition
1st Project Introduction to HTML.
Web Development & Design Foundations with XHTML
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 10 Key Concepts 1 Copyright © Terry Felke-Morris.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
Web Content Management Systems. Lecture Contents Web Content Management Systems Non-technical users manage content Workflow management system Different.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Web Developer & Design Foundations with XHTML
The Development Process 1 Not in our book Important for our course.
Implementing CMS: Academic David Bietila George Washington University Jonathan M. Smith The Catholic University.
Introduction to content management systems BTM 395: Internet Programming.
Chapter 1 Introduction to HTML, XHTML, and CSS
1 Web Developer Foundations: Using XHTML Chapter 8 Web Site Development.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
Course review BTM 395: Internet Programming. What you have learnt in this course.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Web Development & Design Foundations with XHTML Chapter 10 Key Concepts.
Wikis are websites where pages can be edited using an online document editor. Users can easily edit and share content. Enterprise wikis are platforms.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.

Web Development Process The Site Development Process Site Construction is one of the last steps.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
3/30/15.  Who is Tim Berners-Lee? 1. Assessing needs 2. Determining content structure 3. Determining site structure 4. Determining navigation structure.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Website Design Best Practices. Topics  Navigation  Readability  Portability  Frameworks for Web Design  Model View Architecture MVC  SEO  Performance.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
›What main things do you think should be considered when planning a website?
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Joomla Bird ! Joomla Bird is a Web Design, Consultancy and Software Development Company catering to the wide range of clients globally.
Project: Web Designer. Phase 1: The World Wide Web.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 10 KEY CONCEPTS 1.
10 Mobile Application Framework Must Know to Launch New App.
Presentation by Giorgos Theodoridis. WordPress is a free web software you can use to create a beautiful website, blog, or app, (CMS) based on PHP and.
Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Web Application Development Process
Web Development & Design Foundations with HTML5 7th Edition
Project 1 Introduction to HTML.
Web Site Development and Macromedia Dreamweaver 8
The Development Process
Project 1 Introduction to HTML.
Publishing and Maintaining a Website
Web Development & Design Foundations with HTML5 7th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Site Project Management
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Web Development & Design Foundations with H T M L 5
Phases of Designing a Website
CIS 133 mashup Javascript, jQuery and XML
Web Application Development Using PHP
Presentation transcript:

Joel Bapaga on Web Design Strategies Technologies Commercial Value

Strategies Conceptualisation Analysis Design Production Testing Launch Maintenance Evaluation

Conceptualisation Intended / target audience Goals or mission of website define primary audience goals conduct competitive analysis define content outline create sitemaps and wireframes

Analysis Information topics Functionality requirements Environmental requirements Contents requirements Information Architecture –Organise and label information on websites so regular people (not involved in the design of the site) can actually find what they are looking for.

Design Determine the site structure and organisation (template) Prototype the design (page layout) Website organisation –Hierarchical –Linear –Random

Design (Continued) Navigation –Global (accross the website) –Local (for a subsection of the website) Use of breadcrumbs Clear labels and use font internet friendly Social Media Integration (APIs)

Tools used to build a website Sitemap (Google XML) Wireframe (Template Selection) RAD (Codelobster) Workbench (Database Management) Custom CSS Custom PHP

Production Choose a web authoring tool (Codelobster) Organise website files (.htaccess rights) Develop / install and individually test components Add contents (Dummy data for testing purposes) Customise CSS (Custom CSS Plugin) Customise PHP (Custom PHP Plugin)

Testing Test on different web browsers and versions Test with different screen resolutions and devices Test using different bandwidths Test from another location

Testing (continued) Types of Testings Automated –Link checker –w3c xhtml and css validation tools Usability –Interact with the user and peers –User / client testing

Launch Sign-off Change management After Sales Support Notification

Maintenance Site enhancements Fixes, loops / bugs / critical updates New components Security implementations Audit Trail Backups Client Rapport

Evaluation Revisit goals, objectives, mission How far goal and target been met Develop plan to better meet goals, objectives, mission, security Back to number Conceptualisation

Why this technique? Fast Reliable Deliverable Code on the fly Various documentations and help to help achive goals Great Commercial Value

Technologies MVC (WordPress) PHP mySQL jQuery APIs CSS

Why MVC? Model – View – Controller is a software architectural pattern for implementing user interfaces. –Reusable object codes –A pattern that allows to significantly reduce the time taken to develop applications with user interfaces.

Wordpress CMS? WordPress is truly FREE and Open Source Plugins give you more functionalities The Visual Editor and CMS are Outstanding Easily Add a Blog To Your Site Themes Let You Style Your Site It’s Easy to Keep WordPress Secure WordPress is Google Ready! WordPress Sites are Accessible Your Site Can Grow With You

Why PHP? Short Time to Market –PHP enables fast implementation of complex solutions. Easy Integration –PHP runs on practically any platform Flexibility –PHP also offers great flexibility during and after the initial project. Availability of Resources

Why mySQL Easy to use Secure and fast Inexpensive and scalable Manages memory very well Runs on many operating systems Supports several development interfaces

Why jQuery jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML Could be run localhost or parsed from repository Improves UI and UE Very customisable

Why APIs a set of functions and procedures that allow the creation of applications which access the features or data of an operating system, application, or other service. Very handy in connecting your website to social media sites Improves backlinks for good SEO practice

Why CSS A style sheet language used for describing the look and formatting of a document written in a markup language.

Commercial Value Services are updated more and also more often Quality of WordPress services is better Linux Server hosted Easy of expansion Great After Sales Value Components reusable in other projects

Presented by Joel Bapaga References Wikipedia WordPress Oracle