Pro jQuery Mobile

출간일(Release) : 2012/06/29
종이책 출간일(Print Release) : 2012/05/15
전자책 종류(Format) : ePub
Price : KRW 20,800
미리보기(Preview)


ridi

google

kyobo

aladin

tstore

apple


책소개(Overview)
한 번 빌드해서 언제 어디서나 쓸 수 있는 모바일 애플리케이션을 만들고자 하는 여러분들께 추천합니다.
이 책은 자세한 설명과 예제를 통해 독자에게 최상의 모바일 애플리케이션을 만드는 법을 제시합니다. 애플리케이션에 테마를 적용하는 방법과 애플리케이션의 UI가 기기의 상태에 따라 어떻게 하면 능동적으로 서비스를 제공할 수 있는지 알려줍니다. 또한 iOS, 안드로이드, 블랙베리, 윈도우 폰에서 네이티브 애플리케이션과 동일한 외형을 갖는 앱을 만드는 방법에 대해 설명합니다.

여러가지 모바일 웹 개발 플랫폼에서 제이쿼리 모바일을 어떻게 설정하는지 설명하고, 실전에서 사용할 수 있는 예제들을 통해 제이쿼리 모바일의 특징과 기능 그리고 제이쿼리 모바일에서 제공하는 디자인 및 폼 엘리먼트에 대해 설명합니다. 또한, jQuery API에 대해 자세한 설명과 사용 예제를 제시하고, 위치 정보 서비스와 같은 웹 서비스와 통합하는 방법에 대해 설명합니다. 마지막으로 Phone-Gap을 사용해 네이티브 앱을 만드는 방법과 이를 통해 만든 앱을 앱 스토어 배포하는 방법에 대해 자세히 알려주고 있습니다.

It is recommended for those who want to build a mobile application that can be built once and used anywhere.
This book explains how to create the best mobile application for your readers with detailed descriptions and examples. It tells you how to apply a theme to your application, and how the application’s UI will actively serve you based on the status of your device. It also explains how to create apps that look and behave like native apps on iOS, Android, Blackberry, and Windows Phone.

It explains how to set up JQuery mobile on various mobile web development platforms and explains the features and functions of JQuery mobile and the design and form elements provided by JQuery mobile through examples that can be used in practice. It also provides a detailed description of the jQuery API, examples of its use, and how to integrate it with web services, such as geolocation services. In addition, this book explains how to use Phone-Gap to create native apps and how to distribute apps created with them.


저자(Author)
브래드 브로우릭(Brad Broulik)
HealthPartners의 수석 개발자로 엔터프라이즈 모바일 개발 분야 전문가이다. 모바일 개발을 하기 전에는 금융 서비스 회사의 소프트웨어 아키텍트 팀장이었다. 대부분의 모바일 기술, 특히 제이쿼리 모바일에 대한 폭넓은 경험을 가지고 있다. 제이쿼리 모바일 프로젝트에 참여했고 제이쿼리 모바일을 사용한 몇 가지 엔터프라이즈 모바일 앱들을 개발했다. 정기적으로 http://hamletdarcy.blogspot.com/ 에서 블로깅을 하고 있으며 @BradBroulik 트위터 계정이나 이메일 주소로 연락을 할 수 있다. 현재 미네소타에서 그의 아내와 딸과 함께 살고 있으며, 운동과 아웃도어 스포츠, 가족과 함께 시간을 보내는 것을 즐긴다.

As a senior developer of HealthPartners, he is an expert in enterprise mobile development. Prior to mobile development, he was a software architect at the financial services company. He has extensive experience in most mobile technologies, especially JQuery Mobile. He joined the JQuery mobile project and developed several enterprise mobile apps using JQuery Mobile. The author regularly blogs at http://hamletdarcy.blogspot.com/ and can contact @BradBroulik Twitter account or email address. He currently lives in Minnesota with his wife and daughter, and enjoys spending time with sports, outdoor sports and family.


부록(Extra File)

자바스크립트 패턴과 테스트(Reliable Javascript)

출간일(Release) : 2017/01/15
종이책 출간일(Print Release) : 2016/11/10
전자책 종류(Format) : ePub
Price : KRW 30,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

tstore

apple


책소개(Overview)
견고한 코딩 기술을 배우자!
자바스크립트는 이제 단순 작업을 넘어 엔터프라이즈 애플리케이션 개발, 웹 서비스, 모바일 서비스 등 다양한 분야에서 사용하는 주류 언어가 되었다. 하지만 과거 웹 개발을 하듯 혹은 C/C++/자바에서 하듯 개발한다면 그 프로그램은 문제를 일으키고 말 것이다.

이 책은 자바스크립트만의 독특한 문법 구조를 이해하고 견고한 프로그램을 개발하는 데 필요한 기술과 원리를 설명한다. 콜백 패턴, 프라미스 패턴, 싱글톤 패턴, 장식자 패턴 같은 패턴과 단위 테스팅을 활용해서 오류 없고 견고한 프로그램을 개발하는 방법을 예제와 함께 보여준다.

이 책을 읽고 나면 패턴과 테스트는 물론 SOLID, DRY 같은 소프트웨어 공학 원칙과 테스트 주도 개발(TDD) 철학에 대한 통찰도 얻게 될 것이다.

Learn robust coding techniques!
JavaScript has now become a mainstream language for a variety of applications, including enterprise application development, Web services, and mobile services. However, if you develop it like you did in the past web development or C / C ++ / Java, the program will cause problems.

This book explains the techniques and principles necessary to understand the unique grammatical structure of JavaScript and develop a robust program. Demonstrates how to develop error-free and robust programs using pattern and unit testing, such as callback patterns, primes patterns, singleton patterns, and decorator patterns.
?
After reading this book, you will gain insights into software engineering principles, such as SOLID and DRY, as well as pattern and test, as well as the test-driven development (TDD) philosophy.


저자(Author)
래리 스펜서(Larry Spencer)
He is the vice president of application development at ScerIS in Sudbury, Mass., And is the browser-based application authoring team leader, combining the C # / Web API / SQL Server backend with the angular JS. I’ve been programming for 35 years in COBOL, C, C ++, C #, and mainframe assemblies, but JavaScript is the most interesting. He is often invited as a speaker to meetings such as Code Camps and enjoys sharing his or her software passion with the development community. He lives in Marlborough, Massachusetts, and his personal blog is http://FascinatedWithSoftware.com. He is also interested in philosophy, chess, and classical guitar.

세스 리처즈(Seth Richards)
2002년 이후 소프트웨어 전문가로 활약 중이다. 처음엔 술집, 나이트클럽 업계에서 임베디드 프로그래밍을 시작했고 2007년에 웹 애플리케이션 개발자로 전향했다. 엔터프라이즈급 지리 정보 시스템(중앙 물적 자산 관리 시스템), 상품 찾기 및 추천 관련 소셜 네트워크 등 다양한 웹 기반 애플리케이션 제작에 참여했다. 뉴햄프셔 소재 플리머스 주립 대학(현재는 대학교)에서 컴퓨터 공학, 수학을 전공했으며 지금은 조지아 공과대학에서 컴퓨터 공학 석사 학위를 밟고 있다. 개인 블로그 주소는 http://blog.shrichards.com, 트위터 계정은 @shrichards다.

He has been working as a software professional since 2002. Initially, he started embedded programming in the pub and nightclub industries and in 2007 he turned to Web application developers. He has participated in various web-based applications such as enterprise-class geographic information systems (MMS), product discovery and social networks for referrals. He majored in computer science and mathematics at Plymouth State University (now a university) in New Hampshire, and now holds a master’s degree in computer science from the Georgia Institute of Technology. The personal blog address is http://blog.shrichards.com, and the Twitter account is @shrichards.


부록(Extra File)