Category Archives: General

General category

Radio Stream addresses

Took a while to find this list. Allows you to add them into Windows Media Center and Shoutcast for internet radio.

PS: If you are on LauraFM, i have already added them.

http://chantc.blogspot.com/2010/01/why-do-you-need-laylio-fstream-can-do.html

Woes on UTF-8 plain text transfers

Some things that didn’t quite seem to work right in Chrome and Firefox. It seems that when reading text files from some servers, the reply for text files are UTF-8 instead of plain ASCII text. However, Safari seems to be able to understand that the UTF-8 BOM was not to be parsed as part of the data, but Chrome and Firefox doesn’t seem to know that.

This throws weird problems that would seem to be browser issues. This can be solved by stripping the plain text file of the UTF-8 BOM by removing the \xef\xbb\xbf pre-appended text.

Things should work across all browsers after that.