Classement
18 résultats
Livre numérique Learning PHP, MySQL, JavaScript, and CSS

Learn how to build interactive, data-driven websites—even if you don’t have any previous programming experience. If you know how to build static sites with HTML, ... Plus

Livre numérique CouchDB: The Definitive Guide

Three of CouchDB's creators show you how to use this document-oriented database as a standalone application framework or with high-volume, distributed applications. With its simple model for storing, ... Plus

A Step-by-Step Guide to Creating Dynamic Websites
O'Reilly Media - 14/07/2009
Langue English
Verrous : aucun
26,99 €
Livre numérique Learning PHP, MySQL, and JavaScript

If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, ... Plus

O'Reilly Media - 06/11/2008
Langue English
Verrous : aucun
23,99 €
Livre numérique JRuby Cookbook

If you're interested in JRuby, you probably don't need a turorial on Ruby, Rails, or Java -- you just need to know how to get things done. Plus

For Apache Programmers & Administrators
O'Reilly Media - 07/10/2008
Langue English
Verrous : aucun
10,99 €
Livre numérique Apache 2 Pocket Reference

Even if you know the Apache web server inside and out, you still need an occasional on-the-job reminder -- especially if you're moving to the newer Apache 2.x. Plus

O'Reilly Media - 01/02/2007
Langue English
Verrous : aucun
8,99 €
Livre numérique What's New in Apache Web Server 2.2?

What's New in Apache Web Server 2.2? shows you all the new features you'll know to set up and administer the Apache 2.2 web server. Learn how to take advantage of its improved caching, proxying, ... Plus

O'Reilly Media - 15/11/2006
Langue English
Verrous : aucun
9,99 €
Livre numérique Mongrel

This shortcut teaches you how to use Mongrel, the new high-performance web application container for Rails. It starts with basic setup and installation, but goes well beyond the basics, showing you how to set up Mongrel clusters, ... Plus

Creating Dynamic Web Pages
O'Reilly Media - 28/04/2006
Langue English
Verrous : aucun
26,99 €
Livre numérique Programming PHP

Programming PHP, 2nd Edition, ... Plus

A Guide to Building Secure Web Applications
O'Reilly Media - 13/10/2005
Langue English
Verrous : aucun
20,99 €
Livre numérique Essential PHP Security

Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. Plus

O'Reilly Media - 03/05/2005
Langue English
Verrous : aucun
23,99 €
Livre numérique MySQL in a Nutshell

MySQL is the world's most popular open source database. MySQL is designed for speed, power, and flexibility in mission-critical, heavy-use environments and modest applications as well. Plus

 

Nouvelles du Web

Comprenez et améliorez le cache statique de vos applications Rails External link Français

11 novembre 2009 00:17:00

Le framework de développement web Ruby on Rails offre, depuis sa toute première version, la possibilité de mettre en cache tout ou partie d’une page. Cela va du cache de fragments de page à la création d’un bon vieux fichier HTML statique.

Comprenez et améliorez le cache statique de vos applications Rails External link Français

11 novembre 2009 00:17:00

Le framework de développement web Ruby on Rails offre, depuis sa toute première version, la possibilité de mettre en cache tout ou partie d’une page. Cela va du cache de fragments de page à la création d’un bon vieux fichier HTML statique.

Configuration de Nginx pour DotClear en mode PATH_INFO External link Français

06 février 2009 10:11:00

J'ai très récemment décidé de switcher du couple Apache / Mongrel à Nginx / Thin pour mes applis Rails, les différences de performance sont visibles à l'oeil nu et les ressources utilisées (mémoire et CPU) ont été très largement réduites.

Configuration d'Apache pour Ruby on Rails avec gestion des fichiers statiques et du cache External link Français

22 septembre 2008 09:55:00

Lorsqu'il s'agit d'héberger son application Ruby on Rails et d'administrer son serveur soit même, rien n'est jamais facile. Il faut trouver les bonnes informations et surtout celles qui correspondent à nos besoins.

Déploiement de ruby on rails avec apache 2.0 et mongrel External link Français

04 octobre 2006 07:59:00

Le principal problème de Ruby on Rails, actuellement, est son déploiement dans un environnement de production. Il existe pourtant un certain nombre de possibilités plus ou moins simples.