Tag Archives: mobile

Defend yourself from unsolicited mobile subscriptions charges with SMS (text) barring

If you talk with the call centerĀ of any Italian mobile carrierĀ to have explanations they willĀ tell you that it’s your fault, that you didn’tĀ paid attention while browsing and you definitely tappedĀ recklessly on some clearly visible banner. It’s false. It’s been someĀ years, in my case from 2014 with H3G better known as Three Italy, that the illegal … Continue reading Defend yourself from unsolicited mobile subscriptions charges with SMS (text) barring

UX for fat fingers, increasing checkbox tappable area

Checkboxes are a fundamental element for web form, they are often needed to allow users toĀ manifest their agreement to terms & conditions of services, making them a mandatory element to allow a registration or a purchase. TheĀ HTMLĀ <input type=”checkbox”>Ā element belongs to theĀ formĀ family and it has the advantage/disadvantageĀ of being styled and managed differently based on the operative … Continue reading UX for fat fingers, increasing checkbox tappable area

Why WordPress mobile UX is Psyco approved

Anno domini 2014, pocket devices have reached the power level of common personal computers if not superior, but low costĀ airline companies use theĀ atomic mass asĀ unit of measure Ā to check the weight of the hand luggage, which means I have to make a choice: the clothes necessary to survive the cold of Sweden (yes, in August) … Continue reading Why WordPress mobile UX is Psyco approved

The Next Challenge of the Web is Us

ForwardJS keynotes of Christian HeilmannĀ (@codepo8)Ā addressing the growing complexity of frontend development technologies and how important it is that we keep the initial barrier low to make the web accessible to new developers and publishers as well. Many new IT users land directly on smartphone with they’re closed apps environments, how can we bring the web to these new users?

CSS table, basic structure for a typical mobile app layout

Many years were needed for developers to abandon tables as a mean to construct web pages layouts and switch to more semantically meaningful elements combined with CSS, but the bad side-effect of the awareness campaignĀ for building flexible layouts with style sheets was the complete demonizationĀ of HTML tables and the CSS properties that allow to access … Continue reading CSS table, basic structure for a typical mobile app layout

Apply CSS styles based on device orientation

When developing web-apps for mobile a need that we encounter sooner or later is to supply specific styles to certain elements when the device rotates either in portrait or landscape mode. Being a CSS need the first method we will likely find while googling the subject is a CSS approach which uses the famous media … Continue reading Apply CSS styles based on device orientation