Thursday, July 21, 2011

Katekyo Hitman Reborn: Vindice's Eighth Attribute Flame

from www.mangareader.net
Daemon spoke of the
Eighth Element Flame


    This is become an interesting thing that I notice when I read the manga of Katekyo Hitman Reborn! Whenever I think or say this thing, it always display in my mind the expression showed by the member of Vindice which is called by Giotto as Bermuda. That is the time when Daemon start to talk about their flame which they called “Eight Attribute Flame”.
    Remember, it is recently told for the first time in the manga series. Ever since, this become a mysterious flame that can even transport one’s self is to other places that is always used by the Vindice. Still, even it is slightly revealed by Daemon Spade, I think it is hard to pull off to get into its secret.
    It is once said by Bermuda that the one that can only use this flame is the one that has a body. Without a body, no one can use this flame. There is also some things that bugs me. How Daemon Spade attain this flame? How he got a power in using Mukuro's body while Mukuro himself cannot get that much power?

Sunday, July 17, 2011

Katekyo Hitman Reborn! Season 10

Tsunayoshi Sawada with Vongola Gear
and Power from Shimon Ring
(Oath's Flame)
Cozart and Giotto's Flame
From Reborn Manga
www.mangastream.com


    I think the current season of the Katekyo Hitman Reborn! Season 9 which is the Episode 203 will be move to the next level, since the production of Katekyo Hitman Reborn! in manga is continuously done as of now. If they will end releasing this anime, it will not satisfy those who read manga already. I can say that this is the climax of the series because it involves the past of the Vongola and Shimon Family. There also mysteries that are not yet revealed just like the mystery behind the Arcobaleno. Though it was taught to Yamamoto Takeshi, Vongola Rain Guardian, it is still not revealed to Tsuna and others since they already get back to the present from the future. And also, there is still a mystery behind the Vindice. How they became the keepers of the law of Mafia and what is the secret about their flame which called by Daemon Spade as “Eight Attribute Flame”. After Daemon only told about the name of the flame, it seems that the Vindice is about to shut Daemon if Tsuna did not take care of him.
   I hope that it will be in the anime or else, it might be a disappointment to the expectators of the anime. Wonder when it will be released...

Reverse Function

    Some of the functions in the VB 6 (Visual Basic 6.0) are obsolete and do not exist in the VB.Net. So in this kind of situation, we are the one who must create a code to to perform the task of the certain function that are obsolete. That is why the VB.Net offers a feature in which we can create our own function. Below, we can is code to perform the reverse function:




---------------------------------------------------------------------------------------------------------------------------
Function reverse(Byval toreverse as String) as String
    Dim x as Integer
    If Len(toreverse) >0 then
    For x = 1 to Len(toreverse)
         reverse = Mid(toreverse,x,1) & reverse
    Next x
    End if
End Function
---------------------------------------------------------------------------------------------------------------------------
    This code shows how to reverse a string. Since we have to import a value to be reverse, we will put up a parameter. I declare "x" as Integer because i will use it as a counter for the loop. Then, we have first check if the value that is passed to the function is null so that we can determine if it still necessary to perform the function. Next, we need to use the loop so that we can manipulate every letter of a word to be reversed. I put the "reverse" after the "&" because it will get the first character of the word then it must be put to last so that it can be reversed.

BluffTitler: Create Your Own 3D Text Animation


    Want to make your own text animation? This is the software you for you. This application software helps you create your own 3D Text Animation. This can gives you many kinds of effect that you can choose to put into your animation. You can customize this by using combinations of different visual effects. This is a user-friendly software so it is easy to use.

Detective Conan Movie 15 – Quarter of Silence

     This is the sequel of the 14th movie of Detective Conan entitled “Lost Ship of the Sky”.  It starts with the death threatening of the governor of the Tokyo, but as Conan knew about this matter tries to stop this incident. And think that it might be related to other case.
 
  Though its Japanese Version is supposedly released on April 16, 2011, the English version is not yet released. Meaning it is not yet publicized through all over the world. I can't wait to watch it. They say that the English Sub of it will be released after 5 months. So hopefully,  we can watch it on coming September.

Tuesday, July 12, 2011

Key Factors for Successful Entrepreneurship


        To build up an entrepreneur, there are many things to be considered. There are factors that affect the business that we must know if we want to build up a business. We must first assess ourselves if we are capable of putting up a business. We must have the characteristic of a good entrepreneur if we want our business be success. We must also have a good relationship with others for us to have a good market and advertising tools. Not only the advertisements we put outside our stores but the satisfied customers will advertise us. We must choose a good business that is applicable and a demand. Thus, we must innovate it and make it more appealing than that of the usual things. We can say that the business is about tactics and strategies in competing with others and making a new products which are something new.

Monday, July 11, 2011

Shakugan no Shana (Overview)

 
    This anime is about a boy named Yuji Sakia that lives a normal life. But one day, when he meet the Flame Haze known as the Flame-Haired Red-Hot Eyed Hunter, he found himself as a Torch, a replacement for the real Yuji Sakai. From there on, his life became different and he face the enemy Tomogara alongside with the Flame-Haired Red-Hot Eyed Hunter that he named Shana.