Archive for the ‘Leisure’ category

Halloween Costumes 2009

October 25th, 2009

November is coming and it makes me wonder what to wear that fits for november. Why not? Let’s try the Top 10 Halloween Costumes for 2009?

On the video, it lists some costumes prefered for this year but for me I still prefer the one that is cost effective and easy to use and find. Hmmm…. that makes me think of the tissue papers and make up hehehehe. You can be a momie or a vampire by using make up. You can also be a corpse bride like the video below :

Anyway, however you look like, it still best to enjoy the day with friends and loved ones inspite of the scary ambiance of November.

First Program, First “Hello world!”

January 30th, 2009


I always hear the phrase “Hello World!” but I dont even know what that is until I took my IT course. Hahaha… Now, I know what that is.

“Hello World!” is the phrase commonly used in every first program created while learning. Know why? Well, the answer is as simple as “its written in the books”. It all started on 1978 when Kernighan & Ritchie’s book entitled “The C Programming Language” is published.

Whether you like it or not, its the phrase of the past, the present and the future. LOL! Looking at the bright side, the phrase implies welcoming everyone on the knowledge gained. How good that is to know that you have learned a brand  new thing in life. Peeping and printing on your screens the words “Hello World!” and being proud you are able to create your first C, php, vb, .net, java, etc program.

You may code it as :

main() {
    printf("hello, world\n");
}

or

<?php

echo “Hello World!”;

?>

or

class HelloWorldApp {
public static void main(String[] args) {
System.out.println(“Hello World!”);
}
}

still, its part of learning and adding new ideas to open up for a brighter side in developing new and wonderful codes.

Apart from programming, it sounds good. Hmmm… I just wonder, what if we use “Hello World!” on the streets and everytime we woke up? :)

Visitor :