Skip to content

Instantly share code, notes, and snippets.

View derek's full-sized avatar

Derek Gathright derek

View GitHub Profile
@derek
derek / gist:5069245
Created March 2, 2013 01:42
YUI Weekly for March 1st, 2013

Welcome to YUI Weekly, the weekly roundup of news and announcements from the YUI team and community.

  • As announced a few days ago, the 3.9.0 GA release originally scheduled for this week has been delayed at least a week. In the meantime, you can begin using YUI 3.9.0pr3 to satisfy your v3.9 cravings.

  • We have a new team member, so here's a big YUI Weekly welcome to Eugene Kashida (@ekashida)!

  • The instance of Wordpress that powers yuiblog.com experienced a change last week which has broken the commenting capabilities. We don't have an ETA on a fix, but hopefully soon. In the meantime, you can always find us on of IRC in #yui (Freenode) and on Twitter at @yuilibrary.

  • Yesterday's [Open Roundtable](http://www.youtube.com/watch?v=e4Bdh

@derek
derek / gist:5017021
Last active December 14, 2015 02:58
YUI Weekly for February 22nd, 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 YUI 3.9.0pr3, our last scheduled preview release before 3.9.0 GA next week. This preview release includes the addition of Y.Tree, Normalize.css, A+ Compatible Promises, Graphics Chaining, and more! See this blog post for a recap of everything that has changed since 3.9.0pr2.

  • Added to the YUI Theater this week was YUI Open RoundTable 02/21/2013, where we discussed performance benchmarking with yui-bench, YUI CSS, YUI Web Font, and as wel

@derek
derek / gist:4964203
Last active December 13, 2015 19:38
YUI Weekly for February 15th, 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.

  • Development is winding down for the next release of YUI, currently scheduled for for February 26th. While today marks code freeze for new feature development, the pull request window is still open until February 19th for any bug fixes. With the new feature window closing, we've seen a few notable pull requests being merged into the 3.x branch (aka: 3.9.0), including Y.Tree, Normalize.css, A+ Promises, and more. Give 'em a spin and file a ticket (or [issue](https://github.com/yui/yu
@derek
derek / gist:4743014
Last active December 12, 2015 08:18
YUI Weekly for February 8th, 2013
  • No new releases this week, but here's a reminder about upcoming deadlines for the current development cycle (Sprint 5).

    • February 12: Feature Complete Pull Request Deadline.
    • February 15: Feature Complete Code Freeze.
    • February 19: Stable Release Pull Request Deadline.
    • February 22: Stable Release Code Freeze.
    • February 26: Stable Release.
  • AlloyYUI v2 (built on top of YUI) is out! Check out the examples, API documentation, and its Rosetta Stone to compare APIs between YUI, jQuery, and AUI. Congrats to the team at Liferay and all of the contributors to the project.

  • yui-contrib mailing list activity for the week:

@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.

@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: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 / 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: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 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 weekly@yuilibrary.com.