Category: Web Development

  • 29 April 2015
    PHP is one of if not the most popular language for web development. Its popularity may be a result of…
  • 6 April 2015
    When push comes to shove a good workflow is an efficient workflow. The more efficient we are the more work…
  • 6 February 2015
    When developing a website you constantly think about the most efficient way to write your code, especially when writing jQuery.…
  • 30 January 2015
    The CSS grid layout gives developers the ability to create a layout similar to when the Web was built with…
  • 21 January 2015
    Occasionally when working on web projects we don’t have the luxury of having designs before jumping into development. Even if…
  • 2 January 2015
    Googles’ PageSpeed is a free Open Source tool to speed up sites at the server level. It improves page latency…
  • 19 December 2014
    Web programming is more than just writing a bit of code to project a visual representation of their graphic designers…
  • 24 November 2014
    Day in day out you sit down at your computer and write code. You’ve been doing this for some time…
  • 17 November 2014
    Making a circle with css is a simple task; Have your element (i.e. ‘.circle’) and set the css as follows;…
  • 29 October 2014
    In order to develop a website you must go through multiple stages. These stages include planning (sitemap, functionality, etc…), design,…