One Direction

Which way? THIS WAY!Just made a long-needed change to Textise. I noticed a little while ago that sanantonio.gov pages had stopped reporting SSL errors and were now complaining about “too many redirects”. I was pretty sure that the web service had code to deal with this but guess what? – it didn’t.

The solution I found came in two parts and I have to admit I didn’t do proper testing to see if just one part solved the problem. The first part – and no big surprise here – was to set my HttpWebRequest object’s AllowAutoRedirect property to True. The second part was to create a cookie container for the HttpWebRequest. This feels like a useful thing to do in general, which is why I added it anyway.

The upshot of these changes is that the pages at the official San Antonio web site now convert to text properly. Other sites will presumably work better now too.

In other news, I’ve noticed that the Amazon UK servers are refusing connections to Textise, so apologies if you regularly use the Amazon UK search from the home page. Hopefully they’ll see the error of their ways soon!

I’m pleased to report that the official State of Oregon web site is now using Textise for its accessibility/text only links. We had a little hiccup when some of their users reported errors when using Internet Explorer with the text-only links on the Oregon Courts pages. I traced this to the fact that the links had been set up with a ‘target=_blank’, which is not possible when using the example code that I published on the For Web Developers page. This is because the code sets the current page’s location to the text-only version, meaning that the ‘target=_blank’ is at the very least ignored (in Chrome and Firefox, for example) or causes an error (in Internet Explorer). I’m unsure why IE is being pernicketty here when other browsers can cope but that’s cross-browser compatibility for you! I’ve set up a test page where you can view the different behaviours, as well as an example of sending the text-only results to a new tab or page. Have a look at the source to see what’s going on. I’ll also add the alternative code to the For Web Developers page.

So things are moving forward nicely, meaning that this post’s title is quite appropriate and not at all a cynical attempt to drive more traffic to my site by misleading fans of boy bands.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s