It’s been about a month since I last published a blog post but during that time I haven’t been sitting idle. My other website, which is private file hosting, has had a front-page redesign. Check out the main page of mntbd.com.
What you’ll see there is my pretty neat javascript clock! It is something I made maybe three months ago. Before I released it, I had wanted to make it slightly better codewise. The clock is pure javascript and css, it even generates its own elements for the blocks. I used YUICSS in order to make it look consistant and of course the wonderful Mootools library to do all of that fancy javascript.
My plans for mntbd are a private uploading system and also a private shortlink system, which once coded, would be released to the public for people’s own private use.
This marks my return to blogging, at least, I hope.
Hey Ryan. Well i have two questions about mntbd: 1, how do you read the clock :P and 2, why is there no way to get to any other part of the site from that home page? do you just need url addresses like that one you gave me?
The clock is red by counting the number of blocks and then putting into this generic form: 12:34:56. Basically, if you see no blocks colored in the first set and three in the second, four in the third and three in the forth, the time would be 3:43. The answer to your other question is that mntbd.com is my private hosting site, it just hosts things privately.