Tag: organization

On Improving One's Character

Benjamin Franklin, in his Autobiography, sets out a list of principles, or virtues, that he intends to follow. These virtues he finds in various texts he has read over the years; he accumulates, categorizes, reduces to essesnces and then places them in an orderly list. And from this excercise he goes on to transform his character, public and private, into one he feels more destined for. While reading his process, I remembered Managing Your Mind -- with its lists, excercises and root idea of improving ones character. ANd now I am remnded of my promised activity of continuing my Cognitive Therapy on my own. I am to inspect my life, my feelings, thoughts and actions on a weekly basis. Franklin's scheme made use of a recording mechanism, and it was this that kept him on track towards his goal of self-improvement. If I am to reach my goal, I must revisit and devise a similar recording and review scheme, one regularly consulted and evaluated. My first step will be to look to Managing Your Mind for a recommended plan of action.

CSS organization

Douglas Bowman's Stopdesign | Staying organized

sections in my CSS files that are almost always present:

+ page structure
+ links
+ header
+ footer
+ lists, etc.

Those sections are always demarcated by commented text and lines created by dashes. This way, I almost always know where a certain rule should go, or where to find one when I want to edit or troubleshoot.

order of properties within each declaration block.

+ Backgrounds always go first
+ position or float information
+ width/height measurements
+ margin/padding/border
+ text formatting and color.

Not every one of those properties is always present, but that%u2019s the general order I usually try to follow. I%u2019m usually not even conscious I%u2019m doing it by now.