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
jQuery Mobile
Search
Dariusz Parys
November 15, 2011
Technology
1
120
jQuery Mobile
jQuery Mobile in ASP.NET MVC einsetzen
Dariusz Parys
November 15, 2011
Tweet
Share
More Decks by Dariusz Parys
See All by Dariusz Parys
Cross-Plattform-Spieleentwicklung mit HTML5, WebGL und Unity3D
writeline
0
1.5k
Windows Phone 8 Entwicklung
writeline
0
41
Windows 8, Windows Phone 8 und überhaupt...
writeline
1
140
TypeScript - A Brief Introduction
writeline
1
120
Run your stuff@azure
writeline
0
45
Writing applications with node.js on the Microsoft platform
writeline
0
3.6k
Windows Phone 8 - Was ist neu
writeline
1
62
Migration von Anwendungen in die Cloud
writeline
1
62
Other Decks in Technology
See All in Technology
デジタルアイデンティティ技術 認可・ID連携・認証 応用 / 20250114-OIDF-J-EduWG-TechSWG
oidfj
2
240
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
1
16k
ネットワーク可視化の世界
likr
7
5.7k
Storage Browser for Amazon S3
miu_crescent
1
350
Qiita埋め込み用スライド
naoki_0531
0
5.5k
動画配信の フロントエンドを支える 4年間とこれから
nisshii0313
0
110
MasterMemory v3 最速確認会
yucchiy
0
300
3年でバックエンドエンジニアが5倍に増えても破綻しなかったアーキテクチャ そして、これから / Software architecture that scales even with a 5x increase in backend engineers in 3 years
euglena1215
11
4.3k
深層学習と3Dキャプチャ・3Dモデル生成(土木学会応用力学委員会 応用数理・AIセミナー)
pfn
PRO
0
400
最近のSfM手法まとめ - COLMAP / GLOMAPを中心に -
kwchrk
8
1.8k
TypeScript開発にモジュラーモノリスを持ち込む
sansantech
PRO
3
870
テストを書かないためのテスト/ Tests for not writing tests
sinsoku
1
150
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
The Cult of Friendly URLs
andyhume
78
6.1k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
490
Fireside Chat
paigeccino
34
3.1k
Designing Experiences People Love
moore
139
23k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Gamification - CAS2011
davidbonilla
80
5.1k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Faster Mobile Websites
deanohume
305
30k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
230
Documentation Writing (for coders)
carmenintech
67
4.5k
Transcript
jQuery Mobile In ASP .NET MVC einsetzen
[email protected]
@writeline http://kouder.net Dariusz Parys Technical Evangelist Microsoft Deutschland GmbH
jQuery Mobile • Bibliothek speziell für mobile Endgeräte • Konzepte
der beliebten jQuery Bibliothek • Vieles kann deklarativ erreicht werden • Mobile CSS Themes
Setup • Lokal zur Entwicklerzeit Offline möglich • CDN
für Test- / Produktivsystem • Hinzufügen von CSS und Skripten • Hinzufügen des Viewport Meta Attributs
Grundlegener Aufbau <div data-role=„Page|Header|Body|Footer“> <!-- Inhalt hier --> </div>
Verschiedene Attribute • data-role • data-position • data-icon • data-theme
• Etc...
CSS Styles • ui-li-aside • ui-li-thumb • ui-li-icon • Etc...
Methoden • $.mobile.changePage • $.mobile.loadPage • jqmData • $.mobile.showPageLoadingMsg •
Etc...
JQUERY MOBILE DEMO
Fazit • Einfach zu Handhaben • Bestandteil von ASP .NET
MVC 4 • Verwendbar in allen Web Frameworks (ASP .NET MVC, WebForms, etc...)