Papervision3D Component

2007-07-02

If you ever need to use 3D in flash you can now use the Papervision3D Component. Thank you John Grden!

And Pierre Lepers created an event model for Papervision. Excellent work!

Safari 3 Beta for Windows

2007-06-12

Apple just released Safari 3 Beta for Windows.

It looks nice and even passes the acid 2 browser test

Acid2 Browser Test - Safari for Windows

This beta will probably be used as a web development tool more than as a default browser. Thats where the Safari Developer FAQ comes in handy and don’t forget to enable the debug menu! Add the following to %APPDATA%\Apple Computer\Safari\Preferences.plist.

<key>IncludeDebugMenu</key>
<true/>

This is a beta so some bugs were to be expected. Bookmarks don’t work at all on my machine and typing in text inputs crashes the browser. I couldn’t believe that last one at first so I created a testcase.

Update: An exploit has been found in the beta. Don’t use this for casual surfing!

Update 2: An updated version is released that fixes three security "issues".

CSS Layouts in Dreamweaver CS3 – Multi-Mania 2007 notes

2007-05-29

25-5-2007, 10:30am – CSS Layouts in Dreamweaver CS3 by Stephanie Sullivan

Css positioning has allways been hard. The css starter pages Stephanie created for Dreamweaver CS3 are therefore more than welcome.

Lessons learned:

  • Clearing a float in a non-floated element will clear the floats that are outside that element. So you need to float that surrounding element and optionally give it a with of 100%.
  • Clearing a float can be done with a br, hr or div. I prefer Super simple clearing floats by Anne van Kesteren, but this way is indeed easier to understand.
  • Float drop occurs when a float doesn’t have enough room. This requires you never to use images larger than the column width.
  • Stephanie mentions Creating Liquid Faux Columns, an article from 2004 which I had forgotten all about. Very interesting.
  • Stretchy headers are mentioned. Anice technique in which the background image is wider than it should be. Thus when the width of the design increases you see more of the background image.
  • The CSS Advisor wiki is up and running. Loads of tips there. It’s a great companion to the css-discuss Wiki.

Seeing all this css goodness made me hungry for more. So I created my own three columns fixed width layout. I’m quite pleased with the result. It doesn’t need any hacks except for internet explorer older than version 7.

Multi-Mania 2007

2007-05-24

I’m really looking forward to Multi-Mania tomorrow. See you there!

Vista speedup

2007-05-11

Vista seems to run sluggish sometimes. Luckily there is a cure!

Read the rest of this entry »

BlogReader in AsWing

2007-05-11

The AsWing Blogreader was almost as easy to write as the Flex 2 BlogReader it mimics.

Right-click to view source.

Read the rest of this entry »

Trace Output on Linux with Flash Player 9

2007-05-06

Tracing on linux is hard. The official docs are wrong and multiple blogs contradict each other.

Read the rest of this entry »

Vista

2007-04-12

The Vista command line is far better than the XP one. Forfiles and find combined allow me to search files containing a certain string deep into directories. This could of course be done in explorer with type:asp TextToSearch.

forfiles /S /M *.asp /C "find /N \"TextToSearch\" @file" | more

Read the rest of this entry »

Removing rows in Excel

2007-02-27

Today I had to remove all rows in an excel sheet containing #N/A in the third cell. The only catch is that there are thousands and thousands of these rows and I need to be able to repeat this action.

Read the rest of this entry »

Installing Ubuntu 6.10 “Edgy Eft” on an Acer Aspire 1690

2007-02-26

My laptop is rendered useless by a problem in windows. The First partition is erased and the second is backupped. Vista will be installed on this machine Monday.

So, I guess this the perfect time to install Ubuntu on this machine.

Read the rest of this entry »