Horrible combination, spent all day on this!
My goal was to take some data (which contain UTF-8 unicode characters), generate a CSV file using PHP and send it via mail. The problem is that Microsoft Excel doesn`t accept UTF-8 CSV files.
Some people suggest using mb_convert_encoding($contents, "ISO-8859-1", "UTF-8"); or mb_convert_encoding($contents, "UTF-16LE", "UTF-8");, neither worked for me, though I have multibyte extension installed
It seems that the solution is different by server setups. This solution worked for me:

$message= iconv("UTF-8","WINDOWS-1257",html_entity_decode( $message ,ENT_COMPAT,'utf-8'));

Today we encountered a problem. Nothing showed up in Google Analytics tracking campaigns. We used a clickTAG code to swfobject (a.k.a FlashObject) like this:

so.addVariable(“clickTAG”, “http://domain.com/some_page/?utm_source=Banner&utm_medium=Banner&utm_campaign=Banner3″);

But the banner link only went to “http://domain.com/some_page/?utm_source=Banner”. After a bit of research I found out that Flash didn`t accept anything that’s after the ampersand &. Some suggested using & instead of &, but it did not work. I`m not sure if it`s a problem of Flash or SWFobject, but anyway I found a simple solution – use javascript escape() function to translate the URL, like this:

so.addVariable(“clickTAG”, escape(“http://domain.com/some_page/?utm_source=Banner&utm_medium=Banner&utm_campaign=Banner3″));

Scite is one of the best text editors out there – functional, fast and lightweight! If you write a lot of text that is not in english (read: UTF-8) it becomes pretty annoying as every time you open Scite.exe it defaults to 8-bit character set. To write or see the opened document with UTF8 characters you have to click File > Encoding > UTF-8. While there is no graphical interface for options, you can still change the default encoding manually. Here is how:

  • Open Scite, click Options > Open global options file

Flickr Uploadr 3.0Flickr uploader software “Uploadr 3” is out! As I spend most of the time at work where i`m behind a firewall AND a proxy, first thing I noticed, I couldn`t sign in. Of course I searched for proxy settings, but the software has no settings available until you sign in. Also when you solve the problem, you dont have any proxy settings using the graphical user interface. Here`s how to add/edit proxy settings:

  • Close Flickr Uploader (if its open)
  • Go to your Flickr Uploadr 3 installation directory and find the configuration file (usually “C:\Programm Files\Flickr Uploadr\defaults\preferences\prefs.js” )

I`m pretty married to Netvibes by using it everyday. Mainly I use it for tracking RSS news, RSS music releases and “notepads” for saving rly various stuff.
Today I logged in and half of my items were lost. “Mail tab” was completely empty, about 40% of RSS items were left. A million thoughts crossed my mind! So I searched for support on Netvibes, but the answer was in the FAQ section:

When trying to access your netvibes page and all your tabs are empty, this is due to a desynchronization with our server.

Bad Behavior has blocked 629 access attempts in the last 7 days.