It fits!

December 7th, 2008 by robfelty
trim around bathroom shelves and drawers
trim around bathroom shelves and drawers

This weekend I worked some more on finishing up my final home improvement project in the Spencer house — the bathroom cabinets/shelves/drawers. The main thing left to do is the trim, which requires a lot of precision (and hopefully accuracy too). Yesterday I cut the remaining pieces of trim which I had salvaged from other projects, and then stripped them. I hate stripping. Especially since I was working in the cabin, and it was only a high of 30 degrees. I had a little electric space heater, but it did not really provide much heat.

Today I re-adjusted the drawers, since they weren’t quite level, and some of them didn’t close quite right. Since the wall next to the drawers is not completely straight, this caused some problems for the drawers. The opening near the top is slightly bigger than near the bottom. I probably could have fixed it more easily before I had put the countertop on, but you know what they say about hindsight. So I simply shimmed the runners for the drawers a bit, and that worked fairly well. Then I put all the trim into place, and marked where I wanted to drill holes. There are three pieces that go between the drawers that will be glued to the vertical trim pieces next to the drawers. I put 2 holes in each side of these cross-pieces, and 2 holes in the vertical pieces, and will then put small dowels in the holes, and glue them in place. I took Ellen’s advice and drilled the holes a bit bigger than the dowels to save room for the glue (and also to give me a bit of slop as well).

Now I just need to stain and seal the trim, then nail it into place. Almost done!

Liked by
  • December 8, 2008 at 7:37 am Gabe
    You should know that those dozen+ javascript and css files make the page take forever to load.
  • December 8, 2008 at 11:21 am Robert Felty
    @Gabe, what do you mean by "forever", and how do you know that it is the javascript and css files? It seems to me like most sites have several javascript and css files (especially blogs with lots of plugins). I do have several alternate stylesheets. Maybe it is time to get rid of those. It seems that most people don't even seem to notice them. I thought it was kind of a neat idea though.
  • December 8, 2008 at 2:24 pm Gabe
    About a half-minute. The browser can't display the page until it has the stylesheet, and it can't even finish loading the page until it has the javascript (because it has to be executed inline). Generally a page will display as it loads if it doesn't need those external items. There's close to 250ms latency between my hotel room and your server and there are 22 files to load, so it could easily be 11 seconds to load the page if there are no dropped packets. Of course since packets do get dropped, everything takes exponentially longer (unless it times-out).
  • December 8, 2008 at 3:17 pm Robert Felty
    @Gabe. What browser? I usually don't experience much lag (even at home on our crappy satellite internet), but I think that living with satellite internet has made me patient. I just tweaked the javascript and style stuff for my other blog, which uses a very similar, though not identical style. How is the page load time there for you? http://blog.robfelty.com
  • December 8, 2008 at 3:27 pm Gabe
    I'm using IE6, but I think most major browsers use the same algorithm. That robfelty page displayed after about 8 seconds, but it took a while after that for all the images to load. Keep in mind that my connection appears to be unusually lossy, but the Internet in general is inherently lossy.
  • December 8, 2008 at 3:58 pm Robert Felty
    @Gabe - that is still a bit slow. I use several plugins which load some javascript files, some of which I have written myself. I am actually in the process of re-writing some of those to share more code, to reduce the number of files they load. Any other suggestions for speeding up page load time (without decreased functionality)?
  • December 8, 2008 at 4:12 pm Gabe
    Cut out things you don't need, and combine files where possible. For example, you have 8 javascript files that could probably be combined into 1. If you still want to maintain the files separately, you could use PHP to just include them sequentially. I bet you could do the same with stylesheets, too. If the files are small (maybe 1-2k), just server-side include them because the overhead of downloading them for each page is about the same as just checking to see if the cache is up-to-date.
  • December 8, 2008 at 8:34 pm Robert Felty
    @Gabe - I cut out a bunch, but for some reason I can't figure out how to only choose the parts of scriptaculous that I am using from within wordpress. So there are about 8 js files all being asked for when I all I wanted was one stupid little animation. I think it should load significantly faster though now. Please give it a try if you have a chance. Thanks for pointing it out, and for the advice.
  • December 9, 2008 at 3:22 am Gabe
    Wow! It loaded in only 5 seconds now.
  • December 9, 2008 at 3:59 pm Robert Felty
    @Gabe. That still seems a bit slow, but I guess I can live with that for now. Thanks again for pointing it out. Today should I actually try to get some work done.

Add a comment on FriendFeed




Comments are closed.