Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Why WordPress is the framework of the future!
Search
Jack Lenox
May 15, 2012
Technology
7
4.6k
Why WordPress is the framework of the future!
My talk at FOWD London 2012.
Jack Lenox
May 15, 2012
Tweet
Share
More Decks by Jack Lenox
See All by Jack Lenox
How better performing websites can help save the planet
jacklenox
3
870
How better performing websites can help save the planet
jacklenox
0
1.7k
What WordPress developers can do about climate change
jacklenox
0
230
An introduction to the WordPress REST API
jacklenox
1
220
An Introduction to Object-Oriented Programming, Design Patterns, and Test-Driven Development
jacklenox
3
460
Building Websites with the REST API
jacklenox
0
290
There and Back Again: A Developer's Tale
jacklenox
3
1.8k
Writing PHP with React
jacklenox
0
410
Theming, React and the REST API
jacklenox
0
510
Other Decks in Technology
See All in Technology
本当に必要なのは「QAという技術」だった!試行錯誤から生まれた、品質とデリバリーの両取りアプローチ / Turns Out, "QA as a Discipline" Was the Key!
ar_tama
9
4.7k
ユーザーコミュニティが海外スタートアップのDevRelを補完する瞬間
nagauta
1
200
ソフトウェアテスト 最初の一歩 〜テスト設計技法をワークで体験しながら学ぶ〜 #JaSSTTokyo / SoftwareTestingFirstStep
nihonbuson
PRO
2
190
Ruby on Rails の楽しみ方
morihirok
6
2.8k
製造業向けIoTソリューション提案資料.pdf
haruki_uiru
0
280
SaaS公式MCPサーバーをリリースして得た学び
kawamataryo
5
1.4k
名単体テスト 禁断の傀儡(モック)
iwamot
PRO
1
290
技術選定を突き詰める 懇親会LT
okaru
2
1k
転職したらMCPサーバーだった件
nwiizo
11
8.5k
時間がないなら、つくればいい 〜数十人規模のチームが自律性を発揮するために試しているいくつかのこと〜
kakehashi
PRO
24
5.8k
木を見て森も見る-モジュールが織りなすプロダクトの森
kworkdev
PRO
0
240
250510 StepFunctionのテスト自動化始めました vol.1
east_takumi
1
250
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Why Our Code Smells
bkeepers
PRO
336
57k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Facilitating Awesome Meetings
lara
54
6.4k
Documentation Writing (for coders)
carmenintech
71
4.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Designing for humans not robots
tammielis
253
25k
Done Done
chrislema
184
16k
Being A Developer After 40
akosma
91
590k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
24
2.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
Why WordPress is the framework of the future! By Jack
Lenox
WordPress is the most popular CMS on the web
Its behind 14.7% of Alexa’s top million sites
As of August 2011 it manages 22% of all new
websites (in the US)
You’re in good company...
A few golden rules • Use as few plugins as
possible • Always check through the WordPress function library when implementing something unprecedented http://codex.wordpress.org/ Function_Reference • Build advanced functionality into the theme rather than creating lots of extra custom plugins
None
Anatomy of a theme • header.php • sidebar.php • footer.php
• index.php • archive.php • page.php • single.php • functions.php
None
Part 1 How to “deWordPressify” your site
1. Externalise your /wp-content/ directory
Voila! (In wp-config.php)
2. Properly customise your login, registration and forgotten password pages
None
None
None
Login Page (In login.php)
Login redirects (In functions.php)
3. How to use custom post types, and make the
most of them
None
None
None
Custom Post Types (In functions.php)
Part 2 Give users control over their own profiles and
data
1. Front end profile management for users
None
None
2. Custom fields in user management
None
Part 3 Really cool stuff
1. How to set up a highly customisable API for
your site (really easily!)
None
None
2. How to validate users and access user-specific data from
a mobile app
None
None
None
I hope this proves useful, I’d love to know how
you get on: @jacklenox
[email protected]