Archive for October, 2006

29

Oct

Filed in Other with no comments |

After having built the system on our new CMS, and a couple suggestions from a friend, I came up with a better tracking system as I originally detailed on my blog. The new system is combination of the second method detailed in the post, and a much more accurate solution.
We continue to track the last […]

23

Oct

Filed in Other with no comments |

Curse Gaming is beta testing their new website. They are doing a stress test on the new platform which is running the Django framework.read more | digg story

22

Oct

Filed in Other with 1 comment |

Recently I’ve had to develop forum software for a website, and one problem we ran into was the most robust way to track unread posts.
After giving this some thought, I came up with two feasable options. We’ll start by taking a look at the first.
Pure Post Tracking
Method one is to create a table:
“forum_views”
postID (IntegerField)
userID (IntegerField)
Index […]