Skip to content

Instantly share code, notes, and snippets.

View Bijesse's full-sized avatar

Tom Bijesse Bijesse

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>for loop count</title>
</head>
<body>
</body>
</html>
@Bijesse
Bijesse / index.html
Created November 13, 2014 19:17
Tiny Turle Lesson Atul // source http://jsbin.com/yidesoqada
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tiny Turle Lesson Atul</title>
</head>
<body>
<canvas width="300px" length="300px" style="border:1px solid">
</canvas>
<script src="http://toolness.github.io/tiny-turtle/tiny-turtle.js">
<style id="jsbin-css">
height: 120px;
width: 160px;
background-color: blue;
opacity: 0;
}
#pic {
height: 120px;
width: 160px;
@Bijesse
Bijesse / index.html
Created December 16, 2014 21:03
Color Changing Button // source http://jsbin.com/fufagu
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Color Changing Button</title>
<style id="jsbin-css">
body {
@Bijesse
Bijesse / index.html
Created January 26, 2015 21:07
Codecademy RPS // source http://jsbin.com/dekubaceco
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Codecademy RPS</title>
</head>
<body>
<script id="jsbin-javascript">
var userChoice = prompt("Do you choose rock, paper or scissors?");
@Bijesse
Bijesse / index.html
Created January 30, 2015 14:44
Color changing buttons Cristo Rey // source http://jsbin.com/jobeca
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Color changing buttons Cristo Rey</title>
<style type="text/css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
@Bijesse
Bijesse / index.html
Created March 4, 2015 19:38
Enter Your Credentials (simple) // source http://jsbin.com/najibawofi
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>Enter Your Credentials (simple)</title>
</head>
<body>
@Bijesse
Bijesse / index.html
Created March 17, 2015 18:24
Help Box jQuery // source http://jsbin.com/hipoto
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>Help Box jQuery</title>
<style id="jsbin-css">
#help {
position: absolute;
background: red;
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
#btn-mute{
border-radius:2px;
color:white;
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>Mute Button using jQuery</title>
<style id="jsbin-css">
#btn-mute{
border-radius:2px;
color:white;