- Mastering jQuery Mobile
- Chip Lambert Shreerang Patwardhan
- 257字
- 2021-07-16 13:17:02
Summary
In this chapter, we talked about several tools that will help us on our path to jQuery Mobile development enlightenment.
We saw how easy it is to customize our jQuery Mobile applications with ThemeRoller. We were able to create a theme without touching any CSS code and saw how we can apply that theme to our current project.
You then learned more about Aptana Studio, the IDE of choice for this book, and saw the power of a free IDE that rivals the paid developing software packages. We covered a few recommended customizations and changes that will make developing easier. And finally, while looking at Aptana Studio, we touched briefly on the HTML5 Boilerplate.
Finally, you saw a tool that will allow us to test our applications on a variety of devices to see how they would look on other devices we may not have access to and talked about the importance of testing on the actual device whenever possible.
We will take a look at mobile design and how to make designs look and run better on any mobile device in the next chapter. We will explore feature detection and device detection in depth.
In the chapter that follows, we will look at different techniques that are helpful for developing for the mobile devices. We will look at the responsive web design techniques including media queries, feature and device detection, and much more. We will also be demonstrating how responsive web design can be combined with server-side logic. So see you in the next chapter!
- Visual Basic .NET程序設計(第3版)
- Learning Cython Programming(Second Edition)
- ASP.NET Core 5.0開發入門與實戰
- FreeSWITCH 1.6 Cookbook
- C語言從入門到精通(第4版)
- Mathematica Data Analysis
- Learning Raspbian
- Jenkins Continuous Integration Cookbook(Second Edition)
- Julia高性能科學計算(第2版)
- 軟件測試教程
- Python GUI Programming Cookbook(Second Edition)
- 創新工場講AI課:從知識到實踐
- C/C++程序設計教程
- Game Development Patterns and Best Practices
- Python AI游戲編程入門:基于Pygame和PyTorch