Monday, May 16, 2011

Remove Powered by Phoca Guestbook

Best on My experience in developing websites with Joomla CMS some time ago that requires using the guestbook makes me have to find a suitable component guestbook. After a few components that I try so I made sure to use the Phoca Guestbook, but the results are less satisfactory because of the persistence of the words “Powered By Phoca Guestbook“, I do not miss going to Remove Powered By Phoca Guestbook for Phoca Guestbooks look more attractive.
Pocha Guestbook is the product of Pocha.cz, is one of the joomla component that serves to increase the Guestbook facility on the web that use Joomla CMS.

Thursday, May 12, 2011

How To Remove Help Menu From Joomla Administrator's Menu

The First Thing to do this is:
Just go to the folder ...administrator >> modules >>mod_menu

Second thing :

Modify the file 'Helper.php'

For e.g. If you want to delete the 'Help Menu'
Go to /* Help SubMenu */ section of Helper.php file
Delete the text -->'Help'
$menu->addChild(new JMenuNode(JText::_('')), true);

This will hide Help Menu....

You can also change links, text...
For e.g.

$menu->addChild(new JMenuNode(JText::_('Your text'), 'http://www.anysite.com', 'class:help'));


I hope that these "tricks" help you along the way.....

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