やっと、MACのXAMPPでWPの自動更新できるようになった。

2011年12月31日 admin | | コメント(0) | トラックバック(0)

やっと、MACのXAMPPでWPの自動更新できるようになった。

wp-config.phpに、

define('FS_METHOD','direct');

追記し、

httpd.confgの、139行目付近の

#User nobody
#Group nogroup


コメントあうとして、その直下に 

User Xampp起動に入力しているUser名
Group Xampp起動に入力しているパスワード

と入力。

いや違う。

コメントアウトだけでよいみたい。

Apacheを再起動し、FTPを起動したら問題なく自動更新できるようになりました。

 

 


Jquery Mobile を利用してスマートフォンサイトを作成してみた。

2011年12月31日 admin | | コメント(0) | トラックバック(0)

ようやく年末になり案件が落ち着いてきたので、兼ねてから気になっていたスマートフォンサイトの製作をしてみたく実験的にサイトを作成してみました。

サイトはこちら

http://www.3850.jp/smart/

作成は、

Dreamwerverの恩恵をフルにうけ、

Jquery Mobile 1.0 日本語リファレンスサイト

を参考にして作成致しております。

便利なソフト/サイトが存在するので比較的簡単に製作できます。

あとは、ここからどう、カスタマイズしていくか?というのが課題です。

 

 


EC-CUBE の販売価格にオープンプライス表示を入れてみた

2011年11月10日 admin | | コメント(0) | トラックバック(0)

 

<!--{if $arrProduct.price02_max == 1}-->オープンプライス
<!--{/if}-->
<!--{if $arrProduct.price02_max > 1}--><span id="price02_default"><!--{strip}-->
                        <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
                        <!--{else}-->
                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
                        <!--{/if}-->
                    </span><span id="price02_dynamic"></span><!--{/strip}-->
                    円<!--{/if}-->

下記サイトを参考にしました。

http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=2684&forum=11

 

 

<!--{if $arrProduct.price02_max == 1}-->オープンプライス

<!--{/if}-->

<!--{if $arrProduct.price02_max > 1}-->

<span id="price02_default"><!--{strip}-->

                        <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->

                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->

                        <!--{else}-->

                            <!--{$arrProduct.price02_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->

                        <!--{/if}-->

                    </span><span id="price02_dynamic"></span><!--{/strip}-->

                    円<!--{/if}-->

 


MACターミナルでホスティングサーバーへSSH接続しEC-CUBE(eccube-4.11.4.tar.gz)をインストール

2011年11月 3日 admin | | コメント(0) | トラックバック(0)

 

MACターミナルでホスティングサーバーへSSH接続しEC-CUBE(eccube-4.11.4.tar.gz)をインストール
+++-no-MacBook-Pro:~ +++$ ssh アカウント名@サーバー名
The authenticity of host 'サーバー名(+++++++)' can't be established.
RSA key fingerprint is ++++++++++++++
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'サーバー名,++++++++' (RSA) to the list of known hosts.
アカウント名@サーバー名's password: パスワードを挿入
Last login: Wed Nov  ++++++++ from ++++++++
アカウント名@サーバー名:~> cd ./public_html
カウント名@サーバー名:~/public_html> tar xpvfz ./eccube-2.11.4.tar.gz

+++-no-MacBook-Pro:~ +++$ ssh アカウント名@サーバー名

The authenticity of host 'サーバー名(+++++++)' can't be established.

RSA key fingerprint is ++++++++++++++

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'サーバー名,++++++++' (RSA) to the list of known hosts.

アカウント名@サーバー名's password: パスワードを挿入

Last login: Wed Nov  ++++++++ from ++++++++

 

アカウント名@サーバー名:~> cd ./public_html

カウント名@サーバー名:~/public_html> tar xpvfz ./eccube-2.11.4.tar.gz

 


shift+command+G

2011年10月26日 admin | | コメント(0) | トラックバック(0)

今更だけどshift+command+Gでフォルダの移動ができることを知る。

これでいちいちフォルダをクリックしてアクセスしなくても良くなる。

  • ルート /
  • 現在のフォルダ .
  • 上の階層のフォルダ ..
  • ユーザーフォルダ ~

検索
Categories
Recent Entries
Comments
TrackBacks
Tags
Photos