Done, and gets things smart.
22Jan
Posted by Elf Sternberg as Design
Cheesy law firm website templates are multi-colored, busy, poorly laid-out, and tend to go for light-on-dark themes where the seriousness of the business is emphasized by leather and wood textures, spot lighting, and so forth. A review of the websites of the largest law firms in the US shows two things: a lot of them [...]
I’ve been trying to do a design thing every week. I doodle a lot, and make lots of scratches, and I might show you a few of those, but as a web developer I have to keep my hand into the design side of things. Recently, the magazine Photoshop User had an article on doing [...]
This morning, for no reason that I’d care to discuss in public, I needed to rename every file in a directory to the index number of its position in the directory in asciibetical order, and add an extension. The harmless version of this was: ls | gawk ‘BEGIN { c = 0; } c += [...]