Send A Message

If you have a question or comment, drop me a line and I'll be
sure to get back to you. I'm always available to answer any
questions you have regarding your website.

Full Name

Email Address

What can I help you with?


Rocking R Ranch Horse Boarding Facilities

July 21, 2009 at 12:37 pm | Websites | No comment

“At Rocking R Ranch, Horses and Boarding are our specialty and priority. We offer a safe, quite and convenient facility that is family oriented, with a friendly atmosphere. If you are looking for a peaceful and quiet setting to enjoy your horse and get away from the hustle and bustle of everyday life Rocking R Ranch is the place you’re looking for.”

Check it out: http://www.rockingrranch.ca

Personal Climbing Blog Launched

July 3, 2009 at 2:37 pm | Websites | No comment

I’ve created a  climbing blog to keep track of what I’m up to in the rock climbing world.  I basically need something for myself to remember what I have done and when, so this is it.  Take a look, follow if you wish.

You can find it here:  http://climbing.danbeland.com/

IE6 Double Margin

May 29, 2009 at 1:04 pm | CSS | No comment

IE6 seems to double it’s margins on floated elements…
Why? Who cares… Here’s how you fix it!

Just add display: inline; to the floated element!

I found it here: http://www.jaymeblackmon.com/ie6-double-margin-bug-fix

Reset Windows Networking

May 5, 2009 at 11:40 am | Windows | No comment

When all else fails and your Windows network just won’t behave, nuke it!

Open up the Console (Start -> Run: cmd [Enter]) and issue the following 2 commands.

Reset WINSOCK entries to installation defaults:

netsh winsock reset catalog

Reset TCP/IP stack to installation defaults:

netsh int ip reset [log_file_name]

Canonical Tag – Reduce Duplicate Content

March 4, 2009 at 6:10 pm | SEO | 1 comment

Google, Yahoo! and Microsoft have come together in an attempt to reduce duplicate content in SERPs due to multiple URLs pointing to the same content.  The new tag named the ‘Canonical Tag’ allows you to define what the real address of a page should be by providing a META TAG in the HEAD section of a web page. (more…)

Force a Background Color in TinyMCE

December 18, 2008 at 12:39 pm | CSS | 1 comment

So you’ve put together a CSS template with a body background color. We’ll use #4C4C4C. Your CSS template contains a content area that is a different color. We’ll use #000000. In simple form that looks like this:

body {
    background-color: #4C4C4C;
}
#content {
    width: 700px;
    margin: 0 auto;
    background-color:#000000;
    color: #FFFFFF;
}

Now if your content area is black, wouldn’t it be nice to edit your content in TinyMCE on a black background? Assuming you have TinyMCE importing your sites stylesheet, here is the trick:

* .mceContentBody {
    background: #000000;
}

That’s it!  Super easy.  If you have a better way of doing this feel free to comment.

IE Min-Height in CSS

November 26, 2008 at 10:56 am | CSS | No comment

This is a quick and easy trick/fix for correcting the css min-height problem in IE6.  It is pure CSS and does not require any additional div’s.  Here’s the code:

selector {
  min-height:500px;
  height:auto !important;
  height:500px;
}

That’s it! This trick should be compatible with: IE6, IE7, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2

This is not compatible with IE5.5, but with less than 0.01% of my visitors using it I am not overly concerned about implementing this fix on most sites.

You can view Dustin Diaz’s original article here.

Hecklers Bar & Grill

November 14, 2008 at 3:42 am | Dining | 3 comments

Looking for a cool new place in Victoria to grab a drink and hang out with friends? Spend one night at Hecklers Bar & Grill located at 123 Gorge Rd, Victoria BC and you will be hooked.  Hecklers has all the games/activities that any serious sports bar should have including a dart board, pool table, Foosball table, bubble hockey, Big Buck Hunter and a recently added pinball machine. (more…)

« Previous Page