SlideShare a Scribd company logo
我是 O O 師,我用 DRUPAL
All you need is Drupal
By Chris
吳政斌
Chris
Senior Drupal Developer
Fliegen Creative Studio
DrupalTaiwan.org
Designer
F2E
CMS Builder
WebAdmin
Chocolate Design

chris @ laconique.com.tw
amouro @ gmail.com
fb.com/amourow
吳政斌
Chris
Senior Drupal Developer
Fliegen Creative Studio
DrupalTaiwan.org
Designer
F2E
CMS Builder
WebAdmin
Chocolate Design

chris @ laconique.com.tw
amouro @ gmail.com
fb.com/amourow
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
吳政斌
Chris
Senior Drupal Developer
Fliegen Creative Studio
DrupalTaiwan.org
Designer
F2E
CMS Builder
WebAdmin
Chocolate Design

chris @ laconique.com.tw
amouro @ gmail.com
fb.com/amourow
I use drupal / 我是 OO 師,我用 Drupal
Drupal

?
http://www.flickr.com/photos/efe6/
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
I use drupal / 我是 OO 師,我用 Drupal
@Webchick / Angela Byron
the first women on Linux journal
that makes Linux history
Design | FrontEnd | Backend

?
As a
Designer

?
THEME
•  Basetheme

•  Frameworks
DRUPAL AWARE DESIGN
•  有效的運用區域
•  運用預設的 Class
THEME SETTING
BLOCK
BLOCK
D7UX
•  Our UX Principles:
1.  Make the most frequent tasks easy and less
frequent tasks achievable.
2.  Design for the 80%
3.  Privilege the Content Creator
4.  Make the default settings smart
DEV TOOLS
•  Firebug, Chrome DevTools
THEME SETTING
•  Add CSS in .info
– stylesheets[all][] = style.css
– stylesheets[all][] = reset.css
•  Customize tpl.php
As a
Programmer

?
WORKING WITH JS
•  jQuery 1.4.4 in D7
– 1.5.1, 1.7.1, 1.8.2 (jQuery update)
•  Add JavaScript in .info
– scripts[] = respond.js
– scripts[] = foo.js
•  API
– drupal_add_js()
drupal_add_js(drupal_get_path('theme', 'example'). '/foo.js', $options);
QUERY WITH VIEWS
QUERY WITH VIEWS
QUERY WITH VIEWS
MODULES
•  Slider
– Views slideshow
– Nivo slider
– Galleria
– Image Flow
– jCarousel
– 3D Views Carousel
VIEWS + VIEWS SLIDESHOW
VIEWS + IMAGE FLOW
FIELD WIDGET
HOOKS API
•  Creating a new node
– hook_node_presave()
– hook_node_insert()
•  Updating
•  Validating
– hook_validate()
HOOKS API
•  hook_node_view
HOOKS API
•  hook_form_alter
DATABASE
•  Database abstraction layer
– Built on top of the PDO library.
– Different driver for each db type
•  MySQL, PostgresSQL, SQLite, MongoDB*, SQL Server*
<?php
// Create an object of type SelectQuery and directly
// add extra detail to this query object: a condition, fields and a range
$query = db_select('users', 'u')
->condition('u.uid', 0, '<>')
->fields('u', array('uid', 'name', 'status', 'created', 'access'))
->range(0, 50);
?>
As a
WebAdmin

?
PERFORMANCE IN CORE
•  Database cache
•  Aggregation
– CSS
– JS
CDN
•  Domain mapping
•  File Conveyor
– AWS S3
– CloudFront
APC
•  Store opcode for php
MEMCACHE
•  Move db cache to memory
– https://drupal.org/project/memcache
– https://drupal.org/project/memcache_storage
BOOST
•  Static page cache for Anonymous
VARNISH
•  Reverse proxy
– https://drupal.org/project/varnish
INTEGRATION
•  APC
– cache
– cache_bootstrap
•  Memcache
– cache_field
– cache_menu
– …
•  DB
– cache_filter
•  Varnish
– Static page
THE MOST GEEKY CMS
•  Shell Command!
•  Drush = Drupal Shell Command
– Ref. http://2013.drupalcamp.tw/session/99
•  > druah status
THE MOST GEEKY CMS
> drush dl superfish views jquery_update
> drush en –y superfish
> drush mb foo_module --write --name=“Foo” –dep=“views”
Chris Wu 吳政斌
chris @ laconique.com.tw
amouro @ gmail.com
fb.com/amourow

More Related Content

PDF
Drupal 8 版型開發變革
PDF
Drupal 8 Theme System: The Backend of Frontend
KEY
Doing Things the WordPress Way
PPT
Creating Custom Drupal Modules
PDF
Drupal Module Development
PPTX
Let's write secure drupal code! - Drupal Camp Pannonia 2019
PDF
Drupal vs WordPress
PPTX
Let's write secure Drupal code! - DrupalCamp Oslo, 2018
Drupal 8 版型開發變革
Drupal 8 Theme System: The Backend of Frontend
Doing Things the WordPress Way
Creating Custom Drupal Modules
Drupal Module Development
Let's write secure drupal code! - Drupal Camp Pannonia 2019
Drupal vs WordPress
Let's write secure Drupal code! - DrupalCamp Oslo, 2018

What's hot (20)

PPTX
Getting up and running with Zend Framework
PPTX
Getting up & running with zend framework
PPTX
Let's write secure Drupal code! - Drupal Camp Poland 2019
KEY
JavaScript in Drupal 7: What developers need to know
PPTX
Childthemes ottawa-word camp-1919
PPTX
Converting (X)HTML/CSS template to Drupal 7 Theme
PDF
Jooctrine - Doctrine ORM in Joomla!
PDF
Apostrophe
PPTX
Drupal Camp Porto - Developing with Drupal: First Steps
KEY
Intro To jQuery In Drupal
PDF
Contributing to WordPress Core - Peter Wilson
PDF
Views Style Plugins
PPTX
Let's write secure Drupal code! DUG Belgium - 08/08/2019
PDF
Your first d8 module
PPTX
Drupal 7 — Circle theme
PPTX
Debugging in drupal 8
PDF
You Don't Know Query (WordCamp Netherlands 2012)
PDF
Brisbane Drupal meetup - 2016 Mar - Build module in Drupal 8
PDF
Undercover Pods / WP Functions
PDF
Assetic (Zendcon)
Getting up and running with Zend Framework
Getting up & running with zend framework
Let's write secure Drupal code! - Drupal Camp Poland 2019
JavaScript in Drupal 7: What developers need to know
Childthemes ottawa-word camp-1919
Converting (X)HTML/CSS template to Drupal 7 Theme
Jooctrine - Doctrine ORM in Joomla!
Apostrophe
Drupal Camp Porto - Developing with Drupal: First Steps
Intro To jQuery In Drupal
Contributing to WordPress Core - Peter Wilson
Views Style Plugins
Let's write secure Drupal code! DUG Belgium - 08/08/2019
Your first d8 module
Drupal 7 — Circle theme
Debugging in drupal 8
You Don't Know Query (WordCamp Netherlands 2012)
Brisbane Drupal meetup - 2016 Mar - Build module in Drupal 8
Undercover Pods / WP Functions
Assetic (Zendcon)
Ad

Viewers also liked (6)

PDF
那些年,我們一起搞的金流
PDF
MRT Express 極速北捷(UI/UX Designers' Night)
PDF
Responsive design on drupal
PDF
DrupalTaiwan.org 社群簡介
PPTX
Meadia q2
PDF
從技術角度看 RWD - Technical Approaches to RWD
那些年,我們一起搞的金流
MRT Express 極速北捷(UI/UX Designers' Night)
Responsive design on drupal
DrupalTaiwan.org 社群簡介
Meadia q2
從技術角度看 RWD - Technical Approaches to RWD
Ad

Similar to I use drupal / 我是 OO 師,我用 Drupal (20)

PPTX
SVILUPPARE E GESTIRE ARCHITETTURE A MICROSERVIZI SU AZURE
PPTX
Dnc2015 azure-microservizi-vforusso
PDF
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
PPTX
Word Press As A Cms
PDF
How to keep Drupal relevant in the Git-based and API-driven CMS era - BADCamp
PDF
WordCamp Sheffield 2014 Theme Workflow Presentation
PDF
Drupal 7: What's In It For You?
PDF
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
PDF
Chris Ward - Understanding databases for distributed docker applications - No...
KEY
What is Drupal? For Site Administrators
PDF
Absolute Beginners Guide to Drupal
KEY
DrupalCon 2011 Highlight
PDF
ITB2017 - Keynote
PDF
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
KEY
It's a Mod World - A Practical Guide to Rocking Modernizr
PDF
Getting Started with MariaDB with Docker
PPTX
Disrupting the application eco system with progressive web applications
PDF
Mobile Vue.js – From PWA to Native
PDF
WordPress Theme Structure
PDF
Build your application in seconds and optimize workflow as much as you can us...
SVILUPPARE E GESTIRE ARCHITETTURE A MICROSERVIZI SU AZURE
Dnc2015 azure-microservizi-vforusso
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
Word Press As A Cms
How to keep Drupal relevant in the Git-based and API-driven CMS era - BADCamp
WordCamp Sheffield 2014 Theme Workflow Presentation
Drupal 7: What's In It For You?
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
Chris Ward - Understanding databases for distributed docker applications - No...
What is Drupal? For Site Administrators
Absolute Beginners Guide to Drupal
DrupalCon 2011 Highlight
ITB2017 - Keynote
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
It's a Mod World - A Practical Guide to Rocking Modernizr
Getting Started with MariaDB with Docker
Disrupting the application eco system with progressive web applications
Mobile Vue.js – From PWA to Native
WordPress Theme Structure
Build your application in seconds and optimize workflow as much as you can us...

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Cloud computing and distributed systems.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Machine learning based COVID-19 study performance prediction
The AUB Centre for AI in Media Proposal.docx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation_ Review paper, used for researhc scholars
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
MIND Revenue Release Quarter 2 2025 Press Release
Unlocking AI with Model Context Protocol (MCP)
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Diabetes mellitus diagnosis method based random forest with bat algorithm
Building Integrated photovoltaic BIPV_UPV.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Empathic Computing: Creating Shared Understanding
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Cloud computing and distributed systems.
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Machine learning based COVID-19 study performance prediction

I use drupal / 我是 OO 師,我用 Drupal