 |
This article, which is written in Dutch, demonstrates the scGetFileList function which can be used to generate a list with file information. This function can be handy to build dynamic PHP pages which show thumbnails and links to files. more
2004-12-18 - Dutch - Webdevelopment, PHP
|
 |
In a lot of PHP scripts you need to access a MySQL database and therefore you need to write a lot of code to make a connection, execute a query, check the result, ... This article demonstrates how this can be simplified with some functions. more
2004-12-18 - Dutch - Webdevelopment, PHP
|
 |
A lot of welcome pages on websites force the user to choose a language. This can be done better by checking the IP-address, resolving the corresponding country and then proposing a language. This article, which is written in Dutch, demonstrates how to build some PHP functions to resolve the user language. more
2004-12-18 - Dutch - Webdevelopment, PHP
|
 |
Smarty is an open-source template engine for PHP. It makes it possible to separate the HTML pages (content) and the PHP code (logic). Therefore it becomes a lot easier to maintain and reuse your PHP code. This small article shows the most interesting features of Smarty like building HTML tables, replacing tags, ... more
2004-12-18 - Dutch - Webdevelopment, PHP
|
 |
An article about RSS. What is it? How can you read RSS-feeds? And how can you create XML RSS files in PHP, Delphi or .NET? This small article tries to give an overview. more
2004-11-29 - Dutch - IT, Webdevelopment
|
 |
This PDF file contains a lot of examples and exercises about JavaScript. It handles windows, frames, arrays, form validation, images, DHTML tables, ... more
(PDF) - 2004-03-01 - Dutch - Webdevelopment, Scripting
|
 |
HTML-Kit is a great freeware editor for the creation of webpages. The application supports all kinds of web files and scripting languages like HTML, XML, DHTML, JavaScript, PHP, Perl, CSS, ... The editor provides syntax highlighting and code completion. In this document, which is written in Dutch, I will summarize the most interesting features. more
(PDF) - 2003-11-01 - Dutch - Webdevelopment
|