August 11, 2011
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 ...
* Featured Lower Section, .NET Programming
May 17, 2011
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, ...
February 27, 2011
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 ...
February 24, 2011
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
February 21, 2011
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, ...
* Featured Lower Section, * News, .NET Programming, Windows Server Management
February 19, 2011
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 ...
* Featured Lower Section, * News, .NET Programming
May 6, 2010
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 ...
* Featured, * Featured Lower Section, * News, Twin Harbor News, Waypoint Development