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
140
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
64
Other Decks in Technology
See All in Technology
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
200
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
220
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
640
生成AI時代のセキュアコーディングとDevSecOps
yuriemori
0
110
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
80k
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
590
防災デジタル分野での官民共創の取り組み (2)DIT/CCとD-CERTについて
ditccsugii
0
300
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
180
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
140
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.6k
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
300
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Producing Creativity
orderedlist
PRO
347
40k
Code Review Best Practice
trishagee
72
19k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
The Language of Interfaces
destraynor
162
25k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Side Projects
sachag
455
43k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
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...)