473,387 Members | 1,532 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Hey lets all craete BAD pages for grades =]

So this is to be our assignment for the next school term. The idea is
good: to create a web-site for a local recycling plant.

Unfortunatly, the marking scheme is teaching the candidates how to
create web-pages in the worst possible way - the 90s style...

http://tinyurl.com/2pp2sm (It's a PDF of the marking scheme for the
teachers)

A couple of extracts:

"In addition, such [higher level] candidates will need to provide
links to email and make use of hotspots/image maps."

Since when have image maps been even close to acceptable for
navigation?
"Many web-authoring packages include the ability to create forms.
Using HTML coding and some free web-authoring tools will limit some
students although it is still possible."

I'll be more *limited* if I code my HTML myself?
Now look, OCR, this is NOT web-design!

Acoording to this marking scheme, if I create a page that is up to
modern standards it seems that I will get a lower grade than if I
relied entirely on FrontPage. Hoorah

</rant>

~Brendan Gillatt~
www.brendangillatt.co.uk
http://pgp.mit.edu:11371/pks/lookup?...rch=0x6E265E61
Feb 13 '07 #1
6 2085
Brendan Gillatt wrote:
>
Since when have image maps been even close to acceptable for
navigation?
There isn't anything inherently wrong with client-side image maps,
though they shouldn't be treated as though their use is itself a goal.
There have been problems with browser implementations of them. It's also
useful to duplicate the links in text form, at the bottom of the page
perhaps. The two purposes can be served at once by using A tags instead
of AREA tags, and placing the MAP element containing the A tags at the
point in the page where the links should appear.

Server-side image maps should be avoided for any purpose where the
coordinates of the click are to be used directly, as in an image map of
the earth where one clicks a point to request a detail map centered on
that point. In those cases, an alternative, more accessible interface
also ought to be provided.
Feb 14 '07 #2
On 14 Feb, 19:48, Harlan Messinger <hmessinger.removet...@comcast.net>
wrote:
There isn't anything inherently wrong with client-side image maps,
Have you read the linked PDF?

Although there's little "inherently wrong" in anything, the marking
scheme described and the teaching assuemd to go with it is just about
as far-removed from competent current practice as it's possible to
get, yet still be vaguely describable as being the same subject.

Feb 15 '07 #3
Andy Dingley wrote:
On 14 Feb, 19:48, Harlan Messinger <hmessinger.removet...@comcast.net>
wrote:
>There isn't anything inherently wrong with client-side image maps,

Have you read the linked PDF?
No, but the remark to which I was responding came from the OP
irrespective of the PDF.
Although there's little "inherently wrong" in anything,
The OP's remark, "Since when have image maps been even close to
acceptable for navigation?" implied that there was.

Feb 15 '07 #4
On Thu, 15 Feb 2007 17:56:51 -0500, Harlan Messinger
<hm*******************@comcast.netwrote:
>Andy Dingley wrote:
The OP's remark, "Since when have image maps been even close to
acceptable for navigation?" implied that there was.
Sorry, maybe I wrote it in a bit of haste. What I was trying to say
was that the mark scheme expects image maps as part of the function of
a site -- irrespective of whether coordinates are needed.
Feb 18 '07 #5
I am also doing this qualification and have sent an email to OCR but
they only replied that they cannot answer my questions as I am a
candidate and I need to get my course tutor to contact them. I can see
why but this is a matter I and Brendan would like resolved before we
get to actually doing that unit.

Also according to the mark scheme/Grading Assesment Objectives for
this unit (Page six onwards of http://tinyurl.com/385jbq - the
specification handbook for tutors)

for Distinction level candidates AO2:
"Candidates will produce high quality pages using css."

Thats fine but then if we do that why do we need to:
"Tables will be used throughout to aid with the layout of different
components"
I see no point. Okay for tabular data, but for layout!!!

I think the whole of this unit needs to be looked at thoroughly, and
changed.

Feb 21 '07 #6
In article <11**********************@k78g2000cwa.googlegroups .com>,
<URL:mailto:mp*****@gmail.comwrote:
Also according to the mark scheme/Grading Assesment Objectives for
this unit (Page six onwards of http://tinyurl.com/385jbq - the
specification handbook for tutors)
That's improved. I refused to teach a previous version of this course
because it was possible to pass without ever logging in to a www server or
running a browser -and- to fail when creating a fully validated, html 4.0
strict, with media specific css, site, that met every specification to the
letter. At least now you'll have to print out the evidence from a browser.
for Distinction level candidates AO2:
"Candidates will produce high quality pages using css."

Thats fine but then if we do that why do we need to:
"Tables will be used throughout to aid with the layout of different
components"
I see no point. Okay for tabular data, but for layout!!!

I think the whole of this unit needs to be looked at thoroughly, and
changed.
Very little has changed since the beginning of www use in schools. Where
used as a resource, and not abused, it has many benefits. Where taught as a
subject it is diabolical.

Below degree level most examination courses teach questionable practice at
best and, imo, certificates should be regarded as a disqualificaton.

Depending on your future intentions you might decide to take this course and
immediately forget all you learned because the certificate is required by
some unenlightened employers or you might take a course in a subject that
would be of more use to a future www designer. I suggest one in report
writing, copywriting for journalists, or, at a pinch, creative writing. The
ability to convey a message in a manner suitable for www readers is one of
the rarest skills around.

Cheerio,

--
>de*********@clara.net
Feb 22 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Penfold | last post by:
I'd appreciate help converting student average test scores into grades. My problem is that I need to allocate one of about 20 grades (3a,3b,3c,4a,4b,4c etc through to 8c plus a couple of others)....
1
by: waldoruns | last post by:
I need help on this code. I have to write a code that reads in a list of exam scores and outputs the total number of grades and the total number of grades in each letter category. Here is what I...
1
by: mhiar | last post by:
hello , Iam network administrator and i need a program written in C++ to craete new folder and save it in drive D. please how has this program or show me which command i have to used to create the...
4
by: vadrama | last post by:
takes a list of grades and counts the amount A's, B's, C's etc... I am using a while statement to count the total number of grades which works great, but my if and else statements to count how...
2
by: tatum | last post by:
I really just need some pointers... jumping points from here... something the problem: Write a grading program for a class with the following grading policies: 1. There are two quizzes,...
10
by: =?Utf-8?B?UmludSBHb3BhbGFrcmlzaG5hIFBpbGxhaQ==?= | last post by:
Hi, Please help me to write a dll in C# , that will read each pages of a tiff image from a file and a memory stream object ( need two ways) and creatre a new tiff image object.The dll should...
2
by: gdarian216 | last post by:
the program reads input from a file and then outputs the averages and grade. for some reason it is reading in the same line twice and it doesn't print out the grade. everything else is correct, if...
2
by: Richard Hollenbeck | last post by:
I originally wrote my grades program in MS-Access to help community college teachers in the California community colleges keep track of their students' grades and produce reports for the students...
2
by: redblue | last post by:
Hi all, I have a question about making new html page on the server. such as i have a page and have space of heading,body, subject, and file name. if press the button then on the server new file...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.