Monday, February 20, 2012

SOFT7007 COM1 Class 10

We did another image map exercise in class. Students who missed the last class and didn't catch up online were a bit lost.

USA Cities grid

Friday, February 17, 2012

SOFT6007 DCOM1 Class 08 Lab

I arrived late, by which time everyone had left. Or maybe they never showed up in the first place.

I waited 10 min just in case anyone was later than I, and then went away too.

SOFT6007 ITS1/DCOM1 Class 09

We looked at definition lists, em tags, and discussed logical vs. physical markup. Then we saw how to code an image map. I gave an exercise in class for the last 15 mins

SOFT6007 COM1 Class 09

We looked at definition lists, logical markup vs. physical, and image maps. We did an image map exercise in the last 10 mins of class. Students should finish this in their own time.

Thursday, February 16, 2012

SOFT6008 Exercise

This is how you make a button in a webpage to call some JavaScript

<button type="button" onclick="doSomething()">Go</button>

With the addition of this bit of code you now know enough to re-code the dice, cards, and slot machine games so they can be played by clicking a button instead of reloading the page. See if you can give it a go.

SOFT6008 Class 09

We looked at function and parseInt and a cautionary tale about JavaScript's loose types

I asked students to write a minimum function and an  average function that returns an integer.

[all done at 1751]

SOFT6007 Class 08 Lab A

I gave back the exam scripts and results form the exam earlier in the week. That was a reality check for students and for me.

Students worked away on the various exercises we had been doing. Most did tables of timetables. A few students struggled because they missed some classes.

Some were a bit frustrated that I didn't help them more. But the flip-side of having recordings the classes online is that students have to take responsibility themselves for catching up. I'm not going to fill in the blanks for them.

SOFT6007 COM1 Class 08 Lab B

I gave back the exam scripts and results form the exam earlier in the week. That was a reality check for students and for me.

Students worked away on the various exercises we had been doing. Most did the timetable.

I didn't give students my undivided attention. I was trying to organize putting the notes online.

Wednesday, February 15, 2012

SOFT6008 Functions

In the next class we will look at functions. I put an example with the following function in your dropbox.

function maximus (a,b,c)
{
if ( (a>=b) && (a>=c))
 {
 result = a;
 }
else if (b>=c)
 {
 result = b;
 }
else
 {
 result = c;
 }
return result

}

The function runs once with literal values, and once with user input values. But it doesn't behave like you'd expect. See if you can figure out what's going on.

SOFT6007 ITS1 Class 08

Students worked away coding pages. Some students are still trying to catch up

SOFT6008 Class 08

In today's class we didn't look at anything new. Students used the time to catch up on the exercises. I wanted to pause a little today to give people a chance get on top of things. Some students have yet to get with the program. I don't think the rest of us can wait for them much longer.

Students who had everything done checked that the random numbers weren't skewed. They modified their code to use floor instead of round.

In the next class we will look at functions

"Teaching Naked" video

During the week I recorded the audio for a short video I am making on "Teaching Naked". I had tried to record it at home at the weekend but the house was to noisy.

When I  started recording in my office I couldn't believe just how much noise there was. I couldn't, as you might think, hear the DJ Society doing it's thing 20m away, but I could hear all sorts of ambient noise. My desk is constantly vibrating, but I don't feel or hear it. My computer hums gently. As soon as I turned on the mic I could hear all these hidden sounds.

Audicity, like a lot of audio editing programs, has a fantastic noise reduction feature. You select a sample of "silence" and it analyses the noise. You can then subtract noise with those characteristics from the recording. It only works for structured noise, like a fan, or a hum. It won't work for people passing the the hall for example, or slamming doors. It if so impressive though I suspect I could record something on a plane and it would be fine.

A buddy of mine in Portugal is going to illustrate the video for me, if he has time. If not I'll have to do it myself.

Monday, February 13, 2012

SOFT6007 DCOM1/ITS1 Class 07

We had an in-class exam. But the results won't count towards the final grade. It was just for a reality check.

SOFT6008 Class 07

Students worked away on the various exercises.

Some students need to take a look at the New Orleans example again and really understand it before attempting the various exercises involving random images. Don't forget the discussion we had about randomness. Some students have unwittingly written code that has stacked the dice or deck. Those kinds of things could have gotten you shot in the wild west, if they'd had JavaScript :-)

There is a lot of interesting variety in the code being written to complete the euro change exercise. It's really worth thinking about the logic before writing the code. I've see a lot of code that is more complex than it needs to be. There is no need for nested loops. And if you think about it, what's the maximum number of 50c coins you will display. The solutions involving mod and integer division are clever, but brave.

Beware of intelligent quotes when copying and pasting. They have different ASCII values from regular double quotes and will break your code.

SOFT6007 DCOM1 no move on the cards

I looked into moving our Friday afternoon class to Tuesday evening, but there are no labs available at that time.

SOFT6007 COM1 Class 07

We had an in-class exam. But it was just for students to find out how they are doing. The results will not form part of the final grade.

Friday, February 10, 2012

SOFT6008 Plans

On Monday we will not cover any new material. Students have plenty of exercises to do and plenty code to to write.

SOFT6007

On Monday we will have an in-class exam on everything we're done so far. But there won't be any marks going for it.

SOFT6001 Class 05 DCOM1 Lab

Students made several pages and link them together. The pages included the nested list exercise and a page with an image. Most students also coded their timetables using a table

SOFT6007 DCOM1/ITS1 Class 06

We looked at tables and used colspan and rowspan

SOFT6007 COM1 Class 06

We looked at tables and used colspan and rowspan

Thursday, February 9, 2012

Hogeschool van Amsterdam

I have some brochures from Hogeschool van Amsterdam for anyone interested in going there on Erasmus. Classes are taught in English.

SOFT6008 Class 06

We transacted our first bit of business with the DOM in order to do a rollover.

Connected Blog to Google+

I connected my blog and my Google+ account today. Now I can write a blog post as usual and share it with the relevant people in Google+. That's handy because I was more or less putting the same information in both. I want to keep both on the go at the same time. I want to build the audience for one, but keep the audience for the old. I'll be curious to see which students prefer In G+ students see only what's relevant to them. On the blog they can see everything, unless they click on the appropriate label.

SOFT6007 Targets

By the end of this week students should have a website with a few pages linked to each other, including one page with the nested list example, and one page with an image.

If that's not happening for you, you need to let me know so we can get you sorted.

SOFT6007 COM1 Class 05 Lab A

Students coded the nested list exercise and made some pages link to each other.

Some students used to class to catch up on things they had missed. It's important to get the fundamentals sorted before moving on.

SOFT6007 COM1 Class 05 Lab B

Students coded the nested list exercise and made some pages link to each other.

Some students used to class to catch up on things they had missed. It's important to get the fundamentals sorted before moving on.

Wednesday, February 8, 2012

SOFT6007 ITS1 Class 05 Lab

We looked at how to link between pages.

Students coded example from previous classes.

A number of students used the time to catch up on missed classes. Students should catch up this week.

SOFT6008 Class 05

We looked at alerts and promts and then loops.

I set the euro change maker exercise for students. The logic of that can be tricky and there are a few ways to do it.

Tuesday, February 7, 2012

iTunesU

I was all set today to start uploading my classes to iTunes you. Two years ago I setup of a podcast server. I had imagined that the latest version of the software would be a huge improvement on the previous one, but it's still very clunky. I held off publishing classes so far this semester in anticipation of submitting them to the automated server. But if the pieces don't fall into place soon I must have to manually type the RSS feed myself. That's pointless donkey work.

If Apple plans to sell an iPad to every student and wants lecturers' content to be the draw it is going to have to take seriously the server side part of the equation. Using the server product it is hard to believe it's from the same company that makes iPods. The list of things I would fix if I was in charge is too long for me to start on.

On a positive note, Google+ is working out well for be so far. The ease with which I can publish a video is amazing (take note Apple). There hasn't been too much interaction with students on G+ yet, at least not with me. They may be interacting with each other, but I don't think so. I think the social element of education technology is often ignored. That's why I think something like G+ or FaceBook is the way to go.

Monday, February 6, 2012

SOFT6007 DCOM1/ITS1 Class 04

We looked at HTML entities and did another nested list exercise

SOFT6008 Class 04 Lab

Students started coding the snap, dice, and slot exercises.

http://mcom.cit.ie/staff/computing/cmanning/soft6008/samplecode/exercise-dice.html
http://mcom.cit.ie/staff/computing/cmanning/soft6008/samplecode/exercise-snap.html
http://mcom.cit.ie/staff/computing/cmanning/soft6008/samplecode/exercise-slots.html


Tricky enough exercises. I noticed a lot of code first and think later problems during the lab.

Don't forget the discussion we had about why the randomness in the New Orleans example is slightly off.

Is it me or is the random number generator a bit fishy?

SOFT6007 COM1 Class 04

We looked at HTML entities, recapped lists, and students did a nested list exercise in groups of three.

Friday, February 3, 2012

SOFT6007 Class 02 Lab DCOM

I was late to class because I couldn't find my wallet.

Students used the videos on Google+ to catch up on the class they missed on Monday.

Students made webpages of their own in notepad that included an image and a nested list.

Good work. Well done!

SOFT6007 ITS/DCOM Class 03

Today we lOoked at image tags and lists. Students did an exercise in class on lists.

SOFT6007 COM1 Class 03

Today we lOoked at image tags and lists. Students did an exercise in class on lists.

Thursday, February 2, 2012

SOFT6008 Class 03

We had more fun with random images and building up image tags. I gave an example of a simple game of chance with prized and I showed off some examples that I want students to write code for.

SOFT6007 COM1 Class 02 Lab A

We talked about HTML tags and students made their own web pages. In future labs will have a lot less talking.

Good work today. Well done!

SOFT6007 COM1 Class 02 Lab B

I spoke about the web and html for the first hour and students made web pages of their own in the second hour.

Lots of enthusiasm in evidence in the room today! Well done!

Wednesday, February 1, 2012

SOFT6007 DCOM/ITS Class 02 Lab ITS

exmples.

details later

SOFT6008 Class 02

We looked at some example. will update this later

Monday, January 30, 2012

SOFT6007 DCOM/ITS Class 01

We looked at the module descriptor and discussed the assessments a bit.

We looked at bits and the ASCII table

SOFT6008 Class 01 Lab Typing & Sharing

Since this was our first class it was a bit strange having a lab when we never had a lecture. So it was mostly a typing exercise.

I gave out two JavaScript examples and asked students to type them up in notepad. That'll save time in the next class.

I asked students to set up dropbox folders for their class for this work and to share it with me (ideally read-only). This would allow me to monitor student progress continuously and to very quickly spot problems and offer help. It does raise some privacy issues too. Please name the folder with SOFT6008 followed by your myCIT user name (e.g SOFT6008-Dan.Murphy). Share it with colin.manning@cit.ie. Hopefully that won't screw up my quota. If you don't already use dropbox please sign-up here.

I will invite students taking this class to join Google+. I propose to see if Google+ can be of use in education. Google+ is very like Facebook except that it is much easier to control what one shares with whom.  So use this feature wisely and don't over-share with me!

I have a circle for each class group, so I can post items relevant to individual classes.

To be honest I don't yet know what I will use Google+ for. It's an experiment.

As computing professionals in the making, students should probably join Google+ anyway just to know how it works.


These images required for Random Image example. But of course you can use any images as long as they have the correct names.








SOFT6007 COM1 Class 01

We looked at bits and how they can be assigned meaning. We looked at a system for transmitting text and the ASCII table.

Thursday, January 26, 2012

Google+ Invitations

I have invited all first year students to join Google+. I propose to see if Google+ can be of use in education. Google+ is very like Facebook except that it is much easier to control what one shares with whom.  So use this feature wisely and don't over-share with me!

I have a circle for each class group, so I can post items relevant to individual classes.

To be honest I don't yet know what I will use Google+ for. It's an experiment.

As computing professionals in the making, students should probably join Google+ anyway just to know how it works.

One of these days I might try Blackboard. But don't look for me there just yet.

Tuesday, January 24, 2012

SOFT6007 Web Development Fundamentals

I am teaching two instances of this module in Semester 2. As with all first attempts at the timetable, there may be some changes. Clicking on the Google Calendar icon will allow you to add the class to your Calendar.

[update: this keeps changing. Only the Google Calendar links are up to date.  Check the printed timetables in the C corridor or your online timetable for the latest info. Once you add the Google Calendar events, I will update them as they change.]

COM1
Mo 0900 room?

Tu 1700 B219

Th 1100 & 1200 IT1.3 COM1-B

Th 1500 & 1600 IT2.2 COM1-A




DCOM/ITS
We 1100 & 1200 Group A

We 1700 B217 (will probably move)

Fr 1100 B219

Fr 1400 & 1500 Group B


Group B = DCOM1
Group A = ITS1 unless the group is too large

COMP6023 Web Publishing

I'm no longer teaching this module this semester.

Monday, January 16, 2012

COMP6023 Web Publishing

Students taking COMP6023 will be expected to sign up for the Google Online Marketing Challenge. Students may wish to read about this and get thinking before the start of the semester.

IUT Lannion Lecture

I gave a class remotely at IUT Lannion this morning. It was quite a strange experience, sitting at my desk giving a lecture. I've recorded lectures for  later use before. But giving one live felt a bit weird to me. This was compounded by not being able to see the audience, and not knowing what they were seeing.

The folks at IUT called to say it worked fine. It was certainly an interesting experience.

I meant to record it, but something went wrong. But that anything worked at all was impressive.

I guess it's a sign of things to come. Perhaps some day I'll be giving my lectures from a beach somewhere.

Wednesday, January 11, 2012

Free Choice Modules Semester 2

The list of Free Choice modules offered by the department of computing has been finalized.

If you add questions as comments to this post I will do my best to answer them.