Renoir Boulanger Un geek social et Linuxien de nature

Procédure pour avoir un environnement de dévelopement local facile à configurer avec Apache

Mon environment de développement est sous Linux depuis plusieurs années. Avec le temps j’ai traîné dans mes portails privé de documentation cette procédure. Elle utilise des variables utilisés dans l’URL qui pointe vers votre hôte local de votre espace de travail où l’on peut héberger les fichiers de travail. Tout ceci, sans avoir à configurer pour chaque projet client.

Choosing a framework, how I personally define what is “hot” about them, an evaluation process (part 1)

I do not want to say that I am an expert in programming languages, nor a PHP guru. But with my experience in web development and discussions with other community leaders from the Java, Ruby, Python, Javascript communities and with my own working in team, I learned stuff and here’s some of what I consider “hot”, in the PHP world, right now.

Confirm form before submitting using Twitter Bootstrap in a Modal window [Snippet]

Idea Have you ever wanted to create a way to confirm input before actually submitting the form. Automatically. My snippet’s goal is exactly for that purpose. The idea is that it reads the form inputs and labels, and generates a modal window (like a lightbox) and asks confirmation. This project is a contribution I do to Twitter Bootstrap and jQuery-bootstrap-scripting … Continued