Week Four (MGDP2060)

From Wiki @ Karl Jones dot com
Revision as of 09:59, 17 September 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

This article lists topics for week four of Web Design and Development III (MGDP2060).

See also Week Four Exercises (MGDP2060).

In the news

Items of interest

Little Bobby Tables

See:

Get versus Post

...

student_ftp

The class web server now has a folder named student_ftp for students to store class-related resources which are not part of their website, such as class notes, Photoshop files, etc.

If you wish to use the student_ftp folder, create a subfolder for your files.

Give your subfolder the same name as you gave your subfolder under the website folder (www.htcwebcreative.com).

Web page conventions

Follow these web page conventions when creating class-related web pages.

See also Naming convention for more general information.

wordpress.htcwebcreative.com

See wordpress.htcwebcreative.com.

Downloading WordPress

WordPress is available for free download at:

  • [ wordpress.org]

Do not confuse with wordpress.com -- a commercial web hosting service.

About .tar and .gz

  • .tar and .gz are file formats for archiving and compression
    • OS X has built-in handling for these formats
    • Microsoft Windows does not, you will need to download 7-Zip or some other application

WordPress folder

All of the WordPress files must remain in a single folder.

The folder name does not matter; wordpress is common.

The folder can be the local root folder for a website, which automatically makes the Home page display WordPress.

  • Don't do so for this class, but you may wish to do so for other sites

Alternately, the WordPress folder can reside with your local root folder, which is what we will do in this class.

You can browse your WordPress site like this:

Alternately, you can make WordPress appear on your Home page, while leaving the WordPress files in a subfolder of the local root folder.

  • Do this by naming the Home page <code>index.php, and entering PHP code which references the WordPress files in their subfolder.

Browse website

View your WordPress site in a browser.

Manage website

Manage your WordPress site by logging into the administrative control panel:

WordPress Themes

In WordPress, a theme provides the HTML and CSS (the front end) which WordPress will use when generating web pages.

Many free themes are available, along with commercial themes.

You can create your own WordPress theme; we will do so in this class.

WordPress: any type of website

WordPress was originally written as blog software, but you can make any type of website with WordPress,

  • Blogging can be omitted altogether
  • Blogging can be re-branded as "News" or whatever, can appear on interior page(s) rather than home page.
  • Custom post types allow you to specify new post types, which behave like blog posts, but are customized to your subject matter
    • For example, profiles -- see [ Mondovi Dental]

Demonstrations

Exercises

Vocabulary

See complete list.

New vocabulary

Previous vocabulary

See also