Study the course Write a CMS in PHP to learn how to develop well structured web sites with a content manager. This manual is a step-by-step description of the elaboration process of iZend.

Download iZend on GitHub.

The Magic Bus is a unique means of exchanging information between separate processes, locally or remotely. Integrate in your applications, whatever their programming languages, a sophisticated, yet simple to use, reliable transport layer.

Read more

Java plug-ins

July 12, 2011 by frasq

Calling a program in Java from a navigator and allowing it to access the local system requires that a whole set of techniques be implemented. Learn how to write a graphical application which can be run as an applet then how to sign it and interface it in HTML and Javascript.

Read more

Send an HTTP request to a web service

February 11, 2011 by frasq

Direct exchanges between web services have become essential. Learn how to send a GET or a POST HTTP(S) request to a web server and how to publish a machine to machine interface.

Read more

The web developer tools

November 19, 2010 by frasq

Prepare and secure the work environment for a web developer based on Apache, MySQL, PHP and phpMyAdmin. Be ready to encrypt connections with SSL. Configure a local mail server with Postfix and Dovecot. Manage putting a website online with SSH and Rsync. Watch its activity with Nagios. Maintain the source code with Git.

Read more

First steps of C

October 8, 2010 by frasq

Install the programming environment for C/C++ for Linux or Windows then edit, compile, run and debug your first program.

Read more

Transcoding an audio or a video file

September 20, 2010 by frasq

You want to play a movie extracted from a DVD on your phone, copy your CD collection on your PC or broadcast a home video on the web? Learn to master the art of converting audio and video formats.

Read more

Syntax coloring of source files

August 23, 2010 by frasq

Pretty printing source files by coloring them makes them more readable and more attractive. Nothing more simple with GeSHi and a little code in PHP.

Read more

Broadcast a video from a website

August 9, 2010 by frasq

Thanks to Longtail video, broadcasting a video or an audio content from a website is really simple.

Read more

One step in Java

August 6, 2010 by frasq

Becoming a Java programmer starts by installing the developer's work environment. Edit and run a first independent program then a first applet in a navigator and you will be put once and for all on the right track.

Read more