sean.voisen.org sean.voisen.org

sean.voisen.org

Sean Voisen » Projects and Musings

Sean Voisen's compendium of projects and musings.

http://sean.voisen.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SEAN.VOISEN.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 17 reviews
5 star
9
4 star
5
3 star
1
2 star
0
1 star
2

Hey there! Start your review of sean.voisen.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • sean.voisen.org

    16x16

  • sean.voisen.org

    32x32

CONTACTS AT SEAN.VOISEN.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Sean Voisen » Projects and Musings | sean.voisen.org Reviews
<META>
DESCRIPTION
Sean Voisen's compendium of projects and musings.
<META>
KEYWORDS
1 sean voisen
2 twitter
3 octocat
4 instagram
5 hello
6 share
7 create
8 at adobe
9 archives
10 projects
CONTENT
Page content here
KEYWORDS ON
PAGE
sean voisen,twitter,octocat,instagram,hello,share,create,at adobe,archives,projects,feed,e mail me
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Sean Voisen » Projects and Musings | sean.voisen.org Reviews

https://sean.voisen.org

Sean Voisen's compendium of projects and musings.

INTERNAL PAGES

sean.voisen.org sean.voisen.org
1

Sean Voisen » High-performance image loading in OS X

http://sean.voisen.org/blog/2013/04/high-performance-image-loading-os-x

High-performance image loading in OS X. April 15, 2013. I’ve been diving into some heavy Mac OS X programming with Cocoa for the past few weeks, so I thought I should start sharing some of the many tips and techniques I’ve discovered along the way. On the main thread and call it a day. This tutorial isn’t for you. If, however, you have to rapidly load and display hundreds or thousands of remote images on a moving canvas,. Use Core Animation Layers. At once is simply a poor choice if you’re looking for an...

2

Sean Voisen » Designing a pressure-sensitive floor

http://sean.voisen.org/blog/2013/08/designing-pressure-sensitive-floor

Designing a pressure-sensitive floor. August 12, 2013. An empty room, a healthy budget, and our imaginations: These were the only three things our small team at Adobe. Started out with when about a year ago we were asked to build something new for the Children’s Creativity Museum. Several months, and much soldering, coding, hammering, welding, sawing and head-scratching later, our new exhibit a digital/physical environment for kids called Sense It is now up and running. The floor consists of twenty-one 2...

3

Sean Voisen » About

http://sean.voisen.org/about

My name is Sean. I make software that helps people. Their creativity. Currently, I work as a Sr. Computer Scientist at Adobe. Helping to build Experience Design CC. I have a B.S. in computer science from UCLA. And an M.S. in information and computer science from the Arts Computation Engineering program at UC Irvine. My technical experience is broad, but I tend to specialize in Objective-C (Cocoa iOS/OS X), JavaScript, Ruby (Ruby on Rails), and C for Arduino and AVR microcontrollers. Or find me on Twitter.

4

Sean Voisen » Learning FRP with Bacon.js by Way of Underscore

http://sean.voisen.org/blog/2014/12/functional-reactive-underscore

Learning FRP with Bacon.js by Way of Underscore. December 30, 2014. FRP) can be difficult subject matter to grasp, particularly for programmers new to both functional and reactive concepts. Part of FRP encourages a higher-level, more abstract approach. In reactive programming, thinking about computation requires, first and foremost, thinking about the. Because of this, I recently gave a short presentation introducing Functional Reactive Programming to our small group of engineers in XD. The beauty of usi...

5

Sean Voisen » A Gentle Intro to Monads … Maybe?

http://sean.voisen.org/blog/2013/10/intro-monads-maybe

A Gentle Intro to Monads Maybe? October 17, 2013. Monads: they're incredibly useful, and also maybe a little intimidating. Beginner functional programmers often cringe when they hear the term. JavaScript legend Douglas Crockford once said that monads are cursed. That once you understand monads for yourself you lose the ability to explain them to others. In the programming language F#, monads are called computational expressions mostly so people aren’t scared away. Object is a monad. So is jQuery Ajax.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

userflex.wordpress.com userflex.wordpress.com

Issues Using SimpleButton in Fullscreen Apps | Miscellanea

https://userflex.wordpress.com/2012/04/19/simplebutton-fullscreen-issues

Tasty tidbits of Flex and iOS knowledge. Issues Using SimpleButton in Fullscreen Apps. April 19, 2012 in ActionScript. Here’s a weird one for you. I found out today that apparently you can’t interact with a single SimpleButton instance in both normal and fullscreen modes in an app. It literally won’t work. However the reverse is also true. If you launch the app and click on the button only. Going fullscreen, the SimpleButton will only respond to subsequent clicks when in fullscreen mode. How to Scroll to...

userflex.wordpress.com userflex.wordpress.com

How to Create a UILabel with Custom Insets | Miscellanea

https://userflex.wordpress.com/2012/04/05/uilabel-custom-insets

Tasty tidbits of Flex and iOS knowledge. How to Create a UILabel with Custom Insets. April 5, 2012 in iOS. By default, you can’t pad or add margins to a UILabel. You have to apply custom insets (fancy for “margins”) in order to do so, and it’s repetitive and annoying in practice. So I built a custom class – UIBorderLabel – to automate the process. You treat it just like a regular UILabel, except you can specify a numeric value for each margin. Here’s the header file:. Interface UIBorderLabel : UILabel.

arduinotronics.com arduinotronics.com

Ricreare la "respirazione" del LED - ArduinoTronics

http://www.arduinotronics.com/ricreare-la-respirazione-del-led

ArduinoTronics Arduino e non solo elettronica fai da te. Digispark Kickstarter USB Development Board Attiny85. Come gestire il tempo con Arduino. Ricreare la “respirazione” del LED. Modulo WiFi ESP-01 ESP8266. Sensore ad ultrasuoni HCSR04. Password di accesso con Arduino. Rilevatore di acqua sul Pavimento. HC-SR501- Sensore di Movimento Piroelettrico. LM35DZ – Sensore Temperatura. 7812 – Regolatore 12V. Connetti e programma Digispark -1parte. Variabili – Arduino Tutorial. Come gestire il tempo con Arduino.

userflex.wordpress.com userflex.wordpress.com

How to Use Embedded SWF Animations in AS3 | Miscellanea

https://userflex.wordpress.com/2012/04/12/embedded-swf-animations

Tasty tidbits of Flex and iOS knowledge. How to Use Embedded SWF Animations in AS3. April 12, 2012 in ActionScript. Let’s say you build a simple animation in CS5.5 – like a loading indicator – how do you embed and use it in your Flex or Flash application? First, let’s take a look at the animation. Assuming you don’t need to load it at runtime (and it’s a reasonable size), you can easily embed a SWF animation in a custom class:. Embed(source=/loading.swf, mimeType=application/octet-stream. April 13, 2012 ...

userflex.wordpress.com userflex.wordpress.com

How to Get Eclipse to Stop Asking For Your SVN Password | Miscellanea

https://userflex.wordpress.com/2012/04/26/eclipse-svn-password

Tasty tidbits of Flex and iOS knowledge. How to Get Eclipse to Stop Asking For Your SVN Password. April 26, 2012 in Eclipse. Every once in a while Eclipse decides to go and be a little shit and repeatedly ask you for your SVN password, despite the fact that it’s already been saved. For me, this started when an SVN server went down for a nanosecond and Eclipse obviously thought I’d wronged it somehow. From then on, every time I interacted with SVN I was prompted for my credentials. Enter your comment here.

UPGRADE TO PREMIUM TO VIEW 21 MORE

TOTAL LINKS TO THIS WEBSITE

26

SOCIAL ENGAGEMENT



OTHER SITES

sean.tystudent2013.com sean.tystudent2013.com

Sean's Splash Page, Web Design 2013

Web Design Home Page For 2013/2014.

sean.uk.net sean.uk.net

Home

Welcome to S.E.A.N. The site is usable but please be aware we are noticing teething issues. Please let us know if you need help. This email address is being protected from spambots. You need JavaScript enabled to view it. or call us 01297 630104. TEE means Theological Education by Extension and is an effective low cost system of learning and training within the local Church context. Bringing scripture at grass root level into the hands of every member of the church. Find your local centre right here.

sean.ullyatt.com sean.ullyatt.com

Reliant Web Solutions

Reliant Web Solutions is a technology-based consulting company established in 1991. Our highly-trained consultants take a personal interest in not only completing your project, but making sure that you are satisfied, and that all of your questions have been addressed. We specialize in small-business and personal services, but can take on any project you want to throw at us. To get an idea. You may contact us anytime through our email form. Networks and Servers Setup and Maintenance. April 21, 2015.

sean.us sean.us

sean.us

sean.viewmix.com sean.viewmix.com

Welcome to VIEWMIX.COM

Sorry, there are no results for your search. Search again:. This page is provided courtesy of GoDaddy.com, LLC.

sean.voisen.org sean.voisen.org

Sean Voisen » Projects and Musings

My name is Sean. I make software that helps people. Currently, I work as an Engineering Manager in the Experience Design group. Learn more →. Spurious Thoughts on the Design of Conversational UIs. July 13, 2015. Learning FRP with Bacon.js by Way of Underscore. December 30, 2014. A Gentle Intro to Monads Maybe? October 17, 2013. Functional Reactive Programming with Bacon.js. September 8, 2013. Designing a pressure-sensitive floor. August 12, 2013. High-performance image loading in OS X. April 15, 2013.

sean.vxbwi.com sean.vxbwi.com

Sean's Webby

My little slice of the web. I have 4 VM’s running MS-DOS and Netware. Game On! Use a vnc viewer like TightVNC. RealVNC didn’t work for me, only gave me a blank screen). Go to one of the following server wijgalt.homeip.net. Connect to one of the ports, 5901 thought 5904. If you already see activity on the screen, just exit and try another port. Go to drive G:. If there’s a game already going it will tell you. Just wait a bit and try again! September 17th, 2011 in Uncategorized. October 26th, 2009 in Fun.

sean.wanamaker.me sean.wanamaker.me

Sean Wanamaker | Personal vCard WordPress Theme

College / Trade School.

sean.welcomehometn.com sean.welcomehometn.com

Greater Nashville Real Estate :: Reliant Realty | Serving your real estate needs in Greater Nashville

You currently have no saved searches. Days on Site (Newest). Days on Site (Oldest). Photo gallery of properties. Google map, sidebar of properties. Large photo, sidebar of properties. Reliant Realty - The 615 Team. When the time comes to enter the Middle Tennessee real estate market you want a team whose knowledge and passion take first priority. With over 35 million in sales since 2013 we can provide the high quality service you deserve. Top Areas & Neighborhoods. Offered by Brentview Realty Company.

sean.whitton.me sean.whitton.me

Hover

This user has not enabled any redirections. Hover lets you easily create simple ways to access your digital life.

sean.win.mofcom.gov.cn sean.win.mofcom.gov.cn

中华人民共和国商务部 - 世界买家网 - 企业站点

This page uses frames, but your browser doesn't support them.