Monday, 25 August 2014

WEEK 12: INFORMATION OVERLOAD

August 18-22

Annyeong Haseyo every-buddy! I'm running out of words to greet you, guys. Tell me, what kind of endearment do you like? You guys could leave comments below hehe :)




This week was really exhausting, too much information was stored in my brain and I think it will explode any minute. But as what I always say on my recent blog entries, Even though the lessons are so hard and stressing, ICT class is still fun. And ICT never fails to amaze me.


And these were the things I've learn this week:


JAVASCRIPT PART II.


A method is how you do something, and JavaScript methods are the action words, the "doers" of the JavaScript language. They make things happen.


JavaScript uses Dialog boxes to interact with us, the users. And We learned three methods in creating a dialog box.


First, The Alert Method.


An alert box is often used if you want to make sure information comes through to the user. When an alert box pops up, the user will have to click "OK" to proceed.





Second, The Prompt Method


A prompt box is often used if you want the user to input a value before entering a page. When a prompt box pops up, the user will have to click either "OK" or "Cancel" to proceed after entering an input value.If the user clicks "OK" the box returns the input value. If the user clicks "Cancel" the box returns null.


Lastly, The Confirm Method


A confirm box is often used if you want the user to verify or accept something. When a confirm box pops up, the user will have to click either "OK" or "Cancel" to proceed. If the user clicks "OK", the box returns true. If the user clicks "Cancel", the box returns false.




That are the three dialog boxes.I had encountered lots of dialog boxes since I start using the computer and I'm so excited to see the magic codes behind these dialog boxes. And we'll learn more about them next week. Bye everyone! Have a great weekend :)


xxxxx


*Infos were from js handouts
*Photo credits to uncyclopedia.wikia.com
*Photos were screen captured by yours truly.

No comments:

Post a Comment

Monday, 25 August 2014

WEEK 12: INFORMATION OVERLOAD

Posted by Unknown at 19:30
August 18-22

Annyeong Haseyo every-buddy! I'm running out of words to greet you, guys. Tell me, what kind of endearment do you like? You guys could leave comments below hehe :)




This week was really exhausting, too much information was stored in my brain and I think it will explode any minute. But as what I always say on my recent blog entries, Even though the lessons are so hard and stressing, ICT class is still fun. And ICT never fails to amaze me.


And these were the things I've learn this week:


JAVASCRIPT PART II.


A method is how you do something, and JavaScript methods are the action words, the "doers" of the JavaScript language. They make things happen.


JavaScript uses Dialog boxes to interact with us, the users. And We learned three methods in creating a dialog box.


First, The Alert Method.


An alert box is often used if you want to make sure information comes through to the user. When an alert box pops up, the user will have to click "OK" to proceed.





Second, The Prompt Method


A prompt box is often used if you want the user to input a value before entering a page. When a prompt box pops up, the user will have to click either "OK" or "Cancel" to proceed after entering an input value.If the user clicks "OK" the box returns the input value. If the user clicks "Cancel" the box returns null.


Lastly, The Confirm Method


A confirm box is often used if you want the user to verify or accept something. When a confirm box pops up, the user will have to click either "OK" or "Cancel" to proceed. If the user clicks "OK", the box returns true. If the user clicks "Cancel", the box returns false.




That are the three dialog boxes.I had encountered lots of dialog boxes since I start using the computer and I'm so excited to see the magic codes behind these dialog boxes. And we'll learn more about them next week. Bye everyone! Have a great weekend :)


xxxxx


*Infos were from js handouts
*Photo credits to uncyclopedia.wikia.com
*Photos were screen captured by yours truly.

0 comments on "WEEK 12: INFORMATION OVERLOAD"

Post a Comment