Web Development (ICA50601)

Diploma in Website Development (SWAN TAFE) Blog

Entries Tagged as 'Databases'

Web site testing – WHAT, HOW, WHY?

July 27th, 2006 · 6 Comments

Accessibility [Erin & Rachel] Usability [Peter & Marc] Process flow / business logic [Naomi] Code [Ben] Security [Marc] Navigation [Erin] Features / Functionality [Brendan] SEO [Robyn] Speed [Peter] Standards [Standards] Content [Rachel] Each of you selected one of the testing types and will write an entry in your own blog about it…. When two names are listed you should both make an entry on your own blogs and refer back to this story.

[Read more]

Tags: Accessibility · Accessibility Testing · Databases · General scripting · Javascript · PHP · Performance · Script Testing · Search Engine Optimisation · Security · Security testing · Testing · Usability · Usability Testing · User · mySQL Security

Visa Sub-Classes

September 13th, 2005 · No Comments

Subclass 309 is Spouse (Provisional) this subclass is intended if you and your Austrlian partner: * are legally married; or * intend to legally marry before your temporary visa is decided; or * have been in a de facto relationship for at least the entire 12 months prior to the date of application.

[Read more]

Tags: Database design · General · Notes & Handouts

SQL QUERIES and JOINS

August 31st, 2005 · No Comments

One of the parts of SQL that gets overlooked by many is the use of the JOIN statement.
This little bit of SQL syntax can lead to some quite amazing results from your data.
In this article I look at how to discover if data is missing from a table that is dependant on another table as [...]

[Read more]

Tags: General SQL · mySQL