Yesterday I received a request to come up with a color for a living room with two matching sofas covered in the fabric shown below and it reminded me of a recent interview I had where I stated that De… more →
Ajent Orange wrote 3 days ago: I have never lived in a place with a “foyer”. I have no idea what you do with these spac … more →
Ajent Orange wrote 2 weeks ago: Animal prints are my favorite neutral, I have learned this from my nanny. When all else fails, just … more →
ellenkennon wrote 4 weeks ago: Yesterday I received a request to come up with a color for a living room with two matching sofas cov … more →
woollywotnots wrote 1 month ago: Woollywotnots' Midweek Inspiration Every Wednesday at Woollywotnots is a little bit of midwee … more →
winnevents wrote 1 month ago: In order to have a successful event, you must have key vendors that you use that you know and trust. … more →
jessimarie33 wrote 1 month ago: This weekend has been busy. I have many things to show you all (and the kitchen counter-tops are be … more →
Jeff Lindsay wrote 2 months ago: Our beloved webhook debugging tool known as PostBin just got a little bit more useful. You can now i … more →
jrydberg wrote 2 months ago: The last month or so I’ve experimented with PyObjC, since I have the python knowledge already … more →
Jason Baker wrote 2 months ago: Decorators in Python are one of the language’s more “magical” features. Personall … more →
ellenkennon wrote 4 months ago: Imagine my surprise and delight to happen upon a book review on The Decorating Diva where I was ment … more →
ellenkennon wrote 4 months ago: The town of St. Francisville is beginning to look like Spring with azaleas blooming everywhere! We … more →
monzee wrote 4 months ago: I use the magic render* methods a lot nowadays, but I don’t use them exclusively. Elements wit … more →
monzee wrote 4 months ago: Decorators are a pain. To make a Zend_Form appear exactly as you want it to, you’ll have to fi … more →
officedesignblogger wrote 5 months ago: Obviously, a well-designed office is important for a number of reasons. Aesthetically, both employe … more →
turboflash wrote 5 months ago: In Part 1, we are able to split the content into parts and apply decorators on them separately. This … more →
turboflash wrote 5 months ago: During form rendering, the decorators are executed in the order added and rendering are done on the … more →
devinphoto wrote 6 months ago: Yesterday was interesting. I had gotten an inquiry from the website, devinphoto.com, last week from … more →
adambossy wrote 7 months ago: from functools import wraps def magiclogging(func): @wraps(func) def wrapper(*args, **kwarg … more →
David Chandek-Stark wrote 7 months ago: A simple extension of the user_passes_test decorator: from django.contrib.auth.decorators import use … more →