university of liverpool: terminalfour & app development- making the most of your cms

34
Site Manager and App Development Making the most of your CMS

Upload: terminalfour

Post on 15-Jul-2015

102 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Site Manager andApp DevelopmentMaking the most of your CMS

Page 2: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

About me...

• Paul Hagan, University of Liverpool• Principal programmer analyst (team leader) -

User Experience, User Interface & Mobile Development

• Design things that look nice, are easy to use, and work properly on small screens

Page 3: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

About me...

Page 4: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

About this talk...

• Apps and data storage• Previous methods of working• Moving to T4 for storing app content• Our experiences so far• Product demos

Page 5: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Apps and data storage

Page 6: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Apps and data storage

Page 7: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Application tracker for iOS

Page 8: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 9: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 10: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 11: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 12: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 13: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 14: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feedwww.liv.ac.uk/contacts.html

<html><body>

<ul><li>Name: Paul Hagan</li><li>Phone: 0151 709 5402</li><li>Email: [email protected]</li>

</ul></body></html>

www.liv.ac.uk/contacts.json

[{

“Name”: “Paul Hagan”,“Phone”: “0151 709 5402”,“Email”: “[email protected]

}]

Page 15: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 16: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Simple .json feed

Page 17: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Push notifications

Page 18: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Push notifications

Page 19: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Push notifications

Page 20: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Push notifications

Page 21: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 22: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 23: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 24: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 25: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 26: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 27: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 28: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 29: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 30: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 31: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Re-purposing content

Page 32: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Our experience so far...

• Not perfect, but pretty good out of the box• Quickly and easily export to multiple file types• Language agnostic• .json structuring & validation can be fiddly• Nesting is difficult• Repeating elements are problematic• No more re-inventing the wheel

Page 33: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Plans for the future...

• Not the solution to every project• Still use custom data entry where appropriate• Large-scale, complex projects• True multi-format publishing (web, app &

print)• Experiment with the API

Page 34: University of Liverpool: TERMINALFOUR & App Development- Making the Most of your CMS

Thanks for listening :-)

@mrpaulhaganwww.paulhagan.co.uk