background preloader

A_trier

Facebook Twitter

Premier document en Latex. Comment présenter ses qualités et ses défauts lors d’un entretien d’embauche ? Referencement Blog. Il y a quelques temps je vous avais indiqué comment installer Symfony sur OVH , mais voilà je me suis laissé influencer par la documentation officielle (Installing Symfony on OVH) , en réalité c’est beaucoup plus simple car contrairement à ce qui avait été dit, il est (au moins aujourd’hui) possible de faire pointer les domaines sur le dossier /web/. Cependant il est toujours impossible de faire rediriger le nom de domaine principal, où se situe l’hébergement, vers un autre dossier que /www/.

Il faut alors l’installer sur un nom de domaine inutile ou qui sera utilisé en dehors de Symfony. S’ajoute aussi une nouveauté au niveau du fichier .htaccess, pour pallier un problème étonnant d’url rewriting (les urls s’ajoutent les unes aux autres à chaque clic sur les liens). Encore plus fort, l’ajout du fichier php.yml n’est pas obligatoire sous PHP5. check: magic_quotes_gpc: on register_globals: on Voici donc que le terrible hack OVH sous Symfony résumé en cet unique fichier .htaccess : Blogueur pressé ? 7 idées pour animer votre blog pro en temps contraint. Réserver votre nom de domaine en .blog pour 250 €, c’est désormais possible ! Comme je vous l’avais indiqué il y a quelques mois, les blogueurs amateurs ou professionnels vont bientôt pouvoir obtenir un nom… Lire la suite [...]

Comment rendre l’analyse de votre blog plus agréable à lire pour votre boss ? Vous devez hebdomadairement transmettre à votre boss (ou à votre comité de direction, ou à… vous-même !) Une analyse des statistiques… Lire la suite [...] Blog professionnel : 6 chiffres-clefs pour mieux comprendre son intérêt Vous vous demandez à quoi servirait un blog pour votre entreprise ou institution ? Réponse dans l’infographie ci-dessous (traduction en… Lire la suite [...]

Informer les malades et leurs proches grâce à un blog, voilà la bonne idée ! Centraliser et partager une information à la fois fiable et accessible à tous, répondre aux demandes des patients et des familles… Lire la suite [...] Un nom de domaine en « .blog » pour votre blog ? EnglishCentral.com. 300 conseils pour développer votre e-commerce en 2011 (partie 1/2) : Consultant web et Expert e-commerce - Ludovic Passamonti. Peu avant Noël, l'excellent blog américain Get Elastic a publié un document contenant plus de 300 astuces pour améliorer et développer son e-commerce en 2011. Malheureusement, ce document est en anglais, et j'ai bien conscience qu'il a peu de chance de trouver un écho auprès des e-commerçants français, malgré sa grande richesse. Donc, pour bien commencer l'année, je vous propose une traduction intégrale de ce document, légèrement adapté sur certains points qui me semblaient nécessiter un peu plus d'explications.

J'ai scindé le document en 2 articles, dont voici le premier de la série. Avec ça, votre todo list de 2011 va être bien remplie ;-) Je vous souhaite une excellente année 2011, pleine de réussites pour vos projets e-commerce. Rendez-vous au prochain article pour les 150 derniers conseils. How to Create Social Media Buttons Using CSS3. CSS3 is truly amazing. It gives web designers the ability to create flexible and easily reusable design elements, and reduces our reliance on images and graphics editors. This is a guide shows you how to create stylish social media buttons using CSS3, HTML, and some freely available social media icons. Inspiration One day, I stumbled upon Louis Harboe’s personal website, Graphicpeel, and I noticed his simple yet nicely designed social media buttons at the bottom of the site’s About page.

I thought to myself, these are nice but I bet I could do this using just CSS3. First off, we will set the foundations with some simple HTML. Inside each <li> tag, we will have a link (<a>). We can give the span elements a class name of site to be able to style them later on. Your HTML should look something like the following: The bulk of the code will be in CSS.

Basic CSS Let us give our buttons some basic styles. Rounded Corners with CSS3 Add these properties to the .inset li a selector: Here is the HTML: Doctrine - Doctrine ORM for PHP - YAML Schema Files. Doctrine - Doctrine ORM for PHP - NestedSet. Doctrine - Doctrine ORM for PHP - Hierarchical Data. How to return JSON with php for Form Validation. SQLite Create Table. The SQLite Create Table Tool allows users to visually create tables. After entering in the table name and the number of columns, the tool allows the user to enter the following information for each column of the table: Column Name Column Type (for example, Integer, Char, Varchar, etc.) Length or Precision Scale (for decimal columns) Nullability (whether or not the column accepts null) Primary Key (whether or not the column is a primary key) Unique (whether to add a unique constraint to the column) Default Value (the default value that should be inserted when a null is attempted to be inserted into the column) After entering the column information, the Create Table Tool can generate and/or execute the SQL needed to create the table.

Listed below is an example of the SQL the Create Table Tool generates for a sample SQLite table. CREATE TABLE test_table (col1 INTEGER NOT NULL, col2 CHAR(25), col3 VARCHAR(25), col4 NUMERIC NOT NULL, col5 TEXT(25), PRIMARY KEY (col1), UNIQUE (col2)) Frequently Asked Questions. Quickstart/ajax - DojoCampus - Docs. Ajax Tutorial: Ajax Frameworks. In this lesson of the Ajax tutorial, you will learn... About the benefits of Ajax Frameworks.

How to use the Dojo framework to make XMLHttpRequests. How to use the Prototype framework to make XMLHttpRequests. About some other popular frameworks. JavaScript frameworks can serve several purposes: Abstraction. Widget Libraries. Development Structure. Choosing a Framework Choosing a framework to use for your Ajax applications is a difficult task. 30 multi-purpose Ajax frameworks 32 Java-specific Ajax frameworks 27 PHP-specific Ajax frameworks 15 .NET-specific Ajax frameworks Many of these frameworks are created by individuals or small groups and most are non-commercial. Choose a framework with staying power. Choose a framework that is either language neutral or specific to your server-side language. Choose a framework that plays nicely with other frameworks.

Choose a framework that fits your skillset. We will look at two popular frameworks: Dojo and Prototype. Downloading Dojo Using Dojo for Ajax url.