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
480
Other Decks in Programming
See All in Programming
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
440
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
iOSDC.pdf
chronos2500
2
650
クラシルを支える技術と組織
rakutek
0
190
Your Perfect Project Setup for Angular @BASTA! 2025 in Mainz
manfredsteyer
PRO
0
110
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
890
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
730
CSC305 Lecture 04
javiergs
PRO
0
230
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
2.9k
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
190
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
440
止められない医療アプリ、そっと Swift 6 へ
medley
1
110
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Unsuck your backbone
ammeep
671
58k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
How to train your dragon (web standard)
notwaldorf
96
6.3k
What's in a price? How to price your products and services
michaelherold
246
12k
Navigating Team Friction
lara
189
15k
GraphQLとの向き合い方2022年版
quramy
49
14k
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