Skip to content

Commit

Permalink
small fixes around pdf version generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gAmUssA committed Sep 11, 2013
1 parent bf839d2 commit 05110e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion acknowledgements.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[acknowledgements]
== Acknowledgements
= Acknowledgements

[[book_start]]
[role="row"]
Expand Down
2 changes: 2 additions & 0 deletions ch11_responsive.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:toclevels: 4
:imagesdir: ./

= Part 2. Mobile

== Responsive Design: One Site Fits All

Up till now we've been writing and re-writing the desktop version of the Save Sick Child application. Will it look good on the small screen of a mobile device? Starting from this chapter we'll deal with the mobile devices too.
Expand Down
2 changes: 1 addition & 1 deletion ch14_hybrid.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ Enterprise managers are always concerned with the availability of paid technica

Make no mistakes though - if you want to create the fastest possible application that looks exactly like other applications on the selected mobile platform, develop it in the native language prescribed by the device manufacturer. Faster applications take less CPU power, which translates to a longer battery life. If you can't hire experts in each mobile OS going hybrid can be a practical compromise.

== Epilogue
= Epilogue

Even though this book is about HTML5, the authors would rather work with compiled languages that produce applications running in virtual machines. Such software platforms are more productive for development and more predictable for deployment. While writing this book, we were often arguing about pros and cons of switching to HTML5, and so far we are concerned that the HTML/JavaScript/CSS platform is not overly productive for developing enterprise applications just yet. We live in the era when amateurs feel comfortable creating Web sites and HTML with a little JavaScript inserts provide the flexibility and customization the Microsoft Access and Excel provided in the good old PC times.

Expand Down
2 changes: 2 additions & 0 deletions ch1_advancedjs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= Part 1. Desktop

== Advanced Introduction to JavaScript


Expand Down
6 changes: 1 addition & 5 deletions site.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ The book is released under a Creative Commons Attribution-NonCommercial-ShareAli
[role="row large-12 columns"]
include::buttons.asc[]

include:: acknowledgements.asciidoc[]
include::acknowledgements.asciidoc[]

include::toc.asc[]

include::Introduction.asciidoc[]

= Part 1: Desktop

include::ch1_advancedjs.asciidoc[]

include::ch2_html.asciidoc[]
Expand All @@ -50,8 +48,6 @@ include::ch9_websockets.asciidoc[]

include::ch10_security.asciidoc[]

= Part 2: Mobile

include::ch11_responsive.asciidoc[]

include::ch12_jquerymobile.asciidoc[]
Expand Down

0 comments on commit 05110e4

Please sign in to comment.