Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
87 views

What unit should I use for HTML?

I like to use em, and tend to stay away from % because it tends to screw up the design easily, and pt, px, cm... Because they aren't that friendly to all devices. Am I right in doing so?
1
vote
1answer
19 views

Web browser support for the point unit

So I have this issue with responsive design. We're supposed to be realigning design for different screen sizes so that we present the best interface for each one. The thing is that I can't figure out ...
0
votes
0answers
42 views

Cross-platform method to set absolute font size on all mobile screen densities

I am developing a cross-platform mobile app using jQueryMobile and PhoneGap. The first platform I am targeting is Android. For Android app, developers are advised to use dp as the unit for font ...
0
votes
1answer
73 views

How to get the correct font sizes from Photoshop into iOS

I have a design in an psd file. So I copied all text properties (fontname, size (in pt), color, etc) into code and run it. I did a screenshot and compared that to the design. I am wondering, why is ...
0
votes
3answers
143 views

Moving from Page A to Page B in Asp.Net. What is the “Best” way?

I have a user on what we will call PageA.aspx. This user needs to get to PageB.aspx. The obvious way is have a hyperlink that simply sends them to PageB.aspx. That got me thinking about the other ...
-1
votes
3answers
119 views

Bada scaling question

I'm developing a reader application for Bada and have a silly question. Does a smooth way to convert pt size to pixel size exist? I found something like this, but I'm still hoping you could apply ...