Everything else works fine except for the sketch in the canvas. The sketch works in Safari and Firefox on the original processing page but not in Chrome or IE9 on any pages.
Here is my code:
<!DOCTYPE html>
<html>
<head>
<title>Kenny Rose Design Home</title>
<meta charset= utf-8>
<link rel = "stylesheet" type = "text/css" href = "basic.css">
<meta name = "author" content = "Kenny Rose">
<meta Name = "description" content = "A webpage dedicated to nearly all things digital. Including Graphic Design, Game Design, Visual Effects,
Digital Filmmaking, Programming, Web Design, and Digital Technology.">
<meta name = "keywords" content = "graphic design, game design, digital filmmaking, visual effects, vfx, special effects, Photoshop, Illustrator, GIMP,
Adobe, Flash, HTML5, web design, computers, app development, game development, digital illustration, animation, computer animation, digital modelling,
Adobe After Effects, After Effects, Autodesk Combustion, Cinema 4D, Blender, UDK, Unreal Development Kit, Unreal Game Engine, Unity Game Engine, Game Character
Development, Character Development, 3D Modelling, 3D Animation, Processing, Generative Art>
<meta name = "copyright" content = "2012">
<meta name = "generator" content = "Notepad++">
<!--[if lt IE 9]>
<script type="text/javascript">alert("Your browser does not support the canvas tag.");</script>
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-graphics-semantics.png" width="197" height="64" alt="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics" title="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics">
</a>
</div>
<p>This site requires an HTML5 compliant browser. For the best experience I reccommend the latest version of Google Chrome. </p>
</div>
<div class = "frontpagetext">
<p>There are an infinity of angles at which one falls, only one at which one stands. </p>
<p>- G. K. Chesterton </p>
</div>
<div class = "thing2">
<p> Some features of this site and the associated files require the following: </p>
Early Processing experiment. Well, not so early but early enough. Randm long triangles, different every time you load the page. etc. If you're into the whole generative art thing there's a link to the source code above.
<p><small>This site created and visualized by Kenny Rose, master of all things digital, self-crowned King of the Microverse, Sir Loin of Beef and Earl of Grey.</small></p>
I'm new to Processing and was wondering about compatibility with jQuery? Do they play well together? If not is there a work around. I'm also pretty new to Javascript so a detailed explanation of the work around would be much appreciated.