// post · 399
Quick Comment
There were some plans to completely redo this site using AJAX over the holidays, and I may still get to it, but I'm currently really busy so that isn't happening at the moment.
Anywho I thought I'd try my hand at some javascript. I've put in a "Quick Comment" option for each post. Click it and you should be able to reply to the post from the front page. I quickly did it then. It maybe a bad idea etc, but I thought I'd give it a try.
Anywho I thought I'd try my hand at some javascript. I've put in a "Quick Comment" option for each post. Click it and you should be able to reply to the post from the front page. I quickly did it then. It maybe a bad idea etc, but I thought I'd give it a try.
// leave a comment
HTML allowed: <a href="" title="" rel=""></a> <b></b> <blockquote cite=""></blockquote> <em></em> <i></i> <strike></strike> <strong></strong> <li></li> <ol></ol> <ul></ul>
ie: <b>bold</b>
Your comment may need to be reviewed before it is published.
// comments
Potential caveat: people mightn't respond to each other's comments as much. Only maybe, depends on usage patterns. Only time will tell! :P
Any chance of autocomplete for name on this form too?
We talked about responding to other comments here
I shall look into it tomorrow.
I know that you use javascript to tell XMLHttpRequest to get more data from the web server.
For example if I were to make the quick comment thing with XMLHttpRequest it would only load the quick comment section (off the web server) when you click the quick comment link.
Where as now it is just a hidden div.
Although I'm not too sure of the semantic value of AJAX, I reckon it would reduce it.
Nah it doesn't need to. Best policy is to make it work without AJAX then use things like "appendChild" and other node methods to add the stuff you need for Javascript. So, for your quick comment thing you wouldn't have any HTML code for it... I'm not quite sure how it works though :(
Maybe you should work up something that remembers your details if you've posted regularly. Sorta like what matthom has.