2016.04.21 / Technology research
Ian Harris
KNOWORTH
只有想不到、没有做不到
2025-04-29 / Interface
What makes a great landing page has always been a topic of discussion for many designers and webmasters. In order to design a winning landing page, you have to do plenty of research about your target audiences needs, the web-page-design techniques used and heaps of other information on the science and psychology involved. Its not the same as making an attractive website that is beautiful and functional. Clearly, a landing page has to have much more to make sure your viewers LAND on it safely and take action, just like an astronaut would. Source: Apollo 11 Moon Landing. So, your client has asked[…]
by Preston Pierce
2025-04-29 / industry
Teach Yourself Programming in Ten Years Peter Norvig Why is everyone in such a rush? Walk into any bookstore, and youll see how to Teach Yourself Java in 24 Hours alongside endless variations offering to teach C, SQL, Ruby, Algorithms, and so on in a few days or hours. The Amazon advanced search for [title: teach, yourself, hours, since: 2000and found 512 such books. Of the top ten, nine are programming books (the other is about bookkeeping). Similar results come from replacing teach yourself with learn or hours with days. The conclusion is that either people are in a big rush to learn about p[…]
by Peter Norvig
2025-04-29 / Industry news
Netflix has open sourced Falcor, a JavaScript library offering a model and asynchronous mechanism for fetching JSON data from multiple sources. Netflix is using Falcor to populate the UI of their web application with JSON data. All the back-end data coming from a memory cache or multiple databases is modeled through a single virtual JSON object. It is called virtual because from the clients perspective the data seems to be in memory, although it can actually reside on local or remote databases. The data is made available through a JSON graph, using the DataSource interface having the following […]
by Abel Avram