5 Easy Choices For a Better Website.

* Featured — January 7, 2012 at 6:38 am

5 Easy Choices For a Better Website.

How to enable site maps in Waypoint

* Featured — November 22, 2011 at 11:12 am

How to enable site maps in Waypoint

5 reasons you should learn how to use HTML

* Featured — November 21, 2011 at 2:40 pm

5 reasons you should learn how to use HTML

Recent News

Are you backing up your data?

Are you backing up your data?

Published January 7, 2012

Fixing IIS7 Maximum Upload Size

Published July 28, 2011
Make a Div Stick to the Bottom

Make a Div Stick to the Bottom

Published May 17, 2011
Parallels files corrupted? A quick fix (maybe).

Parallels files corrupted? A quick fix (maybe).

Published February 27, 2011

Parallels Quick Tip: Drag Modifier Keys

Published February 26, 2011
Clear DNS Cache in OSX

Clear DNS Cache in OSX

Published February 24, 2011

SMTP Configuration on Rackspace Cloud Servers, Windows

Published February 21, 2011

Visual Studio Environment Tips

August 11, 2011 No Comments

This week I had to send my iMac in for repair. Normally I program using Windows Server 2008 running in Parallels. This week I had to go back to my old desktop PC to get my programming work done. I had to reinstall my development environment since I hadn’t programmed on that machine in a ...

readmore * Featured Lower Section, .NET Programming

Make a Div Stick to the Bottom

May 17, 2011 2 Comments

It’s possible. CSS only. No javascript. No funny-business. Most of the time I do this for a footer on a website. (See www.weissauctions.com, or our own site even, www.twinharbor.com). The footer should stick to the bottom of the page (or the parent element). If you resize the window and the content doesn’t fill the screen, ...

readmore * Featured, * Featured Lower Section

Parallels files corrupted? A quick fix (maybe).

February 27, 2011 5 Comments

Today I copied a parallels image (Windows Server 2008) from my imac to my macbook. For some reason, I got the following error message when I tried to start it up: The virtual machine cannot be used because its files are corrupted. A bad file copy on the network? It turns out no. This message ...

readmore * Featured, * Featured Lower Section

Clear DNS Cache in OSX

February 24, 2011 No Comments

Mac OSX caches DNS data to enhance performance, which is nice, however sometimes when you’re moving a website or server, you want to see the new DNS data. Here’s a quick little fix to clear the DNS cache in OSX. Open terminal and enter: (Max OSX 10.5 Leopord and up) dscacheutil -flushcache

readmore * Featured, * Featured Lower Section

SMTP Configuration on Rackspace Cloud Servers, Windows

February 21, 2011 3 Comments

As it turns out, configuring SMTP for asp.net applications to send simple email messages in Windows Server 2008 is not exactly straight forward. I think Microsoft is focussed on organizations with exchange servers ready to go, and as a result they have left us web hosting types out in the cold. How disappointing! But alas, ...

readmore * Featured Lower Section, * News

Visual Studio 2010 Attach Warning – w3wp.exe

February 19, 2011 No Comments

We often debug against w3wp.exe (the IIS worker process) when building web apps. Visual studio 2010 adds an annoying quirk though, a warning states: “Attaching to this process can potentially harm your computer. If the information below looks suspicious or your are unsure, do not attach to this process.” This pops up every time. How ...

readmore * Featured Lower Section, * News

Add a Google map to your website

June 1, 2010 No Comments

Google maps has made it incredibly easy to add an interactive map to your website. The video below shows how easy it can be. If you have a Waypoint site, we show how you can add it there, but it can be easily added to any HTML page.

readmore * Featured, * Featured Lower Section

Waypoint Widget Update

May 6, 2010 No Comments

We’re very excited today to announce a really cool new feature now available in all Waypoint sites! The Code Block widget has been upgraded to include support for <form> tags, and other types of content. As explained in the video, the code block widget allows you to post nearly any html content right onto your ...

readmore * Featured, * Featured Lower Section

How to import contacts from a CSV file in Outlook 2003

In outlook 2003, go to File >> Import and Export… Select ‘Import from another program or file’ Select Comma...

Are you backing up your data?

Most people know they should back up their data, but not everyone does. If you’re one of those people,...

5 Easy Choices For a Better Website.

Are you planning to design or redesign your website soon? If so, then here are a few tips that...

How to enable site maps in Waypoint

Sitemaps are simple XML files that Google and other search engines use to find the content in your website....

5 reasons you should learn how to use HTML

HTML is the backbone of everything online. Everyone should know how to read it and write it! OK, well...

How to Link Facebook to Twitter

Posting to Facebook, LinkedIn, Twitter and other social media sites is a great way to interact with your customers....

Visual Studio Environment Tips

This week I had to send my iMac in for repair. Normally I program using Windows Server 2008 running...

Fixing IIS7 Maximum Upload Size

If you have your Waypoint site hosted with Twin Harbor and you need to increase the maximum file upload...

What is an SSL Certificate?

You may have heard about SSL Certificates, also called secure certificates, or SSL Certs for short. But what are...

OSX Lion Removes Functionality

In my previous post I thought I had found a way to maintain some of the functionality that we...