Tag Archives: html

A Trick for Using Processing.js as a Website’s Background

For my portfolio site I wanted to have a fancy background made with Processing.js. I implemented this pretty easily, and here’s a screenshot of the final product: In the HTML there is a <canvas> tag that holds the background: <canvas … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 1 Comment

Why are there differences between browsers?

Recently Opera Software announced that they will be switching over to using the WebKit engine. WebKit is an open source web browser engine used by both Google’s Chrome and Apple’s Safari. It includes an HTML and CSS renderer, as well as … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment