28 Oktober 2012

Tenses Formula

Active 

Present 
Simple   = S + V+ O
Continuous  = S + to be + Ving + O
Perfect   = S + has/have + V1+ O
Perfect Continuous = S + has/have + been + Ving + O
Past 
Simple   = S + V1 + O
Continuous   = S + was/were + Ving + O
Perfect   = S + had + V2  + O
Perfect Continuous = S + had + been +Ving + O
Future Present 
Simple   = S + will/shall + V1 + O
Continuous   = S + will/shall + be + Ving + O
Perfect   = S + will/shall + have + V1 + O
Perfect Continuous = S + will/shall + have + been + Ving + O
Future Past 
Simple   = S + would/should + V1 + O
Continuous  = S + would/should + be + Ving + O
Perfect   = S + would/should + have + V3 + O
Perfect Continuous = S + would/should + have + been + Ving + O

Passive 

Present 
Simple = S + to be + V3 + O
Continuous   = S + to be + being + V3 + O
Perfect   = S + has/have + been + V3 + O
Perfect Continuous = S + has/have + been + being +V3 + O

Past 
Simple   = S + to be + V3 + O
Continuous   = S + was/were + being + V3 + O
Perfect   = S + had + been + V3 + O
Perfect Continuous = S + had + been + being + V3 + O

Future Present 
Simple   = S + will/shall + be + V3 + O
Continuous  = S + will/shall + be + being + V3 + O
Perfect   = S + will/shall + have + been + V3 + O
Perfect Continuous = S + will/shall + have + been + being + V3 + O

Future Past 
Simple   = S + would/should + be + V3 + O
Continuous  = S + would/should + be + being + V3 + O
Perfect   = S + would/should + have + been + V3 + O
Perfect Continuous = S + would/should + have + been + being + V3 + O


23 Oktober 2012

22 Oktober 2012

Corel Draw X-4

 Reposted from : http://wulanjulia12.blogspot.com/2012/10/corel-draw-x-4.html

DESAIN  GRAFIS

Pada era teknologi informasi saat ini penyampaian informasi dan komunikasi menggunakan design graphis sudah merupakan suatu kebutuhan yang pokok. Sejak diperkenalkannya konsep GUI (Graphical User Interface) maka semakin banyak pula perangkat lunak yang memanfaatkan gambar dalam bentuk icon yang digunakan sebagai pengganti perintah – perintah dalam bentuk teks.

30 September 2012

Last Day In September

This day is a last day In September 2012..
September will go, and October will come...

1 month, 30 days, 720 hours,
43.200 minutes, and 2.592.000 seconds will passed in this September Month....

I don't know why, but the August and September month in 2012 give me some good experience,
I think both of them has a deep means for me..


August is a beautiful month, but there's some big mistake I've made...
September is a wonderful month, but in this month I must Apologize, because my mistake in August...



But until this day my hope from 1 September 2012 never come....
I still can't improve anything...
I still become a bad person and can be better for you and Myself....

29 September 2012

Kalkulator Sederhana


Coding

Dim a As Single, b As Single, c As Single
Private Sub Command1_Click()
Label4.Caption = Text1.Text * Text2.Text
End Sub

Private Sub Command2_Click()
Label4.Caption = Text1.Text / Text2.Text
End Sub

Private Sub Command3_Click()
a = Text1.Text
b = Text2.Text
c = a + b
Label4.Caption = c
End Sub






Private Sub Command4_Click()
Label4.Caption = Text1.Text - Text2.Text
End Sub

Private Sub Command5_Click()
Text1.Text = ""
Text2.Text = ""
Label4.Caption = ""
End Sub

28 September 2012

...Blog....

Terkadang bagi sebagian orang menuliskan hasil pemikirannya bukanlah hal yang mudah.
Saat kita memulai membuat dan menulis di sebuah blog, secara tidak langsung kita belajar untuk menuliskan hasil pemikiran kita.

Blog bukan hanya sarana promosi, ataupun sekedar tempat untuk menuliskan hasil pemikiran kita, tapi juga sebagai sarana belajar. Misalnya untuk membuat blog lebih menarik, dan lainnya.