SlideShare une entreprise Scribd logo
1  sur  33
Promiscuous Drupal
                            Imagine a daringly racy subtitle




Monday, March 23, 2009
http://www.flickr.com/photos/herzogbr/2274372747/
Monday, March 23, 2009
this is why we love drupal
                                  http://www.flickr.com/photos/herzogbr/2274372747/
Monday, March 23, 2009
this is what we make it
Monday, March 23, 2009
http://www.flickr.com/photos/ladyada/3039492078/
Monday, March 23, 2009
Drupal as one tool
                           among many



                                     http://www.flickr.com/photos/ladyada/3039492078/
Monday, March 23, 2009
Enlarging the Toolbox*
                   • Spam Filtering (Mollom, Akismet)
                   • Searching/Indexing (Solr, Google, Aquia)
                   • Feed Generation (Feedburner)
                   • Content tagging (Calais, TimesTags)
                   • Authentication (OpenID, etc.)
                   • Sending bulk mail (Mailchimp, etc.)
                                                http://www.flickr.com/photos/ladyada/3039492078/
Monday, March 23, 2009
Enlarging the Toolbox*

                         Farm out services that...

                   • Benefit from centralization (auth, ads)
                   • Require expertise (bulk mail wrangling)
                   • Demand massive processing or sample data
                         (fast indexing, spam filtering, auto-tagging)


                                                     http://www.flickr.com/photos/ladyada/3039492078/
Monday, March 23, 2009
http://www.flickr.com/photos/mr_diesio/2548025554
Monday, March 23, 2009
Getting Dangerous




 http://www.flickr.com/photos/mr_diesio/2548025554
Monday, March 23, 2009
Takin’ it up a notch
                   • Posting links? Use Delicious.
                   • Shoutbox/short updates? Use Twitter.
                   • Photos and galleries? Use Flickr!
                   • Video? Youtube, Blip.tv, etc.
                   • Reviewing books? Amazon, Goodreads.
                   • Comments? Disqus!
                   • Blogging? Use Wordpress.
 http://www.flickr.com/photos/mr_diesio/2548025554
Monday, March 23, 2009
I… but… my forms!
                   • You will never enter product information as
                         accurately as Amazon.
                   • You will never be as popular as Flickr.
                   • You will never write a Firefox Plugin for
                         Link Field.
                   • You will never enjoy transcoding your own
                         video.

 http://www.flickr.com/photos/mr_diesio/2548025554
Monday, March 23, 2009
Become the
                                                   crossroads, or
                                                   enhance native
                                                      content




  http://www.flickr.com/photos/sidelong/542906832
Monday, March 23, 2009
Become the
                                                   crossroads, or
                                                   enhance native
                 Link to                              content
                 Content




  http://www.flickr.com/photos/sidelong/542906832
Monday, March 23, 2009
When does it work?
                   • Common on social sites
                   • Ever used Facebook?
                   • News sites (CNN, etc.)
                   • Personal Aggregators (FriendFeed, Tumblr)
                   • External content is treated as something
                         that lives out there

  http://www.flickr.com/photos/sidelong/542906832
Monday, March 23, 2009
How can you do it?

                   • Good ol’ aggregator (it’s themable now)
                   • Activity module (it supports views!)
                   • DayLife API, NowPublic’s new service
                   • Native modules (delicious, flick, etc.)

  http://www.flickr.com/photos/sidelong/542906832
Monday, March 23, 2009
Gobble up
       content



Monday, March 23, 2009
Gobble up
       content

                      Use external sources
                     as your primary source
Monday, March 23, 2009
Does this make sense?
                   • How hardcore are you?
                   • How badly do your content producers hate
                         the node form?
                   • External content is treated as something
                         that lives in here.

                   • Drupal becomes a presentation engine
                   • Drupal becomes a… mashup?
Monday, March 23, 2009
How the..?

                   • Native modules
                   • FeedAPI + Feed Element Mapper
                   • Nodes become flexible wrappers
                   • Lay your own pipes (we’ll see this later)

Monday, March 23, 2009
Drupal


                                  PHP


                         Apache         MySQL


                          Operating System



Monday, March 23, 2009
Flickr
                             Drupal


                                             Delicious
                               PHP


                                              Google
                    Apache           MySQL


                                               Stuff
                         Operating System



Monday, March 23, 2009
Flickr
                         Delicious
                                                   Google

                                     Drupal


                                                Stuff
                              Amazon



Monday, March 23, 2009
Flickr
                         Delicious
                                                    Google

                                     Drupal


                                                 Stuff
                              Amazon



Monday, March 23, 2009
Are you insane?
   http://www.flickr.com/photos/beaub/2424695862/
Monday, March 23, 2009
Maybe a little insane

                   • Filtering the firehose (tagging helps)
                   • Importing the Internet
                   • 8192 auth methods (OAuth helps?)
                   • Even Amazon goes down.
                   • Magnolia (moment of silence)
   http://www.flickr.com/photos/beaub/2424695862/
Monday, March 23, 2009
Yeah, kind of insane.
                   • Congratulations! You’re an integration
                         specialist!
                   • How much do you trust the Internet?
                   • You can’t form_alter someone else’s site.
                   • You’re assembling data streams instead of
                         modules.


   http://www.flickr.com/photos/beaub/2424695862/
Monday, March 23, 2009
Monday, March 23, 2009
Rolling your own
                           integration




Monday, March 23, 2009
Doing it with Drupal
                   • drupal_http_request()
                   • PHP 5 - SimpleXML & JSON
                   • drupal_write_record()
                   • Expose your tables via Views
                   • Wrap local vs. remote
                   • (See “Building APIs That Rock”)
Monday, March 23, 2009
If you release it...
                   • Support the full API (or as much as you can)
                   • Fail gracefully
                   • Don’t force data into nodes
                   • Cache data whenever you can
                   • Don’t write a SQL query builder
                   • PHPDoc, PHPDoc, PHPDoc!
Monday, March 23, 2009
Don’t forget…
                   • Respect API policies (Limits, Caching)
                   • Don’t trust the data you get back
                   • There are cutting-edge options
                    • Custom Views queries (Flickr?)
                    • In Drupal 7, remote fields
                    • NowPublic’s Aggregation system
Monday, March 23, 2009
Leveraging our Synergy

                   • Drupal is a great tool
                   • Its strengths can be weaknesses
                   • Outsource services
                   • Drupal can be a mixer
                   • If you roll your own, think ahead

Monday, March 23, 2009

Contenu connexe

En vedette

Social Networking Applied
Social Networking AppliedSocial Networking Applied
Social Networking AppliedJeff Eaton
 
Drupal in Action
Drupal in ActionDrupal in Action
Drupal in ActionJeff Eaton
 
Deblobbing In The Real World
Deblobbing In The Real WorldDeblobbing In The Real World
Deblobbing In The Real WorldJeff Eaton
 
Drupal in Action (CMS Expo 2011)
Drupal in Action (CMS Expo 2011)Drupal in Action (CMS Expo 2011)
Drupal in Action (CMS Expo 2011)Jeff Eaton
 
ROI in a GPL World
ROI in a GPL WorldROI in a GPL World
ROI in a GPL WorldJeff Eaton
 
The Platypus Problem
The Platypus ProblemThe Platypus Problem
The Platypus ProblemJeff Eaton
 
Baby Got Backend (CMS Expo 2011)
Baby Got Backend (CMS Expo 2011)Baby Got Backend (CMS Expo 2011)
Baby Got Backend (CMS Expo 2011)Jeff Eaton
 
Architecture Is For Everyone
Architecture Is For EveryoneArchitecture Is For Everyone
Architecture Is For EveryoneJeff Eaton
 
Drupal Development
Drupal DevelopmentDrupal Development
Drupal DevelopmentJeff Eaton
 

En vedette (10)

Social Networking Applied
Social Networking AppliedSocial Networking Applied
Social Networking Applied
 
Drupal in Action
Drupal in ActionDrupal in Action
Drupal in Action
 
Deblobbing In The Real World
Deblobbing In The Real WorldDeblobbing In The Real World
Deblobbing In The Real World
 
Drupal in Action (CMS Expo 2011)
Drupal in Action (CMS Expo 2011)Drupal in Action (CMS Expo 2011)
Drupal in Action (CMS Expo 2011)
 
ROI in a GPL World
ROI in a GPL WorldROI in a GPL World
ROI in a GPL World
 
The Platypus Problem
The Platypus ProblemThe Platypus Problem
The Platypus Problem
 
Baby Got Backend (CMS Expo 2011)
Baby Got Backend (CMS Expo 2011)Baby Got Backend (CMS Expo 2011)
Baby Got Backend (CMS Expo 2011)
 
Architecture Is For Everyone
Architecture Is For EveryoneArchitecture Is For Everyone
Architecture Is For Everyone
 
Drupal Development
Drupal DevelopmentDrupal Development
Drupal Development
 
Recoupling
RecouplingRecoupling
Recoupling
 

Similaire à Promiscuous Drupal

Realtime 3D on the web - a toy or a useful tool?
Realtime 3D on the web - a toy or a useful tool?Realtime 3D on the web - a toy or a useful tool?
Realtime 3D on the web - a toy or a useful tool?Jens Brynildsen
 
iPhone Development Overview
iPhone Development OverviewiPhone Development Overview
iPhone Development OverviewTom Adams
 
Internationalization of your homepage
Internationalization of your homepageInternationalization of your homepage
Internationalization of your homepagegutskun
 
No Really, It's All About You
No Really, It's All About YouNo Really, It's All About You
No Really, It's All About YouChris Cornutt
 
PR fuer Rails
PR fuer RailsPR fuer Rails
PR fuer RailsRoland M
 
CHI: paper prototyping
CHI: paper prototypingCHI: paper prototyping
CHI: paper prototypingErik Duval
 
History of CHI (Human-Computer Interaction)
History of CHI (Human-Computer Interaction)History of CHI (Human-Computer Interaction)
History of CHI (Human-Computer Interaction)Erik Duval
 
How to Bring Your Blog to Life
How to Bring Your Blog to LifeHow to Bring Your Blog to Life
How to Bring Your Blog to LifeBruce Sharpe
 
Bring Your Blog to Life
Bring Your Blog to LifeBring Your Blog to Life
Bring Your Blog to LifeBruce Sharpe
 
OpenID DrupalCon 2009
OpenID DrupalCon 2009OpenID DrupalCon 2009
OpenID DrupalCon 2009James Walker
 
Palestra no Grupo Sou Java
Palestra no Grupo Sou JavaPalestra no Grupo Sou Java
Palestra no Grupo Sou JavaFabio Akita
 
Strategies Tech It Up
Strategies Tech It UpStrategies Tech It Up
Strategies Tech It UpLisa Read
 
Ruby On Rails Presentation Barcamp Antwerp.Key
Ruby On Rails Presentation Barcamp Antwerp.KeyRuby On Rails Presentation Barcamp Antwerp.Key
Ruby On Rails Presentation Barcamp Antwerp.KeyBert Goethals
 
Grant Makers Network - Social Media
Grant Makers Network - Social MediaGrant Makers Network - Social Media
Grant Makers Network - Social MediaCreech
 
The Craftsman Developer In An Agile World
The Craftsman Developer In An Agile WorldThe Craftsman Developer In An Agile World
The Craftsman Developer In An Agile WorldOpenAgile Romania
 
Open Source Docs don't have to suck
Open Source Docs don't have to suckOpen Source Docs don't have to suck
Open Source Docs don't have to suckAddison Berry
 

Similaire à Promiscuous Drupal (20)

Realtime 3D on the web - a toy or a useful tool?
Realtime 3D on the web - a toy or a useful tool?Realtime 3D on the web - a toy or a useful tool?
Realtime 3D on the web - a toy or a useful tool?
 
Why I Hate Drupal
Why I Hate DrupalWhy I Hate Drupal
Why I Hate Drupal
 
iPhone Development Overview
iPhone Development OverviewiPhone Development Overview
iPhone Development Overview
 
Facebook on Rails
Facebook on RailsFacebook on Rails
Facebook on Rails
 
Internationalization of your homepage
Internationalization of your homepageInternationalization of your homepage
Internationalization of your homepage
 
No Really, It's All About You
No Really, It's All About YouNo Really, It's All About You
No Really, It's All About You
 
PR fuer Rails
PR fuer RailsPR fuer Rails
PR fuer Rails
 
CHI: paper prototyping
CHI: paper prototypingCHI: paper prototyping
CHI: paper prototyping
 
History of CHI (Human-Computer Interaction)
History of CHI (Human-Computer Interaction)History of CHI (Human-Computer Interaction)
History of CHI (Human-Computer Interaction)
 
How to Bring Your Blog to Life
How to Bring Your Blog to LifeHow to Bring Your Blog to Life
How to Bring Your Blog to Life
 
Bring Your Blog to Life
Bring Your Blog to LifeBring Your Blog to Life
Bring Your Blog to Life
 
OpenID DrupalCon 2009
OpenID DrupalCon 2009OpenID DrupalCon 2009
OpenID DrupalCon 2009
 
Palestra no Grupo Sou Java
Palestra no Grupo Sou JavaPalestra no Grupo Sou Java
Palestra no Grupo Sou Java
 
Strategies Tech It Up
Strategies Tech It UpStrategies Tech It Up
Strategies Tech It Up
 
Ruby On Rails Presentation Barcamp Antwerp.Key
Ruby On Rails Presentation Barcamp Antwerp.KeyRuby On Rails Presentation Barcamp Antwerp.Key
Ruby On Rails Presentation Barcamp Antwerp.Key
 
Cloudera Desktop
Cloudera DesktopCloudera Desktop
Cloudera Desktop
 
Grant Makers Network - Social Media
Grant Makers Network - Social MediaGrant Makers Network - Social Media
Grant Makers Network - Social Media
 
Young Activists
Young ActivistsYoung Activists
Young Activists
 
The Craftsman Developer In An Agile World
The Craftsman Developer In An Agile WorldThe Craftsman Developer In An Agile World
The Craftsman Developer In An Agile World
 
Open Source Docs don't have to suck
Open Source Docs don't have to suckOpen Source Docs don't have to suck
Open Source Docs don't have to suck
 

Plus de Jeff Eaton

This Is not a Place of Honor
This Is not a Place of HonorThis Is not a Place of Honor
This Is not a Place of HonorJeff Eaton
 
An API Won't Fix Your Content Problem
An API Won't Fix Your Content ProblemAn API Won't Fix Your Content Problem
An API Won't Fix Your Content ProblemJeff Eaton
 
Hello, {{FIRSTNAME}}, My Old Friend
Hello, {{FIRSTNAME}}, My Old FriendHello, {{FIRSTNAME}}, My Old Friend
Hello, {{FIRSTNAME}}, My Old FriendJeff Eaton
 
Maps, Models, and Teams
Maps, Models, and TeamsMaps, Models, and Teams
Maps, Models, and TeamsJeff Eaton
 
Collaborative Content Modeling
Collaborative Content ModelingCollaborative Content Modeling
Collaborative Content ModelingJeff Eaton
 
Adventures in Drupal 8
Adventures in Drupal 8Adventures in Drupal 8
Adventures in Drupal 8Jeff Eaton
 
Modeling Rich Narrative Content
Modeling Rich Narrative ContentModeling Rich Narrative Content
Modeling Rich Narrative ContentJeff Eaton
 
Battle for the Body Field (DrupalCon)
Battle for the Body Field (DrupalCon)Battle for the Body Field (DrupalCon)
Battle for the Body Field (DrupalCon)Jeff Eaton
 
The Battle For The Body Field
The Battle For The Body FieldThe Battle For The Body Field
The Battle For The Body FieldJeff Eaton
 
Workflow That Works Under Pressure
Workflow That Works Under PressureWorkflow That Works Under Pressure
Workflow That Works Under PressureJeff Eaton
 
Planning Beyond the Page
Planning Beyond the PagePlanning Beyond the Page
Planning Beyond the PageJeff Eaton
 
Building Your Agency's Content Strategy Practice
Building Your Agency's Content Strategy PracticeBuilding Your Agency's Content Strategy Practice
Building Your Agency's Content Strategy PracticeJeff Eaton
 
Prepare for the Mobilacalypse
Prepare for the MobilacalypsePrepare for the Mobilacalypse
Prepare for the MobilacalypseJeff Eaton
 
Building Apis That Rock
Building Apis That RockBuilding Apis That Rock
Building Apis That RockJeff Eaton
 
Drupal Deployment
Drupal DeploymentDrupal Deployment
Drupal DeploymentJeff Eaton
 
Building Twitter in Drupal
Building Twitter in DrupalBuilding Twitter in Drupal
Building Twitter in DrupalJeff Eaton
 
O'Reilly Drupal Webcast
O'Reilly Drupal WebcastO'Reilly Drupal Webcast
O'Reilly Drupal WebcastJeff Eaton
 
The Future of Nodes
The Future of NodesThe Future of Nodes
The Future of NodesJeff Eaton
 

Plus de Jeff Eaton (19)

This Is not a Place of Honor
This Is not a Place of HonorThis Is not a Place of Honor
This Is not a Place of Honor
 
An API Won't Fix Your Content Problem
An API Won't Fix Your Content ProblemAn API Won't Fix Your Content Problem
An API Won't Fix Your Content Problem
 
Hello, {{FIRSTNAME}}, My Old Friend
Hello, {{FIRSTNAME}}, My Old FriendHello, {{FIRSTNAME}}, My Old Friend
Hello, {{FIRSTNAME}}, My Old Friend
 
Maps, Models, and Teams
Maps, Models, and TeamsMaps, Models, and Teams
Maps, Models, and Teams
 
Collaborative Content Modeling
Collaborative Content ModelingCollaborative Content Modeling
Collaborative Content Modeling
 
Adventures in Drupal 8
Adventures in Drupal 8Adventures in Drupal 8
Adventures in Drupal 8
 
Modeling Rich Narrative Content
Modeling Rich Narrative ContentModeling Rich Narrative Content
Modeling Rich Narrative Content
 
Battle for the Body Field (DrupalCon)
Battle for the Body Field (DrupalCon)Battle for the Body Field (DrupalCon)
Battle for the Body Field (DrupalCon)
 
The Battle For The Body Field
The Battle For The Body FieldThe Battle For The Body Field
The Battle For The Body Field
 
Workflow That Works Under Pressure
Workflow That Works Under PressureWorkflow That Works Under Pressure
Workflow That Works Under Pressure
 
Planning Beyond the Page
Planning Beyond the PagePlanning Beyond the Page
Planning Beyond the Page
 
Building Your Agency's Content Strategy Practice
Building Your Agency's Content Strategy PracticeBuilding Your Agency's Content Strategy Practice
Building Your Agency's Content Strategy Practice
 
Prepare for the Mobilacalypse
Prepare for the MobilacalypsePrepare for the Mobilacalypse
Prepare for the Mobilacalypse
 
Building Apis That Rock
Building Apis That RockBuilding Apis That Rock
Building Apis That Rock
 
Drupal Deployment
Drupal DeploymentDrupal Deployment
Drupal Deployment
 
Building Twitter in Drupal
Building Twitter in DrupalBuilding Twitter in Drupal
Building Twitter in Drupal
 
O'Reilly Drupal Webcast
O'Reilly Drupal WebcastO'Reilly Drupal Webcast
O'Reilly Drupal Webcast
 
The Future of Nodes
The Future of NodesThe Future of Nodes
The Future of Nodes
 
Form API 3
Form API 3Form API 3
Form API 3
 

Dernier

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 

Dernier (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 

Promiscuous Drupal

  • 1. Promiscuous Drupal Imagine a daringly racy subtitle Monday, March 23, 2009
  • 3. this is why we love drupal http://www.flickr.com/photos/herzogbr/2274372747/ Monday, March 23, 2009
  • 4. this is what we make it Monday, March 23, 2009
  • 6. Drupal as one tool among many http://www.flickr.com/photos/ladyada/3039492078/ Monday, March 23, 2009
  • 7. Enlarging the Toolbox* • Spam Filtering (Mollom, Akismet) • Searching/Indexing (Solr, Google, Aquia) • Feed Generation (Feedburner) • Content tagging (Calais, TimesTags) • Authentication (OpenID, etc.) • Sending bulk mail (Mailchimp, etc.) http://www.flickr.com/photos/ladyada/3039492078/ Monday, March 23, 2009
  • 8. Enlarging the Toolbox* Farm out services that... • Benefit from centralization (auth, ads) • Require expertise (bulk mail wrangling) • Demand massive processing or sample data (fast indexing, spam filtering, auto-tagging) http://www.flickr.com/photos/ladyada/3039492078/ Monday, March 23, 2009
  • 11. Takin’ it up a notch • Posting links? Use Delicious. • Shoutbox/short updates? Use Twitter. • Photos and galleries? Use Flickr! • Video? Youtube, Blip.tv, etc. • Reviewing books? Amazon, Goodreads. • Comments? Disqus! • Blogging? Use Wordpress. http://www.flickr.com/photos/mr_diesio/2548025554 Monday, March 23, 2009
  • 12. I… but… my forms! • You will never enter product information as accurately as Amazon. • You will never be as popular as Flickr. • You will never write a Firefox Plugin for Link Field. • You will never enjoy transcoding your own video. http://www.flickr.com/photos/mr_diesio/2548025554 Monday, March 23, 2009
  • 13. Become the crossroads, or enhance native content http://www.flickr.com/photos/sidelong/542906832 Monday, March 23, 2009
  • 14. Become the crossroads, or enhance native Link to content Content http://www.flickr.com/photos/sidelong/542906832 Monday, March 23, 2009
  • 15. When does it work? • Common on social sites • Ever used Facebook? • News sites (CNN, etc.) • Personal Aggregators (FriendFeed, Tumblr) • External content is treated as something that lives out there http://www.flickr.com/photos/sidelong/542906832 Monday, March 23, 2009
  • 16. How can you do it? • Good ol’ aggregator (it’s themable now) • Activity module (it supports views!) • DayLife API, NowPublic’s new service • Native modules (delicious, flick, etc.) http://www.flickr.com/photos/sidelong/542906832 Monday, March 23, 2009
  • 17. Gobble up content Monday, March 23, 2009
  • 18. Gobble up content Use external sources as your primary source Monday, March 23, 2009
  • 19. Does this make sense? • How hardcore are you? • How badly do your content producers hate the node form? • External content is treated as something that lives in here. • Drupal becomes a presentation engine • Drupal becomes a… mashup? Monday, March 23, 2009
  • 20. How the..? • Native modules • FeedAPI + Feed Element Mapper • Nodes become flexible wrappers • Lay your own pipes (we’ll see this later) Monday, March 23, 2009
  • 21. Drupal PHP Apache MySQL Operating System Monday, March 23, 2009
  • 22. Flickr Drupal Delicious PHP Google Apache MySQL Stuff Operating System Monday, March 23, 2009
  • 23. Flickr Delicious Google Drupal Stuff Amazon Monday, March 23, 2009
  • 24. Flickr Delicious Google Drupal Stuff Amazon Monday, March 23, 2009
  • 25. Are you insane? http://www.flickr.com/photos/beaub/2424695862/ Monday, March 23, 2009
  • 26. Maybe a little insane • Filtering the firehose (tagging helps) • Importing the Internet • 8192 auth methods (OAuth helps?) • Even Amazon goes down. • Magnolia (moment of silence) http://www.flickr.com/photos/beaub/2424695862/ Monday, March 23, 2009
  • 27. Yeah, kind of insane. • Congratulations! You’re an integration specialist! • How much do you trust the Internet? • You can’t form_alter someone else’s site. • You’re assembling data streams instead of modules. http://www.flickr.com/photos/beaub/2424695862/ Monday, March 23, 2009
  • 29. Rolling your own integration Monday, March 23, 2009
  • 30. Doing it with Drupal • drupal_http_request() • PHP 5 - SimpleXML & JSON • drupal_write_record() • Expose your tables via Views • Wrap local vs. remote • (See “Building APIs That Rock”) Monday, March 23, 2009
  • 31. If you release it... • Support the full API (or as much as you can) • Fail gracefully • Don’t force data into nodes • Cache data whenever you can • Don’t write a SQL query builder • PHPDoc, PHPDoc, PHPDoc! Monday, March 23, 2009
  • 32. Don’t forget… • Respect API policies (Limits, Caching) • Don’t trust the data you get back • There are cutting-edge options • Custom Views queries (Flickr?) • In Drupal 7, remote fields • NowPublic’s Aggregation system Monday, March 23, 2009
  • 33. Leveraging our Synergy • Drupal is a great tool • Its strengths can be weaknesses • Outsource services • Drupal can be a mixer • If you roll your own, think ahead Monday, March 23, 2009

Notes de l'éditeur

  1. I got started in Drupal 'cause it was very flexible, lots of stuff in one integrated package.. Wanted a blog that had wiki links that had image galleries and timelines and… While other systems integrated, Drupal emphasized native systems and interconnections The dark side: Not Invented Here syndrome. If it’s not made of nodes, it’s unclean!
  2. This is what it can produce. Talked to a client building a web app, data warehouse with drupal with firefox plugin. They listened to the community, heard “Build it in Drupal: CCK, Nodes, Views!” “OK, we’re trying to figure out how to do that and scale it to a billion or so records.
  3. We need to see Drupal as one tool in a big toolbox The LAMP stack is already designed this way! We’re used to some things, like memcached, analytics, heck -- the database! Web services and web APIs are starting to fill important roles, too. Spam protection? Advertising?
  4. Lots of people, lots of sites, are starting to rely on these services. These aren’t controversial, and there are big wins.
  5. Lots of people, lots of sites, are starting to rely on these services. These aren’t controversial, and there are big wins This is the first step: Drupal supported by services