As promised during my TechTalk today at Microsoft Denmark, here are the links to all slides and demo code. Unfortunately you'll not be able to download the VPC's as those total around 30GB.
Read the complete 533 bytes... Digg it |
Kick it |
Dzone it |
Reddit
Obtaining the movie height & weidth of a Flash file is an easy task using the
swfdump tool that comes as part of the
swftools package. Here's an example of how to invoke swfdump from C# and read out the height & width of a given Flash file.
Read the complete 2321 bytes... Digg it |
Kick it |
Dzone it |
Reddit
As little children we've all been taught that it's better to program defensively than relying on exceptions being thrown. However, sometimes it's preferably to just hope for the best and catch exceptions if they happen.
Read the complete 6088 bytes... Digg it |
Kick it |
Dzone it |
Reddit
On numerous occations I've had a need for synchronizing directories of files & subdirectories. I've used it for synchronizing work files from my stationary PC to my laptop in the pre-always-on era (today I use SVN for almost all files that needs to be in synch). Recently I needed to implement a very KISS backup solution that simply synchronized two directories once a week for offsite storing of the backup data.
Read the complete 4802 bytes... Digg it |
Kick it |
Dzone it |
Reddit
Writing a calculator is a simple task - just add nine buttons labeled 1-9 and add a plus and minus button and we're almost good to go. In this entry I'm going to write a calculator called SimpleCalc that does not have a GUI, instead it'll take in an arbitrary expression and calculate the results of it. The input I'll use as my immediate goal is the following:
Read the complete 26532 bytes... Digg it |
Kick it |
Dzone it |
Reddit