Tag: Tutorials

  • 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…

  • Digital Graphic Optimization Techniques

    Digital Graphic Optimization Techniques

    Several file-types are used for web graphic optimization. Each of these file-types (.jpg or .gif for example) has a different way of compressing the graphical data. Tiff type files are non-lossy, they do not compress the graphical-data in any drastic way. Non-lossy or lossless-compression is seldom used in web design because the un-compressed images take…