Pages

Selasa, 13 Agustus 2013

Start With Gambas

     Did you ever heard about Gambas,maybe yes maybe dont....
     Actualy i have started learning about this programing about 3 months ago,i have to choosen one of develop programing for my backtrack.In My College My senpai giving instruction to me to learn about visual programing but it must linux version,that's why i have to install it.

How to Install


     If You using backtrack 5 r3 on your computer,it's have include of Gambas 2 repository.
So to install it in your computer  it so easy.

  • Open Your terminal
  • Login as super user or "root"
  • Type "apt-get install gambas2"
  • Wait,,,,,,
  • If success look at your programing menus
If Any eror,try this step-by-step in your terminal :
  • apt-get autoclean
  • apt-get remove
  • apt-get update
     

Looking Inside


Choose your type project,what you mark it will showing the tools in toolbar in main window


select the directory for placing your application


Giving name and title aplication


Main Windows of Gambas



 

Start Web Aplication in Backtrack

   Hello guys,this time i want to share My experience to create Web Aplication in mY dIstro.I have a job from my college to create web based applications,but before we doing it just make sure that your web server is already runing.If you didn't know how to start it folow this.
  Ok,lets started to create web based in our web server (localhost) this is the step :

  • Open Terminal
  • Login as super user or "root"
  • Type "nautilus"
  • Go to "File System/var/www"
  • Create new folder in there---->"www"
  • Start Your Coding in your new folder
    How to test your coding in browser,just Type "localhost/your_folder"