Django Djourney – PostgreSQL for Windows and Your First Admin Model

Django Djourney – PostgreSQL for Windows and Your First Admin Model

by on March 12, 2012 in

In this tutorial I’ll show you how to get a PostgreSQL database working on Windows for Django and we’ll create our first very, very, simple Model to add to

Django Djourney – render_to_response

Django Djourney – render_to_response

by on March 10, 2012 in

Today we’ll go over how you actually get http://localhost:8000/foo to display the Foo template with render_to_response.

How to Use Github (part 1)

How to Use Github (part 1)

by on March 10, 2012 in

In this small series, we’re going to learn how to use Github in real world situations. For instance, if you’re a frontend developer and you want to work with

How to Open Files from Your Command Prompt with Sublime Text 2

How to Open Files from Your Command Prompt with Sublime Text 2

by on March 8, 2012 in

This is how to add any executable (.exe) to your Window’s Command Prompt. I created a new instance of sublime_text.exe so I wouldn’t have to rename it (and therefore

Responsive Design Explained (part 2)

Responsive Design Explained (part 2)

by on March 8, 2012 in

In this long tutorial I take you through the thought process behind responsive web-design and implement The Goldilocks Approach on a real design. If you’re too busy for the

Responsive Design Explained (part 1)

Responsive Design Explained (part 1)

by on March 1, 2012 in

This is going to be a two-part series revolving around responsive design. In this first screencast, I’ll show you the basics of a responsive design tactic called “The Goldilocks

How to Use Sublime Text 2

How to Use Sublime Text 2

by on February 26, 2012 in

Additional Resources http://www.sublimetext.com/2 – Sublime Text 2′s Official website http://wbond.net/sublime_packages/package_control/installation – Package Control’s installation snippet   Kobi Ben Itamar shows us a great ST2 tutorial he found… Thanks. btw,

Django Djourney – settings.py

Django Djourney – settings.py

by on February 26, 2012 in

In this screencast, I’ll primarily explore the settings.py file and give a brief and incomplete overview of how Django works. I know this one goes long and a bit

Make Your Web-Designs 10x Better and a Free Grid PSD

Make Your Web-Designs 10x Better and a Free Grid PSD

by on February 23, 2012 in

Download Grid PSD Editor’s Note They are NOT called “vertical rhythms“, and I can’t find an appropriate name for them (“vertical guides” seems too generic), so I’m going to

Django Djourney – Windows Setup

Django Djourney – Windows Setup

by on February 19, 2012 in

Welcome to the adventure! In this level, you will… Download and Install Python 2.* Make “python” usable in your Command Prompt Install setuptools and use easy_install Install pip Install