Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
dat YUI hack!
Search
Simon Højberg
October 19, 2012
Programming
1
390
dat YUI hack!
Intro to live YUI code presentation
Simon Højberg
October 19, 2012
Tweet
Share
More Decks by Simon Højberg
See All by Simon Højberg
BDD wat?
hojberg
1
480
Other Decks in Programming
See All in Programming
複数アプリケーションを育てていくための共通化戦略
irof
9
3.7k
CSC307 Lecture 17
javiergs
PRO
0
110
Prism.parseで 300本以上あるエンドポイントに 接続できる権限の一覧表を作ってみた
hatsu38
1
110
Julia という言語について (FP in Julia « SIDE: F ») for 関数型まつり2025
antimon2
3
900
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.3k
Use Perl as Better Shell Script
karupanerura
0
690
衛星の軌道をWeb地図上に表示する
sankichi92
0
260
2度もゼロから書き直して、やっとブラウザでぬるぬる動くAIに辿り着いた話
tomoino
0
150
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
10
1.7k
TypeScript を活かしてデザインシステム MCP を作る / #tskaigi_after_night
izumin5210
5
520
Bytecode Manipulation 으로 생산성 높이기
bigstark
1
190
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
730
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
42
2.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
120
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
How GitHub (no longer) Works
holman
314
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Agile that works and the tools we love
rasmusluckow
329
21k
Done Done
chrislema
184
16k
Balancing Empowerment & Direction
lara
1
250
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Transcript
dat YUI hack! Simon Højberg @shojberg UI Hax0r Thursday, October
18, 12
Thursday, October 18, 12
YUI modules // define the bar module // bar.js YUI.add('bar',
function (Y) { Y.bar = function () { return Y.foo(‘baz’); }; }, '0.0.1', { requires: [‘foo’] }); Thursday, October 18, 12
YUI modules <!-- index.html --> <script> // use modules. often
only one // `use` statement per app YUI.use(‘bar’, function (Y) { Y.bar(); }); </script> Thursday, October 18, 12
introducing Cweepy! At night the cweeps come out Run! its
a ZOMBIE! + Cweepy Thursday, October 18, 12
Like all good TV Chefs Thursday, October 18, 12
I CHEATED! Thursday, October 18, 12
Precooked stuff web server initial markup css YUI Config file
Thursday, October 18, 12
let’s hack! https://github.com/hojberg/cweepy Thursday, October 18, 12