« prev next »

Improving User Portal on Wangjianshuo.com

I have a sub-domain called http://user.wangjianshuo.com. I used that domain to present user contributed content, which is the comment section of my blog. I didn't put too much effort into it yet, so it is pretty simple and may not be attractive as it should be. This is the current situation of User Portal.

Home Page

This is the current homepage - pretty embarrassing, isn't it? I believe my readers deserves much more introduction, and space than this. This is a point that needs improvement.

image

Behind the Scene

Currently, there is actually no really working files at this domain. It is just one .htaccess file reads below:

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$  /analytics/mt-comment.php [L]

The reason I used /public_html/user/analytics folder was, it was actually a replica of /scripts/analytic folder. I am considering moving the folders back to one central location, to avoid complicated problems in the future.

Update: I have confused myself already. /analytics IS a symbolic link from /user/ folder to the /scripts/analytics folder. So it IS in the central location. Now I only need to worry about one file: mt-comment.php

by Jian Shuo Wang on March 15, 2008 under Backstage

Related Entries: Backstage
  1. Load All Articles on Category Page October 3, 2009
  2. Recovered Old Files on Wangjianshuo.com September 23, 2009
  3. Full Content on Home Page of my Blog? August 21, 2009
  4. Google Translate for Blog Articles August 17, 2009
  5. How Many of My Readers Use FaceBook? December 5, 2008
  6. Google AdSense for Feed September 3, 2008
  7. Experiment on Natural Search September 2, 2008
  8. Improving User Portal on Wangjianshuo.com March 15, 2008
  9. Analysis of Links and Ways to Improve March 14, 2008
Comments
Post a comment
Name:

Email Address: (will not show)

URL: (optional)

Comments:


It may take up to 30 seconds before the server returns a result. IP address recorded.
Remember my information?
<-- Please click POST only once
© 2001 - 2009 Jian Shuo Wang. All right reserved.