[caption id="attachment_180" align="aligncenter" width="300" caption="displacement-water-photoshop-tutorial"][/caption]
Creating a realistic water surface in Photoshop is quite a challenge because it is the distorted reflection of the surroundings that makes the water look liquid. The displace filter is an excellent tool for making this distortion. The displace filter "shifts pixels" in an image according ...
Most Recent Articles For: howto
Written by Gertjan on February 9th, 2009
Written by Gertjan on February 5th, 2009
Take a look at the following 20 Excellent AJAX Effects You Should Know, you might learn something from it.
There are a few special techniques or effects that can spice up just about any web page. These are the top 20 Ajax effects that every web ...
Written by Gertjan on February 3rd, 2009
Zend Framework is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License. Zend Framework—often referred to as ZF—is developed with the goal of simplifying web development while promoting best practices in the PHP developer community.
Written by Gertjan on February 3rd, 2009
Introduction
By following the steps below for each version of Windows you will be able to change the operating systems behavior so that you can see hidden and protected files. In this way you will have full control over your files.
Intro
...
Written by Gertjan on January 11th, 2008
In this advanced tutorial i will teach you the steps required to create a custom build login/member system with PHP.
The system itself ofcourse has alot of room for improvements, also, it's very easily expandable, i've chosen to work in a modular way, so that if you change something you only ...
Written by Gertjan on December 27th, 2007
In this tutorial, we'll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.
For convenience we will be using PHPMailer in this tutorial.
PHPMailer is a class for ...
Written by Gertjan on December 16th, 2007
Want to export your Mysql data to a CSV(comma seperated value) file? In this tutorial i will show you how to export your data from Mysql into a CSV file.