Tuesday, May 22, 2012

It's the last section of tutorial creating music player with processing. We will adding metadata function, you can adding author name, song title, duration and other. In addition we will adding repeat button function. I forget to add this on last tutorial, so i will adding there. And we will adding FFT for creating visualization of the music.

I didn't create function for next, prev, and shuffle button. Because i don't adding playlist on my music player. If you want to add playlist, you can search the function what will you need on javadoc of minim. If you already adding playlist, you can share the code there. If i've the source code of playlist i will share there too. Let start write the code step by step

Saturday, May 12, 2012

Domain and hosting can't break apart, because its fullfill each other. like a home, domain is  home address and hosting is the home. So there must be both. If one of them is not created , It looks like home without address and can't be Visited. Or it looks like address without the home. This morning, one of my friend asked me about Domain and Hosting, So I remembering web development class las semester and write it on there.

Likes I asked before in the top , talking about domain is not loose from hosting. Same as My Blog, have the domain http://panduaji.net , for hosting I used blogger because it's free and integrated with Gmail. So I didn't buy/rent hosting.


Domain
Domain is home address in internet . Propose of domain is make easier to remember and write, because addres in internet is IP Address. It is combination from many random number. To change that group of number is called DNS(Domain Name System). Each country/region has special domain code , for Indonesia use id, and America use US. If you want to know many more, you can  read on Wikipedia

There are may ways to get domain. start from free until paying. For example free domain is .blogspot.com , .wordpress.com, .tk , .co.cc , example paying Domain like .net, .com and other.

Hosting
a2hosting coupon
a2hosting coupon
Hosting is home in internet , The job is Save all component of home likes appliances , tools and etc. Same as domain, you can get Free or Paying hosting.  If you using free hosting, you can't complain, because we didn't payed that hosting, the configuration is limited too. Sometimes in that hosting contained advertisement. Ads not from me, but from the host. But there was profit using private hosting (individual hosting) , that is email service. You can get a2hosting promo code if you want get cheap hosting. There is you can get a2hosting coupon code

The point that we need to analyze in choosing domain is server position. There are local hosting service provider which give server option in Indonesia . There are also give service option in US. Please be wise when choosing by yourself. 

If there is mistake in my post please give your corection . If there are question just leave the comment in here. I hope after read this , you can imagine about hosting and domain. I hope, it's useful :D

Wednesday, May 9, 2012

After we arrange the layout as i describe on my post before, it's time to create the button can be pressed. Before it, i want explain that the picture can't be identified as button, so for make it function like button, we just need to create click area sith position of image. If you don't understand, just read my code bellow for understand. On this part, i just make some button function, like play, pause, stop, openfile.

Wednesday, May 2, 2012