Blog Home | My Old Blog Posts (from old site) | Monthly Archives
Tuesday, April 29, 2008
Eyes, STP, and Hunting
First off, today was my 3 month post-LASIK/ASA checkup, and the Doc said everything is going perfectly. He was well pleased with how "aggressively [my] eyes were healing," and I was nailing 20/20 like there was no tomorrow. I'm now off all medicated drops and "special" tears drops, so that's nice. Now I can look forward to things getting more and more clear as time goes on, and I'll have another visit in 4 months.
••••••••
STONE TEMPLE PILOTS are back! w00t! They'll be playing at the Woodlands June 28 — assuming Scott doesn't get thrown back in jail — and I will be there. This is one of my all-time favorite bands, and one of the best dadgum bands to ever exist in my opinion, and it's awesome that they're touring again.
••••••••
The hunt is over: in roughly 3 months, I will be the proud owner of a Gretsch G6196T Country Club (the guitar in yesterday's post). SWEET. No one — and I mean no one — has these puppies in stock, so I had to special order it through my secret source. Now I just have to wait patiently, because as great as my source is, he still hasn't figured out how to travel in time... =(
••••••••
After the eye appointment, my Dad and I went to Golfsmith, and we grabbed some clubs we've both been eyeing. He stocked-up on some Callaways, and I bought a new Ping driver and a hybrid: a 10.5° G10 and a 21° G10, respectively. I can't wait to try these guys out in our tournament Friday. I love my Ping irons, and I really, really love the new driver — at Golfsmith's indoor range, at least. Hopefully they'll play as well in real life, but we'll see. At least I have 90 days to get 90% of my money back if I don't like them.
••••••••
Did I mention I'll be seeing Stone Temple Pilots in a couple of months?
Monday, April 28, 2008
Monday: New Site, New Guitar, and More
Well, I decided to fully jump over here and put my old Blogger blog into suspension. I still have a lot of background work to do here, but all the main "bones" are in place how I want them. Having said that, some things that are still on my to-do list are:
There are other tidbits, I'm sure — but that's the main gist of everything remaining.
As I've mentioned before, I'm making sure that all my pages adhere to XHTML 1.0 Strict and CSS3 validation standards, and so far it's been a breeze. I'm still adjusting to not having links automatically open in a new window, but oh well. Another thing I'm pleased with is that I'm no longer bogging-down the front page with a bunch of embedded Flash or JavaScript badges and banners. I think, as a designer and coder (and a web user), I'm getting tired of the slow-loading glitter and glamor — so I'm doing away with most of it on my site.
Anyway, it's nice to be working with such a dynamic and scalable content management solution again. I loved ExpressionEngine back when I was doing RAILhead Design, and the new version of EE is even better. Oh, and it'll also be nice to open the comments to non-Blogger users — I just hope I don't have to start policing them...
•••••
I'm having hollowbody withdrawals. =/
With as many guitars as I have and I've gone through, I still haven't found the one that gives me the specific tone and flexibility I want when it comes to going from clean to overdrive/distortion. Currently, when I need that combo, I grab my Reverend Manta Ray — and don't hear what I'm not saying: I love my Manta Ray. But it still has a really electric tone to it when it's clean, and that's mainly due to the size of the body, the internal chambering, and the material it's made of.
I used to own an Epiphone Dot Archtop — and it was a great guitar, but it would never stay in tune. Back when I had it, I didn't feel like going through the trouble of replacing machine heads, pickups, etc., and since it was such and inexpensive guitar, I just sold it. But now I want another true hollowbody, so the search is on.
Right now, I'm quite intrigued with Gretsch's Filter'Tron pickups, and I love the idea of having a solid spruce top and a 2.75" laminated maple body like the Gretsch Country Club G6196T sports. I also like the Cadillac Green paint job.
Unfortunately, I can't find one in stock at any of my usual sources until September or later. Ugh. I haven't fully begun my hunt, though, so I may turn up something this evening...
•••••
We had a really great service at church this weekend. For starters, I was really pleased with the music. At first, I wasn't too keen on the set list since some of the songs were ones we've played to death, but our Worship Paster knew what he was doing when he picked them, and in the end, they synced perfectly with the message. We didn't have any technical issues to speak of, we pretty much hit every cue on time, etc. One of the benefits of doing songs we've played to death, of course, is that we know them like the backs of our hands — and that allows us to not have to follow a chord chart as much, which in turn allows us to play more freely and be a more active participant in the worship. That's always nice.
•••••
How cool was it when Ben "activated" the Smoke Monster? I totally wish I had my own Smoke Monster, but I wouldn't want to have to get all sooty every time I set it loose (yes, that was a hint).Sunday, April 27, 2008
Slowly But Surely
If you're reading his, you're checking the status on my new site — which is a good thing! I still have loads of sub pages to add, but the basic site is up and running in full. I'm going to be waiting a bit longer to totally move out of Blogger, though — I just want to clean up a few things around here, first. If all goes as planned, I'll be out of the limiting (and ugly) Blogger interface and fully here within a week's time.
So, browse around and see what I've done with the place — just be sure you keep checking back to see any new content I sneak into place!
Friday, April 25, 2008
More Geek: Validation, XHTML, and More
I'm getting really close to being 100% complete with my new (old) site, maurymccown.com, and I've been enjoying building everything to Standards. (If you follow the above link, be aware you may see radical changes here and there as I tweak the back end.)
I use ExpressionEngine as my content management software, and the latest releases default to XHTML 1.0 Strict, so that's what I've been coding toward. With the onset of more and more people using handheld devices for full web browsing (and loads of other reasons), getting one's site to adhere to Strict standards is a good move to make. This, however, required me to change some of my old ways — and I'm still getting used to those changes. Namely...
The "target" attribute is fully deprecated.
I always — always — used "target="_blank"" when adding links, mainly because I never wanted a reader to navigate away from my site and never return. No can do with XHTML 1.0 Strict. The reason is simple: opening a link in a new window assumes the device reading the site has a windowed interface — and that can't be guaranteed, so there's no reason to include it as a standard. Furthermore, my forcing a link to open a new window overrides the user's desire — if a user really wants a new window, they can open the link via contextual menu.
Border specifications are deprecated.
Since I'm an old dog hand coder, it's become second nature to include "border=0" around all my images, but that's no longer valid. To get around this, you simply specify a CSS class for your img tags, saying "border-style: none." Done deal.
Going back to H1, H2, etc.
Since I began migrating to CSS back in 2002, I started ignoring the long-standing heading tags like H1, H2, H3, etc. For my headings, I'd just create a style in CSS and apply it — but it really is better to use heading tags. First off, it helps those with disabilities read your site, because those specific heading tags are looked for when a page is read. Also, most indexing spiders look for content in your heading tags, so that can help with page ranking in search engines. Lastly, it's just good form to use them, so that's what I'm doing.
The death of tables as a crutch.
I'm also having to get over the ease of using tables for navigation bars and the like. Tables are meant for tabular data, and a lot of us old hats use the for all kinds of non-tabular stuff — but CSS can do anything a table can. Instead of specifying cell size to make all your button equidistant, just wrap them is a CSS style. A lot of the alignment attributes aren't allowed in tables any longer, either, so that puts the load back onto using CSS.
And the list could go on. Being the dork that I am, I must admit how nice it is to know all of my pages validate 100% with XHTML 1.0 Strict — and they look exactly the way I want them to on all browsers, in all platforms. That last bit is the kicker. Sticking with Standards sometimes requires a bit more thought and planning — and it can sometimes mean letting go of something you've been doing for years — but in the end, it's the best practice any web designer/coder can go with.
So how does your site stand up against validation? Head over to W3C's Validator page, put in your site address, and see if you, too, can get the "Passed" badge, too.
Wednesday, April 23, 2008
Wednesday Ramblings, CSS, Etc.
Okay, I'm officially giving Internet Explorer the finger over its handling of text size. *waves fist*
I wanted to play nice and everything, but dadgummit, Internet Explorer makes you jump through so many hurdles to make your site look consistent between it and every other bloody browser out there, and I'm tired of playing with it. So, while I had plans to go with em units for my web fonts, I'm sticking with good ol' pixels.
What does this mean to you? It means that if you think the text on my new site is too small — or too big — you can resize it in every browser available except for Internet Explorer.
Microsoft's "logic" in this is that using pixels for sizing means the pixel size is the size the item should be — therefore you shouldn't be able to scale said item up or down. I agree with this logically, but Explorer is the only browser that adheres to that thinking, and in the Democracy of Browsers, I think they need to get over it (though they kind of did with IE7's Screen Scaling).
So, I'm back to pixels. Windows users should be using Firefox or Safari, anyway.
•••••
You know you're a d0rk when you enjoy unnecessarily commenting your CSS.
•••••
I am oh so very sick of David Cook. I'm wagering the Irish gal or Brooke will be going home tonight. (I'm talking about American Idol, just in case you were wondering.)
•••••
I think I figured out how the wasps were getting into our house. The little twerps were, I think, getting into the attic via the soffit vents, then crawling their way out of the attic door — which doesn't close all the way. Methinks they saw the available light and followed it out. I have reached this determination after taping the aforementioned attic door crack, and since taping (a couple of weeks ago), nary a wasp has been found inside.
Now I just need to buy (and install) a new attic door/ladder thingie. Yay for that.
Monday, April 21, 2008
Random, Quickly
I didn't have much time to work on my site over the weekend, so I'm still using Blogger for my posts — no biggie, though.
•••••
Speaking of web sites, I'm also rebuilding our company site to more modern standards, and I thought I'd take a second to once more state how much I love CSS.
This new designing has led me to another crossroads, though: specifying font size. I've bounced back and forth between using point and pixels to specify size, and out of those two, point declarations are deprecated and should be avoided at all costs. Point size is fine for typography, but not for screen resolution.
This leaves pixels, which I like horribly — but they also prevent users from increasing point size if they think my text is too small. At the same time, though, I'm able to absolutely control the look of my content — but again, it's controlled at the reader's expense.
This leaves me with the em, which is something I've never really used on my own design code. But, the em is really "where it's at" at this point in time, because it allows a relatively decent amount of control over layout while allowing the user to increase text size to suit their eyes.
So, I guess I'll be making the transition to the em like a good coder should.
•••••
Having a patch cord crap-out right before you're supposed to play one of the most emotional and personable songs during the church service really sucks. It was pretty much just me on the acoustic and the singer, but I was dead in the water. Thankfully we had our keyboard gal playing, so she was able to fill the position.
•••••
I was asked four times this weekend about why I don't have the images I have in my client portfolio online anywhere. The answer is simple: I rarely request that a person sign a model or subject release.
Since any Bob or Sally with a camera can be "A Photographer" nowadays, the market is flooded with people that just don't know the law or the rules. I'm amazed at some of the sites I visit where people are posting images of other people, using those shots in their online portfolios, posting them on Flickr, etc., all without having those people sign a release. At least in Texas, it hasn't been written into law that photographer must have a signed release — but that day is coming soon. Nevertheless, it's always better to err on the side of caution if you're not dealing with a close friends or family — or if you're taking shots of someone you asked permission to take shots of (as opposed to them asking you for pictures).
So there you go: I don't post some of my portfolio images because I didn't get the client to sign a release — and when you get bit by not having a release, you'll hold onto your pics, too. =)
•••••
Either Doc Cottle or Tom Zarek is the final, unrevealed Cylon. Just wait...
•••••
Metallica is back in the studio. Let's all cross our fingers and hope they get back to their Justice and Black album days.
Thursday, April 17, 2008
Thursday Already?
My wife and I are back on our Frasier kick, and we're buying the DVDs of all the seasons as we get to them. Every single episode is funny.
•••••
I fully moved maurymccown.com to the new grid server yesterday, so now I have access to all kinds of neato techie coolness and backends for my site. The first thing I did was install ExpressionEngine — the best dadgum content manager known to Mankind.
I'm now in the process of building my site pages for use with EE's template system, so for now, when you visit maurymccown.com, you're still viewing plain ol' HTML. I have most of it done, and I'm hoping to have it 100% complete this weekend.
After that, I begin the process of transitioning my weblog from here to there, so stay tuned.
I must say, also, how much I love using ExpressionEngine. It works beautifully with CSS, and the ability to assemble parts of a page with any number of code snippets is pure magic. For example, my page title, navigation, post area, background image, META, JavaScript calls — all of that info is reused on every one of my pages. So, instead of having to add that code to every page, I simply build a "header" page that stores and info, then when I build a new page, I just call "embed=site/header" and boom — all of the above is automagically inserted in the final page.
This makes it painfully simple to modify stuff like navigation bars, etc., because I only have to modify one page — and all my other pages get updated.
I love technology. =)
•••••
Something is happening Monday that I'm totally looking forward to — but I can't say what it is just yet. Anyway, it's been almost 10 years in the waiting, and I'm as giddy as a schoolgirl with anticipation.
•••••
I need to sell my Dual 2.0GHZ G5 tower. Any buyers?
•••••
I can't decide if I want to have a cigar before practice, or my pipe with some Finck's Golden Cavendish. Decisions, decisions...
Syndication: ATOM | RSS 2.0