Soupy’s TAFE Tidbits

A place where Robyn blogs for her TAFE course in Web design and development

CSS & Javascript: Toggling

August 3rd, 2006 by · 14 Comments · css, xhtml

I searched for hours trying to find some simple code to create the ability to toggle visibility by clicking. There are all sorts of methods you can use – including PHP, javascript, and various other elements.

I’ve combined a script and some fixes to make things work on my site:
The Visibility Toggle – www.interactionarchitect.com
onLoad Fixes – Dean Edwards

You can see my working test page here

WAD Portfolio 1: SQL

August 2nd, 2006 by · 1 Comment · Uncategorized

SQL backup file

WAD Portfolio 1: PHP solutions

August 2nd, 2006 by · 3 Comments · portfolio, xhtml

Items fixed:

  • All Global variables should be $_POST
  • php?>: wrong
  • L17: ; missing
  • [?php ?] should be <?php ?>
  • varibles case not consistant
  • $nickName!=” should be $nickname==”
  • some brackets were wrong
  • $year should be $month

wk01-02.html
wk01-03.php

Class summary: XHTML, CSS

July 30th, 2006 by · 1 Comment · Uncategorized

First we had a quick review on PHP and created a simple PHP file.
We worked on REVISION XHTML & CSS
Simple form
Simple form & CSS

QAT: SEO

July 26th, 2006 by · 4 Comments · Uncategorized

What

Everyone wants their site to be found easily in search engine and the way to do this is SEO (search engine optimization). There are many different strategies to approaching SEO. There is no clear cut, absolute way of doing SEO and testing it.

The main features of SEO are:

  • Links
  • Meta tags
  • Content
  • Site maps

Why

  • Site can be found easily in search engines
  • Find files/content relevant to search
  • More users when high on search list
  • Wide exposure

As to testing SEO, there is really nothing you can do except make the site live and test the rankings in several serach engines. Testing SEO Strategies is a post explaining in a little more detail about testing a live site.

Response to Web site testing – WHAT, HOW, WHY? discussion.

IA – Information Architecture

February 14th, 2006 by · No Comments · Uncategorized

The IA has different types of structures: All-in-one, Flat, Index, Daisy, Strict hierarchy, Multi-dimensional hierarchy & Search. Web pages can be defined under several of these.

There is no right way of arranging content. The aim of marketing the site to the user and common sense underlines how the content is laid out.
A good article about IA is Web Design From Scratch

Examples:

All-in-one
- Hard to find one these days
Flat
- golflink.com, neopets.com

Index
- digg.com, ebay, usbugcafe.com
Daisy
- hotmail
Strict hierarchy
- hoyts.com, games.ii.net

Multi-dimensional hierarchy
- LiveJournal, amazon
Search
- Google, AskJeeves, Yahoo, Wombat, Sensis, AskTed, Wikipedia

About this Blog

February 7th, 2006 by · No Comments · Uncategorized

I’m Robyn and this here blog is primarily for my TAFE courses in Web design and development. It will not be updated very often as I keep forgetting we’re supposed to blog about our classes here.

I might, however, post about things I’ve learnt from tutorials on the internet for which I lookup for implementation in my own website flightyproductions.info.