Selected Topics Dr Yi Zhou

Slides:



Advertisements
Similar presentations
WordPress Themes.
Advertisements

@beckyddesign Beckydavisdesign.com Take Control of Your Site with WordPress.
WordPress from Start to Finish Day 1: Installing and Using WordPress Looking at the WordPress database.
Getting Set-up with Hosting and WordPress Gregory Young Alternative Hosting
Stop Wondering… Start WORDPRESSing Rosemarie Gant Fresh Approach Web Management April 2011.
Introduction to WordPress. Learning Outcomes Describe WordPress Compare and contrast the difference between a WordPress hosted blog and a hosted blog.
Using Drupal for Your Organizational Website (or, how to use Drupal without cursing) Michelle Murrain Nonprofit Open Source Initiative MetaCentric Technology.
Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Web Services Presentation. Site Management Console (SMC)
Creating Wordpress Plugins. Who is Here? PHP GTA Meetup Wordpress Toronto Meetup East Toronto Web Design Meetup.
Wordpress as a content management system Building a better website with content management systems | June 12, 2009.
Kick start your career with WordPress
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Final Presentation WordPress 3.0+ Leonard Bogdonoff 12/6/11 T. DEDONNO CIM225.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Computer Science (CS) Department Website Revision Final Report Alfredo Tigolo III.
Custom Wordpress theme Thomas Smith, Chris Gorrod, Sam Paisley & Kathleen Jackson.
5 Days Open Source Workshop Zencart – Wordpress – Joomla Welcome Day 3.
Getting an account with WordPress.com Open your web browser ( mozilla firefox, internet explorer, opera, etc.,)
About the CMS WordPress A brief overview of both Wordpress.org & WordPress.com WordPress is one of the most popular content management and blog publishing.
The easy way to a nice looking website design By a total non-designer (Me!)
PHP-Fusion. Introduction PHP-Fusion is a lightweight open source content management system (CMS) written in PHP. PHP-Fusion utilizes a MySQL database.
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
Wordpress Tutorial 22 – 24 April Table of Contents Introduction Designing blog Writing and Publishing blog Pages Posts Categories Tags Links Comments.
Build a CMS Website. The topics this chapter covers are: What is CMS ? What you can do with CMS The benefits and disadvantages of using a content management.
Sahil Narang What is CMS? A content management system (CMS) is a computer application that allows publishing, editing and modifying content,
Creating a Web Presence Introduction to WordPress Week 1.
Introduction to content management systems BTM 395: Internet Programming.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Drupal Training Syllabus Chaitanya Lakshmi
Child Themes 101 Presentation by Jess Jacob. Child Themes 101 Who am I? – Jess Jacob – Freelance front end web developer – Callcenter dialer programmer.
Wikis are websites where pages can be edited using an online document editor. Users can easily edit and share content. Enterprise wikis are platforms.
Content Management System Vicky Pan Oct e: Information Architecture and Design.
What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.
WordPress ® in simple terms WordPress is a free and open source blogging tool and a content-management system (CMS) based on PHP and MySQL, which runs.
Instructional Technology & Design Office or Start the Presses! Using Wordpress for Website Design.
WORDPRESS TECHNOLOGY BY AMEER. WELCOME INTRODUCTION WordPress is an Open Source software system used by millions of people around the world to create.
WordPress Plugin Development A Starter Guide For Beginners.
WordPress Architecture ► Core files – PHP ► MySQL database  Configured by the installation script ► wp-content directory  themes subdirectory: layout.
End-User Training Editing Content with JustEdit Brandon Scheirman Instructional Designer, OmniUpdate.
Distributed Software Development QR Marks The Spot Beta Prototype Vadym Khatsanovskyy, Nicolas Jacquemoud.
WEP Presentation for non-IT Steps and roles in software development 2. Skills developed in 1 st year 3. What can do a student in 1 st internship.
WORDPRESS IS IT EASY FOR ME ?. WHY should I use WordPress ?
Web Forum 2013 By: Brian McCallum. Fancy CMS Features… Outline: 1. Social Media Plug-in 2. Asset Listings 3. Page Buttons on landing pages 4. Accordions.
COMP 2923 A2 Website Development 101 Danny Silver JSOCS, Acadia University.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
Overview The Comments plug-in allows for user generated content. Developed by Scand Ltd. The commenting feature has become a default functionality for.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
New town web site Demo of new town web site created  Why was this done? Uses standard web technolgies(PHP, MySQL)‏ I will.
Dr. Abdullah Almutairi Spring PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used,
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
WordPress development companies. Wordpress custom theme design.
Creating Websites With WordPress
What is a Blog? short for Weblog journal on a website
WordPress “WordPress is a free and open source blog publishing application.” Christina Vasileiou Database management system.
PHP Training at GoLogica in Bangalore
WordPress Development
How to create a website using WordPress? Part 2: Dashboard
Easy Way to Improve Your 404 Page Template in Wordpress If you want to improve your 404 error page. So we are here to explain to you how to improve your.
Easy Website Creation Using WordPress
WordPress Development
Wordpress test.cs.edinboro.edu.
GET AFFORDABLE & CUSTOM WORDPRESS DEVELOPMENT SERVICES.
Wordpress.
Customising your site.
WordPress Development
Presentation transcript:

Selected Topics Dr Yi Zhou

What a CMS can do Information-based website (without plugin) Small business Personal website Additional fuctionalities (with plugin) Gallery E-Commerce Analysis

What a CMS cannot do No full control of database mysql php wordpress api Little application program support Web service No semantics for the content XML Semantic Web Little design flexibility HTML5 Little algorithmic support algorithms JAVA

Modify a theme Use the theme editor to modify a theme. e.g., to delete the comment box, or extra home button in the menu etc. Figure out the corresponding code in the theme/stylesheet Always BACKUP the files before any change

Customizing templates Different pages may need different templates Templates are stored under the theme directory Build a new.php file with needed components (how to) and upload it into the same directory The name of the template is in the beginning of the php file <?php /* Template Name: My Custom Page */

Templates for Categories  You can create new templates by  creating a template php file, e.g. template.php by (copy and paste)  put it into the theme directory  Select different template for different pages (available when editing a page)

Using smiles ;-) is equivalent to :-) is equivalent to :-( is equivalent to :-? is equivalent to …………. there are more and more ……… Use some plug-ins for more emotions Goto setting  writing to switch on/off using emotions

Post format You can use different format for posts, formats supported are: aside gallery Link quote status video audio chat

Wrap text around image Edit the targeting page Double click the targeting image Go to edit image You can specify the alignment and other setting for this image

Some plug-ins  Akismet:  Comment Luv:  Contact Form 7:  Limit Login Attempts:  nRelate or YARPP:  Wp Mobile Detector:  Google Analytics:  Google XML Sitemap:  All In One SEO:  AdRotate:

Some plug-ins (contd.)  W3 Total Cache:  JetPack:  WordPress Importer  Really Simple CAPTCHA  WP e-Commerce  AntiVirus  NextScripts:

Split Testing with Google Analytics  Create a “goal”  Access the experiment features  Create an “experiment”  Set the experiment features  Add the experiment code  Test your experiments  Analyze your experiments  Wait for a winner  Keep doing split testing

Thank you!