Tuesday, October 6, 2015

UX: LIKE ‘EM

Lesson 2 Chapter 3

Big Idea #2: Like'Em

  1. Help users to be awesome.
  2. Focus on users goes down in the mid to end phase of project due to stress and deadline, but it's so important to focus to users that period.

Ref:

http://gymnasium.aquent.com/course/103/305

UX: How to take 'You' out of the user


Lesson 2 Chapter 2 (9/24/2015)

Big Idea #1: Finding your users and their goals
  1. Client goals
    • Make money
  2. User goals
    • Make life easier
    • Save money
    • Be awesome
  3. What to prioritize in your project: The user is _____ who wants to _____
Ref:

Thursday, April 5, 2012

Manually deploy SharePoint Integration via SharePoint 2010 UI

 

Deploy Solution

1. Go to SharePoint 2010 Central Administration > System Settings > Farm Management > Manage farm solutions

clip_image002

2. Click on the wsp files, then click on Deploy Solution.

3. Select the Web Application to deploy the solution to, then click OK.

clip_image004

4. Repeat above steps for other solution files.

Activate Feature

1. Goto the SharePoint Site > Site Actions > Site Settings > Site Collection Administration > Site collection features.

2. Click the Activate button for the features below:

a. AgilePoint Configuration List

b. AgilePoint Process Launcher

c. AgilePoint Web Parts

d. AgilePoint ListForm

clip_image006

Tuesday, February 14, 2012

Creating Extractable Exe

Here is an approaches to create self-extractable exe:

  1. Create a .zip:
  2. Create the self-extractable exe:

Wednesday, January 11, 2012

Converting Virtual PC to VMWare

 

  • Uninstall virtual machine addition.
  • Convert vhd to vmware
  • Repair OS win 2003 (using Windows SP1 CD)
  • Repair .NET 3.5 SP1 (Error Entry point not found for mscoree.dll)
  • Error when building VS.NET (DBPro): culture ID 2155 is not a supported culture.
    • Apply Windows 2003 SP2. Problem solved.

Thursday, December 22, 2011

How to set up Virtual Network

 

Domain Controller Machine

  1. Set up domain controller
  2. Enable DHCP
  3. Set VMWare Network Adaptor to Host-Only
  4. Set IPv4 Info:
    • IP: 10.0.0.2
    • Subnet mask: 255.0.0.0
    • Default gateway: 10.0.0.1
    • DNS: 10.0.0.2

Other Machine

  1. Set VMWare Network Adaptor to Host-Only
  2. Set IPv4 Info:
    • IP:  Anything starting from 10.0.0.3
    • Subnet mask: 255.0.0.0
    • Default gateway: 10.0.0.1
    • DNS: 10.0.0.2
  3. Join to the domain (My Computer > Property > Computer name)

Related Articles

How to Create a Domain Account in Active Directory

Thursday, December 8, 2011

How to get the IIS logs for AgilePoint Server in IIS 7.0

1. In IIS 7.0, click the Sites node, then get the ID for AgilePoint site.

 clip_image001

2. Click on the AgilePoint node under Sites, then click on Logging icon.

clip_image002

3. Get the value for Directory:

clip_image003

4. Navigate to the location and select the subfolder with AgilePoint site ID. The IIS log file(s) is under that folder.

 clip_image004