Webアプリ

XAMPP WebアプリケーションDrupalインストール時の注意

XAMPPをWindows付属のIISと共存させるにはApacheのhttp.confのListen 80→Listen 8080、ServerName localhost:80→ServerName localhost:8080に変更する。 ApacheのWebサーバーを呼び出すURLはhttp:localhost:8080になる。 開発環境 WebSever統合アプリケーシ…

【JavaScript/JQuery】YTPlayerを使ってWebページの背景に動画を表示する

Webページの背景に動画を表示する方法です。https://github.com/pupunzi/jquery.mb.YTPlayer からダウンロードし Distフォルダ内のj query.mb.YTPlayer.min.jsとDist\cssフォルダ内のjquery.mb.YTPlayer.min.css をhtmlファイルと同じフォルダ内に置きます。…