Deprecated: Assigning the return value of new by reference is deprecated in /home/users/0/lolipop.jp-s1130193/web/feye/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/0/lolipop.jp-s1130193/web/feye/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/0/lolipop.jp-s1130193/web/feye/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/0/lolipop.jp-s1130193/web/feye/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/users/0/lolipop.jp-s1130193/web/feye/wp-settings.php on line 18
Archive for 8 月 6th, 2012 « Fの視点

Archive for 8 月 6th, 2012

Googleの静的マップ貼り付け方法

by fujii | 8 月 6th, 2012 

ただのブックマーク。
Googlemap貼り付けたいけど、読み込み遅いし画像でいいよって時に。
https://developers.google.com/maps/documentation/staticmaps/?hl=ja

more from " Googleの静的マップ貼り付け方法 "...

Comments Off

サブディレクトリにインストールしたWordpressをトップに表示させる

by fujii | 8 月 6th, 2012 

既に運用されているサイトのリニューアル案件などで、新設したサブディレクトリで開発を進めていた時などに使います。
ここのやり方に沿って進めれば超カンタン。
http://wpdocs.sourceforge.jp/Giving_WordPress_Its_Own_Directory
ちょっと長ったらしく書いてあるような気がしますが、まとめると以下のたった3点。
——————————–
1.「サイトのアドレス (URL)」をトップのものに修正
2.index.php と .htaccess をトップディレクトリにコピー
3.index.phpから読み込むwp-blog-header.phpが、トップのものではなくサブディレクトリのものになるよう修正
——————————–
3分で移行できるのでぜひ試してみてください。

more from " サブディレクトリにインストールしたWordpressをトップに表示させる "...

Comments Off

JavascriptでのIE判定

by fujii | 8 月 6th, 2012 

<script language=”javascript”>
var ie = /*@cc_on!@*/false;
if (ie) {
//IEの場合の処理
} else {
//IE以外の場合の処理
}
</script>
UAとか確認しなくても、これだけで判定できるそうです。
キモは「cc_on」のところ。
条件付きコンパイル機能に対応したブラウザかそうでないかで判定しているようです。

more from " JavascriptでのIE判定 "...

Comments Off

WordPress SEO fine-tune by Meta SEO Pack from Poradnik Webmastera