Skip to content

Instantly share code, notes, and snippets.

View derek's full-sized avatar

Derek Gathright derek

View GitHub Profile
@derek
derek / gist:4004642
Created November 2, 2012 22:07
YUI Weekly for November 1st, 2012
  • 2 weeks to YUIConf! We just posted the conference schedule over at YUIConf's Lanyrd page. Registration is wrapping up, so be sure to grab a ticket before it sells out!

  • Yesterday we announced a security vulnerability in YUI 2. You can expect more details to be released on this issue in the future, but due to the sensitive nature of this information while vulnerable files are still in the wild, we need to do so in a careful and thoughtful manner. Any project that hosts YUI 2 SWF files (versions 2.4.0 through 2.9.0) on its own servers should email security (at) yuilibrary.com for more information and support.

  • Yeti just got more awesome by adding support for AJAX and the QUnit testing framework, as well as improved CLI output. More details and release notes for

@derek
derek / gist:4047496
Created November 9, 2012 18:53
YUI Weekly for November 9th, 2012

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI Team and community. If you have any interesting demos or links you'd like to share, leave a comment below or email contributions to weekly at yuilibrary.com.

@derek
derek / gist:4236782
Created December 7, 2012 21:45
YUI Weekly for December 7th, 2012

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].

  • This week the team is putting the finishing touches on the next stable release (YUI 3.8.0), which is due to be packaged up and put underneath the Christmas Tree on Dec 11th. For those of you (like me!) who enjoy opening presents early, 3.8.0pr2 is already out on the CDN.

  • Video from this week's YUI Open Roundtable has been posted. Discussions include pull requests for array-extras, Y.Soon, and Y.Deferred, as well as the YUI Contributor mailing list, Data

@derek
derek / index.md
Created December 14, 2012 22:22
YUI Weekly for December 14th, 2012

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].

@derek
derek / index.md
Last active December 10, 2015 01:09
YUI Weekly for December 21st, 2012

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below or email contributions to [email protected].

@derek
derek / gist:4515243
Last active December 11, 2015 00:18
YUI Weekly for January 11th, 2013

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.

  • And we're back! Over the coming week we're wrapping up development on the next release of YUI, scheduled for release on January 22nd.

  • Milestone - YUI reached 500 forks on Github! Thanks for the contributions and involvement to everyone in our community.

  • Are you an exceptional JavaScript engineer and passionate about library development? If so, YUI Is hiring!

  • This week's Gallery deployment includes two new CSS modules developed by YUI team member Tilo Mitra (@tilomitra). The first is csstables (demo), which will make it super simple to style tables of data without the overhead of JavaScript. T

@derek
derek / index.md
Last active December 11, 2015 07:49
YUI Weekly for January 18th, 2013

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.

  • This week saw the release of 3.9.0 Preview Release 1, which focused on Charts, JSONP, Responsive Grids, iOS6, and more. You can read all the details in the 3.9.0pr1 blog post and we are scheduled for 3.9.0 GA on January 22nd. Happy testing!

  • A congratulations to Eric Ferraiuolo (@ericf) for his nomination to Reviewer status!

  • Yesterday we flipped the switch and enabled Github's Issues as an alternative bug tracker. See the [blog post](http://www.yuiblog.com/blog/2013/01/1

@derek
derek / gist:4639517
Last active December 11, 2015 18:09
YUI Weekly for January 25th, 2013

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.

@derek
derek / yui-sync.sh
Last active December 11, 2015 21:09
#!/bin/bash
function sync() {
BRANCH=$(parse_git_branch)
git fetch --all;
git checkout master && git merge upstream/master;
git checkout dev-master && git merge upstream/dev-master;
git checkout 3.x && git merge upstream/3.x;
git checkout dev-3.x && git merge upstream/dev-3.x;
git checkout live-docs && git merge upstream/live-docs;
@derek
derek / gist:4686506
Last active December 12, 2015 00:48
YUI Weekly for February 1st, 2013

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community. If you have any interesting demos or links you’d like to share, leave a comment below.