Top Banner
Prototyping Web Apps with WordPress Blaise Freeman and Ned Lomigora April 30, 2012 [email protected] www.zeeen.com @zeeenmedia
20
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Prototyping web apps with Wordpress

Prototyping Web Apps with WordPress

Blaise Freeman and Ned Lomigora

April 30, 2012

[email protected] www.zeeen.com

@zeeenmedia

Page 2: Prototyping web apps with Wordpress

•  started with a proprietary platform

•  lacking market validation

•  slow to iterate

•  dependency on others for iterations

•  high cost

Page 3: Prototyping web apps with Wordpress

Technique: The Lean Startup Loop

Prototyping Tool: Wordpress

Page 4: Prototyping web apps with Wordpress

first version of zeeen book microsite

Page 5: Prototyping web apps with Wordpress

what customers said it felt like

what customers wanted

user feedback

Page 6: Prototyping web apps with Wordpress

and after many iterations... One stop login

Page 7: Prototyping web apps with Wordpress

Intuitive easy-to-edit admin interface

Page 8: Prototyping web apps with Wordpress
Page 9: Prototyping web apps with Wordpress
Page 10: Prototyping web apps with Wordpress
Page 11: Prototyping web apps with Wordpress

1. Zero Out Extraneous “Features”

Page 12: Prototyping web apps with Wordpress

add_action( 'admin_menu', 'wpzero_hide_menus' ); add_role( 'defaultuser', 'Default User'...

hide menus and widgets with a simple plugin

Page 13: Prototyping web apps with Wordpress

http://themble.com/bones/

strip out unessential theme elements

Page 14: Prototyping web apps with Wordpress

jQuery("#media-upload #save").click(e){ ...

if all else fails, hack things with jQuery

Page 15: Prototyping web apps with Wordpress

2. Use Existing APIs "Bad artists copy. Good artists steal." Pablo Picasso

Page 16: Prototyping web apps with Wordpress
Page 17: Prototyping web apps with Wordpress

3. Hack Core Responsibly-ish

Page 18: Prototyping web apps with Wordpress
Page 19: Prototyping web apps with Wordpress

Conclusion

•  use other people's code

•  speed trumps doing it "the right way"

•  WP core is useful for building Web applications

Page 20: Prototyping web apps with Wordpress

Thank You!

For plugin source code please email us at

[email protected]

www.zeeen.com @zeeenmedia