Soupy’s TAFE Tidbits

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

Entries from August 2006

CSS & Javascript: Toggling

August 3rd, 2006 · 2 Comments

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 - [...]

[Read more]

Tags: css · xhtml

WAD Portfolio 1: SQL

August 2nd, 2006 · No Comments

SQL backup file

[Read more]

Tags: Uncategorized

WAD Portfolio 1: PHP solutions

August 2nd, 2006 · 1 Comment

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

[Read more]

Tags: portfolio · xhtml