Sunday, 21 May 2017

Cyber Safety presentation

19/5/2017 










This is a Keynote Presentation converted into a Powerpoint, of which was quite hard to make considering the limitations of the software. Otherwise though, quite nice to go through to make. This PowerPoint looks at Cybersafety and also looks at how you can protect yourself against Cybercrime and so it does focus on how people can harm others via computers and the internet. Due to this, this presentation uses this Global Context: Fairness and Development and this is because of the question that is raises. I feel that the our "common humanity" is that we are haacking and causing CyberCrime and so the consequence is the destruction of personal belongings, local and global information.

Sunday, 7 May 2017

Term 3: Learning Java Basics + more

8/5/2017

LINK FOR CODECADEMY: https://www.codecademy.com/


Codecademy. 2017. Blog | Codecademy. [ONLINE] Available at: https://www.codecademy.com/blog. [Accessed 08 May 2017].
HTML CODING:
As per the sake of making sure that I don't forget to know how to code, I have decided to use this post as the center for all my notes on everything I have learn't. All of the Boilerplate Coding (the basic set of coding lines) lines are going to be jotted down as to be able to stay ahead of my knowledge of coding.

So, instead of typing all of the coding lines, I have taken a snip shot on Codecademy.


This photo is the types of lines that fall under the Boilerplate Coding section. 
The first one is the signal to any browser that the website that I am using is under an HTML (HyperType Markup Language) design. So, that is very important. 

The second one begins the html process and it's very important in containing the HTML Codes.

Number 3 is all about the title on the actual website

The forth one is all about the ability to have a heading that is visible with the tabs that are opened and that there is a name instead of a website URL. This is what it looks like in Google Chrome:


So, these names are here because there is a "<title>" and "</title>" in the HTML Coding.

and number 5 is still not very clear, but it has something about the content of the web page.


Lesson 1 Reflection: 

So, in the first lesson, I introduced myself to Codecademy and started with HTML programming instead of Java Scripting because I had no idea that we were going to be doing Java Scripting. I just started with whatever the academy had to offer. So, personally I feel that I got off the wrong start, but at least I learn't a little bit more. The syntax I learn't was called Boilerplate Coding, this is the first most important "plate" of learning syntax HTML Programming. Got the joke? :)

I learn't, through Codecademy and not through any form of research, that the purpose of learning syntax scripting is because of the creation of making complex websites. So, I feel that making these websites will give people are gifted with technology, to be able to be gifted with better minds. Whenever I research, there are websites I need (Al-Islam.org) and websites I don't need (Wikipedia). My assumption is that those who create the websites that don't give unwanted information are those who do coding and those who don't need website builders, and they give information.

When I think about, this sounds quite ridiculous, but it still makes the world of researching a little bit better.

JavaScript

10/5/2017

So, I have today started to begin learning JavaScript. So, the website themselves have said to be taking notes. So what better place to be doing that, but here! While I am doing my note taking here, please understand I will only be taking down information and will not have any interaction with you. So, you will have to scroll past the notes, towards the notes if you want some interaction. Otherwise, I will be showing off the notes I learn't from Codecademy.


NOTES:

I found about 3 variables that are really important to the basics of the Java Scripting system: 

myString 
myNumber
myBoolean

I have learnt that myString uses Words and I think Numbers, that is mainly why myNumber was created: It needs to numbers. myBoolean is a little bit more strange because it can only produce two words: True and False. 

Using console.log I can activate these three variables and so it is because of it that I can actually tap into the three variables. So that makes this to remember. I also need to know that since I know what myString and console.log can together, I can make JavaScript talk to me! 

Then I learn't about number calculations. I learn't that +, -, * and / allow me to add, subtract, multiply and divide. I also really feel that this will allow me to do some really complicated math problems that even my calculator may not solve. I also found out that the Sun is 27% Helium! :)


I will continue next time!

4/6/2017

So, I learn't about some very cool things and just like last time I will use this blog to give notes, for you and myself! 

So, I learn't a one knew lesson and that is called, "The Modulus." and it looks at using percentages and how we can find the reminder of a number instead of actually needing a decimal. So, it persuade me to learn this, I was told that we could find what phase of the moon was going to come in the next year starting from today.

I basically divided 365 by 27 (Twenty seven days for a new moon) and so I got 13,5181818.... and so, when I found out the reminder is 14. So I will look at the 14th day of the phases, and found that there will be a new moon.

This really helped, but Codecademy already told me that programming isn't very important for JavaScripting, but still very interesting to know.


5/6/2017

I am in the IT Class, officially continuing the Codecademy. Now it is time to generate some random numbers. 

To generate numbers, type in Math.random to generate a number from 0 - 1, you should type this. Then to get a number higher than zero to one, you need to type multiply by a high enough number (like 50 or 100, etc). This can get you a high enough number. 

The problem is that these numbers will most likely end up as a decimal, and so that means that we need another function. This function is called, "Math.floor" which rounds the number down to the nearest whole number. 

Using Math.Random, without Math.floor, I got the number 81.43

Using Math.Random with Math.floor, I got the number 6

7/6/2017

Continuing the Codecademy process: I am now learning about how to add comments to programs. These comments are types of work that of which, they are not checked by the computer. Basically, they are good for the human beings that are programming as they are able to leave notes in programs for the programmers to see.

So, to do this, I needed to put down two slashes, and then anything I wanted to put down in normal english. So, if I do this: "//This is an example" then this will lead to me reading the comment and the computer cannot. I cannot explain what codecademy was asking for but I can definitely show you the screen that I was seeing and the correct program to put in.



9/6/2017

Finally, I have finished the Basics of JavaScript. Now, I am moving a little bit harder now and I am going to be working hard on Variables.

The first thing that Codecademy is showing me is a lot of information on Variables. I will be back with some information, after reading this information.

After doing some reading, I finally found out what Variables can do. They basically make your life easier by editing very little things instead of rewriting a whole program. This can be helpful when the numbers of the temperature of the whether changes and you want to make it go from Celsius to Fahrenheit.  So, instead having to rewrite the whole program if the temperature goes from 15 Celsius to 16 Celsius, you can create a variable to make sure that if the temperature does change, then you may make a variable which can alter the whole program. A little bit hard to understand, but it is good to know how to do Variables.

So, I just had a go at making a variable where I was tested to call the Variable: "Strength" and that it had a String that read, "50,000 Pounds". So, I found that really hard as I was feeling a little bit nervous but I was also a little bit confused. Fusing these two feelings together always makes chaos and so that is why I failed. I didn't understand why I wasn't getting it correct. So, Codecademy offered me the correct code and so I got a little bit disappointed. So, here is the instructions, the correct code, more importantly what the display of the code will represent (correctly!).




Next lesson teaches me something else that was very nice, to show me more about Variables. I learn't how Variables are able to link with any data type. That means that it can work with: myString, myNumber and myBoolean. That is good to know because that puts a lot more flexibility in making my programs.

19/6/17

Alright, back to work. I went back to Variables and so I was learning more benefits. I learn't the same thing last three (or so) ago: About you don't need to rewrite a whole new program if numbers or if details fluctuate over time, if you have Variables. It also taught me something new: You can give different values to a variable without needing to change anything else from the code.

For this I was told that I needed to set up and alarm that was set to "6:30AM" and on the next line of the code, I set it to "7:00AM" and when I printed it with console.log, that got me thinking, "Why is the screen producing it as the time above the console.log and not the one above that. I still don't have an answer and I need to consult someone.

Anyway, here's what the screen looks like with the right code:


This is basically what Codecademy was asking for. The good part about this lesson though was that I finally found out what why the code was coming like that and it turns out: I DON'T KNOW! What I did find out is that whatever variable directly goes on top of the console.log will always end up there (on the screen).

24/7/2017

Boy, how long has it been ever since my last update? I don't even want to bother trying to calculate it because well, SCHOOL IS OUT! 😊

That doesn't mean I have given up on Codecademy entirely though. With great happiness, I have given a commitment to try to do as much work on Codecademy and so today is no different!

So this lesson, I learn't how to use the + operator to be able to connect variables and strings! This of which were placed into the console.log!

Here is it what it looked:



26/7/2017

I have found this on my screen! I have started the lesson and from reading the helpful and descriptive information on the left of the screen, I have learn't that Control Flow is basically taking the building blocks of JavaScript and then I will start pursuing into taking them into account. I will be learning on how JavaScript can create certain ways of making the code flexible. 

Let's begin: 


This is what I got! IT WAS HARRY POTTER EDITION AS WELL! Sorry, I am a big fan of Harry Potter. Anyway, this is basically telling me that I need to tell JavaScript that if something is true or false, then I need to use the term "If" and "Else" to make outcomes. Depending on the choices, then this program can create consequences.

Sunday, 9 April 2017

Travel Brochure! Jump on!

4/10/2017



CRITERION A - INQUIRING AND ANALYSING.

This term (Term 3) , I will be focusing on how to make good travel brochure. Using this blogger and my maximum tech savvy skills, then I feel that this is how I plan on attacking that. I will try to show my clients the world with this brochure. This blogger and brochure will reflect the places that I have been to, that portray the places that are close to my heart and also the ones where they are stored in long term memory. Some may even be picked from the internet. 

Design Situation

Azaan Ali Khan, travel agent who is willing to help other tourism organizations and I will really need to be able to convince others to go to certain places of the world so that people can have a bigger perspective of what they might be missing out on. To do this, I must be able to make a brochure to make convince others. This brochure should be able to convince others to see the place and when they come back, they shouldn't say that it was a waste of their time.



Pinterest. 2017. 17 Best images about layout design on Pinterest | Corporate business, Brochure template and Creative brochure design. [ONLINE] Available at: https://www.pinterest.com/nayregard/layout-design/. [Accessed 15 April 2017].



That idea was a good one because there were lots of ideas grouped together, with a big amount of space for text and there is also a place for writing the destination name and finally, also a place having the picture. So, I really like how I might try to get an idea like that.





DesignMaz. 2017. 40+ Best Travel and Tourist Brochure Design Templates 2016. [ONLINE] Available at: https://designsmaz.com/travel-and-tourist-brochure-design-templates/. [Accessed 15 April 2017].



This reference is a very good one about having Travel Brochures specifically designed for using really good travel related brochures. Sadly, I don't have a picture of the ideas I got from this reference as it was in quite a huge amounts. I was also given the options to be able to make the brochure in downloads so I could get to know the brochure more and use it for a good submitting project.


Pinterest. 2017. 25 Die-cut Brochure Design Ideas For Your Next Print Activity - 7 - Pelfind | Die Cut Brochres | Pinterest | Activities, Photos and Flyers. [ONLINE] Available at: https://www.pinterest.com/pin/522276888013684129/. [Accessed 15 April 2017].
Amidst all of my brochure research, I have been also looking at different types of the websites that may be able to help me out. 



For example things like: 



  • Canva 
  • My creative shop. 
  • LucidPress 
So,  after doing this research I feel that there is a great deal in making my work online instead of using Microsoft Excel. I really like the fact that the websites are giving me the option to be able to choose templates and also giving my the choice of creating the question from scratch. 





Zlatko Najdenovski. 2017. Locate, location, marker, navigation, orientation, pin, position icon | Icon search engine. [ONLINE] Available at: https://www.iconfinder.com/icons/318261/locate_location_marker_navigation_orientation_pin_position_icon. [Accessed 26 April 2017].


Palm Island Dubai\

















Google Maps . 2017. At the end of Dubai . [ONLINE] Available at: https://www.google.ae/maps/place/Atlantis,+The+Palm/@25.1307587,55.1168372,3a,75y,139.59h,97.13t/data=!3m8!1e1!3m6!1s-B0cbLWl-5SU%2FVmQJx2sq9rI%2FAAAAAAAATnM%2FiK69Myv_cVsnmeKiXp6qkmpkgWYJ3qsZACJkC!2e4!3e11!6s%2F%2Flh6.googleusercontent.com%2F-B0cbLWl-5SU%2FVmQJx2sq9rI%2FAAAAAAAATnM%2FiK69Myv_cVsnmeKiXp6qkmpkgWYJ3qsZACJkC%2Fw203-h100-k-no-pi-0-ya81.14053-ro-0-fo100%2F!7i7168!8i3584!4m5!3m4!1s0x3e5f153e3609c979:0x5945a418a804ac5!8m2!3d25.1304426!4d55.1171498!6m1!1e1. [Accessed 26 April 2017].






Better Homes LLC. 2017. Palm Jumeirah - Dubai Villas & Apartments | Better Homes LLC. [ONLINE] Available at: http://www.bhomes.com/uae/palmjumeirah.xhtml. [Accessed 28 April 2017].



2daydubai - dubai-palm-jumeirah. 2017. 2daydubai - dubai-palm-jumeirah. [ONLINE] Available at: http://www.2daydubai.com/pages/dubai-palm-jumeirah-island.php. [Accessed 29 April 2017].




Pinterest. 2017. Ultra Luxury Bus,Super Luxury Bus, Buses to Chennai, Bangalore to Hyderabad, Buses to Coimbatore, Buses to Agra, Volvo & Mercedes Buses | Pinterest | Buses, Th…. [ONLINE] Available at: https://www.pinterest.com/pin/381961612116150888/. [Accessed 29 April 2017].




AttractionTix Blog. 2017. The 5 Must-Visit Water Parks in Dubai - AttractionTix Blog. [ONLINE] Available at: http://www.attractiontix.co.uk/blog/2016/01/21/5-must-visit-water-parks-in-dubai/. [Accessed 29 April 2017].
Atlantis Palm Jumeirah Dubai, Palm Island Dubai, UAE - Free N Easy Travel - Hotel & Resorts Reservation Services. 2017. Atlantis Palm Jumeirah Dubai, Palm Island Dubai, UAE - Free N Easy Travel - Hotel & Resorts Reservation Services. [ONLINE] Available at: http://www.fnetravel.com/english/uae/dubaihotel/jumeirah/pegasus/atlantis-palm-jumeirah-dubai.html. [Accessed 29 April 2017].



Image result for diving in palm jumeirah
insydo. 2017. Divers Down Dubai | Dubai | Palm Jumeirah | Snorkeling & Diving | insydo. [ONLINE] Available at: https://www.insydo.com/divers-down-dubai/5059. [Accessed 29 April 2017].

After conjuring this amount of research, I have decided upon how the brochure should be created.
Let's put it to you as simple as possible. I feel that this project should look like the very first brochure at the very top. Although I do understand that this work cannot just be a one idea taken in consideration, I will also have to try to take in the other ideas into consideration. 

Design Brief


So, I must decide on what will go onto my brochure. I have decided that the concept of the creation must follow the first idea, which means: There should lots of good, easy and understandable text for the project. Then there should be a nice picture (preferably animated) to give the reader an idea of the work I have to go through. Then there has to be a good title to be able to show where we are going. Finally, the project should be colorful with good basic colors such as: Red, Yellow, Green, Black, Blue, etc. 
I also mentioned on how I should have the ability to be able to make connections between the destinations, from the slipstream of a plane. If this all sound confusing (regarding the connections) then I will show you a picture of what I need in the brochure. 



YouTube. 2017. The Antibiotic Apocalypse Explained - YouTube. [ONLINE] Available at: https://www.youtube.com/watch?v=xZbcwi7SfZE. [Accessed 15 April 2017].
The white line in this picture is all the plane slipstream from one destination to another and so because of this slipstream, will give the brochure a nice design feeling.  


There should be a nice front cover as well so that would mean that the project would have to be able to focus on something very beautiful and wants the eye to be met with the brochure. 



So I am thinking of having lots of pictures of the destination and there should also be a little bit of a slip and the front that is coming out from the side that resembles the title of the brochure. 
It am still a little bit unsure what my project will contain but I am sure that I will come up with something. I have done enough research and I have a good rigid idea of what I need to do. 
Global Context
This project focuses quite heavily on the ability to be able to express ideas not only analytically and concisely and informatively, but also because there should be the ability to have creativity on expressing ideas such as: How can I make the text easy to understand for 8 year old's if I am 57 year old man making this brochure? How can I want people to read the brochure again and again about the places that they are going to go to? How are they going to be able to enjoy, not only the trip, but also the leaflet? This all falls under the fact that the project needs the ability to be creative. 

Creative expression allow me and you to be able to work to an extent where everyone can enjoy the brochure, from the person who creates it, approves it and reads it and most importantly, those who are influenced by it. It's there for a purpose and that is that it is quite good to be creative about making important projects. 

There is this slight touch about the fact that the IB Curriculum is used to be able to use: Personal and Cultural Expression.  This Global Context follows two strands: 


  • Students will explore the ways in which we discover and express ideas, feelings, nature, culture, beliefs and values
  • The ways in which we reflect on, extend and enjoy our creativity; our appreciation of the aesthetic.
Then this project allowed me to be able to try to compare the two strands to the Global Context itself and the project brochure as well. The global context follows these two strands the Global context wants us to be able to show our cultural/ourselves to them in a way that they will understand. I will also need to be able to focus on the ability to be able to link the second strand to the project as it tells us to make the brochure to be aesthetic and also tells us that we should take advantage of our creativity. 
It makes perfect sense, the first strand focuses mainly on the Global Context and the second one focuses on the project. 

ATL Skills
I will be using the following ATL Skills in this project: Creative Thinking, Communication and Information Literacy. I will have to use these for the following reasons: 

I need Creative Thinking to be able to properly be able to design a good looking and very informative brochure and so that makes the project able to appeal and be very useful to the audience, at the same time. 

It needs Communication because I need to be able to tell the audience that the destination is completely worth it and that it will be able to give the audience the willingness to come. This ATL is probably the most important.


Information Literacy is the use of technology to make certain things come true. So, this one is definitely used to be able to make brochures through computer and that I don't need to be able to ask for a manual approach. 




21/4/2017

It's literally two days into the 21st and the design of the brochure was due yesterday for Criterion B. 



Criterion B: Developing Ideas










Reflection

I feel that the main highlight within my brochure is that it has the touch of being basic and nothing that the audience cannot understand. To be very honest, I really feel that this project is supposed to be audience-friendly. This way the brochure can persuade the audience towards the will of coming Palm Jumeirah.  

 It does by using nice colors and a lot of pictures of the place so that the project was going to find its way into the eyes of the audience. It was really good at also giving a detailed description of every place they will going to visit. 

Well, at first it seemed that the project was going to be hard to divide into as I thought Burj Al Arab was located in Palm Jumeirah but it turns out that it is located near Jumeirah Beach, which is quite far from the actual Palm Jumeirah. That was how the project got a little bit easier as I had crossed out Burj Al Arab. So, I could do the other destinations with a little bit of space left. 

Overall, I think that this project would get me a level 6 or so, as it has nothing, "WOW!" to it but it doesn't have many bad things in it either. That means that the project is going to look like a decent brochure.





CRITERION C: Creating the solution





Above is the project that I have been working on for making and for the persuasion of making the audience to come to Palm Jumeirah. This project took a lot of time to be working on Microsoft Publisher, of which both were quite hard to manage because of the fact that the information cramming and the ability to be able to manage so many text boxes to be able that the work is able to be able to get on the brochure and nothing is floating anywhere else. Speaking of which, the title that say Outside and Inside says that the first picture will be on the outside and the second will be on the inside. 

I learn't about how to select multiple objects such as text boxes and pictures and etc. I also learnt how to manage information and to see how to remove the hyphen on the words that get cut off. I learn't to be able to be a little bit more creative and how to be able to manage backgrounds.

There were quite a bit of changes that were different from my planning from Criterion B and A. I had thought to be able to focus on a specific layout but, lo and behold, I had taken a little bit of a turn. Mainly because of my Geography skills, to tell where certain locations are found (whether on or off Palm Jumeirah.) 

CRITRION D: EVALUATING

So, after creating the Criterion C Brochure, the class was informed us to make a survey to be able to have opinions raised about them. So, I had my own brochure to make my brochure go through the thought process of others. 

The name of brochure that I used, is called, "Typeform" and trust me it's good. It can make questions and options and finally, very nice styles. Please use this website as it is very good. 







"How to you feel Azaan?"
To be very honest, to reflect on the survey is quite the good question. I really didn't come prepared for this question, but I should have a say in this question.

So I guess that after doing a bit analysis of the survey, I really feel that most of the people who were viewing my blog were really nice to me or maybe I did really good for the brochure. Some people really hurt me with their comments, but that only tells me that I need to make the brochure better. I would like to point something very good about this brochure and this really gives me a good hypothesis is this: I am able to tell what my MYP mark will be due to these people's recommendations. This is possible because there are a lot of people in this brochure.

FINAL REFLECTION

So, to conclude this project, I skipped through the whole process like a breeze. So, let's begin. It all started with Criterion A, where we were gaining resources then we had to understand the situation (Design Situation) and so on so forth. Then Criterion B was all about creating the draft plan for the brochure. Then Criterion C is making the actual brochure of which was done on Microsoft Publisher. Finally Criterion D is evaluating the project by doing the survey and blogger. 

Finally here I am. This is one of the last topics for Grade 8 and I am finally feeling that this project had gone quite fast. I feel that I should be working a little bit harder with the brochure, to say that I could've done a better location or but better information. 

I must admit that I give credit to my parents to help me with this project as they were able to give a good amount of information about the Palm and they were able to produce a sufficient amount of help for the brochure design. Overall, I feel that this project had been a fine one but not a break-through the pain that I faced about Tech Fair to cover me up. There is still time before this year ends and so I hope for a success for the future.