2011-09-07

Evangelion : the End Of

Shinji shock to know his friend (Kaworu) are an 'Shitou' or Angel. And he killed Kaworu..

Nerv on red status because SEELE request the EVA01, the only things that related to Adam and SEELE using force (Japan Force) to fullfill their request.

2011-09-06

Naru-Hina : When Naruto get Hina as his half soul

When Love can be said
We should agree that in Hinata eyes, there is only Naruto in there. To get inspired with Hinata feeling, I suggest you to run the movie below.
Hinata Fall in love with Naruto from both they was know for the first time. Judge with Naruto lack of knowledge (I think he drop out a few times and not graduated.. That's make him a little senior in school).. Hinata perhaps a lot younger from Naruto.
We will together

Because she defeat in the tournament (when Orochimaru attack the village), she unable to help Naruto for attacking Gara. If She know and got well.. I believe she will help Naruto.
Do you love me?

She never show her felling to anyone. but when seeing Naruto, she turn red or different. Actualy she confess her felling about Naruto when battle Neji during exam. And ended injury. She turn fine after a while and show when Naruto return with Tsunade. Anime and Manga never explain how deep Hinata love and care for Naruto, but always show the one should be Naruto side are Sakura.

2011-09-05

BASIC TUTORIAL FOR FLASH CS3

Welcome


Welcome to my tutorial page, this tutorial will explain how to use Flash CS3 for the first time.
  • After loading you will have this..
    Flash for the first time
  • In this, we will see menu, tools, Properties and Other Panel. For this tutorial, we will focus on Tools.


  • In Tools panel, we see selection tools, sub-selection tools and soon. Let’s try to draw first. Now click here a little longer.
  • And we have
  • Choose Rectangle Tool or we can type R on keyboard
  • Let’s draw a rectangle, ignore the color attributes. In my tutorial, I’m using black and blue.


  • And we have

  • Let’s manipulate this using selection. Click selection

  • Then click the blue, and we have like this

  • Try move the box and see what happen?


  • Inside the box is move, not include the border. Now let’s undo this, just click undo or Ctrl –Z
  • Now, let’s double click the box. Then move the box
  • You just move the box with the border.
     
  • After this try other tools like oval.
  • This end the tutorial, thanks for using my tutorial.

deviantArt User (Indonesia) Account


This is the list from deviantArt User (Indonesia)

the list taken from document
Member:
  1. http://acay.deviantart.com/.
  2. http://altonaix.deviantart.com/.
  3. http://animcuwiru.deviantart.com/.
  4. http://ankomatsuyama.deviantart.com/.
  5. http://cavre.deviantart.com/.

  6. http://chibi-ayachii.deviantart.com/.
  7. http://chikirarin.deviantart.com/.
  8. http://daybreaks0.deviantart.com/.
  9. http://declaration963.deviantart.com/.
  10. http://dhiyamaghfira.deviantart.com/.

  11. http://ekoirasuto.deviantart.com/.
  12. http://ervass-reinhart.deviantart.com.
  13. http://eswewew.deviantart.com/.
  14. http://excaliburer.deviantart.com/.
  15. http://fiilsae.deviantart.com/.

  16. http://foresteronly.deviantart.com/.
  17. http://gabokun88.deviantart.com/.
  18. http://heiccs.deviantart.com/.
  19. http://hironyan.deviantart.com/.
  20. http://ilovenasgor.deviantart.com/.

  21. http://inochikaze.deviantart.com/.
  22. http://jejechi.deviantart.com/.
  23. http://jihan98.deviantart.com/.
  24. http://kalistanchu.deviantart.com/.
  25. http://lenxbanana02.deviantart.com/.

  26. http://listra92.deviantart.com/.
  27. http://marararararara.deviantart.com/.
  28. http://mechanicalshii.deviantart.com/.
  29. http://mella94.deviantart.com/.
  30. http://muthea.deviantart.com/.

  31. http://nakkoo-kun.deviantart.com/.
  32. http://necronaglfar.deviantart.com/.
  33. http://newjessy.deviantart.com/.
  34. http://pin9yuu.deviantart.com/.
  35. http://rainy-4024.deviantart.com.

  36. http://reiashford.deviantart.com/
  37. http://reinnsama.deviantart.com/.
  38. http://sachiimontblanc.deviantart.com/.
  39. http://sakon04.deviantart.com/.

  40. http://saschu.deviantart.com/.
  41. http://senturi.deviantart.com/
  42. http://sillyyellow.deviantart.com/.
  43. http://superkudit.deviantart.com/gallery/#/d3gdxi6.

  44. http://sweetchiel.deviantart.com/.
  45. http://tachansanzenin.deviantart.com/.
  46. http://tammora.deviantart.com/.
  47. http://theshakunai.deviantart.com/.
  48. http://tititdahsyat.deviantart.com/.

  49. http://ukousadakuroiki.deviantart.com/.
  50. http://xilveroxas.deviantart.com/.
  51. http://yamadakuro21.deviantart.com/.
  52. http://yerrygreat.deviantart.com/.
  53. http://yossy-firstia.deviantart.com/.

  54. http://yousachi.deviantart.com/.
  55. http://yukinanaedo.deviantart.com/.

    --------------------- BARU ---------------------

  56. http://kane-neko.deviantart.com/.
  57. http://newjessy.deviantart.com/ 
  58. http://drk2cl.deviantart.com/
  59. http://fachiru.deviantart.com/
  60. http://kane-neko.deviantart.com/

  61. http://nisamerica.deviantart.com/
  62. http://newjessy.deviantart.com
  63. http://adelphane.deviantart.com/
Not Member

2011-09-02

How to make simple chat with Jquery part 1

If you want to add chat to your site. You can use shoutbox. But if you want to use your own script to make shoutbox or your own chat.. I will give you the simple chat.. I using standar PHP and jquery function, you will notice this is just simple script.

to have a better chat, we need database. But in my example, I will skip the database and using text as my database. In bigger chat, you need field :
  • name. Nama of user that type the chat.
  • message. limit the message, is unwise to have message more than 200 words
  • date. make this as auto date and time. In mysql I used timestamp.
  • ip. which IP this chat comming from. better log it
  • etc. You can add something to make sure your chat is safe.
in chat, we will fave virus, trojan etc.. is wise to have better security. This tutorial not include the security, but you should add security in the script for better.

Everyscript begin with config. We can put in one file or separated file. Even the tutorial is simple, better split the config away from main code.
<?php
$filechat
="chat.txt"; 

$sep='[break]'; 
$time=2000;
?>


explaination:
filechat = the file i placce the chat
sep = separator
time = time to reload.. better add bigger in this?!?

okay now the main code.. beware this not include the css

<?phpinclude "config_chat.php";
if(
$_GET['t'])
{
//============SHOW ME CHAT=====//
    
$f=file_get_contents($filechat);
    
$a=explode($sep,$f);
    foreach(
$a as $val  )
    {
        
$val=trim($val);
        if(!
$val)continue;
        
$i=strpos$val,"\n");
        
$s.="\n\t<div id='name'>".substr($val,0,$i)."</div>";
        
$s2=trim(substr($val,$i,strlen($val)));
        
$s.="\n\t<div id='msg'>".nl2br($s2)."</div>";
    }

  die(
$s);
}
?><script type="text/javascript" src="js/jquery.js"></script>
<script>
$(document).ready(function() {
    setInterval(function() {
         $('#message').load('?t='+ Math.random());
    }, <?php echo $time;?>);
  });
</script>


<div id="message">&nbsp;your chat</div>

<hr>
<div id="submit">
</div>


explain:
if($_GET['t'])
{
//============SHOW ME CHAT=====//

the code will be SHOW the message if there is variable t send using GET..

<script>
$(document).ready(function() {
    setInterval(function() {
         $('#message').load('?t='+ Math.random());
    }, <?php echo $time;?>);
  });
</script>

The script will be reload with the chat. Please beware, there are time that should be consider bigger or your server will be exhaust.
the chat will be reload into <div> for exact <div id='message' >

Next, we build chat.txt.. follow this example

admin
testing page[break]
Diana
Hey, where are you??
i'm waiting here[break]
now run the code, you will see above chat.. next add
Bary
Hello World
after [break] and don't refresh.. We will see the chat is reload it self..

next we will try to add input chat.