Results 1 to 14 of 14
  1. #1
    KryptonS's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    4
    My Mood
    Cheerful

    how to make a responsive website

    So I want to know how you make responsive websites, do you code everything from scratch? Cause when I try to make responsive websites I code it from scratch and there's always a part where its not responsive. Is there an easier way?

  2. #2
    Chase's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Silicon Valley
    Posts
    467
    Reputation
    42
    Thanks
    613
    protip: a great starting place for responsive sites is html5up.com
     
    100 Thanks
    100 Posts
    500 Posts
    500 Thanks

    Proud to be the one of the few on mpgh not looking to pick a fight.
    Get a free website!

  3. The Following User Says Thank You to Chase For This Useful Post:

    valetteclark12 (03-21-2015)

  4. #3
    KryptonS's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    4
    My Mood
    Cheerful
    Quote Originally Posted by chaser2430 View Post
    protip: a great starting place for responsive sites is html5up.com
    Oh thank you so much, there are some great templates

  5. #4
    Chase's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Silicon Valley
    Posts
    467
    Reputation
    42
    Thanks
    613
    Quote Originally Posted by KryptonS View Post
    Oh thank you so much, there are some great templates
    No problem! Remember to "thanks" my post
     
    100 Thanks
    100 Posts
    500 Posts
    500 Thanks

    Proud to be the one of the few on mpgh not looking to pick a fight.
    Get a free website!

  6. The Following User Says Thank You to Chase For This Useful Post:

    KryptonS (03-11-2015)

  7. #5
    fsp's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    131
    Reputation
    13
    Thanks
    479
    My Mood
    Angelic
    You can also use the bootstrap framework

  8. #6
    liquidsystem's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    507
    Reputation
    135
    Thanks
    691
    My Mood
    Happy
    I've always dealt with ActionListeners in Java, but most web-languages have a method to hook an event to a specific thing, like onClick... etc... so maybe look around and you could find something helpful

    Quote Originally Posted by chaser2430 View Post
    No problem! Remember to "thanks" my post
    Don't do that, it's frowned upon to force people to thanks you... If they want to, they will!
    If you wish to thank me, don't forget to click the button!

    Currently Playing: Osu, OldSchool Runescape (pm for username)


    Bitcoin Address: 1HUdLVM7DnT9gC1i5kNKzcKWekSbFoKNp2


    Steam
    Main Account
    Sales Account

    Feel free to PM me if you have any other questions relating Java, Python, or Physics, or general schoolwork


  9. #7
    megaz0rd's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Give Bootstrap a look at, it introduced me to Responsive CSS but I still suck at it tho

  10. #8
    Moona's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    Bootstrap is very efficient to begin with, but you'll have to use homemade CSS (Like @Media screen, max-width, min-width for example) , and JS.

    Webcoder - PM me for any help

  11. #9
    DigitalGangster_'s Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    6
    Use Bootstrap, 980 grid system any sort of grid system that shrinks is what you're looking for.. Could always try writing your own grid system using CSS..

  12. #10
    notSmart's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Posts
    45
    Reputation
    23
    Thanks
    17
    My Mood
    Innocent
    Well, your own grid system is actually 10mins of work max, take a look at flexbox layout

    philipwalton.**********/solved-by-flexbox/demos/grids // ****** . io thx mpgh ;p

    more in-depth
    css-tricks.com/snippets/css/a-guide-to-flexbox

    Flexbox is already implemented in all current browsers
    caniuse.com/#feat=flexbox

    and if you really need that IE 8-9 support, look here
    planningforaliens.com/blog/2014/03/11/real-world-flexbox

    Flexbox is easy and clean, no reason to use bloated bootstrap or (very, very bad practice) positioning elements with JS. It's also much easier to start mobile first, because you are just upgrading to make better use of bigger screens. Worst can happen is just too much white space

    Can mods fix the links or it gonna be that crap forever?
    Last edited by notSmart; 03-16-2015 at 07:24 PM.

  13. #11
    valetteclark12's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    drilldriversq.com
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by chaser2430 View Post
    protip: a great starting place for responsive sites is html5up.com
    Great friend

    Thanks for sharing

  14. #12
    KryptonS's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    4
    My Mood
    Cheerful
    Yeah I tried bootstrap and it's amazing and easy to use, thanks guys

  15. #13
    Ahsankamal's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    40
    My Mood
    Fine
    for me search on google html5 and css templates you will get your template. just check pluton template.

  16. #14
    Chase's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Silicon Valley
    Posts
    467
    Reputation
    42
    Thanks
    613
    One new resource I have found helpful in recent days is "skel"

    Skel: A lightweight responsive framework for the www

    Powerful breakpoint management, a sophisticated CSS grid system, cross platform support and much more – all in just a single 24kb file.
     
    100 Thanks
    100 Posts
    500 Posts
    500 Thanks

    Proud to be the one of the few on mpgh not looking to pick a fight.
    Get a free website!

Similar Threads

  1. How to make your website better
    By Blitz in forum General
    Replies: 15
    Last Post: 04-22-2011, 03:32 AM
  2. [Request]How to make a Phishing Website
    By Dieorwin in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 03-31-2011, 02:50 PM
  3. [Request]How do i make a ptc website.
    By trevor206 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 03-17-2010, 02:51 PM
  4. How To Make A Website Design For Free
    By Spookerzz in forum Web Languages
    Replies: 18
    Last Post: 02-19-2010, 08:53 AM
  5. [Question] How to make a button link to a website?
    By Hax0r69 in forum Visual Basic Programming
    Replies: 8
    Last Post: 07-23-2009, 11:03 PM