roll your own django authentication system February 27, 2008

Even though Django comes with an authentication system, it doesn't mean you have to use it. If it doesn't fit your needs, it's pretty easy to roll your own. This is a 15 minute walkthrough on how to roll your own authentication system.

continue reading → 6 comment(s)

django context processors February 24, 2008

Django context processing is a lightweight method to expose variables in your views to your all of your templates.

continue reading → 0 comment(s)

django middleware February 10, 2008

Django Middleware is used when processing all requests and responses coming in and out of an application. With middleware, you can intercept a request, change it, or even deny it. Middleware is useful if you have some sort of repetition across your view functions.

continue reading → 0 comment(s)

django, ajax, and jquery February 09, 2008

Django, ajax, and jQuery can be used to create rich, responsive "single page applications".

I've been playing around with the thought of "single page applications", where a web application will only load an entire page once. Every link click and form submit will then trigger an Ajax event, loading new data to the page.

continue reading → 3 comment(s)

my new black macbook February 02, 2008

Gloria and I were coming home from dinner when we were driving past the mall. It was closing in 10 minutes, so she made me pull in, park, and purchase a new laptop. What an awesome girlfriend.

continue reading → 1 comment(s)

goals for the year 2008 January 28, 2008

It's a little late, but I'd like to post up my goals for 2008. It's great to write down your goals, even better to publish them to the world - that just gives you more motivation to finish them!

continue reading → 0 comment(s)

webrecurse, get reviews on useful web apps January 21, 2008

Webrecurse is a blog that I update frequently with reviews about software for web development.

continue reading → 0 comment(s)

applying events like css with jquery January 14, 2008

I've been using jQuery a lot recently and I've only got positive remarks about it. Here's a code snippet I use with most of my projects to apply events similar to CSS (inspired by lowPro).

continue reading → 0 comment(s)

page 1 of 2

older→

about this site

This is my personal weblog about mac programming & web development.

It's usually about the technical stuff: objective c, cocoa, and python/django.

related links

networks

subscribe with rss

(c) Copyright 2007-2008 Hugh Bien. All Rights Reserved.

Contact Me | RSS Feed