reklama - zainteresowany?

jQuery Mobile: Up and Running. Up and Running - Helion

jQuery Mobile: Up and Running. Up and Running
ebook
Autor: Maximiliano Firtman
ISBN: 978-14-493-3109-2
stron: 272, Format: ebook
Data wydania: 2012-02-16
Księgarnia: Helion

Cena książki: 109,65 zł (poprzednio: 127,50 zł)
Oszczędzasz: 14% (-17,85 zł)

Dodaj do koszyka jQuery Mobile: Up and Running. Up and Running

Tagi: jQuery - Programowanie | Strony mobilne (RWD)

Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you’ll learn the best ways to use this framework’s many interface components to build customizable, multiplatform apps. You don’t need any programming skills or previous experience with jQuery to get started.

By the time you finish this book, you’ll know how to create responsive, Ajax-based interfaces that work on a variety of smartphones and tablets, using jQuery Mobile and semantic HTML5 code.

  • Understand how jQuery Mobile works with HTML5, CSS3, and JavaScript
  • Work with UI components to format content and create forms, lists, navbars, and buttons
  • Create dynamic content with JavaScript, Ajax, and the jQuery core framework
  • Customize your entire user interface with themes and CSS3
  • Enable users to install your app from the browser and work with it offline
  • Distribute through app stores by packaging your creation as a native app

Dodaj do koszyka jQuery Mobile: Up and Running. Up and Running

 

Osoby które kupowały "jQuery Mobile: Up and Running. Up and Running", wybierały także:

  • ASP.NET MVC. Kompletny przewodnik dla programistów interaktywnych aplikacji internetowych w Visual Studio
  • jQuery, jQuery UI oraz jQuery Mobile. Receptury
  • PHP i jQuery. Techniki zaawansowane. Wydanie II
  • jQuery. Kurs video. Poziom drugi. Interaktywne banery i funkcjonalne menu
  • jQuery. Kurs video. Poziom pierwszy. Interaktywne interfejsy internetowe

Dodaj do koszyka jQuery Mobile: Up and Running. Up and Running

Spis treści

jQuery Mobile: Up and Running. Up and Running eBook -- spis treści

  • jQuery Mobile: Up and Running
  • SPECIAL OFFER: Upgrade this ebook with OReilly
  • A Note Regarding Supplemental Files
  • Preface
    • Conventions Used in This Book
    • Using Code Examples
    • Safari Books Online
    • How to Contact Us
  • 1. The Mobile Platform
    • Why Do We Need jQuery Mobile?
      • Myths of the Mobile Web
        • Its not the mobile web; its just the Web!
        • You dont need to do anything special when designing for the mobile web
        • One website should work for all devices (desktop, mobile, TV, etc.)
        • Just create an HTML file with a width of 240 pixels, and you have a mobile website
      • Mobile Webapps
      • So, AgainWhy Do We Need jQuery Mobile?
    • What Is jQuery Mobile?
      • What jQuery Mobile Is Not
      • The Framework
    • The Mobile and Tablet World
      • Device Categories
        • Mobile phones
        • Low-end mobile devices
        • Mid-end/high-end mobile devices
        • Smartphones
        • Tablets
      • Operating Systems and Browsers
      • jQuery Mobile Compatibility
        • Mobile graded browser support
    • HTML5 and CSS3
    • Main Features
      • Use of Nonintrusive Semantic HTML5
      • Progressive Enhancement
      • Accessibility Support
    • Testing Webapps
      • Emulators and Simulators
      • Remote Labs
  • 2. Starting with the Framework
    • Preparing the Document
      • Requirements
      • Hosting the Files
      • Using a CDN
        • Latest builds
      • Main HTML5 Template
        • The viewport
        • Performance on JavaScript
    • Adobe Dreamweaver Support
      • Previewing Files
    • Architecture
      • Roles
      • Theming
      • The Page
        • The header and the footer
        • The content
    • Navigation
      • Back Button
      • Internal Page Links
      • External Page Links
      • Absolute External Links
      • Mobile Special Links
      • Transition Between Pages
      • Reverse Transition
    • Dialogs
      • Closing or Going Back?
      • Opening Pages from Dialogs
    • Integrating with the Phone
      • Making a Call
      • Video and VoIP Calls
      • Sending Email
      • Sending an SMS
      • Other URI Schemes
      • Bringing It All Together
  • 3. UI Components
    • Toolbars
      • Positioning
      • True Fixed Toolbars
      • Adding Content to the Header
        • Adding buttons
        • Adding a logo
        • Customizing the header
      • Adding Content to the Footer
      • Navigation Bars
        • Using icons
        • Selected element
      • Persistent Footer
    • Formatting Content
      • Collapsible Content
        • Nested collapsible contents
      • Accordion
    • Columns
    • Buttons
      • Inline Buttons
      • Grouped Buttons
      • Effects
      • Icons
      • Creating Custom Icons
      • Icon Positioning
      • Icon-Only Buttons
      • Icon Shadow
  • 4. Lists
    • Full-Page Lists Versus Inset Lists
    • Visual Separators
    • Interactive Rows
      • Nested Lists
      • Split Button Lists
        • Managing row importance
      • Ordered Interactive Lists
    • Using Images
      • Row Icons
      • Thumbnails
    • Aside Content
    • Title and Description
    • Using Count Bubbles
    • Filtering Data with Search
    • List Views Cheat Sheet
  • 5. Form Components
    • Form Action
      • Forcing a Non-AJAX Form
    • Form Elements
      • Labels
      • Field Containers
      • Text Fields
      • Auto-Growing Text Area
      • New HTML5 Attributes
      • Date Fields
      • Slider
      • Flip Toggle Switch
      • Select Menus
        • Grouping select menus
        • Non-native select menus
      • Radio Buttons
      • Checkboxes
      • File Uploads
  • 6. The Framework and JavaScript
    • Document Events
    • Configuration
      • Global Configuration
        • User interface
        • Core and AJAX functionalities
        • Localizable strings
        • Touch overflow
      • Page Configuration
        • Page loading
      • Widgets Configuration
    • Utilities
      • Data-* Utilities
      • Page Utilities
        • Page transition options
      • Platform Utilities
      • Path Utilities
      • UI Utilities
    • Custom Transitions
    • Dynamic Content
      • Creating Pages
      • Creating Widgets
      • Updating Widgets
    • Creating Grids
    • Changing Page Contents
    • Event Handling
      • Page Events
        • Creation events
        • Loading events
        • Showing events
      • Widget Events
      • Orientation Event
      • Gesture Events
      • Virtual Clicks Events
  • 7. Creating Themes
    • ThemeRoller
      • Global Settings
      • Swatch Color Settings
      • Inspector
      • Adobe Kuler
      • Exporting Your Theme
    • Fireworks Theme Editor
    • Editing Themes
    • Custom Transitions
  • 8. Installation and Offline Access
    • Package Definition
      • HTML Manifest
      • Download Process
      • Accessing Online Resources
      • Updating Resources
      • JavaScript Object
      • Events
    • Icon Installation
      • Invitation
      • Icon Name
      • Icon Definition
    • Full Screen
      • Detecting Full Screen
      • Styling the Webapp
    • Mixing It All Together
    • Storing Offline Data
  • 9. A Complete Webapp
    • Webapp Structure
      • Offline Manifest
      • Pages
      • Stylesheet
      • Data
      • Script
  • 10. Extending the Framework
    • Creating a Plug-in
      • Basic Template
      • Creating Our Plug-in
        • Usage
        • The widget
        • Auto-initialization
        • Using our plug-in
        • Full source code
    • Notable Plug-ins
      • Pagination
      • Bartender
      • DateBox
      • Simple Dialog
      • Action Sheet
    • Plug-ins for Tablets
      • SplitView
      • MultiView
    • Compatible Plug-ins
  • 11. Packaging for Stores
    • Store Distribution
    • Custom Distribution
    • Preparing the Package
    • Packaging with PhoneGap
      • PhoneGap Build
  • Index
  • About the Author
  • Colophon
  • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka jQuery Mobile: Up and Running. Up and Running

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.