Posts

Be a Programmer!

Image
Hello Friends, Have you ever known someone who just work in his Home or go to his or other office for a moment, Yup, some of them work as Programmer. I have a friend, he graduated form College (in Indonesia, it's called Diploma III), his major was Informatics Management. I still remember he just be able in mastering Delphi 7.0, When there is a vacancy Job in a IT consultant, he apply and finally gets the jobs. He was also took Oracle Database at Institute of Technology Bandung (ITB). Now, he usually conduct some computer program in Indonesia, their core is Delphi.Net, ASP.Net, Oracle, GIS. Well nice Jobs. He can get about three million rupiahs each month, more over if The project comes from Big Company, he can get reward. So, for you who are still in your senior high scholl or even have entered in your College, This Jobs offer good salary :). might you master Delphi.Net, ASP.Net, C#.Net, Java, PHP, and some Network DBMS like SQL Server, MySql and Oracle well, are you interested in ...

Some IT Jobs Workers ! - part 2

Image
Well..in the last time, one of the ways that we should have to get Jobs is Mastering Computer not only application program but also some programming language, the second one is mastering English, well.. how can we get work via Internet or other country if we can't understand what other people said. What else, In Our country also (Indonesia), so many Phone Providers like Telkomsel, Indosat, Esia, Axis, etc usually offer some vacancy jobs to them from IT Background beside other background. some Jobs such as Data Entry operator, Customer service, and in many other majors. In Programming major, this Job usually offer Good salary, more over If we master many kinds of programming language such as Visual Basic, Delphi, .Net (red dot Net), PHP, Java, C++, etc. to be continued to part 3 :)

Some IT Job Workers !

Image
These days, it's so hard to find the best work, not only for someone who has just begun in their college but also for the ones who has got job before. Oh dear, so what should we do to face our life in this hard life. Maybe I shouldn't tell it to You readers about these willings or some jobs, because I just the one who just trying to, but hopping that we can get our advance together :) what should we do if U are still in your University, perhaps if you are an Informatics students or someone who are in Informatics or even the one who really like to get in this Job, I might share what should we do, here there are : 1. Try to master your ability of computer like application and some programming Languages. 2. master at least one foreign languages, exactly English i think. to be continued in part 2

Where are DIKNAS Scholarship !

Image
My friend told me he would like to apply for getting DIKNAS Scholarship. Now in this moth on July 2008. ITB usually offer scholarship for MGT (Multimedia Game Technology), I was interested, too. Then, my friend who are still in ITB for finishing her S2 in MGT ITB said that Now Government will not give Scholarship, and my friend has to pay with his fund. Oh..dear, when SBY gives scholarship 400.000 rupiahs for some University students who have no good in income, but the fund for S2 is cut, oh how awful my education.

Scholarship from KFUPM

Image
At this occasion, I'd like to share my wish to get scholarship and study at KFUPM. KFUPM King Fath University of Petroleum and Mineral located n Dahran Saudi Arabia. this university is just for Men. the requirements that we must include are : 1. International TOEFL PBT 520, with 4.0 for writing. 2. GRE 3. GPA 3.0 or 2.75 for someone who want to take MBA program. 4. 3 recommendations for our Lecturer The study usually start on February and September every years. Some benefits are : 1. Get salary Real 1000 each month. 2. Paid leave 30 days in a month. 3. 2 tickets for departing and returning home. 4. and many other benefits. I wish, I would be there, on this September 2008. but we have to take both International TOEFL and GRE first. So who can take us to get there :). Created By Ader.

Regulations - - How to excange 2 containers in Pascal

Regulations in Pascal - - Exchanging 2 containers Well..Regulations is one of the basic algorithms. In this case, we are trying to make a program on how to exchange two containers. Just type this script in Turbo Pascal for Window (TPW) editor, or we can type in Delphi Progam, Delphi 5, 6 or 8 : Program Tukar_isi_bejana; uses wincrt; var bejA : string[25]; bejB : string[25]; bejC : string[25]; {bejC is functioned as Temp} begin write('Entri contents of Bejana A = '); readln(bejA); write('Entri contents of Bejana B = '); readln(bejB); bejC := bejA; bejA := BejB; bejB := bejC; writeln; writeln('Now, contents of Bejana A is : ',bejA); writeln('And, contents of Bejana B is : ',bejB); writeln; writeln(‘----------------------------------------------‘); writeln(‘Created By Ader & Adi’); writeln(‘----------------------------------------------‘); end. Well, if we want to Run this program, just klik on Run menu, or CTRL+F9. One of the outputs of...

Let's Learn TOEFL

Image
Friends, Everyone who want to continue his/her study to the higher program such as Master and Doctoral Program must pass TOEFL Test, at least usually they have to pass about 520 PBT international TOEFL. What kind of the Test in TOEFL? well, firstly we will get about listening test, the second one we are going to have like grammar, and then reading comprehension. Well more oven for International Test there is written test. Learn TOEFL : 1. Yani .... to the party today a. come b. is came c. has coming d. is being coming e. is going to become 2. Lisa is secretary .... for Indosat. a. whom b. who c. that d. which e. a to be continue :)

Let's Make Calculator Program In Pascal!

Image
Hi.. Friends, at this occasion, Let's try to make Calculator software Program in Pascal. You will just need TPW (Turbo pascal for Window as Compiler), or you can also can use Borland Delphi 5, 6 or 8. Here is the source code : Program Kalkulator; uses wincrt; var op1 : real; op2 : real; opr : string; hasil : real; begin write('Entry Bilangan 1 = '); readln(op1); write('Entry Operator = '); readln(opr); write('Entry Bilangan 2 = '); readln(op2); If opr='+' then hasil:= op1 + op2 else if opr='-' then hasil:=op1 - op2 else if opr='*' then hasil:=op1 * op2 else if opr='/' then hasil:=op1 / op2; writeln; writeln('Hasil adalah = ',hasil:0:2); End. IT' easy eanough, right. just try at home :)! Created By Ader

Visual Basic.Net 2005

Image
Visual Basic.Net is new developments tools from Microsoft which support Object Oriented Programing (OOP). Form this software, hopping that all application which has built by.Net include (C++.Net, J#.Net, ASP.Net,etc) will run in any other Operating systems. Well..have you ever tried this software? as a matter of fact, if you have familiar with Visual Basic 6.0 You will not too difficult to learn it, why. Because You will still use codding of VB. 6.0 (That's what we call to Visual Basic 6.0) in Visual Basic .Net 2005. In Database, we can share with DBMS SQL Server 2005 for advanced. if you are always using local DBMS such as Access, from now on, you had better choose Network Database such as SQL Server 2000, SQL Server 2005 or Oracle. Created By Ader.

Welcome to ITB

Image
ITB is one of the Universities or Institutes in Indonesia. ITB is the most famous University in Indonesia. many students from senior high school from different city in Indonesia hope that they will be accepted in ITB. There are some Faculties in ITB such as Informatics, Machine Technique, Astronomy, Biology, Mathematics,etc. ITB not only has Bachelor Degree program but also Master and Doctoral Program. STEI stands for "Sekolah Tekhnik Elekto dan Informatika" or Schools of Technique and Informatics have some programs like Informatics(S2), Software Engineering(S2),Information Systems(S2). Well..So, are hopping to study in ITB ?

Let’s Know about STMIK?

STMIK or School of Information of Technology, these days in Indonesia grow fast. Let’s just talk in west java and Banten, School of Information of Technology growt more than 300 institution. Many major in STMIK offer their computer skills such as Informatics engineering, Informatics of Management, Accounting, etc. Why do university student right now would rather choose Information Technology department than other departmenet such as agriculture, because these days many university students think that work in the company is more interesting than in the field area. In this department, they already know that Bill Gates, Chairrman of Michosoft who is the third rich man in the World come from Informtics department, and also working in Computer department will make someone be easy to work in IT department. So, what’s your major?

Sekilas Visual Basic.Net

Selamat datang di dunia .Net. saat ini microsoft mengeluarkan beberapa bahasa pemrograman yang khusus harus berjalan dalam platform frame network seperti Microsoft Visual Basic.Net, ASP.Net, C#.Net, Java dan Delphi,Net. Frame Network yang digunakan tergantung dari Versi bahasa pemrograman yang dipakai, sebagai contoh untuk visual basic.net 2003 maka diperlukan frame network 1.1, sedangkan untuk pemakai visual basic net 2005 maka harus menggunakan framenetwork 2.0. pada versi VBNet 2003, sistem design program dibuat sama seperti versi sebelumnya VB 6.0, tetapi konsep OOP sudah murni digunakan, aga beda halnya dengan VBNet 2005, bila kita melakukan design pada Form aplikasi maka setting otomatis seperti kesamaan antara komponen textbox, atau label akan lebih mudah dan cepat untuk dibuat. pada Versi VBNet 2003 biasanya DBMS yang digunakan adalah SQL server 2000 selain DBMS local seperti Access, pada Visual basic.Net 2005 kita bisa menggunakan DBMS Sql Server 2005. SQL Server 2005 ini suda...

Ganesha Conversation Club

Hi..Guys, Insya Allah every Saturday "Saturday Meeting" will present in STMIK Ganehsa. well..actually last Saturday it was built by some university students, Rima and friends. This meeting is going to present some programs, we hope such as discussion, debating, music corner, watching together,etc. Well,..we know that practice make perfect, so..if you want to master English well like your mother language you must practice it much one of the way is joining this club. Mastering English these days is a must, English is not only for them who are in English Major but also every one in Informatics like us, and many other majors, isn't that so! So...write on Your Book this Schedule : Day : Saturday time : at 1.00 p.m Room : Room 1 / STMIK Ganesha We are Looking forward to waiting for your coming. Bandung Gudangnya English Courses : Hi Friends.. di Kota orang Sunda ini, buanyakk sekali Lembaga bahasa Asing yang memberikan jasa course of English seperti Harvard English Course, EF (...

Mengenal TOEFL

TOEFL istilah ini sudah tidak asing terutama bagi orang yang mau continue studynya ke jenjang Master atau Doctoral (S2/S3). TOEFL ini kependekan dari Test of English as a foreign Languange. merupakan salah satu standar Test sebagai pengantar bahasa Asing di Luar negeri atau pun di dalam negeri. beberapa perguruan tinggi memberikan range kelulusan TOEFL yang beragam sperti di ITB, mulai tahun 2008 ini disebut dengan istilah EPT (English Proficiency Test) biasanya mengeharuskan calon mahsiswa S2 atau S3 minimum mendapt score 77 atau sekitar 475 TOEFL international. untuk diluar negeri biasanya mensyaratkan TOEFL international minimum 520. ada baiknya anda yang akan mengambil TOEFL sudah mengambil English Course before, karena ini akan snagat membantu anda ketika mengikuti test TOEFL yang variansnya cukup complicated, terkecuali bagi anda yang sudah mengenal/ master English sebelumnya. Tip Tembus ujian TOEFL: 1. persiapkan sklll anda dengan sebelumnya sudah ambil English course (it...

English and Computer

These days English and Computer are the most major which are people need to. these field differ from other and can support another department beside their major themselves. let's see if you are a university student of History, you are still absolutely need to master English and computer, at least You have to master office packet like featuring Microsoft Word or Excell, and power point to present your task to your lecturer. Well..what else, beside that English is one of the International language, it's for this reason, if you want to download data from Internet from other site, they offer especially in English, not your mother language. More over, one day if You graduate from your university, many company try to accept all workers candidate who especially master at least one foreign language, so master English is a must these days. Allow me to share a bit about my history. When I was in college, I took English course in Bandung in one of English Course (Harvard English Course)...

10 Cara Menyucikan Hati

Friends, U know, hati itu bagaikan kacamata, jika menggunakan kacamata hitam, tentu apa yang kita lihat menjadi tidak nyata, yang putih seperti gray, yang cokelat muda seperti cokelat tua. begitu juga dengan hati, jika hati kita bening Inysa Allah kita menghadapi realita ini apa adanya. "sesungguhnya Allah tidak melihat rupa dan harta-hartamu tetapi melihat hati dan perbuatanmu". ada 10 cara untuk menjaga hati, yaitu diantaranya : 1. Introspeksi diri dalam bahasa arab ini disebut muhasabatun nafsi, kita pasti tahu keburukan hati kita misalkan suka iri/dengki, suka sombong, senang dipuji, malas, dll. 2.Perbaikan diri dalam bahasa arab perbaikan diri disebut dengan taubat. alangkah rugi bila kita sudah tahu kelemahan diri kita namun kita tidak melakukan perbikan diri atau bertaubat. jadi bertaubatlah secara bertahap. 3.Tadabur alquran hati itu bagaikan tanaman, bila tanaman perlu disiram dan dipupuk, maka obta hati adalah tadabur alquran yaitu membaca - - menghayati, memahami a...

Beasiswa S2 dan Ayat-ayat Cinta

Ketika kali pertama menonton Ayat-ayat cinta movie..I really thought it was just such a great movie. Maybe it look like Titanic for who really want to get real love. Kenapa tidak, sekaliber DR. Din Syamsudin nonton sampe twice, juga vice precident kita, the same to me kayanya ingin lagi sih nonton film ini. Apasih hebatnya fiml ini, then..apa sih hubungannya Ayat-ayat cinta dengan beasiswa S2. Film ini memberikan gambaran buat para cowok khususnya, Ini hal yang legal klo kita mau poligami karena jelas di Alquran ada keterangannya, tapi bagaimana seorang Fakhri harus terpaksa melakukan poligami karena keadaan yang memang klo tidak ia lakukan akan menjadi kondisi yang tidak baik bagi istrinya dan dia. ini menunjukan, jika sahabat mau poligami harus berfikir sangat mataaang, pertama apakah anda bisa tidak menaggung amanat yang berat seperti yang diberikan pada Rosullulah Muahamad Saw Rosul kita. bila anda bisa berbuat adil dalam harta tanya juga bisa ngga anda adil dalam perasaan. ini yan...

Tips pintar Membeli Komputer

Dunia IT merupakan salah satu bidang yang perkembanganya sangat pesat sekali. masih ingat ketika saya di tahun 1998 saya membeli spesifikasi PC dengan P I 200 MMx, Hd 3,2 GB dan RAM 16 MB,.. saat itu harddisk 3,2 GB sangat waah, tentu karana saat itu simpanan HD masih sekitra MB sampai dengan 1,2 GB. Tengok perkembangannya sekarang katakan di di sepuluh tahun dari tahun sebelumnya, Hardisk sudah mencapai 120 GB keatas, bahkan untuk simpanan eksternal seperti flashdisk dapat menyimpan sekitar 4 GB keatas dengan harga kisaran Rp. 140 ribuan, bandingkan dengan 10 tahun kebelakang 3,2 GB dengan harga sekitar Rp. 1 jeti, sangat mahaal. Sangat wajar kalo dijaman dulu, komputer dianggap sebagai barang eksklusif karena harga setiap spek. yang cukup tinggi. di jaman sekarang komputer sudah dianggap menjadi kebutuhan, hampir disetiap rumah di pekotaan sudah memiliki PC atau Personal computer. Lalu bagamana tips memilih komputer, berikut ini bisa anda pertimbangkan, sebelum membeli suatu kompute...