With HTML5 you can embed SVG (Scalable Vector Graphics) markup directly into your pages. In this tutorial we go through the process of including a simple SVG element in an HTML page. We will also run through the technique for altering SVGs in JavaScript in cases where this is preferable to using the HTML5 canvas element.
Month: May 2012
University of Salford Design Student Carrie Haworth
Here we shine the light on emerging designer and animator Carrie Haworth. Going into her second year at the University of Salford, at just 20 years old Carrie is showing the determination and skill that can lead to a bright future in the design industry.
35 Pictures of Endangered Animals
Here are some great pictures of the endangered animals that we could risk losing in our life time if we don’t do something about it.
Photographer and Co-Founder of Cutaway Magazine; Dave Schofield
Dave Schofield is a first class Art graduate who specialised in printmaking and painting but now works mainly in photography.
5 Differences Between C# and Java: Methods
One of the biggest difference between C# and Java is how they handle methods. In both languages, methods are the building blocks of functional code: they define the variables, specify the operations carried out on those variables, and can return values to be used in other methods. Although the creators of the Java language followed many of the concepts of C-based languages, their development of methods allowed for fewer restrictions and more flexibility.