Web Development

6 posts
2013

console.log() with jsFiddle

jsFiddle is a great tool for quick JavaScript prototyping.
Read more
2012

JavaScript snippet: Remove base URL from link

I needed this function this morning so I thought I’d share it in case someone else does too.
Read more
2009

Pre-populate Django ModelForm with Specific Queryset

I just had a situation where I was trying to filter the queryset for a ModelMultipleChoiceField based on the currently logged-on user. I was going crazy trawling through the Django docs and eventually Google.
Read more

Why I Love Django

I’ve used Django for a few small projects in the last year and have absolutely fallen in love with it.
Read more

CSS auto reload with Django templates

Have you ever been in the situation where you’ve updated your CSS file but users’ web browsers haven’t automatically loaded the new one?
Read more

SourceForge drops IE 6 support

SourceForge has changed its appearance more often in the past 6 months than Joan Rivers’ face. Not in small ways either.
Read more