Calendar http://paris2009.drupalcon.org/user_calendar/155/calendar/2009-09-01--P5D en Views 2 for coders 4 hours hands-on training http://paris2009.drupalcon.org/session/views-2-coders-4-hours-hands-training <p>And for those of you who are seasoned Drupal coders, we have prepared a hands on training session to get into the rhythm : Views 2 for Coders (4 hours hand-on workshop).</p> <p>The training session will be held in English by the very excellent Frederic Marand from OSInet</p> <p>Though not obligatory, those who wish to participate in the training session are encouraged to donate to French Drupal Association (the funds collected will serve to organize further community events).</p> <p>To participate you should be familiar with drupal module development, PHP5 object model<br /> and admin-level Views 2.</p> <div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 1 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Engineer, architect, teacher </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/esmerel" title="View user profile.">esmerel</a> </div> </div> </div> http://paris2009.drupalcon.org/session/views-2-coders-4-hours-hands-training#comments Mon, 24 Aug 2009 17:41:30 +0000 fgm 2065 at http://paris2009.drupalcon.org The State of Drupal http://paris2009.drupalcon.org/session/state-drupal <div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 2 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> to-do </div> </div> </div> http://paris2009.drupalcon.org/session/state-drupal#comments Mon, 08 Jun 2009 18:07:29 +0000 dries 558 at http://paris2009.drupalcon.org Real-time End-User Theme Configuration http://paris2009.drupalcon.org/session/real-time-end-user-theme-configuration <p>By changing a theme's settings, an end-user can add their logo or mission statement, change some colors if the theme's designed to work with the color module, or adjust any other settings the themer has made available. These could be fields that allow you to change specific pieces of text or modify the page-layout. But what if you have a lot of custom settings - say about 300 - and you want to see the changes made to these settings in real time? Well with a little help from jQuery and jQuery UI, you can add this type of functionality to your theme.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> I am the Assistant Director of Communications and Web Technologies for the Harvard Stem Cell Institute. I&#039;ve also built and/or themed Drupal sites for other groups at Harvard and beyond. I came across Drupal 3 years ago and I&#039;ve have been hooked ever since. </div> </div> </div> http://paris2009.drupalcon.org/session/real-time-end-user-theme-configuration#comments theming Wed, 08 Jul 2009 16:50:36 +0000 maureen 1244 at http://paris2009.drupalcon.org Explore the glory of Drupal 7's improved render and theming systems http://paris2009.drupalcon.org/session/explore-glory-drupal-7s-improved-render-and-theming-systems <p>One focus of Drupal 7 has been to empower module developers and theme developers to more easily achieve the look the want for their final output. We added <a href="http://api.drupal.org/api/function/hook_page_alter/7">hook_page_alter()</a> where a themer or module developer can alter any part of the page just before it is rendered. At this point, the page is still a raw array that can be easily manipulated.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Moshe Weitzman has been a consistent contributor to Drupal core and Contrib since November 2001 (i.e. before drupal.org was born). As such, he has pretty much touched the whole core code. He maintains the Organic groups, devel, and drush projects, the core bootstrap code, and the groups.drupal.org web site. He is the #1 Drupal developer on Ohloh. He is also a member of the Security team and a Permanent Member of the Drupal Association. </div> </div> </div> http://paris2009.drupalcon.org/session/explore-glory-drupal-7s-improved-render-and-theming-systems#comments core module development theme Wed, 24 Jun 2009 01:26:13 +0000 weitzman 901 at http://paris2009.drupalcon.org Drupal multisite - a practical case. http://paris2009.drupalcon.org/session/drupal-multisite-practical-case <p>The power of drupal multi-site and what it can bring to your company.</p> <p>In this session, I'll present a muti-site installation of drupal currently in production. This installation includes <a href="http://www.koriolis.fr/fr/references">15 sites</a> for theme parks, all of them for the same client. </p> <p>I will explain how it was done, why drupal was a very good solution, and what it did bring to our client through practical examples.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Coming from the world of science (genetics), I discovered drupal a few years ago and fell in love with it. I started in the drupal world as an associate in a little but multinational company with commercial entities in the US and France, and developpers in china (WorldZhulu). At the begining of this year, I funded my own company: Koriolis, entirely dedicated to building web sites with drupal... </div> </div> </div> http://paris2009.drupalcon.org/session/drupal-multisite-practical-case#comments Wed, 01 Jul 2009 16:12:12 +0000 sebasto 1058 at http://paris2009.drupalcon.org Views 2 for developers http://paris2009.drupalcon.org/session/views-2-developers <p>Views is an incredibly powerful module if you know how to use it. Views is also perhaps the most extensible system in all of Drupal, able to be extended in ways that make it the swiss army knife of data querying, marshalling, and formatting. But how do you extend it cleanly to bend it to your will?</p> <p>This session will attempt to explain the over-arching design of the Views 2 module, and how one goes about writing plugins and handlers. The goal will be to give attendees a sense of how Views is put together, and therefore how to extend it gracefully. Production code samples will be included.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> After four years working with Drupal, Larry Garfield is the Senior Lead of Programming at Palantir.net. He also serves as the Director of Legal Affairs for the Drupal Association, and since 2008 has been the Drupal database system maintainer. He also maintains a number of modules, including several Views plugins. As Views plays a major role in nearly every site Palantir builds, Larry has become so versed in the Views API that it keeps him up at night with the fear that he&#039;s starting to think like merlinofchaos. His friends have advised that by helping other people think like merlin he will feel less weird about it. </div> </div> </div> http://paris2009.drupalcon.org/session/views-2-developers#comments views Mon, 08 Jun 2009 22:15:30 +0000 Crell 580 at http://paris2009.drupalcon.org Drupal Software Design Patterns http://paris2009.drupalcon.org/session/drupal-software-design-patterns <p>Design patterns: They sound like something scary academics come up with to make life harder for programming students doing complicated object-oriented stuff no one understands. But really, design patterns are simply a way of discussing common solutions to common problems, and they don't have to have anything to do with objects. By learning about and leveraging common solutions, you can make better APIs that are more consistent, easier to understand, and more flexible than would have been possible with a one-off solution.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> After four years working with Drupal, Larry Garfield is the Senior Lead of Programming at Palantir.net. He also serves as the Director of Legal Affairs for the Drupal Association, and since 2008 has been the Drupal database system maintainer. He also maintains a number of modules, including several Views plugins. A firm believer in the &quot;anything worth doing is worth doing right&quot; doctrine, Larry is well-known as a pedant and standards evangelist. He also appreciates a well-turned API, and not having to remember too many ways of doing things. </div> </div> </div> http://paris2009.drupalcon.org/session/drupal-software-design-patterns#comments design patterns Tue, 09 Jun 2009 16:46:10 +0000 Crell 642 at http://paris2009.drupalcon.org Intro to the Field API for Module Developers http://paris2009.drupalcon.org/session/intro-field-api-module-developers <p>Drupal 7 includes the new Field API which provides "CCK functionality" in core. The Field API supports attaching custom data fields to nodes, users, remote data objects, and any other type of entity. This session introduces the Field API for module developers and shows how it differs from Drupal 6's "hook_nodeapi" approach.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Barry Jaspan has been a Drupal contributor and core developer for over three years. He developed the Schema API and is the team leader for Field API. He is a Principal Engineer at Acquia, Inc. and is an entrepreneurially-minded computer programmer with a strong focus on computer security and privacy. Prior to Acquia, Barry created interMute, the first commercial web annoyance blocker, and Spamnix, a spam-blocking product. Barry is a maniacal whitewater kayaker and rock climber and generally spends his time wherever rocks, water, and gravity meet. </div> </div> </div> http://paris2009.drupalcon.org/session/intro-field-api-module-developers#comments core module development Fri, 03 Jul 2009 15:34:23 +0000 bjaspan 1104 at http://paris2009.drupalcon.org Rules: How to leverage rule-based automation on your sites! http://paris2009.drupalcon.org/session/rules-how-leverage-rule-based-automation-your-sites <p>The session demonstrates how to use the module to easily solve real-world problems by implementing some common use-cases. Thus attendees should get a good picture how to leverage rule-based automation for faster and more flexible site building!</p> <p>The session starts with a basic introduction to the <a href="http://drupal.org/project/rules">Rules Module</a> and some related modules providing useful integration. Afterwards it's shown how these tools can be used to implement common use-cases, probably covering:</p> <p>&lt;</p> <p>ul&gt;</p> <li>Custom Login Redirects</li> <li>A publishing workflow</li> <div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 2 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Wolfgang Ziegler is part time student and drupal developer since 2005. He is studying &quot;Information &amp; Knowledge Management&quot; and &quot;Computational Intelligence&quot; at the Vienna University of Technology. Currently he is working on his master thesis, which deals with the Rules modules. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/klausi" title="View user profile.">klausi</a> </div> </div> </div> http://paris2009.drupalcon.org/session/rules-how-leverage-rule-based-automation-your-sites#comments modules rules services workflow Wed, 24 Jun 2009 20:06:44 +0000 fago 926 at http://paris2009.drupalcon.org Open Atrium; Building a product with Drupal and the Power of Decentralized Features http://paris2009.drupalcon.org/session/open-atrium-building-product-drupal-and-power-decentralized-features <p>Open Atrium is an opensource team intranet built using Drupal core, contributed modules and some custom 'glue' modules. I'll share the evolution of Atrium's development and talk about what lessons we've learned in developing this product using Drupal. How we identified needs and managed development of critical modules like notifications and casetracker, and when and why we began to develop new modules like spaces and features. Additionally I'll talk about the decentralized features model that has emerged from to Atrium development.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Jeff is a senior developer at Development Seed. He’s an experienced Drupal developer with more than 50 websites under his belt, and he’s co-created several innovative Drupal modules such as Context, Spaces and Features. </div> </div> </div> http://paris2009.drupalcon.org/session/open-atrium-building-product-drupal-and-power-decentralized-features#comments Wed, 08 Jul 2009 13:50:41 +0000 jmiccolis 1227 at http://paris2009.drupalcon.org Social + Media: What We Need Next http://paris2009.drupalcon.org/session/social-media-what-we-need-next <p>The Media Revolution launched with NCSA Mosaic has been underway for 16 years and I have been a front line advocate for the web and social computing throughout. I believe that "the great restructuring" underway requires us to think more holistically about how to think about how people and organizations are using Drupal. We need to bring a new perspective to Drupal development in order that it can serve the greatest good. I also believe the answer really is "42" so perhaps I am living in a bit of fantasy.</p> <div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 3 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Chris Heuer launched his first interactive agency, Guru Communications, out of South Beach, Florida in 1994. He has since helped numerous start-ups with go-to market strategies, product design, web site development, online marketing campaigns, e-commerce and what is now widely referred to as Social Media. Chris formed Social Media Club in March, 2006 to educate professionals on the greater significance of what it means to be social and how media production/consumption has changed. To this end, Social Media Club has local groups around the world promoting media literacy, encouraging the sharing of lessons learned, promoting industry standards and discussing questions of ethics. More recently, Chris launched a new kind of ad-hoc consultancy appropriately called AdHocnium. Together with a senior team of &quot;Creative Catalysts&quot; from around the world, AdhHocnium developes innovative growth strategies for global client that leverages emerging technology and social media. </div> </div> </div> http://paris2009.drupalcon.org/session/social-media-what-we-need-next#comments Sun, 16 Aug 2009 17:38:24 +0000 chrisheuer 1934 at http://paris2009.drupalcon.org Web Typography Fundamentals: From Em Dash to Hanging Punctuation http://paris2009.drupalcon.org/session/web-typography-fundamentals-em-dash-hanging-punctuation <p>Typography is at the very heart of the web. Unfortunately, web typography generally sucks. This presentation will help anyone – developer or designer – not suck at typography. From Em-dashes to hanging punctuation, we'll cover simple fundamentals of good typography for the web.</p> <p>What will be covered in this presentation:</p> <ul> <li>Typographic Structure</li> <li>Hierarchy and language</li> <li>Whitespace and typographic colour</li> <li>Typesetting on the web</li> <li>Tables, lists and forms</li> <li>@font-face and font embedding</li> </ul> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Mark Boulton is a designer from the UK and runs the design studio behind the recent redesign of Drupal.org and Drupal 7 UX (working alongside UX designer, Leisa Reichelt). His life outside of Drupal consists of working for other clients (yes, we do that!) such as ESPN, Warner Brothers and the BBC. He also writes the odd book, runs workshops and speaks at conferences. </div> </div> </div> http://paris2009.drupalcon.org/session/web-typography-fundamentals-em-dash-hanging-punctuation#comments design designers themers Tue, 07 Jul 2009 21:17:23 +0000 markboulton 1194 at http://paris2009.drupalcon.org So you think you know PHP? http://paris2009.drupalcon.org/session/so-you-think-you-know-php <p>This session will be questions-and-answers. I will ask the attendees questions like whether a number "bitwise or" 0 can result in a different number and then show why both yes and no are wrong. It will be fun :D I plan to create a website where people can vote live on the various questions.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> I am chx. I hack core. The rest is irrelevant. </div> </div> </div> http://paris2009.drupalcon.org/session/so-you-think-you-know-php#comments php brainteaser braindead Wed, 10 Jun 2009 05:32:05 +0000 chx 665 at http://paris2009.drupalcon.org Reinventing Journalism with Drupal http://paris2009.drupalcon.org/session/reinventing-journalism-drupal <p>Many are calling 2009 the year that spelled the death of the newspaper as we know it. The very business model is under attack, as papers struggle with dying ad revenues.</p> <p>This session discusses how to build a small city newspaper from scratch in Drupal. We'll walk through the process of planning, designing, building and launching a new publication that's largely community-based.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Claudio Luis Vera is a principal and creative director for Studio:Module, a leading design firm with clients in the Ivy League and the Fortune 500. Since adopting Drupal as its preferred CMS, Studio:Module has designed and developed with Drupal for MIT, Harvard, V-Day, and a number of large businesses and nonprofits. Claudio is a recognized designer with several Best of Show awards and numerous Best of Category awards to his name. Starting in 1994, he has played a role in managing interactive firms with talented professionals in the creative, marketing, strategy, and technology disciplines. Claudio is also admin for the Miami Drupal group and a founder of the Design Outreach Group </div> </div> </div> Thu, 09 Jul 2009 00:27:17 +0000 modulist 1271 at http://paris2009.drupalcon.org Making Drupal Dance: Techniques for Beautiful, Core-worthy Designs http://paris2009.drupalcon.org/session/making-drupal-dance-techniques-beautiful-core-worthy-designs <p>For too long the Drupal community has lamented the lack of high-quality themes that are freely available. But the solution to this problem is much simpler than we’ve ever thought. <strong>We need learn how to communicate with the Design community and make Drupal dance!</strong></p> <p>[ Edit: Given the state of the miscommunication between Designers and Developers just before Drupalcon Paris, I’ve re-written the first half of my presentation to talk about the improperly-named “Designer vs. Developer” problem. ]</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> In the Drupal community, John is best known as JohnAlbin, the maintainer of the Zen theme, which is a highly-documented, feature-rich “starter” theme with a powerfully flexible CSS framework. John currently works with a bunch of really cool Drupal developers and themers at Palantir.net. </div> </div> </div> http://paris2009.drupalcon.org/session/making-drupal-dance-techniques-beautiful-core-worthy-designs#comments design Mon, 08 Jun 2009 19:29:18 +0000 JohnAlbin 566 at http://paris2009.drupalcon.org Foreign Affairs case study http://paris2009.drupalcon.org/session/foreign-affairs-case-study <p><em>Foreign Affairs</em> is the journal of the Council on Foreign Relations, a non-partisan member organization dedicated to improving the understanding of U.S. foreign policy and international affairs through the free exchange of ideas. Since its inception in 1922, articles and essays published in Foreign Affairs have helped shape political debate and policy on some of the most important issues of the day. Authors who have written for the journal have included influential intellectuals and political leaders ranging from W.E.B. DuBois to Henry Kissinger to Hillary Clinton.</p> <p>This session will explore how the new <em><a href="http://www.foreignaffairs.com">Foreign Affairs</a></em> Web site, which was developed by Palantir.net and launched in March 2009, showcases Drupal’s wide variety of capabilities. In addition to leveraging existing modules, the site features a significant amount of new functionality developed for the site and contributed back to the Drupal community.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> George DeMet is the founder and co-owner of Chicago-based Web development firm &lt;a href=&quot;http://www.palantir.net/&quot;&gt;Palantir.net&lt;/a&gt;, Inc. Working in collaboration with a variety of creative partners, he has managed the development of visually and functionally sophisticated Drupal sites for a variety of high-profile corporate, educational, and institutional clients. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/mbutcher" title="View user profile.">mbutcher</a> </div> <div class="field-item even"> <a href="/drupal-users/agentrickard" title="View user profile.">agentrickard</a> </div> </div> </div> http://paris2009.drupalcon.org/session/foreign-affairs-case-study#comments casestudy Mon, 08 Jun 2009 20:18:41 +0000 gdemet 572 at http://paris2009.drupalcon.org Debugging Drupal http://paris2009.drupalcon.org/session/debugging-drupal <p>Session Website and Outline: <a href="http://randyfay.com/debugging_drupal">randyfay.com/debugging_drupal</a></p> <p>Video from the presentation: <a href="http://www.archive.org/details/DebuggingDrupal" title="http://www.archive.org/details/DebuggingDrupal">http://www.archive.org/details/DebuggingDrupal</a></p> <p>We all know that Drupal is near perfect, but it hasn't fully arrived yet. Maybe in Drupal 7 there won't be any problems to debug, but until that great day, debugging skills are critical to solving real life problems.</p> <p>There will be tips and strategies for both developers and site administrators in this session.</p> <ul> <li>Preparing for success... Before the crisis<br /> </li></ul><div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Randy Fay has been programming since the early 1980&#039;s and still has bugs in his code that have to be debugged. He does custom Drupal development from Grand Junction, Colorado, USA. </div> </div> </div> http://paris2009.drupalcon.org/session/debugging-drupal#comments Sun, 05 Jul 2009 04:13:12 +0000 rfay 1119 at http://paris2009.drupalcon.org Hosting meetups, camps, and virtual classes: building the community that builds Drupal http://paris2009.drupalcon.org/session/hosting-meetups-camps-and-virtual-classes-building-community-builds-drupal <p>Drupal has a fantastic tradition of involving newcomers, from all sorts of backgrounds, in the project. From IRC help and banter to mentored/sponsored projects to a vibrant local meetup scene, "the community" this helps build is a major reason people stay with Drupal and how it keeps getting more awesomer.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Copresenters to come; nominating yourself is welcome! Benjamin Melançon does Drupal development with Agaric, which builds powerful web sites for people who do things. Sharing code, ideas, and helping connect everyone and everything goes well with his personal goals of the economic justice, genuine liberty, and collective organizing for all sorts of progress. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/stella" title="View user profile.">stella</a> </div> <div class="field-item even"> <a href="/drupal-users/ceardach" title="View user profile.">ceardach</a> </div> <div class="field-item odd"> <a href="/drupal-users/amye" title="View user profile.">amye</a> </div> <div class="field-item even"> <a href="/drupal-users/susan-macphee" title="View user profile.">Susan MacPhee</a> </div> </div> </div> http://paris2009.drupalcon.org/session/hosting-meetups-camps-and-virtual-classes-building-community-builds-drupal#comments community building involvement learning Thu, 09 Jul 2009 00:24:11 +0000 Benjamin Melançon 1269 at http://paris2009.drupalcon.org Learn to use the CTools suite http://paris2009.drupalcon.org/session/learn-use-ctools-suite <p>The Chaos Tools Suite, known as CTools, is kind of a extra core API library. It includes a number of tools to greatly ease certain functionality. In this lecture, merlinofchaos will describe how to do the following tasks:</p> <ul> <li> Create a multi-step form using the form wizard tool</li> <li> Create advanced ajax forms using the ajax tool</li> <li> Create more advanced ajax forms using the modal tool </li> <li> Make your objects exportable like Views </li> <li> Use collapsible divs that look nicer than collapsible fieldsets</li> <li> Use CSS caching and sanitization </li> </ul><div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Earl Miles is well known within the community for his contributions to the Drupal projected, particularly Views, Panels and improvements to the theming system in Drupal 6. </div> </div> </div> http://paris2009.drupalcon.org/session/learn-use-ctools-suite#comments ajax ctools export Wed, 08 Jul 2009 22:03:44 +0000 merlinofchaos 1264 at http://paris2009.drupalcon.org What's new in Panels 3 http://paris2009.drupalcon.org/session/whats-new-panels-3 <p>Panels 3 was an unexpected but necessary major overhaul of Panels 2. In fact, it should probably not really be called Panels, as it is just a tiny piece of it. Instead, Panels 3 is really a Page Manager and it gives you vast amounts of control over your site.</p> <p>See how this works, how Panels is extended, and how this is really just the tip of a very large iceberg.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Earl Miles is well known within the community for his contributions to the Drupal projected, particularly Views, Panels and improvements to the theming system in Drupal 6. </div> </div> </div> http://paris2009.drupalcon.org/session/whats-new-panels-3#comments Wed, 08 Jul 2009 04:50:47 +0000 merlinofchaos 1212 at http://paris2009.drupalcon.org jQuery for designers and themers http://paris2009.drupalcon.org/session/jquery-designers-and-themers <p>Slides are available at <a href="http://docs.google.com/present/view?id=drmcbw4_1816qv2fkc7">TinyURL.com/jQuery-Designers (Google Docs)</a>.<br /> Video is available from <a href="http://www.archive.org/details/jQueryfordesignersandthemers">Archive.org</a><br /> Sample code is available at <a href="http://drupal.org/project/jq4dat">Drupal.org/Project/jQ4DaT</a>.<br /> Commentary and post-session notes are available at <a href="http://civicactions.com/blog/2009/sep/10/sample_code_jquery_designers_and_themers_drupalcon_paris_2009">the CivicActions.com blog</a>.</p> <p>Funk up your sites and designs with jQuery.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> At CivicActions, Bevan Rudge is a Drupal developer, software engineer and themer. Bevan is an advocate of FOSS, developer &amp; contributor to Drupal core &amp; contrib, member of the Drupal Association, local DUG enthusiast, usability nerd, snowboarder, mountain-biker, wannabe kitesurfer, wannabe sailor and beer-drinker. Bevan was a mentor to Jimmy &quot;Boombatower&quot; Berry in the Drupal Google Summer of Code 2008 project for a Usability Testing Suite for Drupal. Bevan was a student in the Season of Usability for improvements to node forms and presented on Scalable Theming at DrupalCon Boston 2008. Some of Bevan&#039;s other visible work includes the Witness Hub Map, DrupalSouth event &amp; website, Just Cause theme, Rare Planet theme, ACLU TV series website, Feriana online fashion store, So Much World website, PHPlist websites and other projects. Bevan tweets on twitter, blogs at CivicActions.com and Drupal.geek.nz and works from his home in Christchurch, New Zealand. And just in case that wasn&#039;t enough, Bevan also studies computer science at the University of Canterbury, New Zealand. </div> </div> </div> http://paris2009.drupalcon.org/session/jquery-designers-and-themers#comments jQuery Tue, 09 Jun 2009 05:48:48 +0000 Bevan 591 at http://paris2009.drupalcon.org Building blocks for your module's UI http://paris2009.drupalcon.org/session/building-blocks-your-modules-ui <p>There are more interface patterns available to Drupal module developers then ever before. Drupal has standars for writing code. But what about the interface?</p> <p><strong>Tabs, accordions, fieldsets, overlays, hover links etc. When to use which?</strong></p> <p>Join Bojhan Somers and Roy Scholten from the UX-Team for a tour of the available options and some advice on when to use each one. Consider this talk the kick-off for getting our ui-pattern library in shape. It's been asked for a lot.</p> <p>We will cover the following topics :</p> <ul> <li>UI-Pattrens</li> </ul><div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Bojhan Somers is UX-Team member and has been active in Drupal&#039;s usability the past two years. Works as User experience consultant on (web)applications, websites and devices. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/yoroy" title="View user profile.">yoroy</a> </div> </div> </div> http://paris2009.drupalcon.org/session/building-blocks-your-modules-ui#comments design favorite-of-the-king usability user experience Tue, 07 Jul 2009 17:58:54 +0000 Bojhan 1185 at http://paris2009.drupalcon.org Introduction to testing with Drupal: SimpleTest http://paris2009.drupalcon.org/session/introduction-testing-drupal-simpletest <p>The session will cover the basics of SimpleTest in terms to workflow and API. It is aimed at those who are new to testing with Drupal or who want to affirm their knowledge.</p> <p>The main areas to be covered are as follows.</p> <ul> <li>Introduction to the testing methodology used by Drupal core.</li> <li>Introduction to the basic SimpleTest API and format.</li> <li>A good workflow to use when writing tests.</li> <li>Testing related debugging tools and concepts.</li> <li>Common mistakes explained and the solutions shown.</li> <li>Demonstrate how the tests are run and managed by the automated testing system.</li> <li>Provide tips on how to test your own code.</li> </ul> <p>After attending this session attendees should be able to begin writing tests for Drupal core, contributed modules, and custom code.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> I am the Drupal 7 SimpleTest maintainer and I played a large role in the addition of SimpleTest to Drupal 7. I have worked to increase the adoption of testing by the Drupal community and to increase core test coverage. To that aim I developed the automated testing system (testing.drupal.org) that is currently in use for Drupal core development, but should be extended to contrib by Drupalcon Paris 2009. </div> </div> </div> http://paris2009.drupalcon.org/session/introduction-testing-drupal-simpletest#comments testing Mon, 15 Jun 2009 18:55:20 +0000 boombatower 759 at http://paris2009.drupalcon.org Designing Grid Systems Does Not Begin And End With 960 http://paris2009.drupalcon.org/session/designing-grid-systems-does-not-begin-and-end-960 <p>Grid Systems should underpin any well-considered web layout. Applying a cookie-cutter approach to this – but using a CSS framework such as Blueprint or 960 (and the Drupal 960 theme) – means you're cutting out a vital process in the design of your site: the design of the grid system itself.</p> <p>This presentation will detail my grid design process. Throughout the presentation, I'll cover:</p> <ul> <li>The typographic grid: its history, usage and application on the web</li> <li>Different types of grid: modular, columnar, hierarchical, rational, irrational, </li> </ul><div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 2 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Mark Boulton is a designer from the UK and runs the design studio behind the recent redesign of Drupal.org and Drupal 7 UX (working alongside UX designer, Leisa Reichelt). His life outside of Drupal consists of working for other clients (yes, we do that!) such as ESPN, Warner Brothers and the BBC. He also writes the odd book, runs workshops and speaks at conferences. </div> </div> </div> http://paris2009.drupalcon.org/session/designing-grid-systems-does-not-begin-and-end-960#comments design favorite-of-the-king grids themers Tue, 07 Jul 2009 21:28:08 +0000 markboulton 1197 at http://paris2009.drupalcon.org Staging Drupal: Managing your project in multiple environments http://paris2009.drupalcon.org/session/staging-drupal-managing-your-project-multiple-environments <p><strong>Abstract:</strong><br /> Building complex web applications, especially in a team environment, requires more than just code and geeks; it also requires strategy. Drupal shops need to understand how to manage the platform in multiple environments and in all phases of the application lifecycle. </p> <p><strong>Agenda:</strong></p> <ul> <li>Drupal development strategy</li> <li>Multiple environments <ul> <li>sandboxes, staging area, production</li> </ul> </li> <li>Managing Drupal with Subversion <ul> <li>Repositories, branches, tags, externals, template files, etc</li> </ul></li></ul><div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Erich has 12 years experience in web technologies, specializing in open-source solutions and application integration. He is currently the Vice President of Engineering at CommonPlaces e-Solutions, LLC, and led the team that built Greenopolis.com, an environmentally-themed social networking and education site. Erich also led the team that built Twolia.com, a social networking and e-commerce platform for independent female artists that mimics Facebook, Etsy.com, MySpace, and YouTube. Erich is the author of the Permissions API module, and maintains the Drupal 6 version of the Signup Restrict By Role module. Erich lives in New Hampshire with his wife, two sons, and two weimaraners. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/miche" title="View user profile.">miche</a> </div> <div class="field-item even"> <a href="/drupal-users/cpliakas" title="View user profile.">cpliakas</a> </div> </div> </div> http://paris2009.drupalcon.org/session/staging-drupal-managing-your-project-multiple-environments#comments staging svn Tue, 09 Jun 2009 15:46:42 +0000 ebeyrent 631 at http://paris2009.drupalcon.org Accelerated grid theming using NineSixty http://paris2009.drupalcon.org/session/accelerated-grid-theming-using-ninesixty <p>This session will be co-presented by <a href="http://paris2009.drupalcon.org/drupal-users/todd-nienkerk">Todd Nienkerk of Four Kitchens</a>.</p> <p>Finding the proper starting point for a theme is a long drawn out process for any themer. We struggle with either maintaining our own base theme, starting from Garland, creating a <a href="http://drupal.org/project/zen">Zen</a> sub-theme, or just writing something from scratch.</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Jake is an engineer/themer with CommonPlaces E-Solutions, currently busy with various theming projects, and maintaining and creating several contributed modules. </div> </div> </div> <div class="field field-type-userreference field-field-co-presenters"> <div class="field-label">Co presenters:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="/drupal-users/todd-nienkerk" title="View user profile.">Todd Nienkerk</a> </div> </div> </div> http://paris2009.drupalcon.org/session/accelerated-grid-theming-using-ninesixty#comments 960gs ninesixty theming Wed, 10 Jun 2009 18:34:10 +0000 himerus 695 at http://paris2009.drupalcon.org Closing session http://paris2009.drupalcon.org/session/closing-session <p>Farewell party</p> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> to come </div> </div> </div> http://paris2009.drupalcon.org/session/closing-session#comments closing session Mon, 17 Aug 2009 23:32:05 +0000 DrupalconParis 1967 at http://paris2009.drupalcon.org The Final Sprint http://paris2009.drupalcon.org/session/final-sprint <p>Apply all that soaked up knowledge, insights and fresh ideas during the a final day of code/documentation sprints.</p> <div class="field field-type-text field-field-session-day"> <div class="field-items"> <div class="field-item odd"> <div class="field-label-inline-first"> Day:&nbsp;</div> Day 5 </div> </div> </div> <div class="field field-type-text field-field-bio-booklet"> <div class="field-label">Speaker bio:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> by the Community </div> </div> </div> http://paris2009.drupalcon.org/session/final-sprint#comments Mon, 24 Aug 2009 17:50:25 +0000 2069 at http://paris2009.drupalcon.org