Monday, August 31, 2015

Resolving "ASP.NET 4.0 has not been registered..." on Visual Studio 2012-Win 8.1

In order to solve this problem on windows 8.1, go to control panel, click on "program and features" in left side click on the "turn windows features on or off", then tick these options :
Then click "Ok", it will download the required files, just wait it finished....





After that just restart your PC... and everything should be fine... now you can run your javascript program.... :-)

Saturday, August 22, 2015

Contoh-Contoh Surat Pengunduran Diri dari suatu Perusahaan

Berikut disajikan contoh-contoh surat pengunduran diri kerja.
1.------------------------------------------------------------------------------------------------------------------------

Hidden Leaf, 23 Agustus 2015

Kepada Yth,
HRD Manager
PT. Akatsuki (Nama Perusahaan)
Jl. Amekagure No.17 (Alamat Perusahaan)
Bandung

Dengan Hormat,

              Dengan surat ini, saya bermaksud untuk mengundurkan diri dari PT.Akatsuki sebagai Jinchuriki Hunter (jabatan terakhir), terhitung sejak tanggal 22 September 2015 (tanggal pengunduruan diri Anda).
              Saya mengucapkan banyak terimakasih atas kesempatan yang diberikan kepada saya untuk bekerja di PT.Akatsuki ini. Saya juga memohon maaf kepada seluruh karyawan dan manajemen PT.Akatsuki apabila terdapat kesalahan yang telah saya lakukan selama bekerja.
              Saya berharap PT.Akatsuki selalu dapat terus berkembang dan selalu mendapatkan yang terbaik.

                                                                                                                           Hormat Saya,


                                                                                                                          Hyosoka Poipo



2------------------------------------------------------------------------------------------------------------------

Hidden Leaf, 23 Agustus 2015

Kepada, yth, Kepala HRD. PT.Akatsuki Senior
Jl. Amekagure No.37


Dengan Hormat,
Saya yang bertanda tangan di bawah ini:
Nama : Hyosoka Poipo Akatsuki
Departemen : Devil Hunter
Jabatan : Senior Spy Akatsuki
No.Karyawan : A37B994
             
Melalui surat ini saya selaku karyawan PT.Akatsuki Senior bermaksud mengajukan pengunduran dari perusahaan dengan alasan ini, dan ini (sebutkan alasan pengunduran diri yang langsung to the point, jangan bertele-tele). Saya berharap perusahaan dapat memahami kondisi saya dan memberikan hak-hak sesuai ketentuan yang berlaku.

Demikian surat pengunduran ini saya buat dengan sesungguhnya. Saya ucapkan banyak terimakasih atas bantuan dan dukungan yang telah diberikan selama ini.


Hormat Saya,


Hyosoka Poipo




3.----------------------------------------------------------------------------------------------------------



Hidden Leaf Konoha, August 23'th, 2015


To:
Nagato Pain Akatsuki
PT.Akatsuki Senior Lab
Jl. Amekagure, Konoha
Indonesia, 40132

Dear Mr. Nagato

This letter is to inform you that I'm resigning from PT.Akatsuki Senior Lab. My last day will be Wednesday, August 23.

My experiences here have helped me define my goals and I appreciate all of the opportunities I have enjoyed. Although it was a difficult decision, but I have accepted a new career with another company, I feel this move will be to my career growth.

Thank you for all of your help. Please be assured, I will do all I can to settle my accounts in preparation for my departure.


Sincerely,


Hyosoka Poipo





4.------------------------------------------------------------------------------------------------------------



Hidden Leaf Konoha, August 23'th, 2015


To:
Nagato Pain Akatsuki
PT.Akatsuki Senior Lab
Jl. Amekagure, Konoha
Indonesia, 40132

Dear Mr. Nagato

This is to formally notify you that I am tendering my resignation from PT. Akatsuki Senior Lab as Devil Hunter (your position) and wish to inform you that Wednesday, May 23 will be my last day of employment.

My experience with PT. Akatsuki Senior Lab has been very rewarding. I appreciate having had the opportunity to workd for such a fine company. I wish you and the organization continued success.

Sincerely,


Hyosoka Poipo



-----------------------------------------------------------------------------------------------------------------

Heeeem.... Sebenarnya ada banyak contoh2 di google yang bisa dilihat, silahkan dicari-cari sendiri sesuai selera. Terus yang perlu digarisbawahi adalah surat pengunduran diri yang kita tulis harus tepat dan jelas atau to the point. Hindari kata-kata yang terlalu bertele-tele. Terus disurat pengunduran diri itu tuliskan waktu atau tanggal ketika kita mulai mengundurkan diri. Kemudian jangan sesekali kita menyepelekan atau merendahkan atasan ataupun manajement perusahaan walaupun sebenarnya mereka-mereka juga memiliki banyak kekurangan seperti kita. Terus tak lupa buat ucapan terimakasih atas pengalaman dan kesempatan yang telah diberikan oleh perusahaan kepada kita. Siiip... sekian semoga bermanfaat.... daaan semoga karirnya sukses diperusahaan baru dan selalu dekat dengan Tuhan Yang Maha Kuasa... :-)

Friday, August 21, 2015

Failed to open stream : No such file or directory in C:~\bootstrap\autoload.php on line 17 - Laravel 4.2

I'm using laravel 5.1.10 now, but when I wanna try to use laravel 4.2, I got the following error....
I solved this problem by just updating composer,
 
After updating composer, open the default page again aaaand....

Belajar Dasar HTML - Pengantar

Okieee... Langsung ajjah.... Di sini kita akan belajar HTML dari dasar lagi hehehe.. sekalian ngereview pelajaran sekitar 7 atw 8 tahun yang lalu eeeew... Ummm... Stuktur dasar HTML seperti terlihat di bawah, silahkan diketik dalam notepad,
setelah itu disave dengan format .html seperti terlihat di bawah :
Stelah itu double klik filenya, atau buka dengan chrome atau firefox
Yaaapzzz... Moga satu contoh itu bisa ngasih sedikit sense tentang HTML :D. Secara umum HTML memiliki beberapa bagian dasar sebagai berikut :
   1.Tag
Tag adalah teks khusus (markup) berupa dua karakter kurung siku "<" dan ">", contohnya <body> berarti adalah tag body. Umumnya tag ini ditulis secara perpasangan, yaitu tag pembuka dan tag penutup. Contoh tag pembuka <body> dan tag penutupunya </body>, jadi ditag penutup itu ada slashnya "/

   2. Element
Element terdiri atas tiga bagian, yaitu tag pembuka, isi, dan tag penutup. Contohnya elemet adalah
<title>
     isi
</title>
Dan perlu digarisbawahi, klu element-element HTML itu tidak boleh ditulis saling tumpang tindih kyak misalkan
Yang bener kyk gini :
  3. Attribute
Attribute itu nunjukin properti dari suatu element HTML. Contohnya kyk <body bgcolor="black" text="red">. Nah...bgcolor itu nama atributenya dan "black" itu nilai atributenya.
Daaan... Umm... bgcolor itu maksudnya background color, jadi warna backgroundnya layar jadi item, terus text itu warna textnya, terus ada juga attribute kyk link, alink, vlink, dsb.... :-). Contohnya misalkan kita buat kode HTML kyk di bawah :
Hasilnya :
Heeeem... beberapa kombinasi warna yang bisa digunakan yaitu aqua,black,blue,fuchsia,gray,green,lime,marron,navy,olive,purple,red,silver,teal,white,yellow.
Terus kita juga dapat nambain background yang bergambar. Pertama-tama siapkan gambarnya, terus simpen gambar tersebut didirectory yang sama dengan file htmlnya, terus masukin kodenya
Daaan hasilnya :
Dari kode diatas, terlihat bahwa background prioritasnya lebih tinggi daripada bgcolor soalnya klu mereka ditaro dua-duanya dalam kode html, justru yang dipake adalah yang background bukan yang bgcolor hehehe... :-)
Cukup sekian dulu untuk hari ini... :-)

Semoga bermanfaat...

Thursday, August 20, 2015

Basic Routing in Laravel 5.1

I'm using laravel version 5.1.10 in this post. If you still don't install it, you can see about my laravel installation process here and here. Aaand...I'm using XAMPP for viewing the laravel default page.
Okieee... Routing.... I don't really know about the best definition for routing :D But I just can say that Routing is something that can handle our request when we are typing a web page on the browser hehehe....For example when we are typing "www.google.com", this routing will capture that url then give us the available web page that can be accessed on the google server. Let's see an example in Laravel 5.1. Go to app/https then open the routes.php as shown below :
Default routes code is shown below :
Well.. What does this code do...? the answer is shown in below picture :
Sooo... the "/" in get function is like a directory that we requested on the web browser and return value of this get function is the content of page that is shown in our browser. Okiee... Let's change the return value :
This code will result :
Next, let's change the slash sign of get function as follow :
Now when opening the page, we have to add ~/hyosoka at the end of the url page because I'm changing the '/' to 'hyosoka' so the url now is http://localhost/HisokaLaravel/public/hyosoka 
I hope above examples give you a good sense about how this route works on laravel hehehe...:D
Next, let's add some parameters to get function as shown below :
The result is :
Ummm... What happen if we open the page without itachi at the end...??? Let's see...
So we need to add a simple handler if user doesn't put itachi at the end of url page. It's just a simple code like :
The result if itachi == null or user didn't put the itachi at the end of url page :
Soo... That's the basic routing in laravel according to Hyosoka's mind :D.... Thanks... :-)

Laravel Free Ebooks

You can download these free ebook from my dropbox here. Btw, those ebooks are for laravel 4 but it's good to begin with if you are a real real beginner... :D


For laravel 5 :

If you have another free ebook,,, please let me know by leaving a comment...so I can post it here.... :-)

Wednesday, August 19, 2015

Migrating Solution for Laravel 5.1 on XAMPP - Windows 8

First thing we have to do is making a new database using XAMPP. So open your XAMPP control panel then click admin button for MySQL as shown below :
Then click "New" at the top and name your database name then click "Create" button :
After doing that, click the "check the privileges" :
Next "edit privileges" :
As we can see from the above picture, the username is root and the address is 127.0.0.1, or we can use another host like localhost... :D
Next... go to laravel directory, open .env file and change it according to the new database that has just been made :
okieee... then we need to clear our old configuration first so type
the last type migration command :
Yeeeeei... :D :D :D

[PDOException] SQLSTATE[HY000][1045] Access denied for user 'homestead'@'localhost'

In order to solve this problem just go to your laravel directory then open .env file, change it as shown below :
Then make sure that your database configuration has the same value with above .env file. So go to "config" open database.php then change it as follow :

[PDOException] SQLSTATE[HY000][2002] No connection could be made because the target machine actively refused it.

I just got that error while typing php artisan migrate as shown below :
Theen... I just remembered that I forgot to run my MySQL server heheheh... :D :D :D.... So just run it first then it should be good to go now... :-)

My Laravel Version

Untuk ngeliad versinya, buka CMD terus beralih ke directory project laravel kita, terus ketik perintah
php artisan --version
Yeeeikz... 5.1 adalah versi terbaru saat ini hehehe... :D

Instalasi Laravel di XAMPP - Windows 8

Di sini diperlihatkan proses instalasi laravel di XAMPP. Jadi pertama-tama silahkan install XAMPPnya dulu, bisa dilihat disini. Kemudian install composer, caranya bisa dilihat disini. Nah berikutnya adalah instalasi laravelnya yang mirip-mirip pada postingan instalasi laravel dengan komposer pada postingan sebelumnya. Yang ngebedain adalah lokasi folder laravelnya ditaro didalam directory htdocs yang berada di dalam XAMPP. Di sini misalkan dibuat project baru dengan nama folder HisokaLaravel yang ditaro didalam directore htdocs XAMPP seperti terlihat di bawah :
Jadi seperti terlihat pada cmd diatas, kita beralih dulu ke folder htdocs kemudian ketik perintah :
composer create-project laravel/laravel HisokaLaravel --prefer-dist
Naah... setelah selesai :
Kemudian jalankan apache server lewat XAMPP control panel :
Terus di browser buka alamat http://localhost/HisokaLaravel/public/, ingat HisokaLaravel itu adalah nama foldernya, jadi klu misalkan buat nama folder yang berbeda masukin namanya sesuai dengan nama foldernya... Setelah terbuka, tampilannya kayak gini :
Yeeeeei... Cukup sekian... semoga bermanfaat... :-)