Hello world!

Hey, installed WordPress on Free godaddy site and admin page is broken. Could it be because of godaddy’s banner code?

A quick way to remove godaddy banner from admin page so that I can at least post my blog is to add the following one liner to the end of admin-footer.php

<script language=”hahahahaha”

This incomplete HTML tag will confuse browsers and a script that godaddy attaches to the end of  the markup will never get executed

Being unwanted, unloved,uncared for, forgotten by everybody, I think that is a much greater hunger, a much greater poverty than the person who has nothing to eat. We must find each other.

Mother Terresa

Drupal, WordPress, netdotduke, oh my

Microsoft now has a nice installer called Web installer which, on top of usual microsoft tools and applications related to Web development, let us install PHP tools and other popular tools and appilcation, including Drupal, WordPress, Joomla! etc.,  and it does not involve installation of Apache server.  All are installed under IIS.
Frankly, I am overwhelmed.   There is a lot to learn for this HTML, CCS and javaScript only Sunday web developer to grasp the whole new array of tools. It must be a good thing that I am not restricted to aps.net metaphor.

Vista にIISを実装した。

ACER with vistaに IIS7を実装したのを機会に

PHPサポートを入れてwordpressをlocalhostで動かしてみた。 wordPressを動かすにはサーバーサイドがPHPとMYSQLを稼動している必要がある。
1.mysqlがまだよくわからない。 Windowsのサービスで動かすとデータベースが接続されない。 コマンドラインからmysqldで起動するとちゃんと動く。 ->サービスではmy.iniを読み込んでいるがこれが悪さをしているか?ならば、my.iniを空にしてやれば動くはず。
 
2. MYSQL のフルパッケージをダウンロードして、もう一度root passwordをリセットしてみたら、windows service でもうまくパスワードを認識するようになった。 インスタンスがいくつもあったんだろうか?
 
3.IISのサービスサイトが少し煩雑になってきたのでクリーンアップする必要がありそう。
 
4.ワードプレスも無事動くようになった。
 
本日はすでに火曜日だ。
 
ワードプレスを使えば将棋サイトの構築も少しはやくなるかも。
 
後記
その後、 Joomla!, DrupalなどのCMSがあるということを知る。 名前は聞いていたが、何をするものなのか良くわからなかった。
 
 
ModXというのもあったりして、 CMS,CMF
WEBサイトをHTMLだけで作っているのは簡単なサイトなら良いが、コンテンツをどんどん増やすためにはこれらのツールでマネージしながらページを増やしていったほうが管理が楽になる、ということか。