- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/medikoo/domjs
软件介绍
dom.js 是一款可用在客户端和服务器端的 JavaScript 模板引擎,示例代码:
var mytemplate = function () { header( h1('Heading'), h2('Subheading')); nav( ul({ 'class': 'breadcrumbs' }, li(a({ href: '/' }, 'Home')), li(a({ href: '/section/'}, 'Section')), li(a('Subject')))); article( p('Lorem ipsum...')); footer('Footer stuff'); };
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
