47
The easy way to a nice looking website design By a total non-designer (Me!)

The easy way to a nice looking website design By a total non-designer (Me!)

Embed Size (px)

Citation preview

Page 1: The easy way to a nice looking website design By a total non-designer (Me!)

The easy way to a nicelooking website design

By a total non-designer (Me!)

Page 2: The easy way to a nice looking website design By a total non-designer (Me!)

Website Refresher

Three types of Website

1.Hand rolled HTML. Lightweight static pages.2.Scripted Website. (PHP, ASP.NET etc.)3.Content Management System (CMS) e.g. WordPress, Joomla, Drupal (Mensa Website) and many many more.

Page 3: The easy way to a nice looking website design By a total non-designer (Me!)

Handrolled Websites

• Can be very pretty but take a lot of work and look a bit 90s. http://raymondwalley.com

Page 4: The easy way to a nice looking website design By a total non-designer (Me!)

Scripted Websites

• A scripted website is where the script (.php, .ASP) is a computer program that runs on the server and outputs HTML etc to the browser.

• Any website which is not built on a CMS but which has logins etc is also a Scripted Website.

Page 5: The easy way to a nice looking website design By a total non-designer (Me!)

Content Management Systems (CMS)

• Data is held in a database. This can include instructions about the appearance as well as functional data.

• A CMS is a scripted website. Apart from some written in ASP.NET, the majority of CMS are written in PHP.

• Most CMS are Open Source. i.e. Free.

Page 6: The easy way to a nice looking website design By a total non-designer (Me!)

Just Some of the PHP CMS!

Page 7: The easy way to a nice looking website design By a total non-designer (Me!)

Making a Scripted Site Look Pretty

There are thousands of free templates out there. Search for

Free CSS templatesFree html5 templatesFree web templates

Page 8: The easy way to a nice looking website design By a total non-designer (Me!)

So You’ve Found a Nice CSS Theme

• Let’s assume website hosting is set up.1. Need to download theme files.2. Edit files.3. Upload.4. Voila!

• Example:

http://bespokeprogrammers.com

Page 9: The easy way to a nice looking website design By a total non-designer (Me!)

Original Template• http://www.solucija.com/template/internet-sharing

Page 10: The easy way to a nice looking website design By a total non-designer (Me!)

My Website!

Page 11: The easy way to a nice looking website design By a total non-designer (Me!)

Another Example

• Client’s Past Life Regression site needed refreshing.

• Used this template: “small business” on http://all-free-download.com

Page 12: The easy way to a nice looking website design By a total non-designer (Me!)

Original Template

Page 13: The easy way to a nice looking website design By a total non-designer (Me!)

Ended Up as

Page 14: The easy way to a nice looking website design By a total non-designer (Me!)

Pros and Cons for Scripted Websites

Pros• Look’s pretty.• Easy to Change.• 1000s of templates.

Cons• Usually need a web

developer or to learn PHP.

• Can be time Consuming.

Page 15: The easy way to a nice looking website design By a total non-designer (Me!)

Using a CMS

• Generally not too difficult to master.• Once learnt you can change appearance very

quickly.• The popular ones have thousands of themes

to alter appearance as well as plugins or extensions to add new functionality.

Page 16: The easy way to a nice looking website design By a total non-designer (Me!)

Most Popular CMS

• WordPress - most popular CMS for blogs• Drupal (New British Mensa website)• Joomla

• We’ll focus on WordPress, I’ll show to use it.

Page 17: The easy way to a nice looking website design By a total non-designer (Me!)

WordPress• Not just for blogs but also for full websites.• Takes a minute to install (with some hosts, not

manually).

Two Versions1. WordPress.com – hosted service. Free or

Premium. 2. WordPress.org – free software, you host.

Page 18: The easy way to a nice looking website design By a total non-designer (Me!)

Example 1 – WordPress Blog Site

Page 19: The easy way to a nice looking website design By a total non-designer (Me!)

Example 2 – My Blog XamApp.com

Page 20: The easy way to a nice looking website design By a total non-designer (Me!)

Not a Free Theme ($39) but beautiful!

Page 21: The easy way to a nice looking website design By a total non-designer (Me!)

How to Setup WordPress

In this demo, I’ll 1. Install WordPress (1-2 minutes) 2. Upload a few plugins (2-3 minutes) 3. Look for and install a theme (3-4 minutes) 4. Sit back and bask in the glory! (A lifetime!)

Page 22: The easy way to a nice looking website design By a total non-designer (Me!)

install WordPress (1-2 minutes)

• Start with a “Naked Website”. No Content

Page 23: The easy way to a nice looking website design By a total non-designer (Me!)

Logged into CPanel

• Install from open source installer

Page 24: The easy way to a nice looking website design By a total non-designer (Me!)

WordPress Install Takes 1-2 Minutes

Page 25: The easy way to a nice looking website design By a total non-designer (Me!)

After Installing

Page 26: The easy way to a nice looking website design By a total non-designer (Me!)

WordPress Dashboard

Page 27: The easy way to a nice looking website design By a total non-designer (Me!)

Need to Keep WordPress Upgraded

• New versions often with security fixes come out every few weeks. This is for WordPress.org

• Wordpress.com is managed so they do it, but much less flexibility unless you pay for service.

Page 28: The easy way to a nice looking website design By a total non-designer (Me!)

Customising WordPress

• Themes – completely change the look• Plugins – Add extra functionality• Widgets – On screen controls

• WordPress comes with two default themes- 2012 and 2013. Here’s what the site looks like with the 2012 theme.

Page 29: The easy way to a nice looking website design By a total non-designer (Me!)

2012 Theme

• Plain with no images. We can do better!

Page 30: The easy way to a nice looking website design By a total non-designer (Me!)

WordPress Dashboard lets you search

Page 31: The easy way to a nice looking website design By a total non-designer (Me!)

Lots to Look For

Page 32: The easy way to a nice looking website design By a total non-designer (Me!)

Or Google for Themes

Search for

•Free WordPress Themes•Free Charity WordPress Themes

Page 33: The easy way to a nice looking website design By a total non-designer (Me!)

Lots of variations in search!

Page 34: The easy way to a nice looking website design By a total non-designer (Me!)

A Free Charity Theme - Danko

Page 35: The easy way to a nice looking website design By a total non-designer (Me!)

Found this one

Page 36: The easy way to a nice looking website design By a total non-designer (Me!)

Two Options

• Search from the WordPress Dashboard. It’s a one-click install. But limited choices.

• Search Externally – Ie Google. Lots more available externally but quality varies enormously and you may need a techy to upload unless you are happy with FTP. (File Transfer Protocol).

Page 37: The easy way to a nice looking website design By a total non-designer (Me!)

Themes

• Each comes as a single zip file.• Need to downloaded, unzipped into your PC.• All files copied over to server themes directory

• Use FTP client to copy files. Eg Core FTP is a free FTP client from http://CoreFtp.com

Page 38: The easy way to a nice looking website design By a total non-designer (Me!)

FTP – How To (Slightly Techy!) 1/3• (For Windows) Goto http://coreftp.com• Download and install free Core FTP

Page 39: The easy way to a nice looking website design By a total non-designer (Me!)

FTP 2/3 - Setup the site details

Fill in these four highlighted fields.

1. Site Name2. URL3. Username4. Password

Then click the Connect button.

Page 40: The easy way to a nice looking website design By a total non-designer (Me!)

FTP 3/3 - Drag the Theme folder

• Left is your PC, right is webserver folders.• Use buttons to navigate folders then

Drag folder from left to right, wait for files to copy.

Page 41: The easy way to a nice looking website design By a total non-designer (Me!)

New Theme now known to WordPress

Page 42: The easy way to a nice looking website design By a total non-designer (Me!)

Now activate the theme• But still need to Configure it.

Page 43: The easy way to a nice looking website design By a total non-designer (Me!)

Configuring

• Adding a Logo• Adding Pages (it depends if it’s a static page

site or a series of posts site).• Menus (if the theme supports them)• Tweaking the Theme.• Adding Plugins for functionality• Configuring Widgets

Page 44: The easy way to a nice looking website design By a total non-designer (Me!)

After Some Tweaking

Page 45: The easy way to a nice looking website design By a total non-designer (Me!)

What are Plugins For?I’ve installed these plugins. All free.• Cache the site for speed.• Increase WordPress Security.• Build a sitemap and upload to Google/Bing.• Display on smartphones (Next Page).• Automated Backup.• Simplifying Updates.• And lots lots more available.

Page 46: The easy way to a nice looking website design By a total non-designer (Me!)

Website as seen by Smartphones

This is thanks to the WpTouch Plugin

Page 47: The easy way to a nice looking website design By a total non-designer (Me!)

Questions?