Tutorials for developers

Tutorials with examples and fully functional demos for mastering all the techniques of the Web 2.0 and build dynamic websites or rich web applications.

Image

SQL

SQL is now essential not only for programmers, but also for modern webmasters as it is used by most CMS including Wordpress, forums...

SQL tutorial.

Image

SQLite

SQLite is a database manager that works locally or on a Web hosting without connection to a MySQL database... It is used by Google Gears, Firefox 3 and other modern tools to run Web applications offline. It is therefore essential to webmasters to know how it works.

SQLite tutorial in PHP.

Image

Building a CMS

The steps for building a content management system. The online editor, user management, comments on a web page... Some tutorials for Wordpress also in the Wordpress folder.

How to build a CMS.

Image

Node.js: JavaScript local

Demonstrations of Node.js, WebSocket to use JavaScript or TypeScript as a local application language.

How to use Node.js.

Image

Canvas

Pages and Web applications can contain both vector designs, drawings or animated images. In canvas, you can create a game and 3D games were brought thanks to Asm.js' speed.
The basics of drawing in Canvas with JavaScript are given in this course with interactive examples.

HTML canvas tutorial.

Image

Prolog examples

Some examples of everyday applications, to illustrate the use of the language in programs.

Prolog, artifgicial intelligence in your programs.