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
400
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
490
Other Decks in Programming
See All in Programming
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.4k
Claude Codeログ基盤の構築
giginet
PRO
7
3.3k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
550
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
510
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
550
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
140
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
150
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
400
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
460
Unity6.3 AudioUpdate
cova8bitdots
0
130
Featured
See All Featured
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
62
52k
Google's AI Overviews - The New Search
badams
0
930
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
150
Speed Design
sergeychernyshev
33
1.6k
Designing for Timeless Needs
cassininazir
0
160
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
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