- Django Design Patterns and Best Practices
- Arun Ravindran
- 175字
- 2021-06-25 21:32:02
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 mobiles, 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 ever 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 10 percent of the overall development effort.
- Mastering ServiceStack
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計(jì)與開發(fā)實(shí)戰(zhàn)
- Linux核心技術(shù)從小白到大牛
- Java應(yīng)用開發(fā)與實(shí)踐
- 面向STEM的Scratch創(chuàng)新課程
- Instant QlikView 11 Application Development
- Cocos2d-x學(xué)習(xí)筆記:完全掌握Lua API與游戲項(xiàng)目開發(fā) (未來書庫)
- Mastering JavaScript High Performance
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第二版)
- Haskell Data Analysis Cookbook
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- Solr Cookbook(Third Edition)
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- Apache Camel Developer's Cookbook
- Learning C++ by Creating Games with UE4