- Erikster
- |
- Intrepid Mythic Member
We need a madness to the method!
Posted by: Malfar
To be honest, I don't think JavaScript is the way to go on this issue. Granted, it may take a fraction more processing power, but this issue should be handled server side. But then again, I'm not familar with B.net's setup nor capacity. For all I know, their system is maxed out.
Personally, I'd like to see a revamp of the entire forum formating.I'm guessing ASP.NET with C# code-behind.
I'm not super familiar with web development, much less making a forum website, but I'm guessing Achronos stores all of these posts in a SQL database. Using System.Data.SqlClient he can probably call any information in a post. I imagine the table would have the Username, Post, Thread# or post#, and the time it was posted (and edited I guess).
Call those values, turn them into DateTimes and then subtract the current time from the post time using TimeSpan... hmmm it gives a weird format.
[Edited on 10.22.2011 11:46 PM PDT]