★ wanayoo — archive 1999 http://github.com/ericfNouvelle recherche | Portail wanayoo

ericf (Eric Ferraiuolo)

Name
Eric Ferraiuolo
Email
Website/Blog
http://925html.com
Company
Oddnut Software
Location
Boston, MA
Member Since
Oct 15, 2008

Following 13 coders and watching 44 repositories view all →

Public Repositories (7)

  • yui3-gallery

    Forked from yui/yui3-gallery

    YUI3 Gallery Modules

    Last updated Sat May 22 02:00:24 -0700 2010

    legend
  • yui3

    Forked from yui/yui3

    YUI 3.x Source Tree

    Last updated Sat May 08 16:05:21 -0700 2010

    legend
    • JavaScript
    • 1
    • 94

    yql-tables

    Forked from yql/yql-tables

    YQL is extensible using a table definition. This repository will hold community contributed defi...

    Last updated Thu Mar 18 12:24:40 -0700 2010

    legend
    • JavaScript
    • 1
    • 17

    builder

    Forked from yui/builder

    YUI Build Tool

    Last updated Wed Feb 24 09:35:58 -0800 2010

    legend
    • JavaScript
    • 5
    • 1

    taskspeed

    Forked from phiggins42/taskspeed

    my self help book all about how to speed up your tasks?

    Last updated Tue Oct 13 00:16:15 -0700 2009

    legend
    • JavaScript
    • 0
    • 3

    yui-yql

    Forked from davglass/yui-yql

    YQL module for YUI3

    Last updated Thu Oct 01 21:17:42 -0700 2009

    legend
  • ericf.github.com

    My GitHub pages

    Created Fri Oct 30 18:36:02 -0700 2009

    legend

Public Activity feed

ericf created gist: 424223 Thu Jun 03 10:53:58 -0700 2010
YUI().use('node', function(Y){ Y.one('#foo').on('click', function(e){
ericf started watching astro/node-xmpp Tue May 25 22:31:14 -0700 2010
node-xmpp's description:
XMPP library for node.js
ericf created gist: 413312 Tue May 25 09:00:25 -0700 2010
<!DOCTYPE html> <html>
ericf pushed to master at ericf/yui3-gallery Sat May 22 02:00:25 -0700 2010
  • bad3aff
    built overlay-extras
  • dcdcac8
    Updated Y.Plugin.OverlayAutohide to include support for escape...
  • 5f3db0a
    merged with upstream
ericf forked gist: 408409 Thu May 20 20:11:14 -0700 2010
<html> <head> <script type="text/javascript" src=/old?u=http%3A%2F%2Fgithub.com%2F%26quot%3Bhttp%3A%2Fyui.yahooapis.com%2F3.1.1%2Fbuild%2Fyui%2Fyui-m...&y=1999
ericf pushed to master at ericf/yui3-gallery Mon May 17 21:43:13 -0700 2010
  • b1952a8
    built gallery-effects, raw and debug we never created
ericf updated gist: 404613 Mon May 17 21:24:47 -0700 2010
<!DOCTYPE html> <html>
ericf created gist: 404613 Mon May 17 21:24:30 -0700 2010
<!DOCTYPE html> <html>
ericf created gist: 404594 Mon May 17 21:10:48 -0700 2010
highlight({ startColor : bgColorActive, endColor : bgColor,
ericf closed issue 9 on ericf/yui3-gallery Thu May 13 14:17:48 -0700 2010
[Overlay Extras] does not work in IE8
ericf updated gist: 400106 Thu May 13 10:28:32 -0700 2010
YUI().use('widget', function(Y){ var widget = new Y.Widget();
ericf created gist: 400106 Thu May 13 10:28:11 -0700 2010
YUI().use('widget', function(Y){ var widget = new Y.Widget();
ericf pushed to master at ericf/yui3-gallery Wed May 12 15:42:23 -0700 2010
ericf updated gist: 397606 Tue May 11 11:00:06 -0700 2010
YUI().use('base', 'gallery-resource', function(Y){ var MyClass, myClass, resource;
ericf created gist: 397606 Tue May 11 10:56:13 -0700 2010
YUI().use('base', 'gallery-resource', function(Y){ var MyClass, myClass, resource;
ericf started watching christkv/node-mongodb-native Mon May 10 19:12:57 -0700 2010
node-mongodb-native's description:
Mongo DB Native NodeJS Driver
ericf pushed to master at ericf/yui3-gallery Mon May 10 11:00:18 -0700 2010
  • ba29d2d
    initial drop of Overlay Extras
ericf pushed to master at ericf/yui3 Sat May 08 16:05:21 -0700 2010
ericf commented on erikvold/yui3 Sat May 08 12:08:51 -0700 2010
Comment in 8c46e27:

It's seem the best thing to do in this situation would be to consider using: Y.Object.owns for these checks, that way the implementation of that method could become better (and looks like it's currently being considered based on your find of Adam’s commit) over time. If you’re in the library, might as well use the library methods IMO; this of course would have to be weighted against the idea that IO is a low-level utility in the library where performance should be consider more than other components.

Given that, I think it's good that you pointed out this possible edge case; and seems like something that fits perfectly as the implementation of Y.Object.owns, and then the change here would be to use Y.Object.owns instead of obj.hasOwnProperty or Object.prototype.hasOwnProperty.call.

ericf updated gist: 393913 Fri May 07 12:34:23 -0700 2010
<!DOCTYPE html> <html>
ericf created gist: 393913 Fri May 07 12:33:48 -0700 2010
<!DOCTYPE html> <html>
ericf started watching davidaurelio/TouchScroll Thu May 06 22:21:34 -0700 2010
TouchScroll's description:
TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
ericf started watching rwldrn/jquery-hive Thu May 06 15:18:30 -0700 2010
jquery-hive's description:
jQuery Plugin for creating and managing web workers across implementations. Includes Hive.Pollen.js - the thread-safe utility library for connecting worker threads to the Hive.
ericf commented on erikvold/yui3 Thu May 06 13:27:52 -0700 2010
Comment in 8c46e27:

I could see taking that approach in low-level library method like: http://developer.yahoo.com/yui/3/api/Object.html#method_owns but overriding the hasOwnProperty method on an object instance is a bad horrible practice anyways…

ericf pushed to master at ericf/yui3-gallery Thu May 06 13:02:48 -0700 2010
ericf commented on erikvold/yui3 Thu May 06 09:05:17 -0700 2010
Comment in 8c46e27:

Erik, how is this any different? Shouldn’t these calls have the same result?

ericf pushed to master at ericf/yui3 Thu May 06 08:19:55 -0700 2010
ericf closed issue 7 on ericf/yui3-gallery Tue May 04 13:26:44 -0700 2010
The try/catch wrapping component instantiation hurts developers
ericf closed issue 6 on ericf/yui3-gallery Tue May 04 13:26:44 -0700 2010
var args list of components could miss last component if no callback is specified
ericf closed issue 8 on ericf/yui3-gallery Tue May 04 13:26:44 -0700 2010
Added new method, getComponent which returns a component instance
ericf closed issue 5 on ericf/yui3-gallery Tue May 04 13:26:44 -0700 2010
getComponent method name is confusing as it returns nothing
ericf pushed to master at ericf/yui3-gallery Tue May 04 13:26:43 -0700 2010
  • aa3260e
    Applied feedback from code-review: Renamed getComponent to use...
ericf opened issue 8 on ericf/yui3-gallery Tue May 04 13:13:49 -0700 2010
Added new method, getComponent which returns a component instance
ericf opened issue 7 on ericf/yui3-gallery Tue May 04 13:10:53 -0700 2010
The try/catch wrapping component instantiation hurts developers