The site is now live, and I'm STILL trying to make sure there aren't any niggling bugs or anything. I'm sure there are plenty because I tend to code things for ME, meaning that other people's habits and assumptions might break things. If this is the case, please let me know.
comments
1
molotov
Friday, November 17, 2006
Alright, I've already fixed some things. Woot.
2
Alan
Tuesday, November 28, 2006
You can only read these comments using style two...style one has a dark text with a dark background. Just fyi.
I like the site, otherwise. Great job.
3
molotov
Tuesday, November 28, 2006
Fixed. I was tweaking 'two' today and lazily uploaded the wrong files >.>
Thank you though.
4
molotov
Tuesday, November 28, 2006
Another post because it'd be more than an edit:
While tweaking today I've been finding strange things which annoy me, for example if you use the menu at the left to access entries, the links are generated to take advantage of mod_rewrite (so the links are pretty) and end with a slash (they used to: http://www.themolotov.net/entry/20/). When you follow the link, you get the entry, but no comments display. I think it's because the mod_rewrite rules are including the / in the number (i.e. '20/' instead of '20' so when PHP grabs the 'number' from the URL it's getting a string instead for comments. Weird - I'll look into it later, I'm feeling lazy right now.
comments
1
molotov
Friday, November 17, 2006
Alright, I've already fixed some things. Woot.
2
Alan
Tuesday, November 28, 2006
You can only read these comments using style two...style one has a dark text with a dark background. Just fyi. I like the site, otherwise. Great job.
3
molotov
Tuesday, November 28, 2006
Fixed. I was tweaking 'two' today and lazily uploaded the wrong files >.>
Thank you though.
4
molotov
Tuesday, November 28, 2006
Another post because it'd be more than an edit:
While tweaking today I've been finding strange things which annoy me, for example if you use the menu at the left to access entries, the links are generated to take advantage of mod_rewrite (so the links are pretty) and end with a slash (they used to: http://www.themolotov.net/entry/20/). When you follow the link, you get the entry, but no comments display. I think it's because the mod_rewrite rules are including the / in the number (i.e. '20/' instead of '20' so when PHP grabs the 'number' from the URL it's getting a string instead for comments. Weird - I'll look into it later, I'm feeling lazy right now.