Articles & Guides

rocky

A Custom User Model App for Everyone!

Posted by rocky

When Django 1.5 was released, arguably the most exciting feature was the ability to have your own custom User model. All of the programmers here at Fusionbox were psyched for the cool things we were going to do with our custom User models. Until we realized how much work it takes.

django

rocky

From Kitchen Import Dishwasher: How to Use Context Managers Outside of Python

Posted by rocky

When dealing with files, it is important to close your file descriptor after you use them, otherwise the system might run out. In a lame language, it might look a little like this:

django

fusionbox

Fusionbox’s Paula Lee and Ivy Hastings Join Board of Directors for Colorado AMA

Posted by fusionbox

We are proud to announce that two members of our team will be serving on the board of directors for the Colorado chapter of the American Marketing Association.

gavin

The User-Profile Pattern in Django

Posted by gavin

With the release of Django 1.5, you can now replace the django.contrib.auth User model with your own customized version. This allows you to alter the database fields of the User to, for example, use an email address as a username.

django

rocky

On Pair Programming at Fusionbox

Posted by rocky

Programming is hard. Yes, little things like typos can ruin your day, but that's not what makes programming hard. Programming is about constantly making decisions. When programming anything, decisions that you make at the beginning of a project often come back to haunt you.

django

fusionbox

Programmers Present Widgy Form Builder at DjangoCon

Posted by fusionbox

Gavin and Rocky went to DjangoCon this year to show off one of the best features of Widgy, the Form Builder.

django

fusionbox

The 25 Most Dangerous Programming Errors

Posted by fusionbox

Just today, a team consisting of the SANS Institute, MITRE, and "many top software security experts in the US and Europe" released their annual list of the 25 most dangerous programming errors. Interestingly enough, the #1 and #2 errors (along with several others) deal directly with web development.

django

fusionbox

Our Non-Programmers are Learning to Code, and Here's Why

Posted by fusionbox

Our Non-Programmers are learning to code, and here is why. We firmly believe in education across departments.

drew

A Case Study on Responsive Web Design

Posted by drew

A responsive web design won't solve all your problems, but it can be very useful. Here's a case when it is a good idea.

Previous Page 1 of 2