Tuesday, December 3, 2013

SOFT6007 ITM1 46 & 47

Students worked in assignment 2. 

I brought the results of today's exam. 

SOFT6007 DWEB1 Class 47 & 48

Students worked on assignment 2.

I brought the results of this morning's exam

SOFT6007 Class 45

We had an in-class exam

Monday, December 2, 2013

SOFT6008 DEWB2 Class 46

Students worked on the assignment 

SOFT6007 DWEB1 Class 46

Most students worked on assignment 2, but some were getting ready for the JavaScript exam tomorrow 

Paper published

I was delighted to discover today that portions of my Master's thesis were considered still relevant enough to be published at a conference last year. The only drawback was that it was arrtibuted to  someone else.


Sections of my thesis
http://www.newmediarepublic.com/dvideo/compression/adv08.html
http://www.newmediarepublic.com/dvideo/compression/adv07.html
http://www.newmediarepublic.com/dvideo/compression/adv09.html

Paper
OBJECT TRACKING FOR REAL TIME VIDEO USING MATLAB
SALONI SHAH & MADHVI PANWAR
ECE Deptt., Shri U.S.B. College of Engineering & Mgmt. Abu Road, Sirohi (Rajasthan)

http://irnetexplore.ac.in/IRNetExplore_Proceedings/Pune/FTEECE_16thSeptember2012/FTEECE_16thSeptember2012_doc/SecI%28ICECE%29/paper8.pdf

SOFT6008 COM2 A Class 45 & 46

Students worked on the assignment

SOFT6008 Class 45

As adevrtised last week, this week's class was a Q&A session. However there were very few questions, so we moved to a vacant lab.

Friday, November 29, 2013

SOFT600 COM2B Class 43 & 44

There was only one student. He worked  on the assignment.

Thursday, November 28, 2013

SOFT6008 COM2B Class 42

Students worked on the assignment

SOFT6007 ITM1 Class 44

Attendance was poor and the students that were there were studying for an exam in another module. But that's fine.

Wednesday, November 27, 2013

My laptop hard disk died

I guess I'm lucky it waited until Week 11 to give up. I'll find out soon if that backup software was actually working, or was just an elaborate hoax.

SOFT6008 COM2A Class 44

Students worked on the assignment

SOFT6008 DWEB2 Class 33 & 34

Students worked on the assigment

Tuesday, November 26, 2013

SOFT6007 ITM1 Class 42 & 43

Students worked on Assignment 2. I recommended that they spend some time on JavaScript. But few did.

SOFT6007 DWEB1 Class 43 & 44

Students worked on Assignment 2. I recommended that they spend some time on JavaScript. But few did.

SOFT6007 HTML Validator

You can check your HTML at validator.w3.org or you can do view source in most browsers and errors will be highlighted.

SOFT6007 Assignment 2 extension

The specification for assignment 2 states that the deadline in this Friday. But on Blackboard it says Dec 6. Noon on Dec 5 is the new deadline.

SOFT6007 Class 41

Students did an in class exercise in groups in preparation for next week's exam



SOFT6007 Web Development Fundamentals
Assessment 3

This is a one-sheet exam. Students are permitted to bring one sheet of A4 notes (front and back) into the exam. Students must hand up this question sheet and the sheet of notes with their answer books.


craps.html is a web page with JavaScript code that simulates the throw of two dice. If the sum of the dice is 7 then the text shows “You Win!” and it shows “You Lose” otherwise. When the button “Pull” is clicked a function pull is called to change the appearance of the page using the Document Object Model (DOM).





The HTML for the page is shown below, but the code for the pull function is not shown. Write in your answer book the code for the pull function.
The dice images are named die1.png, die2.png, die3.png, die4.png, die5.png, die6.png.


<html>
<head><title>Game of Craps</title>
<script type="text/javascript">
function pull()
{
}
</script>
</head>

<body>

<div id="fisrt"><img src="dice1.png" name="die1" id="d1" width="100" height="100" alt="slot" /></div>
<div id="second"><img src="dice1.png" name="die2" id="d2" width="100" height="100" alt="slot" /></div>

<br/><br/><br/><br/>
<button type="button" onclick="pull()">Pull</button>
<div id="sometext">Blah blah blah</div>

</body>
</html> 



Monday, November 25, 2013

SOFT6007 DWEB1 Class 42

I arrived quite late. Sorry about that.

Students worked on the assignment. I briefly met with each student.

I asked students to verify that they can submit the assignment using Blackboard.