Posts Categorized: Web Development

Django: Posting back to an intermediary page

Posted by & filed under , .

I won’t go into great detail on the entire issue of what an intermediary page, but if you’re having trouble posting to an intermediary page, then this might help. An intermediary page needs 3 fields for your a read/post to work: action index _selected_action Here’s where I added them, instead of directly in the template: [...]

Switching jQuery versions

Posted by & filed under .

The following is just a small blurb from the post I wrote earlier today for a blog we’ve started at work among in the web team. You can go ahead and read more about it here. “This is a snippet of code that I was working on this morning with the input of a coworker [...]