-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
76 lines (66 loc) · 2.94 KB
/
portfolio.html
File metadata and controls
76 lines (66 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: default
title: "Portfolio of Eric Gelinas, Engineer"
header_text: "Portfolio of Eric Gelinas, 2009 to Present"
header_style: "margin-right: -170px;"
container_style: "max-width:900px; margin:0 auto;"
show_home_link: true
---
<style media='print'>
h2, footer, .link-off{display:none !important;}
main {margin-top: 20px;}
body{
font-size:10pt;
background: none;
color: black;
font-family: Georgia, serif;
line-height:13pt;
}
</style>
<section>
<p class="subtle">This is a list of notable and public projects from the past few years. Most of my code since 2007 is proprietary to Yahoo, I can only share the projects which have been opensourced.</p>
<h3>2009</h3>
<h4>YUI2 Data Table row expansion</h4>
<p class="subtle">Contributed an extension to the YUI2 data table and supported it in opensource.</p>
<p>
<ul>
<li><a href="http://developer.yahoo.com/yui/examples/datatable/dt_rowexp_basic.html">Code</a></li>
</ul>
</p>
<h4>Flickr API Module</h4>
<p class="subtle">A javascript client for the Flickr API which has been used at Flickr for all front-end projects since it's launch. We opensourced it in 2011</p>
<p>
<ul>
<li><a href="https://github.com/yui/yui3-gallery/blob/master/build/gallery-flickr-api/gallery-flickr-api.js">Code</a></li>
<li><a href="http://code.flickr.net/2011/02/23/a-yui3-module-for-the-flickr-api/">Blog post</a></li>
</ul>
</p>
<h3>2011</h3>
<h4>Interface for creating and managing Geofences</h4>
<p class="subtle">This started as a <a href="http://www.flickr.com/photos/nolancaudill/5518277039/">hack</a> by some of us on the Flickr team. The goal was to make people more confident uploading photos to Flickr with geo information by giving them a simple way to block places they wish to keep privite.</p>
<p>
<ul>
<li><a href="http://code.flickr.net/2011/09/06/creating-an-interface-for-geofences/">Blog post</a></li>
</ul>
</p>
<h3>2012</h3>
<h4>Flickr.com/map update</h4>
<p class="subtle">Retrofitted the Flickr fullscreen map to use Leaflet. Also added more tile region configureation options by location and time</p>
<p>
<ul>
<li><a href="http://code.flickr.net/2012/06/29/the-great-map-update-of-2012/">Blog post</a></li>
</ul>
</p>
<h3>2013</h3>
<h4>StandardPixel Leaderboard</h4>
<p class="subtle">A combined leaderboard for multiple types of activity tracker. I work on this when I have time so it is not as high quality as I would like. The only feature blocking it from being launched is the ability to invite friends and change your tracker type. It currently supports Fitbit and Moves app and uses Twitter for social graph and authentication.</p>
<p>
<ul>
<li><a href="https://github.com/standardpixel/leaderboard">Code</a></li>
<li><a href="https://github.com/standardpixel/leaderboard/blob/master/ui/images/Icon%402x.png">Trendy flat design Logo</a></li>
</ul>
</p>
</section>
<section class="link-off">
<a href="/">...off to StandardPixel.com...</a>
</section>