IE11でWebページ見ると「Scanstyles does nothing in Webkit/Firefox」とかアラートが出る。
以下のようなアラート。 IE11を入れているSleipnirとかも同様。 IE10までは出ない。 IE11で互換モードにすればでなくなるようだが、それは利用者(閲覧者)側でも対応。 なので、ちゃんと対応する。 原因と対策 … Continue reading
以下のようなアラート。 IE11を入れているSleipnirとかも同様。 IE10までは出ない。 IE11で互換モードにすればでなくなるようだが、それは利用者(閲覧者)側でも対応。 なので、ちゃんと対応する。 原因と対策 … Continue reading
以下のコメントを外し有効にした それぞれのファイルはでふぉるとのまま # Server-pool management (MPM specific) Include conf/extra/httpd-mpm.conf # … Continue reading
以下に書いてあった。 http://stackoverflow.com/questions/20169637/listview-and-volley-image-wrong-assigned viewholderのtag … Continue reading
超今更です。 FormHelperのselect 今までのようにやるとエラー Error: Unsupported operand types File: /path/to/cakedir/lib/Cake/View/H … Continue reading
codesignをxcode内にコピーした 参考)http://stackoverflow.com/questions/18828576/cant-exec-codesign-no-such-file-or-direct … Continue reading
command line developer toolsのインストール $ xcode-select —install mysql インストール < pre class=”brush: shell … Continue reading
iOSで撮った写真はimageOrientationを持っており、画像自身が回転して保存されているわけではない。 そのため、例えばサーバにアップしてPHPとかでOrientationを何も考えずに表示した場合に回転されて … Continue reading
「ImageIO: PNG invalid PNG file: iDOT doesn’t point to valid IDAT chunk」 というエラーが出た。 表示するPNG画像のサイズを小さくしたら出 … Continue reading
前提 Xcode 4.5以上 iOS SDK 6.0以上 で作り、 iOS 5.1以上 で動作する。 基本的にドキュメントに書いてあるとおり https://developers.google.com/maps/docu … Continue reading
久々にやったのでメモ。 gitから落とす submoduleとして入れた $ git submodule add https://github.com/facebook/facebook-ios-sdk.git Subm … Continue reading