delete

Some very cool photoshop tutorials...

If you love working with photoshop, and want to try out a few more tricks, have a look at this great collection of photoshop tutorials @ UPrinting.com: Photoshop tutorials
delete

A Few Things for HTML Revision...

Yesterday it was fantastic to see you all building your HTML website from scratch. Well done Here are a few things to remember: To create a list, you will need the list container before the list items. The basic structure of a list is: <ul>     <li>item 1</li>     <li>item 2</li>     <li>item 3</li> </ul> Similarly, the structure of a table with 3 rows and 2 columns is: <table>     <tr><td> item 1 </td>td> item 2 </td></tr>     <tr><td>...
delete

AGIMO Web Publishing Guide...

The Australian Government Information Management Office (AGIMO) has a fantastic online web publishing guide. Although it is intended to govern how Australian Government agencies use the web, it contains lots of wonderful material that can help you get across the many aspects of website design. If you’ve got the time, it’s definitely worth a look: AGIMO Web Publishing Guidelines
delete

Simple HTML Website Files...

Here are the files for yesterday’s tutorial: Files for Exercises And the documents: Lesson Plan 12 Technical Work Request Form Website Technologies Exercise
delete

Some Useful Privacy Links on the Web...

Links to useful pages about Privacy in Australia:    Information Privacy Principles, from the Privacy Act (1988) Privacy Checklist for Small Businesses
delete

Privacy Policies...

In Australia, businesses that collect personal information from users on the Internet are required to comply with the rules set out in the Privacy Act 1988. This can apply to both private and public sector organisations. In Australia, the Privacy Act 1988 governs how information must be protected. - Let people know when you are collecting personal information - Keep personal information secure, accurate and up-to-date - Only use the information for the purpose that you collected it for - Allow people to view their personal information if they ask for it When you collect personal...