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
43
Windows 8, Windows Phone 8 und überhaupt...
writeline
1
140
TypeScript - A Brief Introduction
writeline
1
130
Run your stuff@azure
writeline
0
47
Writing applications with node.js on the Microsoft platform
writeline
0
3.6k
Windows Phone 8 - Was ist neu
writeline
1
65
Migration von Anwendungen in die Cloud
writeline
1
63
Other Decks in Technology
See All in Technology
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
170
Practical Agentic AI in Software Engineering
uzyn
0
110
AI開発ツールCreateがAnythingになったよ
tendasato
0
130
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.2k
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
180
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
570
AWSで始める実践Dagster入門
kitagawaz
1
620
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
200
💡Ruby 川辺で灯すPicoRubyからの光
bash0c7
0
120
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
450
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1k
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
450
Featured
See All Featured
Side Projects
sachag
455
43k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
A designer walks into a library…
pauljervisheath
207
24k
Into the Great Unknown - MozCon
thekraken
40
2k
4 Signs Your Business is Dying
shpigford
184
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Optimizing for Happiness
mojombo
379
70k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Designing Experiences People Love
moore
142
24k
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...)