Posts

Showing posts with the label responsive

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? ...

Lessons To Be Learned From Facebook Mobile User Growth To 54% From Last Year

Lessons To Be Learned From Facebook Mobile User Growth To 54% From Last Year Today one of the headlines in the -> Online Media Daily was that advertisement on Facebook social network's mobile business rose to 30% of its sales this year compared to almost nothing last year which was responsible for the 39% overall raise of Facebook revenues . The lesson to be learned here is clear MOBILE USE is rising significantly and Facebook knows that because their monthly active mobile users is 751 million in the end of March. What that means? It means that Facebook mobile monthly active users have grew 54% from last year. Let's compare a bit The numbers above show how mobile users has double this year compared to the last one, but the same Facebook has announced that their monthly active users grew 23% compared to last year. This is  a real bomb news for the Mobile World It means that mobile is growing so fast that any company that try to blind itself...
Image
THE REALITY OF RESPONSIVE DESIGN TO THE MOBILE SCREEN (The mobile analysis was done based on the sites presented on  mediaqueri.es .) Here you can see how responsive design are great for some desktop and tablets but might be a bad choice to communicate what your business is and what the user can do in the tine mobile screen. Check for yourself snl.no the big picture with the search in my Nokia Lumia gets the whole screen just for search, to see the rest, what the site is about and what it offers me as a user I have to scroll down. It could be better design for mobile, but this is a good responsive design for desktop and tablets. Another one is Suffandnonsense.co.uk the image when you open is the whole screen, to see what the site is about I have to scroll down. It could be better done for mobile but it is very good for desktop and tablets. You can check for yourself on your mobile all of the sites - this is good exercise to see that pictures might speak m...

RETHINKING THE MOBILE WEB presentation by Bryan Rieger

This is a Slideshow RETHINKING THE MOBILE WEB by by Yiibu Author: Bryan Rieger (September 10, 2010)

WHY AREN’T MOBILE WEB DEVELOPERS DOING THEIR JOB?

I came across a very interesting website quirksmode.org in the Mobile section that explain beatifully in many parts what I believe that is the problem with mobile web design nowadays. I will be copying what I think is the most important points here. Some I might discuss but you will understand the probem when you read it. MOBILE WEB DEVELOPERS DOING THEIR JOB? The unique selling point of the web is that it runs on all devices; and not just on one platform. But it seems mobile web developers aren’t much interested in reaching out beyond one or two specific platforms. Developers should reach out to as many paltforms as humanly possible instead of confining themselves to the best ones. WHY ARE WEB DEVELOPERS INTERESTED IN MOBILE SO RELUCTANT TO VENTURE OUT BEYOUND THEIR iPHONE CONFORT ZONE? Mobile web projects for large companies are based on requirements written last year, during the height of the iPhone obsession. In addition, the iPhone’s share of mobile web traffic remains...

RESPONSIVE DESIGN TEMPLATE FRAMEWORKS. ARE THEY ANY GOOD?

Image
Yes, responsive design frameworks are a good thing but it all depends on your website. Remember there is no one solution for all and if you can use a framework to make a responsive design for all it will depend if you have a content base site and if your site is not "user-specific interaction dependent". I have watched the Sitefinity webinar (embbedded below) and the tool is very useful for creating Responsive Design and even mobile that is content base such as magazines, newspapers and any other website that does not require the user to do a specifc thing on the site. The added bonus on the tool is that the user edit blocks of layout template that is not table based and their text clean out any style done by text processors - this is a tool build with the user experience in mind. However as Sitefinity presenter said himself at the end of the webinar "Responsive Design is not a complete solution..., there is still a lot of granulatity..." You can hear ...

MOBILE WEB APP APPROACHES

In my earlier post about the differences between Responsive Design and Mobile Web App I have talked about two of the three approaches for mobile web app: The second that is Responsive Design and the third that is Mobile-Specific , but what about the first? Here is the first approach that is not recommended but depending on the website, its design, its content and its purpose, it might be ok. 1. "Do nothing" approach This approach is the one which desktop content is served to the mobile device unaltered. This is unfortunately the most used approach for mobile around the world, however it is changing fast. The good side of this approach is that it is less work to do and no need to maintain, however it is not an optimal choice regarding user experience and nurturing your customers. This approach is good for lightweight pages that have flexible content and that is arrange in such a way that it is not totally zoomed out and is easy to read when tabbing twice the text. ...

RESPONSIVE DESIGN x MOBILE WEB SITE

RESPONSIVE DESIGN is a way to make the same desktop website change through different CSS stylesheets. The HTML site is nothing more than text wrapped within tags that has no style whatsoever.  When we include some meta tags within the head in the HTML document that limits the range of sizes recognized for tablets and for smartphone applying for both different CSS stylesheet built for specific for tables and for smartphones.  Responsive Design is of the 3 Mobile Web Development strategies that is appropriated for semantic markup that use stylesheets and script to define appearance such as images, layout, etc. It is not appropriated for all websites, products or companies. MOBILE WEB APP or MOBILE-SPECIFC approach is the one which mobile-specific content is built and delivered to mobile devices (both tablets and/or smartphones). This approach is the third of the 3 mobile content approaches and usually involves some kind of server-side detection and redirection. Mobile-specifi...