مشخصات کتاب
-
Raymond Camden and Andy Matthews
-
2014
-
انگلیسی
-
24159
-
771
-
0
دانلود کتاب JQuery Mobile Web Development Essentials
دوره آموزش 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: |
Preface 1
Chapter 1: Preparing your First jQuery Mobile Project 11
Important preliminary points 11
Building an HTML page 11
Getting jQuery Mobile 13
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 26
Additional customization 26
Page titles 27
Prefetching content 28
Changing page transitions 28
Summary 29
Chapter 3: Enhancing Pages with Headers, Footers, and Toolbars 31
Important preliminary points 31
Adding headers 31
Icon sneak peak 34
Working with back buttons 34
Working with footers 36
Creating fixed and full screen headers and footers 38
Full screen positioning 39
Working with navigation bars 40
Persisting navigation bar footers across multiple pages 42
Chapter 4: Working with Lists 45
Creating lists 45
Working with list feature 50
Creating Inset lists 51
Creating list dividers 52
Creating lists with count bubbles 53
Using thumbnails and icons 54
Creating Split Button lists 56
Using a search filter 57
Summary 58
Chapter 5: Getting Practical – Building a Simple Hotel Mobile Site 59
Welcome to Hotel Camden 59
The home page 60
Finding the hotel 62
Listing the hotel rooms 65
Contacting the hotel 68
Summary 70
Chapter 6: Working with Forms and jQuery Mobile 71
Before you begin 71
What jQuery Mobile does with forms 72
Working with radio buttons and checkboxes 76
Working with select menus 79
Search, toggle, and slider fields 82
Search fields 83
Flip toggle fields 83
Slider fields 84
Using native form controls 85
Working with "mini" fields 85
Summary 86
Chapter 7: Creating Modal Dialogs, Grids, and Collapsible Blocks 87
Creating dialogs 87
Laying out content with grids 91
Working with collapsible content 97
Summary 102
Chapter 8: jQuery Mobile Configuration, Utilities,
and JavaScript methods 103
Configuring jQuery Mobile 103
Using jQuery Mobile utilities 109
Page methods and utilities 109
Path and URL related utilities 111
Miscellaneous utilities 115
jQuery widget and form utilities 115
Summary 119
Chapter 9: Working with Events 121
Working with physical events 121
Handling page events 129
What about $(document).ready? 133
Creating a real example 133
Summary 136
Chapter 10: Moving further with the Notekeeper
Mobile Application 137
What is a mobile application? 137
Designing your first mobile application 138
Listing out the requirements 138
Building your wireframes 139
Designing the add note wireframe 139
Display notes wireframe 140
View note/delete button wireframe 140
Writing the HTML 141
Adding functionality with JavaScript 143
Storing Notekeeper data 146
Using localStorage 146
Effective use of boilerplates 148
Building the Add Note feature 148
Adding bindings 148
Collecting and storing the data 150
Building the Display Notes feature 151
Dynamically adding notes to our listview 153
Viewing a note 154
Using the Live function 154
Dynamically creating a new page 155
Deleting a note 157
Summary 158
Chapter 11: Enhancing jQuery Mobile 159
What's possible? 159
The visual building blocks of jQuery Mobile 160
Border-radius 161
Applying drop shadows 162
Using text-shadow 163
Using box-shadow 164
CSS gradients 165
The basics of jQuery Mobile theming 168
Bars (.ui-bar-?) 169
Content blocks (.ui-body-?) 169
Buttons and listviews (.ui-btn-?) 170
Mixing and matching swatches 170
Site-wide active state 171
Default icons 172
Creating and using a custom theme 172
What's ThemeRoller? 173
Using ThemeRoller 173
Preview 175
Colors 175
Inspector 176
Tools 177
Creating a theme for Notekeeper 178
Exporting your theme 181
Creating and using custom icons 183
CSS Sprites 183
Designing your first icon 185
High and low resolution 187
Updating the Notekeeper app 188
Adding our custom theme 188
Adding our custom icon 189
Summary 190
Chapter 12: Creating Native Applications 191
HTML as a native application 191
Working with PhoneGap 192
Adding PhoneGap functionality 199
Summary 203
Chapter 13: Becoming an expert - Build an RSS
Reader application 205
RSS Reader – the application 205
Creating the RSS Reader Application 208
The displayFeeds function 210
Storing our feeds 211
Adding an RSS feed 212
Viewing a feed 214
Creating the entry view 216
Going further 218
Summary 218
دانلود کتاب آموزش 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
زبان: انگلیسی