Pasting into Excel splits data into columns

I noticed this week that every time I past  URL into excel, it would split it on the first colon (i.e. after the http portion) and split it across two cells. Obviously I don’t want it to do this, and I recalled this happening with some other data in the paste as well. Trying to format the columns didnt change anything, so why is this happening? 

The fix is this: paste something into a cell, then to the “text to columns” operation. Look at the delimiters specified for this feature- in my case, I had apparently entered a “:” earlier that I was using to try to parse some data. Apparently every time you paste text into excel, it tries to use these rules to determine if the data should be split across multiple columns or not. This is also the reason you can usually paste tab delimited text and it splits it out the way you want it- the tab is usually selected as a delimiter in the text to columns configuration. 

Hope this can help ease someone else’s frustration.

Page loaded using SPDY

After upgrading to windows 8.1, i noted the message in IE that facebook had been loaded using the SPDY protocol. Pretty interesting, as I recall when this was just some theoretical ideas that google was throwing around, I had no idea it had alrady progressed this far and was actually being implemented by the major browsers. It looks like most or all of the major browser versions now support SPDY and a number of the larger service prodivers are supporting it server-side, such as google (gmail etc), facebook, etc. Twitter was an early adopter as well. 

What is SPDY? read a bit more here https://developers.google.com/speed/spdy/

So now I’m curious if IIS will implement this, or perhaps it already has in the newest versions?