Skip to content

Michelle Dinan

Categories

  • CSS
    • CSS3
  • HTML5
    • HTML5 Canvas
  • JavaScript
  • Mobile

Links

  • Codepen
  • Instagram
  • Twitter
Learning JavaScript: If/else statements

Learning JavaScript: If/else statements

I’m going to be looking at if/else statements in this post, finding out what they do, how they are written and how they can be used to achieve certain outcomes, with a simple multi-path game example…

Continue reading Learning JavaScript: If/else statements

Posted on 19th May, 20131st May, 2018Categories JavaScriptLeave a comment on Learning JavaScript: If/else statements
Learning JavaScript: Data types & operators

Learning JavaScript: Data types & operators

Data is what JavaScript uses to do anything and everything, so in this post I’m going to look at both primitive and composite data types and the operators that can be used to manipulate them.

Continue reading Learning JavaScript: Data types & operators

Posted on 12th February, 201318th August, 2020Categories JavaScriptLeave a comment on Learning JavaScript: Data types & operators
Learning JavaScript: Arrays

Learning JavaScript: Arrays

Next I’m going to look at arrays, which are composite data types. I’m going to look at how they work and how to add, replace or extract data from them, as well as nested arrays.

Continue reading Learning JavaScript: Arrays

Posted on 18th January, 201318th February, 2013Categories JavaScriptLeave a comment on Learning JavaScript: Arrays
Learning JavaScript: For loops

Learning JavaScript: For loops

Continuing on my mission to learn JavaScript, next I’m going to look at for loops to find out what they do and how they work.

Continue reading Learning JavaScript: For loops

Posted on 18th January, 201312th February, 2013Categories JavaScriptLeave a comment on Learning JavaScript: For loops
Creating touch icons for a website

Creating touch icons for a website

Touch icons can be thought of as bookmark icons for mobile devices and tablets. In this post I’ll be explaining where they appear and how to create them for a website…

Continue reading Creating touch icons for a website

Posted on 10th January, 20136th February, 2013Categories Mobile1 Comment on Creating touch icons for a website
Learning JavaScript: Functions

Learning JavaScript: Functions

I’ve tried to understand how jQuery works in the past and have had little success, not actually knowing the basics of JavaScript. Time for me to bite the bullet and finally learn it! I’ll look at functions first…

Continue reading Learning JavaScript: Functions

Posted on 3rd January, 201312th February, 2013Categories JavaScript2 Comments on Learning JavaScript: Functions
Animation with CSS3: 2D transformations

Animation with CSS3: 2D transformations

In this post, I’ll continue on discovering what animations can be applied to HTML elements. I’ll be looking at 2D transformations; effects that move, rotate, skew, and scale elements.

Continue reading Animation with CSS3: 2D transformations

Posted on 23rd November, 20126th February, 2013Categories CSS3Leave a comment on Animation with CSS3: 2D transformations
Animation with CSS3: Simple transitions

Animation with CSS3: Simple transitions

CSS3 is exciting (well at least I think so :)), as it allows animations to be carried out on HTML elements to move them, change their colour and size, etc. In this post, I’ll be looking at the basics of how CSS3 transitions work, with a few examples along the way.

Continue reading Animation with CSS3: Simple transitions

Posted on 6th November, 20126th February, 2013Categories CSS3Leave a comment on Animation with CSS3: Simple transitions

Posts navigation

Page 1 Page 2 … Page 4 Next page
Proudly powered by WordPress