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
品質ワークショップをやってみた
nealle
0
640
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
360
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
2
1.6k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
28
6.7k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
670
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.5k
CSC305 Lecture 09
javiergs
PRO
0
320
なんでRustの環境構築してないのにRust製のツールが動くの? / Why Do Rust-Based Tools Run Without a Rust Environment?
ssssota
14
46k
SODA - FACT BOOK(JP)
sodainc
1
8.9k
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
Pythonに漸進的に型をつける
nealle
1
130
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.9k
Rails Girls Zürich Keynote
gr2m
95
14k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Designing for Performance
lara
610
69k
The Cult of Friendly URLs
andyhume
79
6.6k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building Applications with DynamoDB
mza
96
6.7k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
4 Signs Your Business is Dying
shpigford
185
22k
GraphQLとの向き合い方2022年版
quramy
49
14k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
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