Posted on Thu, April 14th in Databases - Michiel -
No Comments »
If you’re creating a comma-seperated list of values which get grouped, and you’re using the built-in XML functionality to do it, you’re in for an unpleasant surprise. This happened to me, although I do believe I should have foreseen this. The problem is that when you dynamically create XML, special characters in Textnodes get escaped – [...]
Posted on Fri, February 19th in HDX 1000 - Michiel -
2 Comments »
One of the nastiest things about upgrading your OS is probably driver support. A videocard or other device that you’ve gotten so used to, that you can’t get to work when updating your OS. This same problem is here when upgrading to Windows 7 when connecting the HDX-1000 to your PC using the USB slave [...]
Posted on Thu, February 4th in Tips 'n Tricks - Michiel -
3 Comments »
If you’re experiencing a weird red line through your screen in Windows Media Player on Windows 7, it can be quite a struggle to find the solution. Believe it or not, the problem lies within the latest ATI Catalyst Control Center (CCC). To fix it, follow these easy steps: If you’re done with the above steps, your [...]
Posted on Thu, January 7th in Flex - Michiel -
1 Comment »
If you are having problems getting a new SDK installation to work with Flex Builder 3 (e.g. if you’re trying to compile a Flex project as AIR application using Flash Player 10) and get the following error: Process terminated without establishing connection to debugger. Command: "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.5\bin\adl.exe" "projectPath" "bin-debug location" Output from [...]
Posted on Tue, October 20th in ColdFusion, Work - Michiel -
No Comments »
We had a strange problem in ColdFusion recently, using weeknumbers and dates. In ColdFusion, you can use the Week() function to determine what weeknumber the week of any given date has. A very useful function you’d say. However, January 1st 2010 will present a very weird problem. The international ISO 8601, containing the international standard [...]