Responsive Web Design Intro – Dreamweaver CC 2015 [0/54]
Access this course + 30 of my other courses for $12 p/m: http://bit.ly/2MUzid9
Free Exercise Files: https://goo.gl/cEAu1X

This is the intro tutorial of the course “Dreamweaver CC 2015 Tutorial”. It’s a great beginners course if you want to learn Website Design. I go over all the basics and give you a great foundation to learning more. You can follow up this course by doing our “Building a responsive website in Dreamweaver using Bootstrap” course here: https://goo.gl/y1RQUG

Facebook: https://www.facebook.com/BringYourOwnLaptop
Twitter: https://twitter.com/danlovesadobe
LinkedIn: https://www.linkedin.com/company/bring-your-own-laptop

Daniel Walter Scott
Dreamweaver Certified Instructor

source

36 Comments

  1. OMG I love it. Have been looking for a tutorial that I can actually learn from. This one hit it on the head. Thank you so very much.i found an easy way to get adobe pruductions, wish you all can benefit from my homepage

  2. Hi Sir, I am saima From Pakistan. I need your little help.Can you provide me a video tutorial of create a webpage with only css bootstrap using Dreamweaver responsive. no java script and no j-query. only css bootstrap using Dreamweaver. thank you. I am waiting for your reply.

  3. Hi, can you please do a full tutorial about creating a responsive or adaptive website in bootstrap in dreamweaver cc?
    and can you please explain what's the difference between muse and dreamweaver other than one uses code and the other doesn't,, and that muse is a drag and drop.. and for me as a graphic designer planning on get more deep in webdesign.. can i go for muse only or should i learn all the apps as dreamweaver, muse, reflow, and brackets.. and as a graphic designer i hate coding so much unless im making a little editing to it. so i prefer working directly on the design.
    so please i need your advice and i need to know if you're able soon to make a tutorial about bootstrap (without coding please, cz everything ive found till now is related to it!)
    i know im asking for a lot of things but i need help πŸ˜€
    and thank you so much for your tutorials.

  4. Hi Dan, love the Video, but it doesn't work for me, Ive set 2 media sizes (0px to 330px and 331px to 1500px)
    and looking at the CSS widths on mydevice.io/devices they should display differently, but they both display the same way on my iphone 4 vs my Nexus 7 (V2) tablet

    Here is my css code:

    @charset "utf-8";

    /Mobile device/
    @media (min-width: 0px) and (max-width: 330px){
    .title {
    background-color: #FF0000;
    font-size: 5em;
    text-align: center;

    }

    }
    /Desktop view/
    @media (min-width: 331px) and (max-width: 1500px){
    .title {
    background-color: #00FF00;
    width: 70%;
    }

    }

    I would expect it to display with a red background on my iphone 4s and with a green background on my Nexus 7 (v2) tablet

    After playing with the widths of the above media query's I have found the widths of both the Iphone 4s and the Nexus 7 tablet to appear to be 980px wide

    Please help!

Leave A Reply

Please enter your comment!
Please enter your name here