Offres d'emploi. Drink & Drupal @ Waldeck, Nantes - Drupal France et Francophonie (Paris. Why Big Government Sites Run Drupal. By Jessica Meyer Maria, Government Technology For the Georgia Technology Authority (GTA), the decision to dump its aging content management system (CMS) was easy.
Running 65 state government websites on two different versions of proprietary software — Vignette 6 and 7, one of which is no longer supported — had become cumbersome and costly. And moving all sites to Vignette 8 was too much of a “force fit,” said state CTO Steve Nichols. Instead of buying another proprietary package, Georgia chose an open solution that’s quickly gaining favor among state and federal agencies. “As we dug in, all the obvious best choices were open source,” said Nichols.
Though the deployment is only midway through completion, Nikhil Deshpande — director of Georgia.gov Interactive, an office within the GTA — could not be happier. “In looking for a new CMS for all 65 websites, we had to meet important criteria,” explained Deshpande. At its most basic level, the argument for Drupal tends to be financial. Backbone.js, Twig, and Drupal. At January's meet-up of the Portland Drupal Users Group, I presented on using Backbone.js and Twig with Drupal (slides).
Backbone.js is a web application framework that runs entirely on the client—that is, inside of the web browser. It allows you to write a snazzy front-end for a web app that provides a RESTful web service. Front-end framework... called Backbone? It's called Backbone because it gives structure to your JavaScript user interface code. So that, y'know, it has a "back bone. " Développeur Drupal confirmé (H/F) Pour réussir nos projets, nous favorisons une compréhension et une intégration réussie de tous ces métiers entre eux, et des relations humaines saines en équipe et avec nos clients.
C’est notre crédibilité sur le terrain, et aussi nos bonnes relations avec des clients prestigieux, qui nous donnent la possibilité aujourd’hui d’améliorer la qualité du Web de demain, site par site ! Drupal-perf-nantes-20130117. [WSCCI] What do we do with the rest of the menu system? GnewtonResize. Drupalcamp Pakistan: Automating Drupal Deployment. The goal of automating deployment is to make introducing new features easier.
In this post we will learn how to set up a workflow that will move code and configuration of your drupal site from your local development station, to development, to staging and to production all by a using your version control and a push of a button. Why Automatic deployment Its faster. Deploying automatically or semi automatically is a lot faster. You dont need to transfer the database settings manualy. Drupal Paris Meetup - mercredi 28 novembre - aux éditions Eyrolles - Drupal France et Francophonie (Paris. Top 50 Drupal Reference & Tutorial Sites. Drupal Development Workflow with Git. Rsvlp. Using the Migrate module to handle big data imports. There is always a fear surrounding the decision to move a site or application to a new platform, new host, new database engine.
Nobody can truly predict, at least with any absolute certainty that it will go smoothly, or that it will work out well. Then, once the decision to make the move has been made, the bigger task of working out how the move will be made must be played out. We recently moved a very large digital-media focused site, NovaFM, to Drupal and these were the concerns that we were faced with. How do we move all that content, media, users, tags, relationships, to Drupal? Breakpoint added to Drupal 8. Breakpoint is introduced in Drupal 8.
The Breakpoints module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. Themes and modules can define new breakpoints using the config system my_theme_or_module/config/my_theme_or_module.breakpoints.yml containing the following. Wizzlern, de Drupal trainers. How to use Drupal in 7 hours - Free Drupal tutorial for beginners eBook. Master Drupal in 7 hours ebook Drupal 7 version "This is actually the first tutorial that gives me the overview as a beginner wanted.
" Who this book is for? Are you new to Drupal and feeling learning Drupal like banging your head to walls? Is your progress is too slow, you want your website online now, not in several weeks? URL Alias Permissions. Event - Conférence de Richard Stallman à l'ULB - BxLUG. Le BxLug, en collaboration avec l’Université libre de Bruxelles et l’École supérieure d’informatique ont invité Richard Stallman à Bruxelles ce jeudi 27 septembre 2012 à 19 h 30 sur le campus du Solbosch, dans l’auditoire K, pour faire une conférence intitulée Vers une société numérique libre.
Dans cette conférence au titre clair, Vers une société numérique libre, Richard Stallman développera ce thème très actuel : Les efforts développés pour inciter les gens à utiliser les nouvelles technologies numériques sont réalisés sur la supposition que cette utilisation est invariablement une bonne chose. En jugeant par le seul aspect pratique immédiat, cela semble être le cas. Cependant, si on juge en termes de droits de l’homme, que cette entrée dans ce monde soit bonne ou mauvaise dépend du monde numérique dans lequel nous voulons être inclus. Si nous nous fixons cette inclusion comme objectif, il nous incombe de nous assurer que cela soit réalisé de la bonne manière.
Biographie. APC Caching to Dramatically Reduce MySQL traffic. One Drupal site I manage has seen MySQL data throughput numbers rising constantly for the past year or so, and the site's page generation times have become progressively slower.
After profiling the code with XHProf and monitoring query times on a staging server using Devel's query log, I found that there were a few queries that were running on pretty much every page load, grabbing data from cache tables with 5-10 MB in certain rows. The two main culprits were cache_views and cache_field. These two tables alone contained more than 16MB of data, which was queried on almost every page request. There's an issue on drupal.org (_field_info_collate_fields() memory usage) to address the poor performance of field info caching for sites with more than a few fields, but I haven't found anything about better views caching strategies.
APC, Memcached, MySQL Query Cache? Creating Page Layouts with Omega Theme. Today I'm going to show you something really cool.
If you follow what's going on with Drupal, you've no doubt heard about Omega theme. But maybe you haven't heard about its companion module, Delta. When used in conjunction with the Context module, Delta provides a simple, yet powerful templating system. I'm going to walk through setting up a Delta page template in this post, so if you want to follow along make sure you have an Omega sub-theme installed. The link above will explain how if you need assistance. Drupal, eZ Publish et leurs frameworks de gestion de contenu. A la manière de Symfony2, on observe de plus en plus de frameworks de nouvelles générations qui sont, entres autres, développés au plus près de la spécification HTTP. Cette tendance semble s’appliquer dans le monde des CMS PHP, avec le souhait de se séparer de leur coeur vieillissant “à la PHP4” pour des frameworks modernes.
Drupal Meetup + AGO de l'asso jeu 28 juin - sponsorisé par Ideia - Drupal France et Francophonie (Paris. June 28, 2012 · 6:30 PM Bonjour à tous, A quelques jours de la date, je vous annonce que le prochain meetup aura lieu le jeudi 28 juin. Salon Solutions Linux 2012. Four weeks of Drupal. Ratatosk. This page gives a brief overview of some of the tools you can use to make Drupal development and debugging easier. It covers the Devel contrib module, the Drupal for Firebug contrib module and Firefox extension, the FirePHP library, and the combination of NetBeans and Xdebug.
This guide has a companion module available at Drupal.org. Post corrections or additions in the issue queue. Devel module In addition to the core module, the Devel package contains some other useful modules: Devel generate: Generates dummy users, nodes, and taxonomy terms. These modules are not covered in this guide. Download and install the latest version of the Devel module from Drupal.org. Dpm() Agence web Paris : communication multimédia. Web, vidéos d'entreprises, films institutionnels, duplication et gravure.
Drink'n Drupal Nantes - Drupal France et Francophonie (Paris. 7.14 and Drupal 6.26 released. Organic Groups Tutorial - Drupal Social Networking. Step 1: Install the Modules Step 2: Creating the Content Here's the key thing to understand about Organic Groups: they are entirely based on Drupal's nodes. The groups themselves are nodes and the content shared inside the groups are nodes. When you set up a new content type, you can decide whether nodes in that content type become groups or content within groups. Upgrade apachesolr_attachments to co-operate with latest beta of apachesolr. Speedy. The Speedy module is designed to help speed up front end performance in a site. In this first release of the Speedy module it provides minified versions of core JavaScript files that are not already minified.
For example, a minified version of drupal.js is provided while jquery.js (already minified) is not. Why Do Minified Files Matter? A majority of the time it takes for a page to load occurs in the front end. According to recent measurements on average, for the most trafficked 50k sites, 87% of the time it took to load the page happened in the front end. Minifying the files removes comments, whitespace, and can even transform parts of functions in ways to make them smaller. Symfony2 meets Drupal 8. Google-ux-report-2012. Pourquoi utiliser le module Display Suite ? Drupal Downunder 13-15 January 2012 Melbourne. PINGV Creative. Context. Context Context allows you to manage contextual conditions and reactions for different portions of your site. You can think of each context as representing a "section" of your site. For each context, you can choose the conditions that trigger this context to be active and choose different aspects of Drupal that should react to this active context.
Think of conditions as a set of rules that are checked during page load to see what context is active. Any reactions that are associated with active contexts are then fired. Other included modules Context UI provides an administrative interface for managing and editing Contexts. The inline editor for 7.x The inline editor has been redone for 7.x and is activated via a "Configure Layout" contextual link on blocks that appear on the page.
Libre Experience » Rendre un site multilingue avec Drupal 6.x. Oh My Drupal! - le blog des Drupaliens francophones. Un des problèmes fréquement rencontré en Ajax, c’est l’absence de rebind du javascript, à l’execution du code Ajax. En effet, si une portion de page est regenérée dynamiquement via Ajax, les éventuels nouveau évenements javascript qui aurait dût lui être attachés ne le seront pas.