Tuesday, 27 January 2015

28/1/2015

Reflection:
In these two lessons, I have started making a brochure/pamphlet about plagiarism. It explains what plagiarism is, how to avoid plagiarism and a few pictures and examples of plagiarism.

Wednesday, 21 January 2015

21/1/15

Reflection:
This lesson, I have completed 2 worksheets and decided what I was going to do for the tech fair (an rpg game). I have also decided exactly what we're going to do in the game itself, so now we can start making the game! I have also learnt about plagiarism and how to avoid it.

Tuesday, 13 January 2015

14/1/15

Reflection:
In these 2 lessons today, I have utilized my time correctly (I hope) and I've completed the task. I have decided, with my partner that we will be making a game

TERM 2 - Tech Fair 2015

Introduction
In the tech fair, my partner and I will be doing a project. Here in this post, I will be posting 2 ideas and I will be choosing one of those ideas as the project my partner and I will be doing.
Criteria's tested:
Criteria A: Inquiry and Analyzing
Criteria C: Creating the Solution
Criteria E: Evaluating

Ideas:
1. Robot - It's R/C with a sound system
2. Game - Platformer game

Conclusion:
I have talked to my partner and we have decided to make a platform game. It will be a hard challenge but I think we can do it, if we work hard enough!

The Game:
Irwan and I will make a game, a platform/2D game. The game will probably be an RPG game, perhaps with different levels that you can beat. We could put different weapons in the game that you could buy with in-game money. We could also put in upgrades for the character himself where you can upgrade his health (more health), speed or attack speed. Unfortunately, we still haven't decided what we're actually doing in the game. Making a game seems pretty hard to me but I hope Irwan and I are up to the challenge! We thought of making a platformer game while we were playing Super Mario Bros 3.

Wednesday, 29 October 2014

Difference between HTML and Dreamweaver


HTML

    Dreamweaver


Programming language

Tags can be caps
Forward slash in ending tags are behind the tags
HTML tags doesn't need to be properly nested
The document needs to be properly nested
    Software program that allows you to visually draw
    stuff and it will build the HTML
    All tags must be lowercase
    Ending slash is in front of tags
    All HTML tags must be properly nested
    The document doesn't need to be properly nested





Wednesday, 22 October 2014

HTML code

<html>
<title>My First Webpage</title>
<body bgcolor="#ead3de">
<H1>Welcome to Grade 8</h1>
<h2>Let's learn HTML to create a simple website</h2>
<font face="Arial" color="#7d1935" size="20">
<p allign="left"> Let's see what we're going to learn today</p></font>
<font face="Verdana" color="red" size="20">
<ul>
<li>What are the tags that are used in HTML coding</li>
<li>The first tag should always be the HTML tag</li>
</ul>
</font>
<img src="smiley.jpg" alt="Smiley face" height="100 width="100">
<a href= "http://www.google.com">Google</a>