- Django Design Patterns and Best Practices
- Arun Ravindran
- 174字
- 2021-07-23 19:36:21
HTML mockups
In the early days of building web applications, tools such as Photoshop and Flash were used extensively to get pixel-perfect mockups. They are hardly recommended or used anymore.
Giving a native and consistent experience across smartphones, tablets, laptops, and other platforms is now considered more important than getting that pixel-perfect look. In fact, most web designers directly create layouts on HTML.
Creating an HTML mockup is a lot faster and easier than before. If your web designer is unavailable, developers can use a CSS framework such as Bootstrap or ZURB Foundation framework to create pretty decent mockups.
The goal of creating a mockup is to create a realistic preview of the website. It should not merely focus on details and polish to look closer to the final product compared to a sketch, but add interactivity as well. Make your static HTML come to life with working links and some simple JavaScript-driven interactivity.
A good mockup can give 80 percent of customer experience with less than 20 percent of the overall development effort.
- Java多線程編程實戰(zhàn)指南:設(shè)計模式篇(第2版)
- Python科學(xué)計算(第2版)
- Learning Real-time Processing with Spark Streaming
- TensorFlow Lite移動端深度學(xué)習(xí)
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計模式
- Vue.js 2 and Bootstrap 4 Web Development
- Spring Cloud、Nginx高并發(fā)核心編程
- 信息安全技術(shù)
- Hands-On JavaScript High Performance
- Visual Basic程序設(shè)計習(xí)題解答與上機指導(dǎo)
- Access 2016數(shù)據(jù)庫管
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- 計算機應(yīng)用基礎(chǔ)實踐教程
- NGINX Cookbook
- JavaScript應(yīng)用開發(fā)實踐指南