Flash on the Beach – day 0

2007-11-05

Done

  • Travel to Brighton via London.
  • Check into guest house.
  • Pub, restaurant, party.

Met

  • squirrels
  • German panda with two promo chicks
  • iPhone
  • Nicolas Cannasse (mtasc/haxe programmer)
  • powerflasher
  • Serge Jespers
  • Peter Elst
  • Koen De Weggheleire
  • Wouter Verweirder
  • Klaus Delanghe

Seen

  • Lee Brimelow
  • Aral Balkan
  • Grant Skinner
  • Keith Peters

Food and drinks

  • hot coco
  • large big mac menu
  • pizza quatre stagione

FileZilla decrypt

2007-11-04

Every now and then I get someone asking me for an ftp password. Mine have always been stored in FileZilla. I don’t know them by heart. There is no problem with this except that FileZilla encrypts them. Thank God decrypting FileZilla 2 passwords is easy. Here is some as2 code to accomplish it:

Read the rest of this entry »

Brighton, here I come!

2007-11-04

I’m really looking forward to Flash on the Beach. I share these three days of excitement with my two colleagues Brik and Piet.

Flash on the Beach ‘07

XSLT transform in asp with Microsoft.XMLDOM

2007-10-31

I recently had to transform an xml file into a scorm manifest file. I wanted it to be in UTF-8, but Microsoft.XMLDOM‘s transform method disregards the encoding setting in xsl:output. The transformNodeToObject method doesn’t. I also found out I had to use the save method on the output object instead of writing a file based on the xml property. You’ll find the function I ended up writing to assist me below:

Read the rest of this entry »

Google reader in Opera 9.5

2007-09-10

Temporarily fixing google reader for Opera 9.5 requires following code:

#entries {
    min-height: 500px;
}

To do this go to Site Preferences > Display > My style sheet.

Update: Google seems to have fixed it.

News

2007-09-06

Silverlight 1.0 is released and it doesn’t work on Mac OS prior to version 10.4.8, Linux, Windows 2000 and the Opera browser.

Flash Player 9 reached 90% penetration. Maybe thanks to being truly cross platform?

The iPod touch has a multi touch interface, wifi, iTunes and Safari. I wonder if it also lets you share your music for 3 days?

Opera 9.5 alpha has been released. It is blazingly fast and has a full-text search feature of your history.

Search was added to Google Reader. This also makes it impossible to use with Opera 9.5 alpha.

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!