Category: Coding

  • Toggle a Separate WordPress Menu with CSS or JavaScript

    Toggle a Separate WordPress Menu with CSS or JavaScript

    Responsive web design, dynamic scaling, or css3 media-queries work wonders in the wordpress twentyeleven-theme… But the navigation-menus are forgotten. To accommodate menus from wide-resolutions on mobile devices designers re-word, re-size, and re-think even using responsive web design. Instead of trying to adapt a whole menu to a smaller screen… Why not replace that menu with…

  • HTML in a nutshell – What is HTML?

    HTML in a nutshell – What is HTML?

    HTML is: HTML stands for “Hyper Text Mark-Up Language”. What is mark-up language? The red-pen on your english essay is “mark-up”(sp?). With html, we use tags to denote start and end points (ie: the beginning and end of sentence fragment). The start-point (opening-tag), and end-point (closing-tag) together form an html-element. <p> is used to begin…