Skip to main content

Home/ Web Development & Mobile App/ Group items tagged text

Rss Feed Group items tagged

Vernon Fowler

TYPOGRAPHY: Alignment - 0 views

  • Centered and right-justified text blocks are difficult to read.
  • We read from left to right, anchoring our tracking across the page at the vertical line of the left margin.
  • The ragged left margins produced by centering or right-justifying text make that scanning much harder, because your eye needs to search for the beginning of each new line.
  • ...1 more annotation...
  • Until typographic options for Web pages become more sophisticated, we recommend that you use left-justified text blocks and headlines as the best solution for most layout situations.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • ...3 more annotations...
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
Biztech Consultancy

Will Mobile Advertising Join the Race of eCommerce Trends in 2015? - 0 views

  •  
    What is Mobile Advertising? It is a term that refers to advertising through mobile or smartphone devices. It is a way of mobile marketing. There are several methods used by top brands for mobile advertising like text messages, promotional ads within the apps, ads within the mobile browsers, image ads, video ads etc.
Biztech Consultancy

Type While Walk - An Innovative App Makes your Typing While Walking Stress-free - 0 views

  •  
    Type while walk allows you to see what is in front of you on the streets or anywhere else while walking, typing and sitting. It supplies more efficiency while walking and texting as this application is specially designed for maximum camera interface on background. The most important aspect of this app will be fast loading of the camera and zero battery drainage when you don't use the application. http://bit.ly/1uxnF73
Biztech Consultancy

Biztech Launches Mobile App Type While Walk to Text SMS While Walking - 0 views

  •  
    Type while walk is a mobile app for android & iOS that helps users to type, send, receive and read an message while walking on the streets or anywhere else.
1 - 6 of 6
Showing 20 items per page