If you haven't noticed I've slowed down greatly with my posts related to Django. That's because with the recent redesign of the
This Week in Django website and the addition of the
@twiderrific twitter account all my
callcasts and
links are being posted on BOTH the TWiD website/twitter account so make to subscribe to both.

I'm lucky that I live relatively close to the Jersey shore. About 10 miles away from the first public beach. My pops sent me some pictures over the weekend I really just loved this one. Here I am on the Sea Bright beach ith my son Conor.
If you wanted to know why I've been so quite recently is because I've been hard working on my development, design, and strategy company Monty Lounge Industries, LLC. But somehow the This Week in Django (TWiD) crew convinced ourselves to launch a new TWiD site during the 1.0 release week. Go check out the redesign - this week in django.
Big props go out to Michael Trier and Brian Rosner for implementing the Django side of things. Those guys are just amazing at getting things done.
This month's django-nyc was hosted at Huge Inc and they couldn't have been more hospitable. Thanks to Loren Davie, co-founder of django-nyc, for hooking us up with the new location and for everyone at Huge for putting together a great environment for the meetup. We had food (I think I even saw some hummus somewhere along the amazing spread), drinks (aka beers) and a great presentation space. Oh, and we talked about NewFormsAdmin - including a great intro to nfa from Loren Davie, as well as a special presentation by Brian Rosner who provided a sneak peek presentation of his forthcoming DjangoCon presentation "What's New in NewForms-Admin".
Update: there are no files in SVN. That's a bummer. I'm keeping the post up because maybe it will introduce someone to SlideShowPro and maybe it will also entice the project own to push his files up to SVN for the rest of us to grab.
No, this isn't an official title ("Django Director") or a job opening (I guess it could be). Django-director is an open source project to manage the awesome SlideShowPro flash based image gallery application. I've had clients in need of a simple to use but very nice looking image gallery and SlideShowPro kills those two birds with one stone. SlideShowPro isn't free but it only costs $29. I think you'll be impressed. I just need to check this open source project out myself but I've been plenty happy with SSP so far. (check update above).
"SlideShowPro is a Flash-based slideshow application for presenting your photos and videos online. Available as a component for Flash and gallery extension for Lightroom, SlideShowPro features over 100 customizable parameters to control color, layout, size, and behavior for an endless array of configuration options. Both products were built to meet the demands of professional photographers, as well as web developers looking for a fast, simple utility to create slideshows without coding any ActionScript. "
"If a man does not keep pace with his companions, perhaps it is because he hears a different drummer."
— Walden, Henry David Thoreau
Jeff Croft is a designer, author, conference speaker, programmer, web strategist, and well, a jack of all trades. He was one of the initial bloggers I followed when first digging into Django, and still follow to this day. He's apt at creating controversial blog posts, drawing both critique and praise for his musings. And he also is a great resource in blogging about tips and tricks regarding Django and design. After reading his latest post (not this one) I knew it would be a great time to have Jeff on and talk Django, design, mobile, djangocon, and a few other things. It runs about 30 minutes.
Paweł Sołyga posted an excellent overview of the new
code review features over on Google Project. And if you want more details, head over to google's own support project (which I never knew existed) and read
How to use Google Code's code review tool.
"I’m personally a big fan of code reviews. Proper code review habits can really improve the quality of a code base and help you find bugs or design problems in your project. I also believe that a good tools for code review can improve developers life, so I’m always glad to see new tools or integrations in that field."