Archive for February, 2010
The Fabulous Logic Analyzer – Problems during port initialization
Wednesday, February 10, 2010 21:02 1 Comment“TFLA-01 is a simple logic analyzer for the PC. This one consists of a simple schematic which is attached on the PCs parallel port (a real parallel port is highly recommended, not a USB adapter) and which can analyse H and L levels of 8 inputs. On the PC, there’s running a graphical program which [...]
Expand a Flash movie in height and width by 100%
Tuesday, February 9, 2010 22:00 No CommentsTo expand a flash movie (.swf) by 100% you have to set its height and width to 100%. But that’s not enough. The parent container the movie is sitting in needs to be 100% w/h too. By default all DIVs are 100% wide but they don’t expand 100% in height. To accomplish this set the [...]