Skip to content

Instantly share code, notes, and snippets.

@Poordeveloper
Poordeveloper / Loader a Day (day 29).markdown
Created November 10, 2015 16:07
Loader a Day (day 29)

Loader a Day (day 29)

We're almost there, just one more after this one and then it's on to a new adventure!

A Pen by Reinier Kaper on CodePen.

License.

@Poordeveloper
Poordeveloper / Elastic Pull To Refresh Concept.markdown
Created October 21, 2015 16:07
Elastic Pull To Refresh Concept
@Mao8a
Mao8a / fix-to-iOS-iframe-height-issue.html
Created July 10, 2013 05:21
HTML: Fix to iOS iframe height issue
Fix to iOS iframe height issue
<iframe id="stupid-iframe" height="200" src="a-file.html"></iframe>
<html>
<body>
<div class="iframe-wrapper" style="width: 100%; height: 200px; overflow: auto; -webkit-overflow-scrolling: touch;">
</div>
</body>
@mtabini
mtabini / gist:1178403
Created August 29, 2011 13:35
PNG representation of NSImage
//
// GRAppDelegate.m
// Testme
//
// Created by Marco Tabini on 11-08-29.
// Copyright (c) 2011 Marco Tabini. All rights reserved.
//
#import "GRAppDelegate.h"