Hello

Welcome to my portfolio website where you'll find all my scripts and custom-made modules. Please check these out and add a comment if you would like to!
For any questions, please e-mail me by clicking on the contact button in the topmenu.

Recent Articles

Javascript timer event

In this new short but clear tutorial i’ll show you how to use the setTimeout event. The setTimeout event can be usefull when you want to show your visiters something after a given time. This can me an alert box (which i’ll show you in my example), but it can also be an event that [...]

Read Article ›

Age Counter

With the Age Counter i’ts possible for you to check your age in: Seconds Minutes Hours Days Weeks Months Years If you want to know your age in seconds, then you’ll notice that the seconds will be updated realtime. Live preview You van see a live preview by clicking on this link! Do you like [...]

Read Article ›

Ajax Search Form

With this new script, which i just finished developing, you can do a realtime search. The data where you can search in is currently an array, but you can change it to make it search through a database for example. After the scripts finished searching for results, they will be displayed in a div which [...]

Read Article ›

Twitter Get Messages

Today i created a script which you can use to fetch tweets from Twitter. An example can be viewed by clicking on this link. Some extra information When you want to implement this script into your website, you just have to copy the files inside the zip-file to your website. At the top of the [...]

Read Article ›