This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's the technology behind it?
04-08-2014, 09:07 PM
Post: #1
What's the technology behind it?
What's the technology behind websites that fit on desktops, but fits on handheld devices as well, such as Smartphones and tablets? I just got curious about how they do it, so neat!

Ads

Find all posts by this user
Quote this message in a reply
04-08-2014, 09:12 PM
Post: #2
 
There are two approaches: responsive or adaptive.

Responsive uses media queries to apply CSS rules based on screen sizes.

Adaptive can be set up using media queries but most of the time they are set up using sophisticated device detection scripts that run on a server.

Here is a great article to help you understand this more. Smile

Ads

Find all posts by this user
Quote this message in a reply
04-08-2014, 09:18 PM
Post: #3
 
A well coded website should fit (appear correct) on all current browsers, whether they are riunning on PCs, laptops, tablets or phones. This is because the language/system used does not rely on fixed dimensions but adapts to different browsers etc.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)