Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: February 11, 2025, 6:41 am

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Websites that work on mobiles and desktops alike (Responsive)
#1
Websites that work on mobiles and desktops alike (Responsive)
I wanted to share my knowledge about programming websites that work on both mobile phones and also desktop computers.

To produce a functional, responsive website that works on both mobiles and desktop with a single HTML file; you have to use an external framework, or add what we call "media queries" to your .CSS site layout by yourself. You can also combine both.

I should note; that Frameworks and Libraries provide you media queries, in the form of classes.


The structure of your file should look like:

================

1-HTML file
2-CSS file
3-Frameworks and Libraries (they are read in the HTML; composed of .CSS and .JS)

=================

Frameworks like twitter's bootstrap, allow you to use number 3 in your website: give your HTML the ability to produce a single code; that runs cleanly on mobiles and PCs alike.
It extends the HTML, by providing "CSS classes" and "Javascript scripts" that promise a wonderful design.

Design Well !
Reply



Messages In This Thread
Websites that work on mobiles and desktops alike (Responsive) - by WinterHold - February 12, 2018 at 4:13 am

Possibly Related Threads...
Thread Author Replies Views Last Post
  religious websites are a greater security risk than porn destinations. Ziploc Surprise 3 3041 June 20, 2012 at 6:57 pm
Last Post: Angrboda



Users browsing this thread: 2 Guest(s)