March 5th, 2010
Currently I am working on http://www.stella-agency.nl, a Dutch hostess agency (hostessbureau in Dutch). The aim is to increase the usability and optimize the programming, to create more leads and visitors.
When this project is done, I will post an article optimizing for small to medium websites.
Another successful optimizing project is http://www.contek.nl/
Posted in Internet | No Comments »
September 10th, 2009
‘CMS’ is the abbreviation for Content Management System. A CMS is the administrator modula of a website in which you can create pages or articles (on weblogs and news websites), manage comments on your posts and often you can find statistics.
A CMS contains a WYSIWYG (’What you see is what you get’) or visual text editor. In a visual text editor, you don’t need knowledge of HTML or CSS to make up your text with images, colors or text-effects (bold, italic, striketrough), like with Microsoft Word. A CMS can be custom made, opensource (like WordPress or Joomla) or build-in in a framework.
Some CMS are very broad because they are open source and have a lot of people working on it. This blog also runs on WordPress. Often, CMS’s can handle more users with one power-user, the administrator.
Tags: cms, content management system, framework, joomla, text-effects, visual text editor, wordpress, WYSIWYG
Posted in HTML & CSS, Internet | No Comments »
July 21st, 2009
A good way to understand functions and arrays in Flash, is to make a simple game. Numerous games are tilebased, like snake and tetris. Read on!
Read the rest of this entry »
Tags: actionscript 3, actionscript 3 arrays, actionscript 3 functions, as3 game, tic-tac-toe, tictactoe, tilebased, tilebased game
Posted in Flash | 4 Comments »
June 25th, 2009

Since 6 months I’ve had the ambition to submerge my pc in oil . Inspired by Puget’s Oil Submerged Computer I started to collect the items needed… I’m still working on it these days since it’s not totally done, but don’t hesitate to read how far I am now and how I’ve done it!
_
_
_
Read the rest of this entry »
Tags: mineral oil, mineral oil cooling, oil cooling, oil submerged pc, overclocking with oil
Posted in Internet, Personal | 4 Comments »
June 15th, 2009
It was a small issue (but it cost a lot of time) to find out how to import special effects, made in Adobe After Effects CS4, in Flash. Especially with the transparent background to use it in your layout or other (dynamic) content.
I assume you do have the knowledge to make some effects in After Effects. After all, this is a Flash orientated blog and not an After Effects blog. This tutorial is purely to demonstrate how to create a transparent FLV to use in Flash.
Read the rest of this entry »
Tags: after effects, after effects to flash, flv in flash, special effects in flash, transparent flv
Posted in Flash | 11 Comments »
May 13th, 2009
Sometimes I need the code to allow the website to fullscreen, but it always takes a while to find it at google. So, to save my time and hopefully yours, I’ll explain how I make stuff fullscreen.
Read the rest of this entry »
Tags: actionscript 2 fullscreen, displayState, flash fullscreen, fullbrowser flash, fullscreen flash
Posted in Flash, HTML & CSS | 1 Comment »
May 8th, 2009
I see the ‘Flash sucks!’ discussion regularly on the internet, mostly by people who don’t know *peep* about Flash but think they do. I have a short list of pro’s and con’s for using Flash.
Read the rest of this entry »
Tags: flash advantages, flash disadvantages, flash pro con, pro's and con's, why use flash
Posted in Flash, HTML & CSS, Internet | 2 Comments »
May 5th, 2009
I was researching how to make my own script for an expandable Flash banner, which means the Stage expands when you hover over it. Such banners attract a lot more attention from visitors, and it’s very useful when you have display a lot of content or when you want to play a video.
You can find such banners on (mostly busy/big) websites, like msn.com. It’s not very easy to find a method to do this on Google, so I figured I should post it myself. Let’s start with the Flash preparations.
Read the rest of this entry »
Tags: actionscript 2, actionscript expand, expandable banner, expanding banner, expanding flash banner, expendables, hover expand banner, javascript, javascript expand
Posted in Flash, HTML & CSS | 27 Comments »
April 26th, 2009
This short piece of code will check the input of an input textfield (with the instance name ‘emailaddress’) for an ‘@’ and a ‘.’ (dot).
Read the rest of this entry »
Tags: Actionscript check e-mail, as2 email, correct e-mailaddress
Posted in Flash | 3 Comments »
April 25th, 2009
On regular basis I will post handy Actionscript snippets that I often use. This (first) one is especially handy for full-browser flash websites. It will center your movieclip to the center of the stage when a user is rescaling the browser.
Read the rest of this entry »
Tags: automatic position movieclip, browser resize, center movieclip, onResize, resize function
Posted in Flash | 1 Comment »