Calendar http://paris2009.drupalcon.org/user_calendar/1222/calendar/2009-09-01--P5D en 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 Drupal 7 Status Update and Next Steps http://paris2009.drupalcon.org/session/drupal-7-status-update-and-next-steps <p>This talk will provide an overview of the state of Drupal 7 and what our next steps as a community will be in order to see this fantastic new release come to fruition. Topics will include things such as:</p> <p>* Overview of Drupal 7 development cycle.<br /> * Shout-outs to the core development team.<br /> * New and exciting features to look forward to for end users, designers, and developers.<br /> * Advice for those who wish to start porting their modules and themes.<br /> * What's left to do before release, and how you (yes, you!) can help.</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 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"> Angela &quot;webchick&quot; Byron is the Drupal 7 core maintainer, a Lullabot, co-author of the O&#039;Reilly book Using Drupal, and recipient of the Google-O&#039;Reilly Open 2008 Source Award for Best Contributor. She got her start as a Google Summer of Code student in 2005 and since then has completely immersed herself in the Drupal community. </div> </div> </div> http://paris2009.drupalcon.org/session/drupal-7-status-update-and-next-steps#comments drupal 7 Tue, 09 Jun 2009 03:39:26 +0000 webchick 585 at http://paris2009.drupalcon.org How to easily set up an intiutive WYSIWYG editor that supports inline image placement using CCK image fields http://paris2009.drupalcon.org/session/how-easily-set-intiutive-wysiwyg-editor-supports-inline-image-placement-using-cck-image-fiel <p>Historically WYSIWYG editors have been a burden to set up. Fortunately, the <a href="http://drupal.org/project/wysiwyg">WYSIWYGAPI module</a> has taken most of the pain out of the set up process. Gone are the days of editing random JavaScript settings files!</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 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"> Jennifer Lea Lampton is currently a developer for Chapter Three LLC in San Francisco, CA. Jen has been actively building sites with Drupal for almost four years. </div> </div> </div> http://paris2009.drupalcon.org/session/how-easily-set-intiutive-wysiwyg-editor-supports-inline-image-placement-using-cck-image-fiel#comments Wed, 08 Jul 2009 16:59:54 +0000 Jen Lampton 2007 at http://paris2009.drupalcon.org 45 Modules in 45 Minutes - the Best Modules You're Not Using http://paris2009.drupalcon.org/session/45-modules-45-minutes-best-modules-youre-not-using <p>Most Drupal developers are more than familiar with the top 25 Drupal modules in terms of usage (Views, CCK, ImageCache, etc...) But what about the other few thousand modules? Don't have enough hours in the day to sift through them? Take this opportunity to get a vetted list and practical rundowns of each.</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"> Mike Anello is a partner in DrupalEasy.com and has been developing Drupal sites for over 3 years. He specializes in Drupal training, theme integration, project management, and custom module development. </div> </div> </div> http://paris2009.drupalcon.org/session/45-modules-45-minutes-best-modules-youre-not-using#comments modules theming Tue, 07 Jul 2009 13:57:15 +0000 ultimike 1174 at http://paris2009.drupalcon.org Sustainable theming: How to take a vacation. http://paris2009.drupalcon.org/session/sustainable-theming-how-take-vacation <p>We all want to take vacations, and we all want our sites to grow beyond without us holding its hand, or at least some of us do.</p> <p>JohnAlbin and I will be co-presenting a session on how to think strategically about your theming so that it can stand on its own legs. At Palantir.net we strive to reduce the amount of bugs related to theming after a site has launched. It can be difficult to do, but with a little patience and planning you can build a theme that works on its own from a toolkit of design elements.</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"> Colleen Carroll is Lead of Theming team at Palantir.net She is also the maintainer of the Austin theme. John Wilkins is a Senior Themer at Palantir.net and the maintainer of the Zen theme (among other things). </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/johnalbin" title="View user profile.">JohnAlbin</a> </div> </div> </div> http://paris2009.drupalcon.org/session/sustainable-theming-how-take-vacation#comments sustainability theming Mon, 08 Jun 2009 19:22:45 +0000 caroltron 565 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 Communicating design - Sketching your way to understanding. http://paris2009.drupalcon.org/session/communicating-design-sketching-your-way-understanding <p>“Clear communication between web developers and their clients — and among members of the development team — is key to the succes of any web project.”</p> <p>Where code is low-bandwidth and can generally be well discussed and assessed with words, design is very much high-bandwidth. You just can't discuss it using words alone. So, let's draw some pictures!</p> <p>Through a case study of how I worked with a development team redesigning a community web site, we'll discuss how sketching can help in two ways:</p> <ul> <li>Defining the right question to ask.</li> <li>Finding the best possible answer.</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"> Roy Scholten is an interaction designer based in Hilversum, The Netherlands. He&#039;s one of the people working on a better Drupal user experience. He runs his own small design studio at yoroy.com </div> </div> </div> http://paris2009.drupalcon.org/session/communicating-design-sketching-your-way-understanding#comments Tue, 07 Jul 2009 23:50:38 +0000 yoroy 1205 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 Image module in core it's <strike>almost</strike> real! http://paris2009.drupalcon.org/session/image-module-core-its-strikealmoststrike-real <p>The simplest things can be so hard. Drupal core has never had a way to upload an image and then output a thumbnail it. Of course there are dozens of solutions for making thumbnails in the contributed modules repository, but it will be a huge benifit to new users to have this handling out of the box. The time is at hand for making Drupal's core, default installation come with kick-ass image manipulation abilities. Come see what we've got and we're headed in Drupal 7.</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"> Nate Haug is a Lullabot. He&#039;s spent extensive efforts in improving the user interface and image handling abilities of Drupal. He maintains FileField and ImageField, as well as several other media-based modules. </div> </div> </div> http://paris2009.drupalcon.org/session/image-module-core-its-strikealmoststrike-real#comments core image media Wed, 08 Jul 2009 19:50:01 +0000 quicksketch 1247 at http://paris2009.drupalcon.org All youre (x)html(5) are belong to us! http://paris2009.drupalcon.org/session/all-youre-xhtml5-are-belong-us <p>Drupal comes with a lot(!) of predefined markup &amp; css.<br /> Modules are adding styles and markup to the themes and so themers have limited control over whats going on inside the theme - that works well for some themers - others not so much.. or to put in other words:</p> <p>"WTF does all this <em>bib</em> markup do in my <em>bib</em> site - aaargh for <em>bib</em> sake, Gimme lean mean mother <em>bib</em> 'ing markup"</p> <p>The Mothership is a theme thats build in the opposite way normal drupal practice: clean out "useless" markup &amp; remove classes that clutters op what should be beautiful source.</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"> mortendk is a markup loving design geek straight outta copenhagen who loves all finer things in life: Drupal, Rock n Roll, bulldogs, CSS, the GF, XHTML, beer tasting, metal \m/, &amp; nerdy stuff (miniature painting!) and fiddling with themes Runs a one man theming army shop: geek Röyale Been involved with the D. since 4.7 - and still loves it, even that he whines abit about the lack of designers in the D. </div> </div> </div> http://paris2009.drupalcon.org/session/all-youre-xhtml5-are-belong-us#comments markupmarine theming Tue, 30 Jun 2009 11:10:43 +0000 mortendk 1024 at http://paris2009.drupalcon.org Architecture is for everyone http://paris2009.drupalcon.org/session/architecture-everyone <p>Three years ago, Dries Buytaert announced that Content Mangement Systems had eliminated the webmaster, and challenged the Drupal community to eliminate the <em>developer</em>, too.</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 Eaton has been building Internet and desktop software for over a decade. In 2005, he began working with Drupal and never looked back. In the years since, he&#039;s become a core developer specializing in architecture and API development. As a consultant for Lullabot, he&#039;s helped plan and build the infrastructure for sites including MTV UK&#039;s music portal, SonyBMG&#039;s artist site platform, and Fast Company&#039;s groundbreaking business networking site. </div> </div> </div> http://paris2009.drupalcon.org/session/architecture-everyone#comments architecture Mon, 29 Jun 2009 20:00:39 +0000 eaton 1007 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 Agile Drupal Development with Scrum http://paris2009.drupalcon.org/session/agile-drupal-development-scrum <p>Scrum is a collection of working techniques, structures, roles and methods for project management in an agile development process. Because every project is unique, Scrum is designed in such a way that it can be arranged to suit different situations. Techniques of Scrum will help you overcome issues that traditional methods could not resolve, drive projects at a fast pace and keep everyone engaged.</p> <p>This introductory session on Scrum is designed for freelance Drupal developers and Drupal development shops that have never used Scrum for their projects before.</p> <p>The session includes:</p> <ul> </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"> Philipp works as a project manager at Liip, a Swiss web development company that uses Scrum very successfully with their client projects. His co-presenter Mori Sugimoto is a freelance web consultant / developer based in London and has used Scrum to manage his work with 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/mori" title="View user profile.">mori</a> </div> </div> </div> http://paris2009.drupalcon.org/session/agile-drupal-development-scrum#comments agile projectmanagement scrum Sun, 21 Jun 2009 22:45:53 +0000 pips1 877 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 Functional Interactive Design http://paris2009.drupalcon.org/session/functional-interactive-design <p>Ever walk up to a door and pull on the handle, only to discover the door is push-only? Do you really know how to operate your clock-radio? Doors may be pretty, clocks may look cool, but when we have to actually use them, the measure of their design changes.</p> <p>Same with websites. A website may be pretty at first blush, but can you find what you're looking for? Can you do what you want to do? Can you even figure out what you're supposed to do?</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 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"> Laura Scott is President and Creative Director of pingVision, an interactive design and development company founded in 2005, based in Boulder, Colorado. Laura has been designing websites since 1995, working in video, film, television, and multimedia. Since 2004 she has been working with Drupal almost exclusively for web development. Laura has presented on design and technology at BlogHer 2006, OSCMS 2007 and DrupalCon Boston 2008. </div> </div> </div> http://paris2009.drupalcon.org/session/functional-interactive-design#comments beauty design favorite-of-the-king function information architecture interaction design module development user experience Fri, 19 Jun 2009 22:04:49 +0000 Laura Scott 861 at http://paris2009.drupalcon.org Semantic Web fundamentals http://paris2009.drupalcon.org/session/semantic-web-fundamentals <p>The World Wide Web is the most successful linked information system that has ever existed. Hidden away in the original 1989 CERN memo proposing the Web are several ideas that are only now reaching fruition via W3C's RDF technology stack. This talk will show in practice how the full 1989 vision for the Web is being realised using RDF-based technologies (RDF/RDFa, SKOS, SPARQL, FOAF, OWL), and how the two concepts of information <em>linking</em>, and information <em>layering</em> are all you really need to understand a powerful suite of tools and standards for Web-based data sharing.</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 4 </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"> Dan Brickley is best known for his work on Web standards in the W3C community, where he helped create the Semantic Web project and many of its defining technologies. He currently divides his time between &quot;future of TV&quot; research at the Vrije Universiteit in Amsterdam, advisory work for the UN&#039;s Food and Agriculture Organization, and nonprofit activities around the &#039;Friend of a Friend&#039; project. </div> </div> </div> http://paris2009.drupalcon.org/session/semantic-web-fundamentals#comments Thu, 06 Aug 2009 16:24:48 +0000 DanBrickley 1749 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 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 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 Sharing content across multiple sites with Domain Access http://paris2009.drupalcon.org/session/sharing-content-across-multiple-sites-domain-access <p>We will take an in-depth look at the <a href="http://drupal.org/project/domain">Domain Access</a> module and how it can be used to support complex content sharing scenarios.</p> <p>We will explore the features of the module and examine how they can be used to build sites such as:</p> <p>- <a href="http://www.interlochen.org" title="www.interlochen.org">www.interlochen.org</a><br /> - <a href="http://www.skirt.com" title="www.skirt.com">www.skirt.com</a><br /> - <a href="http://www.rowelevenwines.com" title="www.rowelevenwines.com">www.rowelevenwines.com</a></p> <p>We will concentrate on what makes Domain Access different from other Drupal Node Access modules, such as Organic Groups and Taxonomy Access Control.</p> <p>Attendees should learn the following during the session:</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 a senior Drupal programmer at Palantir.net and a longtime Drupal contributor. I am the maintainer and author of the Menu Node API, MySite, Domain Access and Skeleton modules. I also co-chair the Newspapers on Drupal group and the Knight Drupal Initiative. </div> </div> </div> http://paris2009.drupalcon.org/session/sharing-content-across-multiple-sites-domain-access#comments multisite Mon, 08 Jun 2009 19:16:05 +0000 agentrickard 564 at http://paris2009.drupalcon.org