What is WebMatrix ?
WebMatrix is a free web development tool from Microsoft that includes everything you need for website development.
What can you do with WebMatrix ?
Creating websites
Create a website from a template
Create a new website from an existing open source application from the gallery
Customize your website
Etc …
With WebMatix you can develop (create, customize and publish) a website easily.
What... [ Continue reading... ]
Step 1 : Open Terminal
Go to menu Application -> Accessories -> Terminal.
If the terminal window is already visible, then go to the right of access as root. Inside terminal, execute the following command :
dnd@riyaniezt:~$ sudo -i
[sudo] password for dnd:
Step 2 : Installing Apache
Inside Terminal, execute the following command:
root@riyaniezt:~# apt-get install apache2
Step 3 : Installing Php 5
Inside... [ Continue reading... ]
Aptana Studio is open source development tool for the open web.
Develop and test your entire web application using a single environment. With support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python.
Home Page & Download : http://aptana.org
Feature :
HTML, CSS, and JavaScript Code Assist
Aptana Studio's editors provide world-class HTML, CSS, and JavaScript code... [ Continue reading... ]
UML Case Tools
Lots of UML Case Tools that can be used to create UML, bothOpen Source, Free, licensed (Full & Trial).
UML Case Tools
Specific applications that are used to create UML
Examples : Enterprise Architect, Rational Roose, Etc
IDE
Must add the plugin to be used to create UML
Examples : NetBeans, Eclipse, Etc
NetBeans IDE
Step by step installation
Step 1 : JDK & NetBeans... [ Continue reading... ]
Windows 7
To run C/C++ programs through the NetBeans IDE you can use MinGW package. To do this, use the following;
MinWG (mingw-get-inst-20110530 or Later) –> Minimalist GNU for Windows
JDK (jdk-6u26-windows-i586 or Later)
NetBeans IDE (Netbean 6.71 Or Later)
Steps 1 : MinGW
Download MinGWHome Page and Download : http://www.mingw.org
Install MinGW
Online Install : Run MinGW file (Setup wizard is... [ Continue reading... ]
Sebelumnya lihat cara instalasi Xampp di link berikut : Instalasi Xampp"Kemudian jika menggunakan 32-bit tidak masalah, sedangkan jika menggunakan 64-bit akan terlihat pesan error sebagai berikut.
yang berarti bahwa Xampp tidak mensupport untuk 64-bit.Solusi :
Pertama Install ia32-libs
dnd@riyaniezt:~$ sudo apt-get install ia32-libs
Selanjutnya jalankan Xampp kembali
dnd@riyaniezt:~$ sudo /opt/lampp/lampp start
* Good Luck ...!... [ Continue reading... ]
Step 1 : Kebutuhan
Jdk
Download : http://www.oracle.com/technetwork/java/javase/downloads/index.html
Install (Microsoft Windows (XP/Vista/7/8) & Ubuntu): http://sidiq.mercubuana-yogya.ac.id/2010/09/installasi-dan-konfigurasi-java-jdk-dan-jre-di-ubuntu-dan-windows/
Xampp / Lampp
Microsoft Windows (XP/Vista/7/8)
Download : http://www.apachefriends.org/en/xampp-windows.html
Install : Double klik File... [ Continue reading... ]
Untuk menambahkan paket Build Essential (berisi daftar penting untuk membuat paket-paket di Ubuntu).
berikut step by step installasinya :
Installasi GCC (c/c++) Compiler :
sandy@riyaniezt:~$ sudo apt-get update
sandy@riyaniezt:~$ sudo apt-get upgrade
sandy@riyaniezt:~$ sudo apt-get install build-essential
sandy@riyaniezt:~$ gcc -v
sandy@riyaniezt:~$ make -v
Setelah selesai installasi step selanjutnya, Tes konfigurasi dengan... [ Continue reading... ]
Untuk menjalankan IDE Geany (FROM LINUX) di Windows, dikarenakan IDE Geany tidak menyertakan Compiler dan Interprenter (gcc) seperti di LINUX. Sehingga dibutuhkan beberapa aplikasi tambahan. Yang dapat di download secara terpisah.
Kebutuhan
IDE Geany
Homepage & Download : http://www.geany.org atau langsung ke halaman download di url : http://www.geany.org/Download/Releases#windows
MinGW (Minimalist GNU for... [ Continue reading... ]
Agar dapat menggunakan JAVA, sebelumnya harus di install paket aplikasi JAVA yang terdiri dari JDK (Java Development Kit) dan JRE (Java Runtime Environment) sesuai dengan Operating System yang anda gunakan.
Aplikasi JAVA (JDK dan JRE) dapat di download sesuai dengan platform Operating System yang sesuai dengan yang anda gunakan dari :
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Agar aplikasi JAVA (JDK dan JRE)anda dapat... [ Continue reading... ]