Skip to content

Instantly share code, notes, and snippets.

Hide announcement stories on author's page.
https://news.chapman.edu/author/bonker/
Retire older blog sites - News & Stories, Magazine blogs, Inside.chapman.edu
https://blogs-staging.chapman.edu/magazine/
https://blogs-staging.chapman.edu/magazine/2013/09/19/teaching-exploration/
https://blogs-staging.chapman.edu/magazine/2013/09/18/class-notes-fall-2013/
https://blogs-staging.chapman.edu/magazine/2013/09/16/the-rev-dean-echols-46/
<body>
<div class="wrapper">
<div class="item zoom">
<div class="item-parent">
<p>Parent</p>
</div>
<div class="pair">
<div class="item-childrens">
<div class="item-child">
<div class="item">
@nicholasnadel
nicholasnadel / cu_windows.svg
Created May 22, 2019 17:53
chapman window logo svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicholasnadel
nicholasnadel / index.html
Created May 30, 2019 23:07
No JS - Smooth Anchor Scrolling + Offset
<div class="omni-wrapper">
<div class="omni">
<p>No JS Smooth Scroll University</p>
<div class="inline">
<a href="#one">1</a>
<a href="#two">2</a>
<a href="#three">3</a>
<a href="#four">4</a>
<a href="#test">5</a>
<a href="#middle">middle</a>
@nicholasnadel
nicholasnadel / escape_from_twitter.js
Last active March 29, 2023 09:58
Unshackle Your Twitter Bookmarks - http://recordit.co/OcBSU8eFz0
// demo: http://recordit.co/OcBSU8eFz0
// 1) open https://twitter.com/i/bookmarks
// 2) open browser JavaScript console
// 3) paste & run this code. try running twice if there's an issue starting.
// 4) right click console output > copy to clipboard > paste Bookmarks into text editor/notes app of choice
function getBookmarkedTweets() {
$("article").each(function (e) {
var t = $(this),
@nicholasnadel
nicholasnadel / accessible-table-generator-wip-13-09.markdown
Created August 5, 2020 00:22
Accessible Table Generator - WIP 13/09

Accessible Table Generator - WIP 13/09

Wanted to create a quick and simple generator which made tables suitable for accessibility.

A Pen by nicholasnadel on CodePen.

License.

@nicholasnadel
nicholasnadel / index.html
Created August 6, 2020 04:46
SoundCloud Music Visualizer
<a href="https://soundcloud.com" class="float">
</a>
<canvas id="theCanvas" width="1024" height="256" title="Press Play!"></canvas>
<div class="flex-container">
<div>
<button id="oscilloscopeButton" type="button" class="btn btn-default">Oscilloscope</button>
<button id="frequencyBarsButton" type="button" class="btn btn-default">Frequency bars</button>
</div>
<div>
<button id="playButton" type="button" class="btn btn-primary"><h1>&#9658; Play Track!</h1></button>