Illustration & Animation by MMU’s Sophie Irving

Sophie Irving takes the stage this afternoon with some spectacular examples from her current portfolio. About to embark on her third and final year of Illustration with Animation at Manchester Metropolitan University, Kate is motivated to establish herself as a successful freelancer in the industry.

Textiles & Illustration by Kate Lynch

Textile design and illustration is on the cards for you this morning with Yorkshire-based creative Kate Lynch. Since completing her university course, Kate has been building up her impressive portfolio and is now seeking opportunities to show off her artistic skills in the professional world.

Create a User Note-Keeping Utility For Your Site With IndexedDB: Part 3

In this series on creating a user note-keeping utility, we are using IndexedDB to store user notes on a Web page. In the first two parts of the series we created the IndexedDB database and object store, as well as the initial visible HTML elements in the Web page. In this part we will implement allowing the user to add and delete notes to and from the data store. In the final part of the series we will query the notes and display them within the page.