Slow Europe

Traveler's Guide to Vacation Rentals in Europe

Slow Europe

Pauline's blog about vacation rentals in Europe, travel in Europe and other thoughts

Archive for November, 2007

60 day car rental in England

Wednesday, November 14th, 2007

We are spending January and February in a cottage in the Cotswolds (Eastview Cottage). I found the cottage in September and got a good off-season price. The owner’s weekly price for off season is good and she gave us an additional discount because we are booking it for 8 weeks.

Yes, I realize the weather will be wet and damp. I have purchased warm clothing! :) We are both very excited about this trip. We spent the fall and winter in England in 1988/89 and enjoyed a cozy cottage on the wet days and exploring the countryside on the good days.

I booked our flights a couple of weeks ago and got a good price on British Airways for Premium Economy and we used miles to upgrade to Club World (lots of space and the seats turn into flat beds). Our flight goes from Dallas and arrives at 7am (midnight on our body clock).

I found a nice hotel in Bath (Haringtons) that we will go to on arrival. It is right in the historical. And I booked the same car service (Drive-U) that we have used twice before to get from the airport to Bath. Since we should be arriving in Bath at 10am, I booked the previous night for the hotel so that we can check in early. They gave us a discount for that extra night.

Trip planning almost done - still the car rental to book. After two nights in Bath, we will pick up a rental car and drive up to the Nailsworth cottage.

» Read the rest of this entry

Dreamweaver crashes when editing a file

Tuesday, November 13th, 2007

I lost all of yesterday to a mysterious problem with Dreamweaver CS3, the software I use to manage the www.slowtrav.com site. I am posting this because this will happen to everyone using Dreamweaver 9 (CS3) with PHP or ASP code.

I was going crazy trying to figure out what might be wrong. It took me hours to even figure out which pages crashed and why. When I determined what was happening, I posted on the Dreamweaver Support Forums and got my answer.

There is a known bug that happened with Dreamweaver CS3 after we switched off Daylight Savings Time. Read the TechNote Dreamweaver CS3 crashes after Daylight Savings Time ends.

I was working on the website and everything was fine. Then I opened up a page that I have worked on many times before and that had not changed recently. This page contained regular HTML and some ASP includes. Whenever I selected text or clicked and dragged the mouse to select text, Dreamweaver crashed with the error: Adobe Dreamweaver CS3 has encountered a problem and needs to close. We are sorry for the inconvenience.

Other pages, with only ASP SSI includes did not crash. Other pages where I call ASP scripts with variables did not crash. I took the page apart and rebuilt it piece by piece until I found the part that made Dreamweaver crash. It was a call to one specific script in the format:

:) Removing the code example, it made my blog crash!!

This script had not changed. The page had not changed. How on earth could this piece of code that had been there for years be the problem? The page on the website worked fine - it was only when I looked at this page in Dreamweaver, that made Dreamweaver crash.

I found the answer on the Dreamweaver Support Forums. I would have gone there sooner, but I did not even know what question to ask! I am posting this here in case someone else is running into this.