
Monday, February 28, 2011
An earthquake hits Christchurch

Thursday, July 08, 2010
Continuing with Colour

- Fun-roc who claim to own it all
- Magda Vacariu who acknowledges the Arty Factory website but has copied all the content into her own blog for art students - why not just link to it?
Wednesday, June 16, 2010
Year 10 Thursday 17th June
Wednesday, June 09, 2010
Year 10 Thursday Work
I am at home sick - have no voice to talk to you with.
What I want you to do today and tomorrow is to work on Animation.
You will collect information and images and display them using PowerPoint.
Use the wikipedia page on animation to find the following
- A definition of animation.
- A list of techniques with one example of each.
Use the wikipedia page on computer animation to find the meaning of important terms
- CGI
- Key frames
- Tweening
- Rendering
- Sprite
Use your computer's Start > All Programs to identify any software that can be used to make animations. Make a list of them and choose one to experiment with. An easy choice would be UnFREEz which you used in Year 9 - you made a series of frames in Paint and saved them as file type: gif, then put them in to UnFREEz. Other options are MovieMaker and Blender.
Plan and start to make a simple animation (no more than 10 frames) about one of these topics:
- The recent weather
- My favourite sport
- My hero!
Thursday, May 20, 2010
Year 10 Friday Work
Your job today is to prepare for an activity we will do next week.
If you search my blog (this website) for "shark" you will find a shark story.
We will be making a quick video to tell this story next week using PhotoStory.
Your job today is to read the story and find pictures to tell it. You will need to save them in your home drive - make a folder called shark images in your multimedia folder to put them in to.
You will need pictures of high resolution - you can tell by looking at the file size.
Some images will be blocked - I wonder why?
PS you may like to draw some images of you own in either Paint or Art Rage. This is fine, but you will not have time to do the whole video this way.
Ethics
When you have finished your first project to the best of your ability, do these tasks.
- Make a Word document to start with. Find a definition of ethics that make sense to you. Add the URL where you got it from.
- Research The “Heinz dilemma” in Wikipedia and read the story. What do you think he should do and why? Write a paragraph explaining your decision and the reasons for it.
- Find and read Kohlberg’s stages of moral development. Which stage do you think you are at and why? Write a paragraph about this.
- Make a presentation using Power Point or Photostory that explains EITHER the Heinz story and the different levels of response OR a different ethical issue of your own choice. Be as creative as you can with graphics and sound and animation. Remember to acknowledge your sources of both information and images. You may use headphones but must return them tidily to the container at the end of the period.
- If you complete all this work, have a look at career options at FutureInTech or Career Stories.
Wednesday, May 12, 2010
Colour - an on-going saga
So now my next step for colour is Color Theory Lesson 2
Saturday, May 01, 2010
Deskchecking

Thursday, April 29, 2010
String Handling Part 2
Program Example 15 is also similar to a program we wrote in QBasic - the Sentence one. It counts the number of spaces to work out the number of words in a sentence. It also uses an array to keep track of how times each letter occurs in the sentence. New string functions are CHR and ASC.
Questions to answer:
- What is a pangram?
- What is ASCII?
- Explain what CHR and ASC do and give some examples.
- What is the significance of the ranges 65-90 and 97-122 in the comments of the blue-book-code?
- Explain what the AddToArray subroutine does from the time it is called until it ends. You may find it helpful to your understanding to sketch the Letters array.
Tuesday, April 27, 2010
String Handling
Remember strings? They are the data type that holds letters, spaces, words and text. In QBasoc we used
- LEN(mystring) to find the length of a string
- LEFT$(mystring, x) to find the first x characters of a string
- RIGHT$(mystring, x) to find the last x characters of a string
- MID$(mystring, y, x) to find x characters of a string starting at position y
A common technique used with strings is to use a FOR loop to cycle through the letters in the string:
FOR i = 1 to LEN(mystring)
PRINT MID$(mystring, i, 1)
NEXT i
What are the equivalent techniques for these functions in Visual Basic? See Program Example 14 String Handling 1.
Style Guides

- Colour scheme
- Font selections, including size, style etc
- Headings and sub-headings
- Page layout
- Page numbering
- Headers and footers
- Alignment
In your second project this year, you need to consider how to show clearly which of the following topics each page relates to: Skills (AS 90368), Project (AS 90349) or Community Responsibilities (AS 90773). Ways of doing this include
- Putting the text in either header or footer
- Using a different coloured page heading
- Printing on different colour paper
- Having an icon or graphic that represents the topic
- Using a table of contents and/or appendices
- Designing a page with a space for Skills, Project, and Community Responsibilities to use for all work.
Extra for Experts:
- Which sorts of technologists use style guides?
- Why do technologists use style guides?
- Can you find any style guides?
- What sort of things are included in style guides?
- How might your knowledge of style guides "inform your practice"?
Friday, April 23, 2010
Matrix

- Find my version of the matrix program in iNet and have a play with it.
- Can you fix the bug that has 1s and 2s showing up instead of 10s and 11s at one point?
- Do the first three suggestions for consolidation in the blue booklet.
- Describe how the cursor behaves in this program.
- What other cursor options are there?
- If you need to practice with random numbers and arrays do the tasks from the blue booklet.
Thursday, April 22, 2010
Gantt Charts Part 2
- used a symbol to show when each job was done
- used a colour code to show the actual time you spent on each task
- written comments next to each task to explain changes you made
- done nothing after printing the original Gantt chart.
If you did 1, 2, 3 or another sensible thing, you should print what you did.
If you did 4, you should hand-write notes on your print-out about how long each thing took and what changes you needed to make to your timeline.
Pseudocode Task
2. Find topic on Pseudocode.
3. Read resources and write pseudocode for Craps – hand in on paper for marking.
Diagrams Task
2. Make a structure diagram to show the “big picture” of the Number Game 1 program. Don’t spend more than 10 minutes attempting this – then see me OR find and read the file Planning for Visual Basic Programs. Use this method to make a similar plan for the Number Game 1 program.
3. Make a flow chart to show the details of the Compare button code.
4. Hand in for marking.
Wednesday, April 21, 2010
Moving Buttons
Tuesday, April 20, 2010
Evaluation

- Evaluating what you have created by commenting on each specification in your refined brief. You should give your own opinion and (if possible) opinion from stakeholders.
- Evaluating your technological practice. See last year's blog post for details on this.
A third place where the word evaluation appears is in the Code of Practice sheets. In this case, it is asking you to provide evidence of how you have followed the rules for that Code of Practice.
Monday, April 19, 2010
Investigation

This means that you will experiment with your chosen way of solving the problem.
The way you will experiment/investigate depends on the type of solution.
Questions to consider include:
- Will the solution I am suggesting do the job that the client wants?
- What features does the software have? How will they help you to meet the client's needs?
- What products are on the market that could meet your client's needs? How much do they cost?
- Will the people who have to use your solution find that it works for them? Does it fit their existing work patterns?
- What further information do I need to convince my client that this is their best choice?
- How does the software you are suggesting work? How easy is it to use?
- What are the limits of your proposed solution? For example, is there a maximum file size or a limit on the number of users or reduced functionality unless you pay?
Before asking for help on this one, write some of your own questions for investigation.
Wednesday, April 14, 2010
Features of a blog as a blog owner
For example, you can change the settings for comments. In Blogger, under Settings --> Comments you can
- show or hide comments
- control who is allowed to comment
- change how the comments are displayed
- turn word verification on or off
- and lots more!
When you are exploring your proposed solution, you should be looking at these sort of details as they will help to justify why your solution is "fit for purpose".
Wednesday, April 07, 2010
Managing your files!

Have just performed a mid-holiday rescue mission for a nameless class member who lost their USB stick and did not have a backup at home.
There is a well-known theory of insurance that states "no-one can ever afford all the insurance they should have." Backups are the same, and just like insurance, you only realise how important they are when you need them.
Until they invent a way of carrying your files around attached to your body, the chances of losing your storage device are significant. You should
- Label your USB stick with your name
- Put a file on your USB stick called yourname
- Have a backup copy at school
- Have a backup copy at home
- Consider using an online storage facility or working on Google Documents.
Even a modern-day Swiss Army Knife can't stop you from leaving it behind!