Book Image

Creating Mobile Apps with jQuery Mobile - Second Edition

By : Andy Matthews, Shane Gliser
Book Image

Creating Mobile Apps with jQuery Mobile - Second Edition

By: Andy Matthews, Shane Gliser

Overview of this book

<p>jQuery Mobile is a mobile-centric web framework developed by the jQuery team. The project focuses on building a framework compatible with the ever-increasing variety of smartphones and tablet computers on the market. The jQuery Mobile framework plays well with other frameworks and platforms, such as PhoneGap and Backbone.</p> <p>Automate repetitive tasks easily and painlessly with the Grunt task runner, build a fully responsive, gorgeous photography website, and learn how to mix and match jQuery Mobile 1.4.5 into existing websites and how to deploy those changes to content management systems such as WordPress, Drupal, and HarpJS. jQuery Mobile aims to reach everyone, and so does this book. It will enhance your mobile knowledge and help you to create versatile, unique sites quickly and easily.</p>
Table of Contents (18 chapters)
Creating Mobile Apps with jQuery Mobile Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Content Management Systems, Static Site Generators, and jQM

Every web developer states that:

"I am a web developer. It is a waste of my time and talent to take a Microsoft Word document and cut and paste content to a web page every time the client wants a change."

If this statement resonates with you, then you need to be familiar with CMS. They're an easy and powerful way to put publishing power in your users' hands, so that you can focus on less tedious, better paying work. All you have to do, is help the client set up their CMS, choose and customize their templates, and leave the content creation and maintenance to them. A CMS is often at the core of both small business websites and corporate websites.

Static site generators, on the other hand, allow developers to share the power with the client. Projects and platforms such as Harp.io allow clients to use the tools they're already familiar with, such as Dropbox for example, to publish changes to their own site and avoid the hassle...