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
MLc
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
sjonnet19
April 17, 2012
Technology
1
66
MLc
sjonnet19
April 17, 2012
Tweet
Share
More Decks by sjonnet19
See All by sjonnet19
Vagrant
sjonnet19
0
51
Docker
sjonnet19
0
95
Hybrid
sjonnet19
1
57
CSSc
sjonnet19
1
100
UIl
sjonnet19
1
86
Other Decks in Technology
See All in Technology
非情報系研究者へ送る Transformer入門
rishiyama
9
6.7k
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
470
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
810
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
370
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
340
8万デプロイ
iwamot
PRO
2
200
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
640
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
150
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
130
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
450
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.7k
Claude Code 2026年 最新アップデート
oikon48
5
740
Featured
See All Featured
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
The Curious Case for Waylosing
cassininazir
0
260
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Music & Morning Musume
bryan
47
7.1k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
660
The Invisible Side of Design
smashingmag
302
51k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
670
Transcript
MLc Markup Language compiler Shawn Jonnet <
[email protected]
> Tuesday, April 17,
12
Overview •DOM •SAX •Compiler •WebKit Render Tuesday, April 17, 12
DOM Document Object Model •A cross platform language-independent convention for
representing and interacting with objects in HTML, XHTML and XML •XHTML && HTML4 •HTML5 Tuesday, April 17, 12
Compiler •Dynamic ML Parser •Customizable rule engine Tuesday, April 17,
12
ML Parser •SAX Parser •Self-closing detection - /> •Smarty pants
•Pretty print & Compression •Error reporting capabilities =) Tuesday, April 17, 12
Rule Engine •Visitor / Token rule system •Selector Engine -
Sizzle •Chainable DOM manipulation - jQuery Tuesday, April 17, 12
WebKit Render •Headless rendering •Image / PDF output - Testing
Tuesday, April 17, 12