I've been working on the weblog archives these few days, most of them are done. The calendar should be working correctly now. Thanks to PHP online documentation, I've got PHP's
time(), mktime(), gmmktime(), date(), gmdate() messed up and confused for a while. It's very confusing when it comes to local time and GMT/UTC conversion especially the online documentation from PHP site isn't clearly enough. It's like I'm using +10 EST time zone for localhost (testing), storing the timestamps in GMT format, and trying to adjust to +10 GMT in a server which is using +3 GMT time zone. Hows that huh ?
For the weblog archive part, I still need to implement a feature so that blogs displaying are split into pages. This will be very handy for increasing blog post and for easy navigation. There is a more "proper" and technical term for it,
pagination, or
google it if you wanna know more.