Calendar http://paris2009.drupalcon.org/user_calendar/801/calendar/2009-09-01--P5D en Code and documentation sprints http://paris2009.drupalcon.org/session/code-and-documentation-sprints <p>Code/documentation sprints get developers together for a set amount of time – usually one to two days – and just focus writing code or documentation. That's it. No explicit teaching, no sessions, just sharing knowledge, learning from the others as the day progresses and work towards a common goal.</p> <p>Use the <a href="http://paris2009.drupalcon.org/wiki/code-sprint-coordination">core sprint coordination wiki page</a>, find yourself a spot and people :-)</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"> by the Community </div> </div> </div> http://paris2009.drupalcon.org/session/code-and-documentation-sprints#comments Mon, 24 Aug 2009 17:32:28 +0000 DrupalconParis 2063 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 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 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 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 Developing with PostgreSQL - Tips, Tools and Tricks http://paris2009.drupalcon.org/session/developing-postgresql-tips-tools-and-tricks <p>Want to work with PostgreSQL but don't know how? Not sure of tool to use or even the tools available? This talk introduces PostgreSQL to developers and gives the 101 on how to work with PostgreSQL from development to testing to production. </p> <p>Topics covered:</p> <ul> <li>The database <ul> <li>Structure</li> <li>Users</li> <li>diff -up mysql pgsql</li> </ul> </li> <li>Tools <ul> <li>pgsql cli</li> <li>pgadmin3</li> </ul> </li> <li>Drupal SimpleTest suite <ul> <li>Bug fixing</li> </ul> </li> <li>Production <ul> <li>backing up data</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"> Josh Waihi is a Drupal developer for an open source company called Catalyst IT in New Zealand and also the co-maintainer along side Damien Tournoud of the PostgreSQL driver in Drupal 7. He won the 2009 IT Rockstar Competition in New Zealand as a result of the work he has contributed to the Drupal community. </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/damien-tournoud" title="View user profile.">Damien Tournoud</a> </div> </div> </div> http://paris2009.drupalcon.org/session/developing-postgresql-tips-tools-and-tricks#comments PostgreSQL Mon, 08 Jun 2009 22:26:52 +0000 fiasco 581 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 Drupal and Microsoft http://paris2009.drupalcon.org/session/drupal-and-microsoft <p><strong>Windows and SQL Server for PHP and Drupal</strong></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"> Group Program Manager at Microsoft&#039;s Open Source Lab - I have been working with UNIX and Later Linux and Other OSS for about 20 years. I started working at AT&amp;T and did a lot of kernel programming and worked on the SYS V process scheduler used for Digital Telephone switches (5ESS). While working at AT&amp;T I designed a globally distributed database system before people knew what they were. Utilizing such golden oldies as uucp and rje. In the early and mid nineties I was the lead programmer and designer on a Point Of Sale system that did real time cell phone activations for Sprint. The first anywhere in the US. It was solely build on and with OSS software. Most of my career has been spend in applications development, data manipulation and database design and development. For the last 7 or so years I have mainly worked as an Architect for large (and small) cellular telephone companies. Virtually all of the work I have been doing has been in or with UNIX, Linux and OSS related areas. Favorite languages remain C/C++ and favorite editor is still Emacs :). My recent work at Microsoft included leading the Microsoft team behind PHP 5.3, and my latest major project has me going back to my roots again. Oddly enough, in that role I had the pleasure of writing several articles for PHP Architect Magazine. Going forward I will be Microsoft’s Principal Software Development Engineer for the Linux Integration components Microsoft contributed to the Linux kernel in July 2009. And I will continue to be active in the Microsoft on Windows PHP effort. </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/pierrecouzy" title="View user profile.">pierre.couzy</a> </div> </div> </div> http://paris2009.drupalcon.org/session/drupal-and-microsoft#comments Wed, 08 Jul 2009 16:59:54 +0000 Hank Janssen 1499 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