The Best Dessert Wine with Creme Brulee

Update 12/1/09Today I was watching the WineLibraryTV.com show that Gary Vee had with the “Great One” Wayne Gretzky, very entertaining as well. I noticed towards the end they brought up the subject of “ice” wines, specifically those of Canada and Germany, and mentioned that “ice” wines make an excellent dessert wine as well. If you follow the link to the show above you can click the last marker towards the end of the show to see the segment of them talking about ice wines in general and the specific ice wine they are tasting, a 2006 Shiraz Ice Wine from Estate 99, Gretzky’s own wine label. It’s a really cool bottle. Here’s a link to the Gretzky wines. The last two wines at the bottom of the page are ice wines, including the Shiraz.

So, I was thinking of submitting something to Digg and then I realized I didn’t have an account, or do I? Anyway, I thought, what should my username be, my own, something different? So then I thought, “Oh, I wonder what username Kevin Rose uses?”

So you know how one thing leads to another. I search for Kevin Rose on Digg. The second thing that pops up is a link to a video with Gary V and him doing a show on Winelibrary TV. Well, although I’ve never had an interest that much in wine, I couldn’t miss watching two such entertaining people. And the episode was just that, very entertaining. The first two wines tested, Kevin didn’t like very much, but the last,  2005 ChateauRabaud Promis Sauternes, a dessert wine, he raved about. So did Gary. It’s almost worth it to just watch that last segment. And you know what, it engaged me so much that I got interested in that wine. So I wanted to write a blog post about it so I could remember it. The next time I need a dessert wine, I’ll order that. It’ll make me feel very sophisticated and maybe impress my friends. That’s the value in Gary’s show. Even for the non wine enthusiast, the little tidbit of information can give you a little social esteem boost. That’s the “grabber.” In sales they have this thing called “FABG’s” Features>Advantages>Benefits>Grabbers. Here’s the video of Kevin and Gary describing this wine:

It’s 13:25 into the show, or you can just click that third black button to the right on the playhead line to bring you to that point (I now have the video set to play automatically at that point.)

I would suggest you buy it from Gary, but last I checked he was out of stock. Depending on when you read this, you may check with him again. He has a convenient link there under the show for it. If he’s still out here’s a list of vendors from Google Shopping. It’s a little pricey. $45. It’s also offered in a half bottle size for around $24. What are your thoughts? Have you ever had this wine before? Love to know your experience. I’m planning on buying a bottle. Might even make a great gift too.

How to Make a Transparent Myspace Page

Update 11/7/09* OK, it will halfway work, or 4/5ths work in 2.0 if you go into Customize Profile, select “No Theme” and then add the code below into the CSS box. But the damn thing is, you have to manually enter it. Won’t let you copy and paste, at least not on my Mac. And then you hit publish and it will say, “You have some custom CSS in your Advanced Edit that may not look right with this theme. Remove the custom CSS?” And you say no, keep the Custom CSS. Then when you publish the majority of your page will be transparent, but that big blue Myspace header is still there. I don’t know how to get rid of that. You can check out my page here: http://myspace.com/stephenkp and my music page which is still on 1.o here: http://myspace.com/stephenpickering

Update 11/7/09*If you haven’t guessed already or wanted to throw rocks at me in the parking lot, this code only works on Myspace 1.0. I just started playing around with Myspace 2.0 today and it doesn’t accept CSS code in the various info boxes that 1.0 did. From my brief playing around, I’ve found that you can sort of kinda do it by putting the URL of your image in the all of the places under “Advanced Edit” or you can import an image if you right click the URL box (Control+Click on a Mac) but I can’t seem to get rid of the massive blue Myspace banner up top, unless I choose the “Snoop Dog” theme, but in which case it lowers my photo and info bar too much. The whole thing doesn’t look as clean either as each “module” and “content” breaks off the continuity of the image. I have a solid red image that’s tiled. I can imagine if you had a photograph, as I once did of my dog, it would be a complete disaster. So the only option I can see is to roll back to 1.0 if you can (it allows me to). I don’t know what the solution is. Do you? Any ideas? And that damn myspace won’t let you cut and paste code into their Customize pane. I noticed there is a CSS box at the bottom of it, so I had to manually enter my code into that (tedious) hoping it would work, but it didn’t. When you save it, it keeps taking out the <> around the <style> tag and adding some gibberish to it. Maybe it would work if myspace didn’t mess up the code like that. I’ll keep looking. If you have any ideas, I’d love to hear from you.

So, you want to know how to make  your myspace page transparent? I started this blog just as a tool for myself, just to post various things that interested me, so that I wouldn’t forget them, but now its like “Man, I gotta post something everyday!” Funny how the ideas quit pouring in, serendipitously, when your attitude changes. Oh well, for the most part it’s fun. So I was fooling around on my Myspace page and wondering how to make a transparent background on it to make it look cooler, to make me look cooler.


Below is the CSS code to make your Myspace page transparent. It’s pretty cool actually, but it would be nice to learn CSS completely so that I wouldn’t have to always be looking things up, and so that I could use Cascading Style Sheets to make even more custom changes to this and other pages of mine. Below is my Myspace page where I chose a background of a photo that I took of my dog. But you can put any image you want as your background, and still, for the most part, see all the foreground navigational links and boxes, or if you so choose you can make everything transparent on your myspace page.


I wish I could take credit for this, but I can’t. I got it from: this blog.
Go there and you can get the exact instructions (they’re easy) and code that you can copy and pace into your myspace. He’s also got some code there to make the boxes opaque. This is a lot of fun, and looks cool too. It’ll impress your friends, and you’ll really have street cred.
I guess I better reprint his post here in case the link ever goes dead:

For making your myspace profiles – If you dont pimp your profile, you are nobody. People wont respect you in the community. For making cool backgrounds, and your boxes (tables) transparent or moderately opaque, here are some tools I made today.
They are all clean now. if you do a search for these things normally, they will always try to enter in their own ads into your myspace page. dont be violated. I havent sold out yet – so here is some very clean code for pimping your myspace. Be Safe.

For: transparent boxes – custom background image
<STYLE>
td, table, tr, span, li, p, div, textarea, DIV
{
background-color: transparent;
}
body
{
background-image: url(http://XXXXXXXXXX);
background-repeat: repeat;
}
</STYLE>

opaque boxes and a background image>>>>

insert the following inside your style brackets… (What are Style Brackets?)

td.text td.text a img {width:50px !important;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
table table table {border:10px double; border-color: 000000; padding:1; background-color:FFFFFF; filter:alpha(opacity=95); -moz-opacity:0.7; opacity:0.90; -khtml-opacity:0.4;}
table table{border:0px}
table table table table{border:0px}
body {
background-image:url(http:/XXXXXXXXXXXXXXXXXX);
}

you can play with the highlighted line to get the degrees how you want it. be careful! you may lose visibility altogether, and then you will have to navigate solely using your instruments.

*Note: This Article was orginally written on February 28, 2008 on another blog, so my Myspace page looks a little different now. It’s still transparent, but with a tiled solid red background.