Is it the right place?
If think you are trapped on my site because you're searching for a solution. Maybe you've lost your way surfing the Internet - better not.
Here's also a small snippet of code I find interesting which might describe your current behavior :P
1: void EntryPoint(IHostComputer host)
2: {
3: User user = host.readUser()
4: while (user.needSolution() || user.haveQuestion())
5: {
6: switch (user.browsePage(this.Page))
7: {
8: case BrowseState.SolutionFound:
9: case BrowseState.QuestionAnswered:
12: break;
13: }
14: }
15: }
I've put some materials on this site. Hope You can find it useful.