Cargando…

Wordpress Mobile Applications with PhoneGap.

In Detail With the explosive popularity of mobile apps and its much anticipated continued growth for the foreseeable future, developers will want to get their hands dirty and build some cool mobile apps. But we know that building mobile apps is not easy: we need to handle cross-platform issues, mobi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Liang, Yuxian Eugene
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBOOKCENTRAL_ocn821180854
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 121205s2012 enk o 000 0 eng d
040 |a MERUC  |b eng  |e pn  |c MERUC  |d N$T  |d UMI  |d OCLCO  |d COO  |d OCLCQ  |d IDEBK  |d DEBSZ  |d OCLCF  |d OCLCQ  |d YDXCP  |d OCLCQ  |d FEM  |d JBG  |d AGLDB  |d OCLCQ  |d MERUC  |d ZCU  |d OCLCA  |d OCL  |d OCLCQ  |d OCLCO  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d OCLCO  |d STF  |d UAB  |d DKC  |d OCLCQ  |d M8D  |d HS0  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 825077544  |a 903688412  |a 968012109  |a 969077783  |a 1086944640  |a 1264848378  |a 1297174765  |a 1297691631 
020 |a 9781849519878  |q (electronic bk.) 
020 |a 1849519870  |q (electronic bk.) 
020 |a 1849519862 
020 |a 9781849519861 
020 |z 1849519870 
020 |z 9781849519861 
029 1 |a AU@  |b 000050492615 
029 1 |a DEBBG  |b BV041120902 
029 1 |a DEBBG  |b BV043142887 
029 1 |a DEBBG  |b BV044171455 
029 1 |a DEBSZ  |b 396758134 
029 1 |a DEBSZ  |b 421305681 
029 1 |a DEBSZ  |b 43127956X 
035 |a (OCoLC)821180854  |z (OCoLC)825077544  |z (OCoLC)903688412  |z (OCoLC)968012109  |z (OCoLC)969077783  |z (OCoLC)1086944640  |z (OCoLC)1264848378  |z (OCoLC)1297174765  |z (OCoLC)1297691631 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a TK5103.2 
072 7 |a COM  |x 060160  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
072 7 |a COM  |x 060150  |2 bisacsh 
072 7 |a COM  |x 087000  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
082 0 4 |a 006.7  |a 006.76 
049 |a UAMI 
100 1 |a Liang, Yuxian Eugene. 
245 1 0 |a Wordpress Mobile Applications with PhoneGap. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (179 pages). 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
490 1 |a Community experience distilled 
520 |a In Detail With the explosive popularity of mobile apps and its much anticipated continued growth for the foreseeable future, developers will want to get their hands dirty and build some cool mobile apps. But we know that building mobile apps is not easy: we need to handle cross-platform issues, mobile devices of different screen sizes, not to mention traditional issues such as providing a content management system of the content served in the application. Enter "WordPress Mobile Applications with PhoneGap". We leverage on some of the most popular open source projects: Wordpress, jQuery, jQuery Mobile and PhoneGap and discover how they can be pieced together to build a fully functional cross platform mobile application. "WordPress Mobile Applications with PhoneGap" teaches you how to build mobile application with minimal effort and coding by leveraging on some of the most popular open source projects such as Wordpress, jQuery, jQuery Mobile and PhoneGap. This book looks at some of the most popular open source projects: Wordpress, jQuery, jQuery Mobile and PhoneGap and breaks down the nitty gritty details on how to leverage on these projects to build a fully functional cross-platform mobile application with minimal coding and effort. You will start off by quickly going through the capabilities of Wordpress. Then you will prepare some groundwork on how to make use of plugins and the GeoPlaces theme to provide geographic and API capabilities to WordPress. Next you will learn how to create an external HTML/CSS/JavaScript that consumes and posts data to your Wordpress blog. More importantly, you will see how to convert this external app into a PhoneGap in as little as five minutes. Finally, you will learn how to apply all these techniques and skills to a Wordpress app based on the Twenty-Ten theme and create a cross-platform mobile app using PhoneGap. By the end of "Wordpress Mobile Applications with PhoneGap" you will learn how to piece Wordpress, jQuery, jQuery Mobile and PhoneGap together into a fully functional mobile app. Approach This is a practical step-by-step tutorial. Who this book is for If you are a developer with basic knowledge of Wordpress, HTML/CSS/JavaScript seeking to understand how to further your knowledge in creating cross-platform mobile applications using PhoneGap, then this book is for you. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: WordPress Overview and Installation; Preamble; Mac; Windows; The famous five-minute installation of WordPress; A five minute introduction to WordPress; Themes; Plugins; Summary; Chapter 2: Adding Geographic Capabilities via the GeoPlaces Theme; Introducing the GeoPlaces theme; An overview of the GeoPlaces theme; Setting up the GeoPlaces theme; Playing with sample data; Summary; Chapter 3: Extending WordPress Using JSON-API; Introducing the JSON-API plugin; Installation 
505 8 |a Exploring the JSON-API pluginA simple web app to read data; Reading a blog post; Creating a Hello World JavaScript app; Consuming JSON feeds; Paging through blog posts; Paging across the blog post; Creating blog post; Manual creation of posts; Programmatic creation of posts; Summary; Chapter 4: Building Mobile Applications Using PhoneGap; Introducing PhoneGap; Getting started; Creating a Hello World application; Using jQuery in PhoneGap; Performing a RESTful GET request in the PhoneGap application; Capturing geolocation using PhoneGap API; Summary 
505 8 |a Chapter 5: Extending WordPress to the Mobile World Introducing jQuery Mobile; Installing jQuery Mobile and theming; jQuery Mobile page template; Animation effects; Extending our PhoneGap app; Posting data to a JSON endpoint in PhoneGap; Putting everything together with the GeoPlaces theme; Hacking the JSON-API plugin; Powering your PhoneGap app; Summary; Chapter 6: Using Open Source Themes; General idea; Creating a PhoneGap Mobile app using the Twenty Ten theme; Switching to the Twenty Ten theme; Custom fields; Reading from and writing to WordPress; Preamble; Creating a post with custom fields 
505 8 |a Reading a post with custom fields Building an Android PhoneGap app; Shifting your web app code to PhoneGap; Creating a post with custom fields; Reading a post with custom fields; Summary; Index 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a WordPress (Electronic resource) 
630 0 0 |a PhoneGap (Application development environment) 
630 0 7 |a WordPress (Electronic resource)  |2 blmlsh 
630 0 7 |a WordPress (Electronic resource)  |2 fast 
630 0 7 |a PhoneGap (Application development environment)  |2 fast 
650 0 |a Application software  |x Development. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site Design.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x User Generated Content.  |2 bisacsh 
650 7 |a COMPUTERS  |x Digital Media  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
758 |i has work:  |a WordPress mobile applications with PhoneGap (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3p3MFYMdkWf4C7VjhGXMP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Liang, Yuxian Eugene.  |t Wordpress Mobile Applications with PhoneGap.  |d Birmingham : Packt Publishing, ©2012  |z 9781849519861 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1085225  |z Texto completo 
938 |a EBSCOhost  |b EBSC  |n 507348 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis24586479 
938 |a YBP Library Services  |b YANK  |n 9939523 
994 |a 92  |b IZTAP