Posts

Showing posts with the label hybrid app

What UX is and why your company cannot live without it?

Most of IT companies don’t see UX (User Experience) should be at the heart of everything they do which leads to their inability to present and sell UX as the starting point of any project. UX in most case is sold as an “extra” service while they should be seen as the starting point of any IT business strategy. UX is everything - it starts with the customers, go deeper to their customers and it should end with them in mind! What UX really is? UX is a business and digital field in itself. The misconception here is that most people think of UX as just usability. Usability though is simply how easy to use and simple the website functionalities are to the end user. For usability we have plenty of best practices already in place and even standardized. Bear  in mind that usability is only part of UX! UX is a continuous work that starts by what customers want to accomplish with their site, and not how they want the site to be , unless they are the ultimate end user of the site...

The Myth of HTML5 and How It's Misunderstood

HTML5 MISCONCEPTION Nowadays any new browser capability or web application technique found across the web is labeled as HTML5 and that is not true. Michael Mahemoff said that HTML5 has become a brand that represents a new type of web application rather than the specification itself. In order to learn HTML5 is very important to understand what really HTML5 is. It is common nowadays hear CSS transitions, web sockets, geolocation, SVG, CSS @font-face all mentioned under the HTML5 banner and label all under HTML5 "brand".  In the specification none of those mentioned are found for the simple reason that they either belong to the CSS3 specification or other API specification within the WWW Consortium. Websites are and will be built with a combination of HTML5, next-generation APIs, JavaScript and CSS3, which means that as a designer or developer the difference between those technologies must be clear and how they fit together should be understood. What is really HTML5? ...

HYBRID APPLICATIONS

Some technologies allow us to build hybrid applications, or mobile applications that use web technologies. These hybrid applications: 1. Let you build mobile applications using HTML, JavaScript, and CSS that is supported by the device. 2. They also have access to the exact same device APIs and sensors and information as regular mobile applications, but the user interface is mainly HTML, JavaScript, and CSS. 3. These applications can also be deployed and distributed to app stores in the exact same ways other mobile applications, which means to the user there won’t be a difference between a hybrid application and the native mobile application. Mobile web applications provide the functionality of native apps, however it uses web technologies. This makes it easy for web developers to take advantage of the application ecosystem and build apps using languages and technologies that you know.