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
sjonnet19
April 17, 2012
Technology
1
64
MLc
sjonnet19
April 17, 2012
Tweet
Share
More Decks by sjonnet19
See All by sjonnet19
Vagrant
sjonnet19
0
49
Docker
sjonnet19
0
93
Hybrid
sjonnet19
1
55
CSSc
sjonnet19
1
98
UIl
sjonnet19
1
83
Other Decks in Technology
See All in Technology
Backboneとしてのtimm2025
yu4u
4
1.7k
生成AI利用プログラミング:誰でもプログラムが書けると 世の中どうなる?/opencampus202508
okana2ki
0
200
そのコンポーネント、サーバー?クライアント?App Router開発のモヤモヤを可視化する補助輪
makotot
4
730
マイクロモビリティシェアサービスを支える プラットフォームアーキテクチャ
grimoh
1
260
どこで動かすか、誰が動かすか 〜 kintoneのインフラ基盤刷新と運用体制のシフト 〜
ueokande
0
200
『FailNet~やらかし共有SNS~』エレベーターピッチ
yokomachi
1
130
Amazon Bedrock AgentCore でプロモーション用動画生成エージェントを開発する
nasuvitz
6
470
AIエージェント就活入門 - MCPが履歴書になる未来
eltociear
0
630
Goss: New Production-Ready Go Binding for Faiss #coefl_go_jp
bengo4com
0
1.1k
広島銀行におけるAWS活用の取り組みについて
masakimori
0
150
開発と脆弱性と脆弱性診断についての話
su3158
1
1.2k
実践アプリケーション設計 ①データモデルとドメインモデル
recruitengineers
PRO
4
840
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
790
How GitHub (no longer) Works
holman
315
140k
Statistics for Hackers
jakevdp
799
220k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
900
The Pragmatic Product Professional
lauravandoore
36
6.8k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Automating Front-end Workflow
addyosmani
1370
200k
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