2015.09.02 / Industry news
Abel Avram
KNOWORTH
只有想不到、没有做不到
2026-06-28 / Prototype design
Without motion, there cannot be interaction. When you close a tab, it disappears from the screen: at this basic level, motion provides immediate feedback (which is crucial since vision is our dominant sense), but at a more advanced level, motion adds a layer of humanity and realism. Animation makes interfaces feel alive and truly responsive to the user. In the past, animations were a luxury mostly for Flash-based sites, but now almost every site uses CSS/Javascript/HTML5 animations ranging from simple sliders to more complex parallax scrolls. This isnt a bad thing in addition to looking nice an[…]
by Jerry Cao
2026-06-28 / industry
As a big fan of Test Driven Design and Development, I believe creating good tests is one of the single most important things we can do as Java Developers. We write tests for a number of reasons: To shape the design of our system. We know what the input and output should be, but what objects do we need to create to do this? What shape should the code take? Writing tests allows us to understand what our code should be created. To ensure initial and ongoing correctness. It is important our application behaves as expected and is consistently accurate. Tests should do their best to ensure this is t[…]
by Sam Atkinson
2026-06-28 / Technology research
As Internet usage on mobile devices continues to grow and exceed that of desktop browsers, it is becoming increasingly important for businesses to have a mobile-friendly website. A responsive website enhances usability and can even help boost conversion rates. Read below to learn more about the benefits of responsive design and why you should make the switch for your companys website. What is Responsive Website Design? Responsive website design aims to provide the best user experience, with easy reading and simple navigation. A website with a responsive design is adaptive and adjusts according[…]
by Frank Fan