Sunday, January 2, 2011

Coat Tree


This was fun. How often do you get to make a tree from pieces of wood? Usually wood comes as a tree and you have to make something else. I  wouldn't have thought of this project if son Dylan hadn't suggested it as a possible Christmas gift. We had a coat tree by the front door in the home of my childhood but I don't think of homes using them these days. Instead there is a closet or hooks on the wall or nothing. The latter is what he had in his apartment and coats piled up on the furniture.

When beginning a design I usually take a look at what has been done for possible ideas and to get standard or approximate dimensions. Then the wheels start turning with a flow of ideas and possibilities that seem to float by until I know what I'm going to do. I don't know what triggered incorporating a stone except that I'm generally drawn to work that uses these fundamental materials. And it made good sense to add weight and stability to something that is normally top heavy in use.

Before any other work I went looking for a stone. I left work early and drove out to Nature's Cover, a local landscape materials business. The yard man showed me a couple piles of river rocks and in the cold and growing darkness I searched for the right one. Most were smaller than I had in mind but I picked three I thought might work. "How much?" "Just those three? You can have those and happy holiday to you".

I only started this project a week earlier so Christmas day I wrapped just the stone with a note that said,"I'm making something for you. This is the only part that is finished". A nice curve ball that left him swinging with guesses.

The technical details - I glued up some 6/4 stock to get a 3 x 3 post, then ripped it into a hexagon. Figured out how to get a hexagon from a square using some web origami instructions.

All the curved parts are bent lamination, a technique I prefer over cutting curved parts from wide stock. They are much stronger and thus can be lighter. The legs were made up of 13 strips a little over 1/16th" thick glued together on a form. The branches used the same form but only 9 laminations and then cut into two pieces and shaped.

The only hardware is a 6" steel ring with three arms that I had a local shop fabricate. It is fastened with screws to the legs giving them needed rigidity and supports the stone and its platform.

Shaping was done primarily with an abrasive carbide wheel on an angle grinder followed by an inflatable sanding drum mounted in a drill. Using the drum right up to finish sanding maintained an irregular surface not unlike a debarked tree might have and feels nice to touch.

Friday, December 3, 2010

Asian Soup

I don't do so well with cookbooks and recipes. I often seem to leave out something or jump ahead and get things in the wrong order. I once left the eggs out of a quiche. What I like to do is make up something from ingredients on hand. Rummage through the icebox and pull out the things that might go together. I do the same thing in the super market, walking the isles thinking up something to cook and forgetting two things on the list. It's what I did last night for this soup I made tonight. I don't think I've ever bought bok choy before.

I write it down here for those who like a recipe or at least a starting point for personal variation.
Asian Soup

2 T. dark sesame oil
2 large garlic cloves minced(that's a great word isn't it?)
T. minced fresh ginger
1/2 lg onion thinly sliced
2 medium carrots cut thin diagonally
1 stalk celery cut like the carrots
1/2 lb. sliced baby portabellas
    - I was thinking shitakes but balked at the price
1 baby bok choy roughly chopped

Saute these in your soup pot.

Add:
1 qt. vegetable broth
    -you can buy it by the qt. I used a powdered variety.
1 lb. tofu cut in medium cubes
A bunch of water.
3 T. soy sauce
2 T. rice vinegar
1 T. asian hot sauce
    -or some kind of hot sauce. Our asian one is a little sweet.
black pepper

Cook for a while and then add:
Some kind of noodles.
    -I picked up some fancy stuff in the asian section but it looked like it was made of the usual stuff so I bought a very thin short noodle in the regular noodle aisle. A rice noodle might be a better choice.
   
Cook 'till the noodles are done.

Note: I made up these amounts using my best guess at what I splashed and poured.

I served it with a flatbread and it was good. I kept thinking it might need just a little something else but I couldn't think what that might be.

Any suggestions?

Monday, November 15, 2010

Love Spreader

I was talking to my dog the other day. I said, "Lucy, c'mon make yourself useful. Bring in some firewood. Go get us some food. You gotta earn your keep. Geez, what do you do around here that's useful anyways?"

She looked at me with baleful eyes and said without rancor, "I spread the love. I'm a love spreader".

I had to admit that's more useful than most of what I do.

Friday, November 12, 2010

A New Website

StephensWork.com
This is a screenshot of a website I created in 2001 to share my creative efforts on the web. After the initial excitement of getting something online (OK I was the only one who was excited) it has lain fallow, mostly neglected with little new content and little traffic. For the past two years I have used a blogging tool to share things on the web instead of the website.

Website design has changed dramatically in 10 years and this site was long overdue for an overhaul. It was "hand coded" in Notepad using tables and frames for layout, font tags for styles, and rollover images in navigation, very old school. It worked but was static and difficult to add new content.

The look of the new design is minimalist, a reaction to what feels like noise on the web. I wanted a quiet place. We now surf the web with blinders on, just like TV, filtering out all that is unwanted or enduring video ads before getting to the "free" content. The new site has an admin page where I can add content via the web which should greatly encourage its upkeep.

For those interested here is a primer on website design today that includes the specific tools I used.

HTML(Hyper Text Markup Language) is the basic language of the web and provides the hierarchical structure of data that is interpreted by browsers. First publicly available in 1990, version 4.01 is currently the standard. HTML 5.0 was published as a working draft in 2008 and is slowly being adopted. With more "drag and drop" and WYSIWIG (what you see is what you get) editing tools available you don't have to know this language to publish on the web but it sure helps.

CSS(Cascading Style Sheets) was first published in 1996 and is very cool. Separation of content and presentation is the accepted practice now and CSS makes this possible. Layout, colors, borders, and all manner of text manipulation can be controlled down to the last pixel. Erratic at first as browsers interpreted differently but now most have adopted the W3C standards.

Server Side Scripting  Few websites are just static text pages linked together as they used to be. Most alter what is displayed depending on varying parameters. It might be a user's set preferences, the date or location, or just the latest and greatest content. When a web page is requested a script runs on the server, usually in conjunction with a database, before delivering the custom page. I used PHP. Others are ASP, Perl, ColdFusion, and Python. PHP is free and there is a tremendous wealth of information, tutorials and scripts available from countless people who like to play with this stuff.

Database: I used MySQL to store information about all the gallery images. Title, dimensions, descriptions, comments and tags to facilitate searching are all stored so I can find and display images depending on certain criteria. MySQL/PHP is the most popular combo in use on the web because it's free and works well. Facebook uses it.

Client Side Scripting: Javascript. As the name implies this scripting happens in the end user's, or client's, browser using the end user's resources. On the plus side this usually means fast response - no waiting for the round trip to the server to make the change. On the downside the designer has no control over the user's resources; i.e., old funky browser, old slow computer, javascript turned off. Javascript used to be pretty complicated and unreliable  but recently Javascript Libraries have been made available that have taken a lot of the pain out of doing some pretty cool stuff. I used jQuery for one small feature. MooTools and YUI are others. JQuery has excellent online documentation and many scripts are available for free.

AJAX(AsynchronousJavascript and XML) I did not have a function needing Ajax but include a description here because it was such a buzz word in the web world for a while and has widespread use. It is a kind of client side /server side hybrid, using several technologies to make requests to the server for additional data without reloading the entire page. It makes for a more dynamic and interactive user interface.

RSS(Really Simple Syndication)
Also known as "feeds". Another way to vary your site's content is to get it from somewhere else. I am using it to display the last three entries of the blog I write which is hosted on blogger.com. If you "subscribe to a feed" you get back an XML file of that feed's content. This XML (Extensible Markup Language) can be "parsed" or read to separate the data from the XML structure to display it on your page. There are many tools to do this. Some free services online - you enter the URL of the RSS feed you want and it coughs up some code you can paste in your site. Feedburner is a Google tool. I tried Feedinformer which was easy to setup and worked but choked my site as it waited for their script to give me the goods. Too slow. I found a PHP script (magpierss) to do the job -  more complicated to set up but much faster.


Embedded Objects
Many sites now offer embed code as a way to share their services. This code places a box on your page that draws its content from the service. I am using YouTube to display a channel, or playlist, of my videos. Anything I add to the channel on YouTube's site will show up on my site. I'm also displaying a digital "book" with embed code from blurb.com.

Extras

Fancy Fonts
Web text has basically had 4 fonts for designers to use: 2 serif, 2 sans-serif. Anything else had to be done with images which are slow to load and do not scale. With the implementation of CSS3 that is changing. You can now host whatever fonts you want and apply them with CSS. I downloaded 2 free fonts from FontSquirrel  which also has documentation on how to do it. It's not perfect - you can see the site flinch as the fonts are applied.

CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart)
CAPTHCHA is the name given to those squiggly letters and numbers you have to figure out and enter in the box before you send in your form. It is generally not a good idea to put your email on a website because Spambots (as these applications are called) harvest emails for malicious use. Keeping your email only on the server side and accessible only after solving the squiggly puzzle prevents this. I found a PHP based open-source script (Secureimage) that seems to work well. It even provides an audio track to help those poor humans trying to figure it out.

Mobile Devices
     The bane of web designers has always been the lack of control over the viewing medium. It looks perfect on one platform, browser, resolution, type size and falls apart in another. Now we have gorgeous 20" monitors and teeny-tiny cell phones trying to view the same site. I found a PHP script that tells me if a mobile device is requesting a page. I can then redirect to a suitable format. Luckily in my case a few lines of CSS were enough to make it workable.

Sunday, October 17, 2010

Three Sisters

three sisters on holiday at the shore
a time away from husbands, work, children
on the boardwalk in a small shop they buy matching hats and dresses
laughing and teasing as they do so, slipping into old familiar roles
after supper they walk barefoot for miles on the beach
arm in arm, leaning into each other, sharing their stories, cherishing each moment
knowing it will never happen again

maple, sycamore, walnut
9-12" tall
they are hollow, the hat crown a friction fit stopper
the dots are inlay
each contains the scent of a different perfume