Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
By adding "m." before the web address. e.g from twitter.com to m.twitter.com
.Programming a short app remonte in to decstop and mobile
Making your Website Responsive in all devices you can use Bootstrap or media queries in CSS.
I prefer to leave the answer for web developing experts
Hi There,See below services for convert desktop websites into mobile websites.
To convert desktop websites into mobile websites , you can use some tools :
1-mobstac : http://mobstac.com/ It's extremely easy-to-use!
2-http://www.dudamobile.com/index.php. It converts your website to a mobile view.
3-http://mofuse.com/
4-http://bmobilized.com/index.php
5- there is many other websites to converts your website to a mobile view .
Responsive Web Design makes your web page look good on all devices (desktops, tablets, and phones).
Responsive Web Design is about using CSS and HTML to resize, hide, shrink, enlarge, or move the content to make it look good on any screen:
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<body>
</body>
</html>
....
You can use/install User Agent Switcher if you wanna do so.
You can Use This Website To convert http://mobstac.com/
also You Can Use Jquery Codes with CSS special for Mobile
You Can Make two CSS Codes
One for Mobile and one for desktop
if the screen is More Than 10 Inch So Dekstop website
less than this Mobile Website
(By Using Javascript code)