Tuesday, April 12, 2011

Moodle Installation Tutorial

  1. Download and Extract the files MoodleWindowsInstaller-latest-20.zip
  2. Open the folder that has been in the extract, then open the folder moodle server and copy the folder to your xampp htdocs folder
  3. Then open your web browser and run http://localhost/moodle
  4. In step 1 and 2 click next
  5. Step 3, complete filling Database Settings and click next
  6. Step 4, 5 and 6, click continue
  7. Step 7, the complete filling main admin moodle data that you created, then click Update Profile
  8. Step 8, the complete charging data to the main page of the website, then click Save Changes
  9. Moodle Install process finished

Monday, April 11, 2011

Install Package ASP .Net 2010 with Console

gimana cara install package ASP .Net 2010 dengan console ternyata mudah:
PM > Install-Package [nama package]
contoh: PM> Install-Package EntityFramework
tunggu deh, sampai muncul konfirmasi
Successfully installed 'EntityFramework 4.1.10311.0'
Successfully added 'EntityFramework 4.1.10311.0' to [nama projek]

Friday, April 8, 2011

MVC

Model-View-Controller or MVC is a method to create an application with separate data (Model) from the view (View) and the way how to process it (Controller). In most implementation framework in the application site is based on MVC architecture. MVC separates the application development based on the major components that build an application such as data manipulation, user interface, and part of a control in a web application.
Part of the MVC