Category: Coding

  • Graphic Designer vs Web Designer vs Web Developer

    Graphic Designer vs Web Designer vs Web Developer

    Having worked as a Graphic-Designer, Web-Designer, and Web-Developer I thought I might toss my opinion out there as to what’s what, where’s where, and who’s who. Graphic Designer This one is pretty self-explanatory: A graphic designer is a designer of graphics. I wrote a bit about Art vs Design in a previous article. Graphic designers […]

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