Category: html

  • Multilevel Menu

    Multilevel Menu

    Murat Kilic har denne vejledning til kodning af en multilevel menu i ren CSS / HTML. Med denne teknik behøver du ikke at bruge JavaScript i menuerne.

  • HTML – how to validate your code

    The trade mark of the Multimedia Designer is a code with as few issues as possible. In the video you’ll get a short introduction to the debugging craft.

  • WebP

    How to use .webp with a fallback to .png or similar.

     

    See the Pen WebP Images with fallback – Demo by Sandip (@sandip_rb) on CodePen.

    Here is yet another fallback sample: http://www.janskovgard.dk/eaaa/2015/15l1/exercise8/imagetest/

  • The Future of HTML and CSS

    What is the future perspectives for the HTML and CSS standards? At the Future of the Web conference Den Odell started with a definition for responsive web design, somewhat like this:

    … the website appears to have been built for that particular device.

    Odell talked about what is going to happen with HTML and CSS soon, in the future and the end goal of RWD.

    Soon

    The new specifications for HTML5.1 and CSS level 4 is in the near future. A great improvement is the pictures tag. Here a new attribute is srcset that will work in the img and picture tags.

    <picture 
        srcset="tiny.jpg 1x, larger.jpg 2x"
        src="myPicture.jpg"
        alt="Here is my picture" />

    In the CSS you will be able to use the images according to media queries. And so you can have responsive images in a more elegant way.

    But Odell states, that this is in the near future. By now some 52% of the web browsers support using pictures and images like that.

    The future

    Here Odell presented ideas for media queries, for instance a webpage might look different from country to country or even from continent to continent. The CSS might look somewhat like this:

    @media {
        continent: europe;
    }

    Perhaps the user acitity could be monitored. What if you’re jogging while on the webpage?

    @media {
        activity: jog;
    }

    Connection speed is also an important factor, so perhaps you could address the problem thus:

    @media {
        connection-speed: slow;
    }
    The end goal

    For Odell the end goal is this: the browsers must disappear. So in conclusion Odell asumes, that the GUI will:

    … apear to have been built for the user.

    From the helicopter perspective Odell’s vision is a movement from a focus on devices to focus on the user.

  • The X and the Y axis

    The x and y axis.
    The x and the y axis.

     

    • On the HTML canvas the top left corner is x = 0 and y = 0.
    • The y-axis is “up & down”.
    • The x-axis is “left & right”.
Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close