Eyl 30 2013
SAP Fiori Nedir ?
Fiori SAP sisteminde mobil ve web uygulamaları geliştirebileceğiniz kullanıcı dostu bir platformdur alt yapısında HTML5 ve SAP UI5 HTML kütüpanelerini kullanmaktadır. Fiori ile tabletlerde mobil akıllı telefonlarda kısaca HTML5 destekleyen internet tarayıcısının olduğu her platforma süreç çalıştırabilirsiniz.
Ara 25 2016
HTML5 ile audio müzik çalmak
<%@ Page Language=”VB” AutoEventWireup=”false” CodeFile=”Default.aspx.vb” Inherits=”_Default” %> <!DOCTYPE html> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title>Burhan KARADERE</title> </head> <body> <style media=”screen” type=”text/css”> #backgroundaudio { display: block; position: fixed; bottom: -43px; left: 5px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #backgroundaudio:hover { bottom: 0; […]
Devamı
By Burhan KARADERE • Genel • 0 • Tags: çalmak, html, html 5, html5, ile, müzik