mac で windows キーボードのhome、 end 2010年10月14日 過去Blog windowsでは細かいところでキーボードのhomeボタン、endボタンを使うことが多かったのですが、Macでは、どうすればいいのか。。。 cmd + 矢印キーで実現できました。 cmd+shift+矢印で選択できます。 参考サイト http://firstmac.blogspot.com/2007/06/home.html
htmlファイルでphpを動かすための.htaccessファイルの設定 2009年11月20日 過去Blog htmlファイルでphpを動かすための.htaccessファイルの設定 .htaccessファイル内に以下の行を記述します。 AddType application/x-httpd-php .htm .html 当然の前提条件として、htaccessの動作が許可されているサーバに限ります。… この記事の続きを読む
wordpress 特定カテゴリ内の記事を抽出 2010年11月19日 過去Blog 参考サイト:http://alphasis.info/2010/10/posts-by-categories/ cytomel t3… この記事の続きを読む
HTML フォームのinputボタンを押せないようにする 2010年06月11日 過去Blog disabled="disabled" を追加する。 [php]<input type="submit" name="button" id="button" value="申請内容の確認画面へ" disabled="disabled"/>[/php] 上記のように書くこ… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。