1 / 14

Mobil Web

Mobil Web. Mobil Web XHTML-MP .NET ve Mobil Web Uygulamalar. Mobil Web Nedir?. WAP ( Wireless Application Protocol ): Mobil telefonlar, avuç içi bilgisayarlar ( pda ) gibi mobil iletişim araçları üzerinde internet içeriği sağlayan bir teknolojidir .

sara-monroe
Télécharger la présentation

Mobil Web

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mobil Web Mobil Web XHTML-MP .NET ve Mobil Web Uygulamalar

  2. Mobil Web Nedir? • WAP (WirelessApplicationProtocol): Mobil telefonlar, avuç içi bilgisayarlar (pda) gibi mobil iletişim araçları üzerinde internet içeriği sağlayan bir teknolojidir. Çoğu internet sayfası, cep telefonundan düzgün olarak görüntülenemez. WAP ile hazırlanmış sayfalar, cep telefonlarına uygun olarak tasarlanmış özel sayfalardır. Bu yönüyle kullanımı pratiktir.

  3. Mobil Web Nedir? • WAP 1.0----WML • WAP 2.0--- XHTML MP

  4. Mobil Web Nedir?

  5. Tasarım

  6. Tasarım

  7. WML • WrilessMarkupLanguage: WAP 1.0’ın XML tabanlı biçimlendirme dilidir. <?xmlversion="1.0"?> <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN""http://www.phone.com/dtd/wml11.dtd" > <wml> <card id="main" title="First Card"> <p mode="wrap">This is a sample WML page.</p> </card> </wml>

  8. XHTML MP • ExtensibleHypertextMarkupLanguage - Mobile Profile • XHTML özelliklerini mobil cihazlarda kullanmak için tanımlanmış bir işaretleme dilidir. • XHTML MP ile birlikte WAP 2.0’a geçilmiş ve WML kullanımı bırakılmıştır. • Günümüzde en yaygın kullanılan dildir.

  9. XHTML MP

  10. XHTML MP <?xmlversion="1.0"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Merhaba Sayfasi</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div>Merhaba Mobil Web</div> <hr /> <div><a href="index.xhtml">Anasayfa</a></div> </body> </html>

  11. XHTML MP

  12. .NET ve Mobil Web • ASP.NET 1.1 ‘den itibaren .NET ile mobil web uygulamarı yazılabilmektedir. • ASP.NET 2.0’dan sonra görsel tasarım ekranı kaldırılmıştır. <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

  13. .NET ve Mobil Web

  14. UYGULAMALAR • XHTML MP uygulaması • .NET uygulaması

More Related