1. Download your Yii Framework package here
2. unpack your Yii framework package on your www root directory.
So the path will be ‘/www/yii/framework’, after you unzip the package or ‘D:\xampp\htdocs\yii\framework’ if you using windows
3. Open command prompt and go to your yii framework folder.
In my case the path will be ‘D:\xampp\htdocs\yii\framework\’
4. Then type this command ‘yiic webapp d:\xampp\htdocs\mynewapps’ and press enter.
5. Confirmation will be appear on your screen and type ‘yes’.
6. Done, your skeleton will created at your ‘d:\xampp\htdocs\mynewapps’.
¶
Posted 31 January 2011
§
php § yii
‡
°
This is the manual to activate or to deactivate your windows administrator account :
1. Open window command prompt as administrator.
2. Insert this command ‘net user administrator /active:yes’
3. Insert this command ‘net user administrator /active:no’ to disable the command.
4. Done
Change the wp-admin path to make your hosting directory ‘clean’ when using wordpress.
This is how I do it:
1. Create new directory at your www or your html folder.
2. Go to your general page at setting menu.
3. Change/add path at your WordPress address (URL). In my case I change it to http://somewp-domain.com/my_folder_for_wordpress. Save it.
4. Move your wordpress files to new folder.
5. Copy your index.php and .htaccess files from your new folder to your www or html folder.
6. Open your editor and edit your index.php
7. change the folowing and save it. Change the line that says :
require(‘./wp-blog-header.php’); to require(‘./my_folder_for_wordpress/wp-blog-header.php’);
8. Refresh your wordpress, and your wp admin path is changed.
Read the original article here
This is the step by step to install function list on your notepad++ application.
1. Download Notepad++ here
2. install notepad++.
3. Open the application, and then close it.
4. download function list plugins here.
5. unzip the plugins package.
6. copy ‘FunctionList.dll’ to the folder plugins on your notepad++ installation folder in my case it’s on ‘C:\Program Files\notepad++\plugins\’.
7. copy ‘C++.flb’ and ‘Gmod Lua.bmp’ to the folder ‘C:\Program Files\notepad++\plugins\config\’.
8. copy ‘FunctionListRules.xml’ to c:\Users\YourUserAccount\AppData\Roaming\Notepad++\plugins\config\ (for windows 7)
9. open the notepad++ application and the function list is installed and fully functional.