مشخصات کتاب
-
Raymond Camden and Andy Matthews
-
2013
-
انگلیسی
-
29367
-
559
-
0
دانلود کتاب JQuery Mobile Web Development Essentials 2nd Edition
دوره آموزش JQuery
jQuery Mobile یک سیستم طراحی رابط کاربری یکپارچه مبتنی بر HTML5 برای محیط (platform) گوشی های هوشمند نظیر تبلت و موبایل است. این کتاب کاربردی ترین راهنمای آموزشی موجود در زمینه ی HTML / JavaScript framework است. با مطالعه ی این راهنمای آموزشی نحوه ی استفاده از jQuery Mobile و ادغام آن در صفحات HTML و نیز ساخت وب سایت های واکنش گرا و سازگار با موبایل را در کم ترین زمان ممکن خواهید آموخت.
jQuery Mobile Web Development Essentials 2nd Edition به شما آموزش می دهد چگونه فریم ورک مزبور را به صفحات HTML خود اضافه نموده و از این طریق صفحات وب کارآمد و سازگار با موبایل را با کم ترین زحمت در کم ترین زمان ممکن بنویسید. با بهره گیری از data attribute ها می توانید به سرعت صفحات و ابزارک های (widget) سازگار با اندازه ی تصویر موبایل طراحی نمایید. همچنین این کتاب با ارائه ی تصاویر و مثال های دقیق نحوه ی عملکرد هر یک از ابزارک ها را به شما نمایش می دهد.
کتاب حاضر (jQuery Mobile Web Development Essentials 2nd Edition) مملو از مثال های کاربردی بوده که به شما در حرفه ای شدن در طراحی صفحات سازگار با موبایل توسط jQuery کمک شایانی می کند. آموزش ابتدا از HTML خالص شروع شده و سپس با معرفی jQuery Mobile صفحات HTML را برای صفحات موبایل بهینه می سازد.
jQuery Mobile is a unified, HTML5-based user interface system for all popular mobile device platforms. It is the most practical HTML / JavaScript framework available today. In this tutorial, you will learn how to use jQuery Mobile with your HTML pages, and create mobile friendly websites in no time.
jQuery Mobile Web Development Essentials 2nd Edition will explain how to add the framework to your HTML pages to create rich, mobile optimized web pages with minimal effort. By using simple data attributes, you can quickly create mobile pages and other widgets. You'll see how each widget works, with the help of detailed examples and screenshots.
jQuery Mobile Web Development Essentials 2nd Edition is packed with examples that will help you become a pro at mobile web development. We will begin with simple HTML, and quickly enhance it using jQuery Mobile for incredible mobile optimized sites.
| By: | Raymond Camden, Andy Matthews |
| ISBN: | 978-1-78216-789-1 |
| Year: | 2013 |
| Pages: | 242 |
| Language: | English |
| File size: | 4.7 MB |
| File format: |
Chapter 1: Preparing Your First jQuery Mobile Project 11
Important preliminary points 11
Building an HTML page 11
Getting jQuery Mobile 13
Customized downloads 14
Implementing jQuery Mobile 14
Working with data attributes 16
Summary 18
Chapter 2: Working with jQuery Mobile Pages 19
Important preliminary points 19
Adding multiple pages to one file 20
jQuery Mobile, links, and you 22
Working with multiple files 23
jQuery Mobile and URLs 25
Additional customization 26
Page titles 26
Prefetching content 26
Changing page transitions 27
Summary 28
Chapter 3: Enhancing Pages with Headers, Footers, and Toolbars 29
Important preliminary points 29
Adding headers 29
Icon sneak peak 31
Working with back buttons 31
Working with footers 33Creating fixed and full-screen headers and footers 35
Full-screen headers and footers 36
Working with navigation bars 37
Persisting navigation bar footers across multiple pages 38
Summary 40
Chapter 4: Working with Lists 41
Creating lists 41
Working with list features 44
Creating inset lists 44
Creating list dividers 45
Autodividers 46
Creating lists with count bubbles 46
Using thumbnails and icons 47
Creating split button lists 49
Using a search filter 51
Summary 53
Chapter 5: Getting Practical – Building a Simple
Hotel Mobile Site 55
Welcome to Hotel Camden 55
The home page 56
Finding the hotel 58
Listing the hotel rooms 60
Contacting the hotel 61
Summary 62
Chapter 6: Working with Forms and jQuery Mobile 63
Before you begin 63
What jQuery Mobile does with forms 64
Working with radio buttons and checkboxes 68
Working with select menus 71
Search, toggle, and slider fields 75
Search fields 75
Flip toggle fields 76
Slider fields 77
Using native form controls 78
Working with the mini fields 79
Summary 80
Chapter 7: Creating Modal Dialogs and Widgets 81
Creating dialogs 81
Laying out content with grids 84
Making responsive grids 88Working with collapsible content 90
Popups 95
Responsive tables 98
Working with panels 102
Summary 104
Chapter 8: Moving Further with the Notekeeper
Mobile Application 105
What is a mobile application? 105
Designing your first mobile application 106
Listing out the requirements 106
Building your wireframes 107
Designing the add note wireframe 108
Display notes wireframe 108
View note/delete button wireframe 108
Writing the HTML 109
Adding functionalities with JavaScript 111
Storing Notekeeper data 114
Using localStorage 114
Effective use of boilerplates 116
Building the Add Note feature 116
Adding bindings 116
Collecting and storing the data 118
Building the Display Notes feature 119
Dynamically adding notes to our listview 121
Viewing a note 122
Using the .on() method 123
Dynamically creating a new page 123
Deleting a note 126
Summary 127
Chapter 9: jQuery Mobile Configuration, Utilities,
and JavaScript Methods 129
Configuring jQuery Mobile 129
Using jQuery Mobile utilities 137
Page methods and utilities 138
Path and URL-related utilities 139
jQuery Mobile widget and form utilities 142
Summary 145
Chapter 10: Working with Events 147
Working with physical events 147
Handling page events 153
What about $(document).ready? 156Chapter 11: Enhancing jQuery Mobile 159
What's possible? 159
The visual building blocks of jQuery Mobile 160
Border-radius 160
Applying drop shadows 162
Using text-shadow 162
Using box-shadow 163
CSS gradients 164
The basics of jQuery Mobile theming 167
Bars (.ui-bar-?) 168
Content blocks (.ui-body-?) 168
Buttons and listviews (.ui-btn-?) 169
Mixing and matching swatches 169
Site-wide active state 170
Default icons 170
Creating and using a custom theme 171
What's ThemeRoller? 172
Using ThemeRoller 172
Preview 174
Colors 175
Inspector 175
Tools 176
Creating a theme for Notekeeper 177
Exporting your theme 180
Creating and using custom icons 182
CSS Sprites 182
Designing your first icon 183
High and low resolution 186
Resolution independence 186
Updating the Notekeeper app 187
Adding our custom theme 187
Adding our custom icon 188
Summary 189
Chapter 12: Creating Native Applications 191
HTML as a native application 191
Working with PhoneGap 192
Adding PhoneGap functionality 197
Summary 201Chapter 13: Becoming an Expert – Building an RSS
Reader Application 203
RSS Reader – the application 203
Creating the RSS Reader application 206
The displayFeeds function 208
Storing our feeds 209
Adding an RSS feed 210
Viewing a feed 212
Creating the entry view 214
Going further 215
Summary 216
دانلود کتاب آموزش jquery به زبان فارسی
با استفاده از امکانات کتابخانه ی jQuery، وب سایت خود را کاربر پسند نمایید. پس از مطالعه ی کتاب jQuery For Designers قادر خواهید بود افکت های jQuery را به سایت خود اضافه کرده و قابلیت
در صورت تمایل به حضور در دوره آموزش کلیک کنید بر دوره آموزش jQuery,javascript
نویسنده: منوریان
زبان: فارسی
دانلود کتاب Applied jQuery-Develop and Design
Applied jQuery به خوانندگان آن آموزش می دهد چگونه در کوتاه ترین زمان بتوانند رابط های کاربری برای اپلیکیشن های تحت وب بنویسند. این کتاب که به بهترین نحو طراحی شده، علاوه بر تکنیک
در صورت تمایل به حضور در دوره آموزش کلیک کنید بر دوره آموزش jQuery,javascript
نویسنده: Jay Blanchard
زبان: انگلیسی
دانلود کتاب Head First jQuery
اگر می خواهید یک وب سایت تعاملی با ظاهری جالب توجه طراحی کنید، این کتاب بهترین انتخاب می باشد. با مطالعه ی این کتاب خواهید آموخت چگونه با بهره گیری از کتابخانه ی محبوب jQuery می توانید با نوشتن چند خط کد، قابلیت های بی نظیر به سایت خود اضافه نمایید.
نویسنده: Ryan Benedetti, Ronan Cranley
زبان: انگلیسی