Mysql logo 6

Split and import a very large database with PHP

I had to import a SQL-file with a size of over 20Gb into a mysql-database but ran into a lot of problems doing this. I

April 11, 2011 linux, mysql, PHP, servers, tutorials

Create a Message Driven Bean with Netbeans

I was looking how Message Driven Beans in JEE 6 works and I was surprised that it isn’t that difficult. I was especially surprised about

January 30, 2011 Featured, java, tutorials

Testing dynamic content with Google Website Optimizer

Google Website Optimizer is a great tool for testing webpages or parts of a webpage to increase theirs conversion rates. A great disadvantage is the

December 22, 2010 Featured, testing, tutorials

Testing the new mod_pagespeed for Apache 2 from Google

Google released a new module for Apache2, mod_pagespeed, yesterday. They claim that a webpage can load 50% faster with the module installed. I’m a little

November 05, 2010 linux, PHP, servers, testing, ubuntu

PHP quirks: passing an array by reference

Passing an array in php to a foreach which loops over the elements by reference can have strange behaviour

October 16, 2010 PHP, tutorials

Backing up Mysql with Java and PHP

mysqldump is an effective tool to backup MySQL databases. In normal cases, it’s done trough a command line commando but it can be used programmatically.

April 04, 2010 java, PHP, tutorials
hacking 15

Hacking WEP encryption on Ubuntu

The information below is not intended to harm other people. Cracking other peoples network is considered illegal in most countries!! Last day, my sister called

February 08, 2010 Featured, linux, servers
CHANGE FOLDERS FOR SYNOLOGY MEDIA SERVER 68

Change folders for Synology media server

When you enable the Synology Media Server on your NAS, there are 3 directories added to your file-system (video, music and photo) which will be

January 02, 2010 linux, servers, tutorials

Devoxx University 2009

Devoxx is one of the largest Java Conferences in Europe. The first 2 days consists of Universitytalks and the other 3 days are conferences. Since

November 17, 2009 java

The lifecycle of a Spring bean

In this blogpost, I’ll talk and give a few examples of the lifecycle of a bean in a Spring container. The examples are tested with

November 12, 2009 Featured, java, tutorials

Go language

Google released a new programming language. I’m not pretty sure if it will become popular but here are two videos to give you an impression

November 11, 2009 tutorials

PHP – An introduction

I had to give a presentation about PHP at my work earlier this year. It was a quick and simple introduction about PHP and his

November 11, 2009 PHP, tutorials

Tweaking Firefox: Disable login dialog

If you want to visit a webpage which is password protected, you can skip the authentication screen by placing your username and password directly into

October 25, 2009 tutorials

servletconfig vs servletcontext

In this little blogpost, I’ll try to explain the differences between ServletConfig and ServletContext and when you can use them into a Java Web Application.

October 15, 2009 Featured, java, tutorials
guice 14

Dependency Injection with Google Guice by example

In this blogpost, I’ll explain Dependency Injection with Google Guice through a lot of examples. Hope you like it. Annotation based DI It’s possible in

September 29, 2009 Featured, java, tutorials
memcached-logo-500x380 0

How to flush the contents of Memcached

I often see people using telnet to flush the entire contents of their Memcached instance. They use the following commands: $ telnet localhost 11211 Trying

September 21, 2009 linux, servers, tutorials

Use multiple instances of Webalizer on one server

In most of the cases, there is more than just one website on a server. Though, it is very important that you can measure the

September 12, 2009 linux, servers, ubuntu
Back to Top