diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/it/web_development | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/it/web_development')
-rw-r--r-- | files/it/web_development/mobile/design_sensibile/index.html | 1 | ||||
-rw-r--r-- | files/it/web_development/mobile/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/it/web_development/mobile/design_sensibile/index.html b/files/it/web_development/mobile/design_sensibile/index.html index b37df450ac..d7c931fec6 100644 --- a/files/it/web_development/mobile/design_sensibile/index.html +++ b/files/it/web_development/mobile/design_sensibile/index.html @@ -2,6 +2,7 @@ title: Design Sensibile slug: Web_Development/Mobile/Design_sensibile translation_of: Web/Progressive_web_apps +translation_of_original: Web/Guide/Responsive_design --- <p>Come risposta ai problemi associati all'approccio per <a href="/en-US/docs/Web_Development/Mobile/Separate_sites">siti separati</a> nel campo del Web design per mobile e desktop, un'idea relativamente nuova (che è <a href="http://www.alistapart.com/articles/dao/">abbastanza datata</a>) sta aumentando la sua popolarità: evitare il rilevamento user-agent, e creare invece una pagina che risponda client-side alle capacità del browser. Questo approccio, introdotto da Ethan Marcotte nel suo articolo dal titolo <a href="http://alistapart.com">A List Apart</a>, è oggi conosciuto come <a href="http://www.alistapart.com/articles/responsive-web-design/">Web Design Sensibile</a>. Come l'approccio a siti separati, il Web Design sensibile possiede aspetti positivi e negativi.</p> <h2 id="Aspetti_Positivi">Aspetti Positivi</h2> diff --git a/files/it/web_development/mobile/index.html b/files/it/web_development/mobile/index.html index 112d15199d..cc288a9c45 100644 --- a/files/it/web_development/mobile/index.html +++ b/files/it/web_development/mobile/index.html @@ -7,6 +7,7 @@ tags: - TopicStub - Web Development translation_of: Web/Guide/Mobile +translation_of_original: Web_Development/Mobile --- <p>Developing web sites to be viewed on mobile devices requires approaches that ensure a web site works as well on mobile devices as it does on desktop browsers. The following articles describe some of these approaches.</p> <ul> |