This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Framer Fullscreen Prototype", | |
"short_name": "Framer", | |
"description": "A fullscreen Framer prototype as PWA", | |
"start_url": "https://fullscreen-prototype.framer.website", | |
"scope": "https://fullscreen-prototype.framer.website", | |
"display": "fullscreen", | |
"orientation": "any", | |
"theme_color": "#ffffff", | |
"background_color": "#ffffff", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16/12/15 08:55:05,098 Spotlight[15530] XPC connection was invalidated | |
16/12/15 08:55:05,329 Spotlight[15530] XPC connection was invalidated | |
16/12/15 08:55:05,488 Spotlight[15530] *** Assertion failure in -[NSTextFieldCell _objectValue:forString:errorDescription:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1404.34/AppKit.subproj/NSCell.m:1684 | |
16/12/15 08:55:05,489 Spotlight[15530] Invalid parameter not satisfying: aString != nil | |
16/12/15 08:55:05,491 Spotlight[15530] ( | |
0 CoreFoundation 0x00007fff98fe5ae2 __exceptionPreprocess + 178 | |
1 libobjc.A.dylib 0x00007fff9f9a7f7e objc_exception_throw + 48 | |
2 CoreFoundation 0x00007fff98fe58ba +[NSException raise:format:arguments:] + 106 | |
3 Foundation 0x00007fff8fe8388c -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198 | |
4 AppKit 0x00007fff9cf9660c -[NSCell _objectValue:forString:errorDescription:] + 180 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.getJSON("js/energy_presets.json").fail(function(json){ | |
alert(json.responseText) | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="portfolioItem"> | |
<!-- MAIN IMAGE --> | |
<a href="" class="view" rel="polaroids"><img src="img/polaroids.png"></a> | |
<!-- OTHER HIDDEN IMAGES --> | |
<a title="Polaroid, sketched image" href="img/polaroids_detail3.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, sketched image" href="img/polaroids_detail4.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, blueprinted image" href="img/polaroids_detail5.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, blueprinted image" href="img/polaroids_detail6.jpg" class="view" rel="polaroids"></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WOMAppDelegate.m | |
// PopoverMenulet | |
// | |
// Created by Julián Romero on 10/26/11. | |
// Copyright (c) 2011 Wuonm Web Services S.L. All rights reserved. | |
// | |
#import "WOMAppDelegate.h" | |
#import "WOMMenulet.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WOMAppDelegate.m | |
// PopoverMenulet | |
// | |
// Created by Julián Romero on 10/26/11. | |
// Copyright (c) 2011 Wuonm Web Services S.L. All rights reserved. | |
// | |
#import "WOMAppDelegate.h" | |
#import "WOMMenulet.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)drawRect:(NSRect)rect | |
{ | |
/* NSImage *img = [NSImage imageNamed:@"[email protected]"]; | |
rect = CGRectInset(rect, 2, 3); | |
NSRect imageRect; | |
imageRect.origin = NSZeroPoint; | |
imageRect.size = [img size]; | |
[img drawInRect:rect fromRect:imageRect operation:NSCompositeSourceOver fraction:1]; |