tamriel-foundry / apocrypha

Theme files for Tamriel Foundry
2 stars 1 forks source link

AJAX comment submission on front-page articles #8

Closed aaclayton closed 11 years ago

aaclayton commented 11 years ago

Let's see if we can submit comments via AJAX, and use some sexy jQuery to insert them into the loop.

I've finished up most of the other commenting functions, so I'll draft a first pass at this later today.

aaclayton commented 11 years ago

Completed first pass on AJAX comments, looks great so far I think. Tested in Chrome/Firefox/IE.

@jaspervalero, take a look at this if you get the chance ... particularly the jQuery. Let me know if you see any holes in my approach here.

aaclayton commented 11 years ago

I tested this out a bit more, looks good to me. Really visually appealing comment submission if I do say so myself. Please test it out once I push.

jaspervalero commented 11 years ago

Remember to push up often to the remote development branch. The longer you wait to push up, the more chance for merge conflicts. Best strategy is work on a feature commit often on your local branch. Once you complete the feature merge to development and push up.

aaclayton commented 11 years ago

Yep, I was just tidying up some files before pushing it all up. I'm going to work on auditing those changes now.