2016-02-01から1ヶ月間の記事一覧

letsencryptをcronで定期的に更新するようにした。

我が家はubuntuが動いていて h20 -> apache2 -> unicornの構成になっています。こんなスクリプトを書いてchmod +xして #! /bin/bash /etc/init.d/h2o stop /etc/init.d/apache2 stop cd /path/to/letsencrypt/ ./letsencrypt-auto certonly --standalone --e…

UISearchbarがどうにもならない。

StackOverFlowで聞こうかしら 表示が崩れるのですよ。 UISearchBar has Broken Design!! help me... I only do is that add UISearchbar with storyboard. run the app,then,UISearchBar's design is broken. [environment] swift xcode7.2

背景videoタグのページ

背景にmp4流しているサイト増えましたね。 video { left:0; top:0; position:fixed; height:100%; width:100%; z-index:-1;/*ここ*/ } 作ってみました。 背景が動画のサンプル ついでにfont埋め込みもやっています。 @font-face { font-family: 'MyFont'; sr…