Skip to content

Instantly share code, notes, and snippets.

@newshorts
newshorts / main.m
Created April 4, 2014 02:04
Objective C application for determining if one of your 99 problems is a bitch?
//
// main.m
// NinetyNineProblems
//
// Created by Mike Newell on 4/3/14.
// Copyright (c) 2014 Mike Newell. All rights reserved.
//
#import <Foundation/Foundation.h>
@newshorts
newshorts / app.js
Created June 2, 2012 04:13
Video Player with Clickable area to click part of the video and drag
/*
* Author: Mike Newell
*
* iwearshorts.com
*
* Feel free to copy and do whatever, but if you think it's cool, give me some credit.
*
**/
var App = function() {
@newshorts
newshorts / slider.html
Created September 30, 2011 08:01
simple slider managed by google closure and css3 transitions for effects
<!--
No License, if you feel like giving me credit for something...my name's Mike.
http://iwearshorts.com/
README:
This example requires you install google closure (http://code.google.com/closure/library/docs/gettingstarted.html) and make the library available. Put this file next to the closure-library directory and you should be able to run it without a problem.
It uses some closure tools to manage the slider positions. It also uses css3 transitions for effect. Don't use this for production as it won't be compatible with all major browsers (http://www.findmebyip.com/litmus).