วันศุกร์ที่ 15 มิถุนายน พ.ศ. 2555

Android utilities for work.

Android ppt remote - use android to remote control your power point.
http://www.pptremotecontrol.com/
In Google Play
https://play.google.com/store/apps/details?id=com.pptremotecontrol.android.presenter

วันศุกร์ที่ 8 มิถุนายน พ.ศ. 2555

BugNet Password length require.

Change at least 7 character to less with this option in Membership providers


minRequiredPasswordLength

How to install SVN Client

First go to http://tortoisesvn.net/downloads.html
and download svn client depend on your os system.
You will redirect to source forge for download client.
After download install client step by step
1. Welcome message
 2. agreement term. accept and click next.
3. Component to use (default check is enough for normal use.)
4. Ready to Install click Install
5. Install progress show.
6. You may interrupt with this but don't worry you can ignore or close program that Tortoise request.
7. Finally completing.

How to register new user and authorize for BugNet

If Guest not allow you cannot see any project if you don't login first.

For register user
Go to register page on top left.
 
Password must be at least 8 characters and please save your Security question and Answer somewhere. and you will see
For Administrator
Because we set no public register so we need to validate user by  ourself and add user to roles manually
1. Go to menu User Account
 2. View User List Who don't have authorize status
3. Click on edit (pencil Icon) in front command
4. On bottom you will see Authorize user click on this to authorize.


5. On left panel you will see Manage Roles Click on it and choose project for user and set roles would you like.

How to Add Feature Telnet to Windows

For Windows 7 go to Control Panel > Turn Windows features on or off and check on Telnet Client.
For windows server 2008 R2 Go to Server Manager > Features Summary > Add Features

 Check on Telnet Client and Install

วันพฤหัสบดีที่ 7 มิถุนายน พ.ศ. 2555

MantisBT 1.2.10 IIS MsSQL First Install cannot login.

Today we have problem to use mantisBT 1.2.10 with our ms sql express server. Yes anything work fine except we can't log in with u/p Administrator/root and it show error about

APPLICATION WARNING #user_get_field() for NO_USER:

yes it look like only warning but it critical. I spend half day to fix this. and this solution.

go to library\adodb\adodb.inc.php in your mantis folder and edit line
        define('ADODB_FETCH_ASSOC',2);
to
        define('ADODB_FETCH_ASSOC',0);
for me this line is 110

save and come in login page again now Application warning is gone.
and now you can use default administrator login.