SlideShare a Scribd company logo
Drupal in 5mins +
Previewing Drupal 8.x

BarCamp Hong Kong 2013

            By

         Edison Wong
  PantaRei Design Limited
 http://pantarei-design.com
Welcome
●   Why I should be here?
    –   Learn a Web2.0 CMS in 5mins
●   Who are you?
    –   Edison Wong, a Drupal contributor since 2005
    –   Co-founder & CEO of PantaRei Design Limited
    –   http://edin.no-ip.com/
●   What is PantaRei Design Limited?
    –   Druapl service provider since 2010
    –   http://pantarei-design.com/
    –   http://drupal.org/node/1741828
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Outline
●   What is Drupal? (10mins)
●   Most Popular Modules (10mins)
●   Drupal 7.x Demo Installation (10mins)
●   New Site for Dummy (10mins)
●   Drupal 8.x New Features Review (10mins)
●   I Need More Help!! (10mins)
●   Q&A
What is Drupal?
●   Drupal is an open-source platform and content
    management system (CMS) for building dynamic
    web sites
●   Distributed under the terms of the GNU General
    Public License (or "GPL"), which means anyone is
    free to download it and share it with others
●   To easily organize, manage and publish your
    content, with an endless variety of customization
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Most Popular Modules
●   CCK + Views + Context
●   WYSIWYG + CKEditor + IMCE
●   Varnish + Memcache + CDN
●   SEO Checklist + Google Analytics + XML
    sitemap
●   Internationalization
●   … and so on
Most Popular Modules (cont.)
●   CCK
    –   Already build into Drupal 7.x core as entity
    –   Both content type, comment, taxonomy, user profile, etc
        will able to attach additional field handily
●   Views
    – Provides a flexible method to control how lists and
      tables of content
●   Context
    –   Control block display per contextual conditions
Most Popular Modules (cont.)
●   WYSIWYG
    –   Allows to use client-side editors to edit content, formatting
        content layout without indeed HTML knowledge.
●   CKEditor
    –   A very popular ready-for-use open source WYSIWYG text
        editor
●   IMCE
    –   Plugin for WYSIWYG as another fancy and powerful
        image/file browser
Most Popular Modules (cont.)
●   Varnish
    –   HTTP accelerator designed for content-heavy dynamic
        web sites
●   Memcache
    –   Replace Drupal core database-based caching backend as
        memory-based
●   CDN
    –   Content distribution network (CDN) is a large distributed
        system of servers deployed in multiple data centers in the
        Internet
Most Popular Modules (cont.)
●   SEO Checklist
    – Uses Drupal SEO best practices to check your
      website for proper search engine optimization
●   Google Analytics
    –Adds the Google Analytics web statistics tracking
     system to your website
●   XML sitemap
    –   The XML sitemap module creates a sitemap that
        conforms to the sitemaps.org specification
Most Popular Modules (cont.)
●   Internationalization
    –   Collection of modules to extend Drupal core
        multilingual capabilities and be able to build real
        life multilingual sites
Drupal 7.x Demo Installation
●   Source
    –   http://drupal.org/project/drustack
●   Virtualmin
    –   https://drustack.com:10000/
●   Start Installation
    –   http://drustack7.demo.drustack.com/
●   Wait for 5mins...
●   Done!!
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
New Site for Dummy
●   Change theme
●   Change logo
●   Create primary menu
●   New “Welcome” Page
●   Create “Contact Us” page
New Site for Dummy (cont.)
<h3>DruStack - A Starting Distribution for Drupal Developer</h3>
<p><a href="http://drupal.org/project/drustack">DruStack</a> is a freely available packaged distribution of the open source Drupal
system. A collection of most common software from the Drupal community, <a
href="http://drupal.org/project/drustack">DruStack</a> provides a quick on-ramp to begin building Drupal websites.</p>
<p><a href="http://drupal.org/project/drustack">DruStack</a> integrated the development for Drupal installation. The pre-
configured modules make you get a highly customized and total complete Drupal websites. You can get your own ready-made
Blog setup by default Drupal installation procedure.</p>
<p>DruStack replace most of the features and as a successor of <a href="http://drupal.org/project/pantarei_siren">PantaRei
Siren</a> distribution.</p>
<h3>Features Highlight</h3>
<ul>
<li>Collection of 3rd party modules tested, verified and supported by <a href="http://drupal.org/node/1741828">PantaRei
Design</a>.</li>
<li>Pre-configured with commonly used functionality, including testing user account, roles, permission, input filter, WYSIWYG, and
even more.</li>
<li>Integrated with frequently-used 3rd party libraries, e.g. <a href="http://ckeditor.com/">CKEditor</a>, <a
href="http://htmlpurifier.org/">HTML Purifier</a>, <a href="http://colorpowered.com/colorbox/">Colorbox</a>, <a
href="http://code.google.com/p/google-code-prettify/">Code prettify</a>, etc.</li>
<li>Most setup managed by Features and Strongarm with drustack_* packages so you may rollback as default whenever
required.</li>
</ul>
Previewing Drupal 8.x
●   Views in core
    –   The most significant enhancement is pulling the popular (many would say,
        essential) add-on module that allows users to query and display content
        from the database without having to write SQL into core Drupal.
●   Support for HTML5
    –   Drupal's default doctype will switch from XHTML to HTML5; input filters,
        functions and forms will all accept HTML5 elements.
●   Configuration management
    –   This initiative is about making site configuration versionable and
        manageable through code and generally “improving the deployment
        process for Drupal,” as Moshe Weitzman, longtime Drupalist and current
        Director of Research and Development at Acquia told me.
Previewing Drupal 8.x
●   Web services
    –   This should result in improving Drupal’s ability to deliver non-HTML output formats, such as
        XML and JSON, based on REST-style architecture using Symfony components.
●   Layouts
    –   This initiative is focussed on cleaning up and standardizing the methods for creating output
        and placing content on a page; it will lead to things like context-aware blocks and allow for
        nested layouts.
●   Mobile
    –   With the explosion of tablets and smartphones, this initiative is focussing on making admin
        screens more usable on mobile devices, via native app integration, HTML5, and responsive
        design.
●   Multilingual
    –   Some of the key tools and modules currently used to build multilingual sites will be pulled
        into core and the interface design will be improved to make it easier to build and support
        multilingual sites.
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
Drupal in 5mins + Previewing Drupal 8.x
References
●   https://drupal.org/
●
    http://www.whitehouse.gov/
●   http://www.ubuntu.com/
●
    http://www.enterpriseinnovation.net/
●   http://celt.ust.hk/
●
    http://drupal.org/project/cck
●   http://drupal.org/project/views
●
    http://drupal.org/project/context
●   http://drupal.org/project/wysiwyg
●
    http://ckeditor.com/download
References (cont.)
●   http://drupal.org/project/imce
●   http://drupal.org/project/varnish
●   http://drupal.org/project/memcache
●   http://drupal.org/project/cdn
●   http://drupal.org/project/seo_checklist
●   http://drupal.org/project/google_analytics
●   http://drupal.org/project/xmlsitemap
●   http://drupal.org/project/i18n
●   http://drupal.org/project/drupal
●   http://drupal.org/project/drustack
References (cont.)
●   Virtualmin + Drupal 7.x on Ubuntu 12.04 HOWTO
    –   http://edin.no-ip.com/blog/hswong3i/virtualmin-drupal-7-x-ubuntu-
●   Previewing Drupal 8
    –   http://www.itworld.com/it-management/325649/previewing-drupal
●   What's Planned for Drupal 8
    –   http://drupalwatchdog.com/2/2/drupal-8-preview
I Need More Help!!
●   Read documentation from Drupal Community
    –   http://drupal.org/documentation
●   Join event and meetup in Hong Kong Drupal User Group
    –   http://groups.drupal.org/hongkong
●   Contact us for our free consultancy service
    –   info@pantarei-design.com
We are Hiring!
●   Love open source
●   Positive thinking
●   Eager to learn
●   Think Drupal will improve your career path
●   Contact us
    –   hr@pantarei-design.com
Q&A
Thank you :D

More Related Content

PDF
Drupal in-depth
PPTX
Drush Aegir & Drush, Drupal Roadshow Austria
PDF
Open Innovation Lab (OIL) - 2014 Sep 26th
PPT
Drupal - Introduction to Building Library Web Site Using Drupal
PDF
Introduction to drupal
ODP
Contributions: what they are and how to find them
PPTX
Drupal core indeas - Andy Postnikov
ODP
Drupal 7x Installation - Introduction to Drupal Concepts
Drupal in-depth
Drush Aegir & Drush, Drupal Roadshow Austria
Open Innovation Lab (OIL) - 2014 Sep 26th
Drupal - Introduction to Building Library Web Site Using Drupal
Introduction to drupal
Contributions: what they are and how to find them
Drupal core indeas - Andy Postnikov
Drupal 7x Installation - Introduction to Drupal Concepts

What's hot (20)

PDF
Introduction to Drupal Basics
PDF
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
KEY
Introduction to Drupal
PPT
Drupal training-1-in-mumbai
ODP
Further Resources - Drupal training
PPT
Beginner's guide to drupal
PDF
Multiplier Effect: Case Studies in Distributions for Publishers
PPTX
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
PDF
Website factory with domain Access: why and how& - Kiêt Trân & David Ferlay
PDF
OpenCms Days 2012 - OpenCms 8.5: Creating "in place" editable pages with the ...
PDF
Introduction to Drupal for Absolute Beginners
PDF
CollegeDiveIn presentation
PDF
Improving the MODX Documentation - March 29, 2019
PDF
PDF
Digital Signage for YMCA and the Drupal role
PDF
Drupal case study: Behind the scenes of website of University of Tartu
PDF
Flexbox
ODP
Drupal Themes
PDF
Drupal 8 Configuration Management
PDF
Managing Translation Workflows in Drupal 7
Introduction to Drupal Basics
Efficiently theming a multi-site Drupal 8 portal - Drupal Dev Days Seville 2017
Introduction to Drupal
Drupal training-1-in-mumbai
Further Resources - Drupal training
Beginner's guide to drupal
Multiplier Effect: Case Studies in Distributions for Publishers
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Website factory with domain Access: why and how& - Kiêt Trân & David Ferlay
OpenCms Days 2012 - OpenCms 8.5: Creating "in place" editable pages with the ...
Introduction to Drupal for Absolute Beginners
CollegeDiveIn presentation
Improving the MODX Documentation - March 29, 2019
Digital Signage for YMCA and the Drupal role
Drupal case study: Behind the scenes of website of University of Tartu
Flexbox
Drupal Themes
Drupal 8 Configuration Management
Managing Translation Workflows in Drupal 7
Ad

Viewers also liked (6)

PPTX
The World We Live In
PDF
Hong Kong Drupal User Group - Nov 8th
PDF
CUHK CSCI 4140 2015 Spring Guest Lecture - Agile Development
PDF
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
PDF
BarCamp Hong Kong 2015 - AuthBucket - Open Source Identity Management System
PDF
[20160314][CUHK][CSCI4140]Life of an Agile Team]
The World We Live In
Hong Kong Drupal User Group - Nov 8th
CUHK CSCI 4140 2015 Spring Guest Lecture - Agile Development
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
BarCamp Hong Kong 2015 - AuthBucket - Open Source Identity Management System
[20160314][CUHK][CSCI4140]Life of an Agile Team]
Ad

Similar to Drupal in 5mins + Previewing Drupal 8.x (20)

PDF
[HKDUG] #20151017 - BarCamp 2015 - Drupal 8 is Coming! Are You Ready?
PPTX
Becoming A Drupal Master Builder
PDF
Drupal 8 improvements for developer productivity php symfony and more
PDF
Ottawa Drupalcamp 2024 Keynote: Chart Your Drupal Journey
PDF
DruStack- a mobile-friendly web content management system (cms
PDF
drustack a mobile-friendly web content management system (cms)
ODP
Hong Kong Drupal User Group - 2014 March 8th
PDF
Choosing Drupal as your Content Management Framework
PDF
Drupal and the semantic web - SemTechBiz 2012
PDF
Schemaorg cmsplugins
ODP
Beginners Guide to Drupal
PDF
Help! I inherited a Drupal Site! - DrupalCamp Atlanta 2016
PDF
What in store in drupal 8
PDF
Implementing a Symfony Based CMS in a Publishing Company
PDF
Design Summit - Community and Ecosystem - John Mark Walker
ODP
Drupal Architecture and functionality
PDF
DrupalCampSFL OpenPublic Overview
PPTX
Front end frameworks
PPTX
Web components
PDF
Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...
[HKDUG] #20151017 - BarCamp 2015 - Drupal 8 is Coming! Are You Ready?
Becoming A Drupal Master Builder
Drupal 8 improvements for developer productivity php symfony and more
Ottawa Drupalcamp 2024 Keynote: Chart Your Drupal Journey
DruStack- a mobile-friendly web content management system (cms
drustack a mobile-friendly web content management system (cms)
Hong Kong Drupal User Group - 2014 March 8th
Choosing Drupal as your Content Management Framework
Drupal and the semantic web - SemTechBiz 2012
Schemaorg cmsplugins
Beginners Guide to Drupal
Help! I inherited a Drupal Site! - DrupalCamp Atlanta 2016
What in store in drupal 8
Implementing a Symfony Based CMS in a Publishing Company
Design Summit - Community and Ecosystem - John Mark Walker
Drupal Architecture and functionality
DrupalCampSFL OpenPublic Overview
Front end frameworks
Web components
Embedding Linked Data Invisibly into Web Pages: Strategies and Workflows for ...

More from Wong Hoi Sing Edison (20)

PDF
[HKOSCON][20220611][AlviStack: Hong Kong Based Kubernetes Distribution]
PDF
[HKOSCon x COSCUP 2020][20200801][Ansible: From VM to Kubernetes]
PDF
[HKOSCON][20200613][ Ansible: From VM to Kubernetes]
PDF
[HKOSCON][20190615][DevOps with Ansible, From Native to Kubernetes]
PDF
[BarCamp2018][20180915][Tips for Virtual Hosting on Kubernetes]
PDF
[HKOSCON][20180616][Containerized High Availability Virtual Hosting Deploymen...
PDF
[HKDUG] #20180512 - Fix Hacked Drupal with GIT
PDF
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
ODP
Open Innovation Lab (OIL) - 20150227 - GIT Intro Workshop
PDF
IT Entrepreneurship Talk - City University of Hong Kong
PDF
OSS Community Meeting - OSS Community Management for Dummy
PDF
Barcamp Hong Kong 2014 - Introduction to GIT
PDF
Barcamp Hong Kong 2014 - Commercial Use of OSS Web Content Management System
PDF
Entrepreneurship Talk
PDF
Open Source.HK Workshop - 2014 Oct 11th
PDF
Barcamp Macau 2014 - Introduction to GIT
PDF
Barcamp Macau 2014 - Introduction to AWS
PDF
Hong Kong Drupal User Group - Sep 13th
PDF
Hong Kong Drupal User Group - Sep 13th
ODP
Hong Kong Drupal User Group - 2014 June 14th
[HKOSCON][20220611][AlviStack: Hong Kong Based Kubernetes Distribution]
[HKOSCon x COSCUP 2020][20200801][Ansible: From VM to Kubernetes]
[HKOSCON][20200613][ Ansible: From VM to Kubernetes]
[HKOSCON][20190615][DevOps with Ansible, From Native to Kubernetes]
[BarCamp2018][20180915][Tips for Virtual Hosting on Kubernetes]
[HKOSCON][20180616][Containerized High Availability Virtual Hosting Deploymen...
[HKDUG] #20180512 - Fix Hacked Drupal with GIT
[HKDUG] #20161210 - BarCamp Hong Kong 2016 - What's News in PHP?
Open Innovation Lab (OIL) - 20150227 - GIT Intro Workshop
IT Entrepreneurship Talk - City University of Hong Kong
OSS Community Meeting - OSS Community Management for Dummy
Barcamp Hong Kong 2014 - Introduction to GIT
Barcamp Hong Kong 2014 - Commercial Use of OSS Web Content Management System
Entrepreneurship Talk
Open Source.HK Workshop - 2014 Oct 11th
Barcamp Macau 2014 - Introduction to GIT
Barcamp Macau 2014 - Introduction to AWS
Hong Kong Drupal User Group - Sep 13th
Hong Kong Drupal User Group - Sep 13th
Hong Kong Drupal User Group - 2014 June 14th

Recently uploaded (20)

PDF
Advanced Soft Computing BINUS July 2025.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
cuic standard and advanced reporting.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Big Data Technologies - Introduction.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Electronic commerce courselecture one. Pdf
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Network Security Unit 5.pdf for BCA BBA.
Advanced Soft Computing BINUS July 2025.pdf
NewMind AI Weekly Chronicles - August'25 Week I
cuic standard and advanced reporting.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Unlocking AI with Model Context Protocol (MCP)
Chapter 3 Spatial Domain Image Processing.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Review of recent advances in non-invasive hemoglobin estimation
Big Data Technologies - Introduction.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Understanding_Digital_Forensics_Presentation.pptx
Modernizing your data center with Dell and AMD
Advanced methodologies resolving dimensionality complications for autism neur...
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Reach Out and Touch Someone: Haptics and Empathic Computing
Electronic commerce courselecture one. Pdf
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Network Security Unit 5.pdf for BCA BBA.

Drupal in 5mins + Previewing Drupal 8.x

  • 1. Drupal in 5mins + Previewing Drupal 8.x BarCamp Hong Kong 2013 By Edison Wong PantaRei Design Limited http://pantarei-design.com
  • 2. Welcome ● Why I should be here? – Learn a Web2.0 CMS in 5mins ● Who are you? – Edison Wong, a Drupal contributor since 2005 – Co-founder & CEO of PantaRei Design Limited – http://edin.no-ip.com/ ● What is PantaRei Design Limited? – Druapl service provider since 2010 – http://pantarei-design.com/ – http://drupal.org/node/1741828
  • 6. Outline ● What is Drupal? (10mins) ● Most Popular Modules (10mins) ● Drupal 7.x Demo Installation (10mins) ● New Site for Dummy (10mins) ● Drupal 8.x New Features Review (10mins) ● I Need More Help!! (10mins) ● Q&A
  • 7. What is Drupal? ● Drupal is an open-source platform and content management system (CMS) for building dynamic web sites ● Distributed under the terms of the GNU General Public License (or "GPL"), which means anyone is free to download it and share it with others ● To easily organize, manage and publish your content, with an endless variety of customization
  • 13. Most Popular Modules ● CCK + Views + Context ● WYSIWYG + CKEditor + IMCE ● Varnish + Memcache + CDN ● SEO Checklist + Google Analytics + XML sitemap ● Internationalization ● … and so on
  • 14. Most Popular Modules (cont.) ● CCK – Already build into Drupal 7.x core as entity – Both content type, comment, taxonomy, user profile, etc will able to attach additional field handily ● Views – Provides a flexible method to control how lists and tables of content ● Context – Control block display per contextual conditions
  • 15. Most Popular Modules (cont.) ● WYSIWYG – Allows to use client-side editors to edit content, formatting content layout without indeed HTML knowledge. ● CKEditor – A very popular ready-for-use open source WYSIWYG text editor ● IMCE – Plugin for WYSIWYG as another fancy and powerful image/file browser
  • 16. Most Popular Modules (cont.) ● Varnish – HTTP accelerator designed for content-heavy dynamic web sites ● Memcache – Replace Drupal core database-based caching backend as memory-based ● CDN – Content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers in the Internet
  • 17. Most Popular Modules (cont.) ● SEO Checklist – Uses Drupal SEO best practices to check your website for proper search engine optimization ● Google Analytics –Adds the Google Analytics web statistics tracking system to your website ● XML sitemap – The XML sitemap module creates a sitemap that conforms to the sitemaps.org specification
  • 18. Most Popular Modules (cont.) ● Internationalization – Collection of modules to extend Drupal core multilingual capabilities and be able to build real life multilingual sites
  • 19. Drupal 7.x Demo Installation ● Source – http://drupal.org/project/drustack ● Virtualmin – https://drustack.com:10000/ ● Start Installation – http://drustack7.demo.drustack.com/ ● Wait for 5mins... ● Done!!
  • 24. New Site for Dummy ● Change theme ● Change logo ● Create primary menu ● New “Welcome” Page ● Create “Contact Us” page
  • 25. New Site for Dummy (cont.) <h3>DruStack - A Starting Distribution for Drupal Developer</h3> <p><a href="http://drupal.org/project/drustack">DruStack</a> is a freely available packaged distribution of the open source Drupal system. A collection of most common software from the Drupal community, <a href="http://drupal.org/project/drustack">DruStack</a> provides a quick on-ramp to begin building Drupal websites.</p> <p><a href="http://drupal.org/project/drustack">DruStack</a> integrated the development for Drupal installation. The pre- configured modules make you get a highly customized and total complete Drupal websites. You can get your own ready-made Blog setup by default Drupal installation procedure.</p> <p>DruStack replace most of the features and as a successor of <a href="http://drupal.org/project/pantarei_siren">PantaRei Siren</a> distribution.</p> <h3>Features Highlight</h3> <ul> <li>Collection of 3rd party modules tested, verified and supported by <a href="http://drupal.org/node/1741828">PantaRei Design</a>.</li> <li>Pre-configured with commonly used functionality, including testing user account, roles, permission, input filter, WYSIWYG, and even more.</li> <li>Integrated with frequently-used 3rd party libraries, e.g. <a href="http://ckeditor.com/">CKEditor</a>, <a href="http://htmlpurifier.org/">HTML Purifier</a>, <a href="http://colorpowered.com/colorbox/">Colorbox</a>, <a href="http://code.google.com/p/google-code-prettify/">Code prettify</a>, etc.</li> <li>Most setup managed by Features and Strongarm with drustack_* packages so you may rollback as default whenever required.</li> </ul>
  • 26. Previewing Drupal 8.x ● Views in core – The most significant enhancement is pulling the popular (many would say, essential) add-on module that allows users to query and display content from the database without having to write SQL into core Drupal. ● Support for HTML5 – Drupal's default doctype will switch from XHTML to HTML5; input filters, functions and forms will all accept HTML5 elements. ● Configuration management – This initiative is about making site configuration versionable and manageable through code and generally “improving the deployment process for Drupal,” as Moshe Weitzman, longtime Drupalist and current Director of Research and Development at Acquia told me.
  • 27. Previewing Drupal 8.x ● Web services – This should result in improving Drupal’s ability to deliver non-HTML output formats, such as XML and JSON, based on REST-style architecture using Symfony components. ● Layouts – This initiative is focussed on cleaning up and standardizing the methods for creating output and placing content on a page; it will lead to things like context-aware blocks and allow for nested layouts. ● Mobile – With the explosion of tablets and smartphones, this initiative is focussing on making admin screens more usable on mobile devices, via native app integration, HTML5, and responsive design. ● Multilingual – Some of the key tools and modules currently used to build multilingual sites will be pulled into core and the interface design will be improved to make it easier to build and support multilingual sites.
  • 35. References ● https://drupal.org/ ● http://www.whitehouse.gov/ ● http://www.ubuntu.com/ ● http://www.enterpriseinnovation.net/ ● http://celt.ust.hk/ ● http://drupal.org/project/cck ● http://drupal.org/project/views ● http://drupal.org/project/context ● http://drupal.org/project/wysiwyg ● http://ckeditor.com/download
  • 36. References (cont.) ● http://drupal.org/project/imce ● http://drupal.org/project/varnish ● http://drupal.org/project/memcache ● http://drupal.org/project/cdn ● http://drupal.org/project/seo_checklist ● http://drupal.org/project/google_analytics ● http://drupal.org/project/xmlsitemap ● http://drupal.org/project/i18n ● http://drupal.org/project/drupal ● http://drupal.org/project/drustack
  • 37. References (cont.) ● Virtualmin + Drupal 7.x on Ubuntu 12.04 HOWTO – http://edin.no-ip.com/blog/hswong3i/virtualmin-drupal-7-x-ubuntu- ● Previewing Drupal 8 – http://www.itworld.com/it-management/325649/previewing-drupal ● What's Planned for Drupal 8 – http://drupalwatchdog.com/2/2/drupal-8-preview
  • 38. I Need More Help!! ● Read documentation from Drupal Community – http://drupal.org/documentation ● Join event and meetup in Hong Kong Drupal User Group – http://groups.drupal.org/hongkong ● Contact us for our free consultancy service – info@pantarei-design.com
  • 39. We are Hiring! ● Love open source ● Positive thinking ● Eager to learn ● Think Drupal will improve your career path ● Contact us – hr@pantarei-design.com
  • 40. Q&A