- Download and Extract the files MoodleWindowsInstaller-latest-20.zip
- Open the folder that has been in the extract, then open the folder moodle server and copy the folder to your xampp htdocs folder
- Then open your web browser and run http://localhost/moodle
- In step 1 and 2 click next
- Step 3, complete filling Database Settings and click next
- Step 4, 5 and 6, click continue
- Step 7, the complete filling main admin moodle data that you created, then click Update Profile
- Step 8, the complete charging data to the main page of the website, then click Save Changes
- Moodle Install process finished
MY NOTE
Tuesday, April 12, 2011
Moodle Installation Tutorial
Monday, April 11, 2011
Install Package ASP .Net 2010 with Console
gimana cara install package ASP .Net 2010 dengan console ternyata mudah:
tunggu deh, sampai muncul konfirmasi
Successfully installed 'EntityFramework 4.1.10311.0'
Successfully added 'EntityFramework 4.1.10311.0' to [nama projek]
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
Part of the MVC
Subscribe to:
Posts (Atom)