Thursday, November 10, 2011

Membuat Laporan Pada Aplikasi Pendataan Siswa Menggunakan Ireport 0.9.1


Membuat Laporan Pada Aplikasi Pendataan Siswa Menggunakan Ireport 0.9.1

Dalam hal ini kita menggunakan iReport version 0.9.1 . Sebenarnya versi-versi baru dari iReport sudah ada dan bisa didownload iReport-4.1.3-windows-installer.exe Agar iReport bisa berjalan dibutuhkan minimal JDK (Java Development Kit) ver 1.5 telah ter-install di komputer Anda.
Pada modul ini akan diterangkan cara membuat laporan pada ireport dengan cara menggunakan Report Wizard.

Setelah meginstall iReport 0.9.1, jalankan IReport yang telah terinstal di komputer anda. untuk membaca modulnya lebih lanjut, selengkapnya silahkan download di sini >>>> Download Modul
hana zm Web Developer

Thursday, November 3, 2011

Java Flash Player API - JFlashPlayer


Java Flash Player API - JFlashPlayer
Diambil dari : Java Flash Player API - JFlashPlayer

Cara menmpilkan Flash pada java
Only a few lines of code are needed to add JFlashPlayer to your Java programs:
FlashPanel.setRequiredFlashVersion("9");
FlashPanel flashPanel = new FlashPanel(new File("Movie.swf"));
To call a Flash function from Java, the Java code would look like this:
String val = (String) flashPanel.callFlashFunction("sayHello", new Object[] { "A string argument" });
And the flash ActionScript code would look like this:
var methodName:String = "sayHello"; 
var method:Function = actualFunction;
ExternalInterface.addCallback(methodName, method); 
function actualFunction(examplestring:String):String {
  return "Hello from Flash";
}
To call Java methods from Flash, the Flash ActionScript code would look like this:
var response:String = ExternalInterface.call("sayHi", "hi");
And the Java code would have this method definition:
public String sayHi(String text) {
  return "Aloha";
}
hana zm Web Developer

Tuesday, November 1, 2011

Black Star - Radiohead



This morning i get up and suddenly Black Star - by Radiohead keep playing on my head. Now i realize this song keep bring memories since i was a kid. I would share it to you, :) Black Star Radiohead Chord by Ultimate Guitar
 
"Black Star"

I get home from work and you're still standing in your dressing gown
Well what am I to do?
I know all the things around your head and what they do to you
What are we coming to?
What are we gonna do?

Blame it on the black star
Blame it on the falling sky
Blame it on the satellite that beams me home

The troubled words of a troubled mind I try to understand what is eating you
I try to stay awake but its 58 hours since that I last slept with you
What are we coming to?
I just don't know anymore

Blame it on the black star
Blame it on the falling sky
Blame it on the satellite that beams me home

I get on the train and I just stand about now that I don't think of you
I keep falling over I keep passing out when I see a face like you
What am I coming to?
I'm gonna melt down

Blame it on the black star
Blame it on the falling sky
Blame it on the satellite that beams me home
This is killing me
This is killing me

Artist: Radiohead
Song: Black Star
Album: The bends (1995)



Intro- D  Dsus4  Em7    Cadd9   G/B   A7Sus4

       D  Dsus4  Em7    Cadd9   G/B   A7Sus4    and repeat as needed



G                Csus2/9              G/B                Dadd4/F#

I get home from work and you're still standing in your dressing gown well

Emadd9

what am I to do?

G                Csus2/9               G/B  Dadd4/F#      Emadd9

I know all the things around your head,     and what they do to you

Cadd9                               Bm         D   D7/9     D6/9

What are we coming to?  What are we gonna do?     Blame it on the

Am         G/B  Cadd9                   Am         G/B  Cadd9

Black Star              Blame it on the falling sky

                G      Cadd9   G      Gsus4 G  D5

Blame it on the satellite        That beams me home



the troubled words of a troubled mind i try to understand

what is eating you.

i try to stay awake but its 58 hrs since that i last slept with you.

what are we coming to?

i just don't know anymore.



i get on the train and i just stand about now that i don't think of you.

i keep falling over i keep passing out

when i see a face like you.

what am i coming to?

i'm gonna melt down.



Chords:

D:xx0232          G/B:x20033       Dadd4/F#:2x0233     D7/9:xx0210

Dsus4:xx0233      A7Sus4:x02033    Emadd9:024000       D6/9:xx0200

Em7:020033        G:320033         Bm:x24432           Gsus4:320013

Cadd9:x32033      Csus2/9:x30033   Am:x02210           D5:xx023x


hana zm Web Developer

Trademark Sebagai Merk Dagang


Trademark adalah merk dagang, trademark disebut juga sebagai lambang suatu perusahaan, nama atau simbol yang digunakan untuk sebuah perusaahan secara spesifik dan secara legal terdaftar sehingga perusahaan yang lain tidak dapat menggunakannya. Trademark bisa dibuat dari kata, frasa, atau simbol yang digunakan perusahaan untuk mengidentifikasi produk yang telah mereka buat dan membedakannya dari produk lain. Trademark membantu pengidentifikasian oleh konsumen untu mengenali suatu barang yang hendak mereka beli. Trademark juga membantu untuk membedakan barang yang disukai konsumen ataupun yang tidak disukai konsumen. Seperti contohnya Rinso untuk sabun cuci, Honda untuk sepeda motor, dan Indomie untuk mie instan. Saat trademark digunakan untuk sebuah servis, seperti restoran dan hotel, hal tersebut terkadang disebut service mark. Sedangkan trade dress adalah sebuah tampilan unik dan berbeda yang dimiliki oleh suatu produk yang mana secara legal dilindungi oleh hukum. Hampir semua negara didunia secara legal melindungi hak cipta trademark, service mark dan trade dress. Berdasarkan Sejarah trademark,Produsen sedari dulu selalu membubuhkan tanda pada benda yang mereka buat. Barang seperti pedang di abad pertengahan dan gerabah kuno cina dibubuhi tanda 'mark' sehingga pembeli dapat mengenali keaslian barang dan kualitas barang tersebut. Sebelum abad ke 20 trademark biasanya berupa simbol atau gambar dibandingkan dengan kata-kata ataupun frasa, karena tidak semua orang dapat membaca aksara pada saat itu.
hana zm Web Developer