A Blog by Scott Isaacs

Month: July 2005 Page 1 of 2

SlickRun

The other day I started using SlickRun.  It was in Scott Hanselman’s Ultimate Tools List.  I’d seen it a while back, but finally downloaded and installed it the other day.  Here’s a screenshot:

In short, I like it a lot when I remember to use it (which is spotty, but getting more frequent).  I have it set to show on Win-Q (the default) at the location of my mouse cursor (not default).  You can run commands there as if it was the command window or Start->Run, but you can also create “MagicWords” to be shortcuts to other programs (with or without parameters).  For example, if I type Win-Q then “mor” (for morning), my e-mail, my RSS reader, and iTunes all open.

The best thing about it: it’s free!  🙂  Long live the keyboard!

Life 2.0 – Coming Soon

Be on the lookout for a new version.  It’s just around the corner!

The Answer to Life, the Universe, and How Much I Made From Google AdSense Yesterday

42.

I made 42 cents yesterday by adding Google AdSense to my site.

Trying Google AdSense

If you’re viewing this page in your browser (as opposed to an aggregator) you will now see Google AdSense link units in the navigation.  I thought I’d try these out for a while.  As you can see, they’re smaller than the regular Google ads that you might have seen on other sites.  I imagine that they will pay out less than the other ads as well, but I’m not really expecting to make tons of money on this anyway.

That said, please feel free to click on any of them.  I’d rather get something than nothing.  😉

Update: At the moment, I’m also trying out the regular AdSense format as well, so you will see both for now.

Head First Design Patterns (Part II)

I bought Head First Design Patterns (“Part I” here) today.  There are lots of exercises in the book, and they apparently (according to the Introduction) are a very important part of the learning process.  My dilemma, though, is that I don’t know if I should write in the book, or keep notes separately.  I normally don’t like writing in books, but I don’t know why.

BTW, I decided to post about “Head First” as much as possible because it makes caseygiggle“.

Update: I just saw this.  It’s a C# implementation of the various source files from the Head First book provided by Mark McFadden.  (Via Sean, via Darrel.)

Life v1.1

I just noticed that three pieces of software that I often use are in version 1.1:

  • Visual Studio (OK, so it’s really version 7.1 of VS, but the Framework is in v1.1)
  • Community Server
  • My web mail client

I thought that was kind of interesting and it got me thinking about other “v1.1” things.  The first thing that came to mind was my actual web sites — this blog site and my “other” site, ScottIsaacs.com.  This blog was intended to be a minor upgrade to the functionality provided by my original site — just until version 2.0 comes out.

Another, more important one-point-one is my career.  I’ve been through the 0.x pre-alpha stage, the major 1.0 release and then a minor upgrade.

Maybe I should try to upgrade my web sites and career and launch a new version in coordination with the next release of the Visual Studio…

My Wishlists

Because so many people have asked, “Scott, what wonderful items can I buy for you?”, I am including this list of various wishlists.  (I’m also going to add it to the site navigation so you can find it easier.)

OK, so the list of lists is pretty short right now, but I might add more someday.  For good measure, here is the link to my CafePress store.  Go buy something.  😉

Comments Have Been Restored

Well, after being down for about a week, comments are now re-enabled on my blog.

I posted to the CS Forums about this issue to try to get some help, but no one ever responded.  So I decided to ask someone I know that works for TelligentDan Bartels.  I sent Dan a short e-mail, pointing to my forum question, and he responded right away (within ~30 minutes).

He made a simple suggestion to temporarily switch to the default blog skin and see if comments would work.  The comments did work!  My problem stemmed from the fact that I was using a customized version of a skin that came in the 1.0x CS distribution.  Based on his suggestion, when I got home I poked around for about 10 minutes and got it working.  In case anyone else has a similar problem, here is my simple solution.

In the /Themes/Blogs/_Your_Theme_/Skin-EntryPostCommentContainer.ascx, add this line:

<Blog:EntryComments runat = “Server” ID =”comments” />

For example, my file now looks like this:

<%@ Control Language=”C#” %>
<%@ Register TagPrefix=”Blog” Namespace=”CommunityServer.Blogs.Controls” Assembly=”CommunityServer.Blogs” %>
<%@ Import Namespace=”CommunityServer.Components” %>

<Blog:EntryView runat = “Server” ID = “Entry” />
<Blog:EntryComments runat = “Server” ID =”comments” />
<Blog:CommentForm runat = “Server” ID =”form” />

You could also just copy this file from /Themes/Blogs/default/, but you would lose any other changes you may have done to the file.

Thanks for the tip, Dan!!

Comments Are Temporarily Down

Someone pointed out to me that my blog comments are down.  I am working on this and will let you know when it is fixed.

Head First Design Patterns

Has anyone bought and read Head First Design Patterns (or as Gerry calls it, “The Hot Blonde Patterns Book”)?  I’ve been slacking off on learning more about patterns, and have recently rekindled my interest.  I have Refactoring to Patterns at home, and have started to read that one, but a few people have mentioned this one to me as well.

The problem is, though, that I have focus problems when … Ooh!  Look at that bird!  Oh, sorry.  I have a hard time reading.  I understand it just fine, but I often lose interest quickly (unless I’m getting paid for it).  This book (image borrowed from Amazon), though, looks like it might actually be able to hold my interest.  I read a sample chapter (linked from this page) — the whole chapter — so there might be hope.

I just need someone to verify this and to vouch for its content.  Aside from being easy to read, is there enough information in the book to make it worth while?  Any takers?  Thanks.

Update: I should have mentioned that I have the GoF book, but for me it seems more like a reference than a tutorial.

Page 1 of 2

Powered by WordPress & Theme by Anders Norén