Posts tagged ‘PHP’

Random CSS background


今天想给个人blog换个背景background,现在都是流行写在CSS里头。
选了好几张相片,可是CSS只能设置一张背景。

1
2
3
body {
	background: url(http://img401.imageshack.us/img401/7982/speedlikecy01.jpg) center no-repeat
	}

可是只能设定一张,有点枯燥的感觉。
想到Ideal是,每次打开blog都会随机展示不同的背景。
Random CSS background rotater
Continue reading ‘Random CSS background’ »

WampServer – Apache, MySQL, PHP on Windows

wampserver_menu

WampServer 这套软体可以很快速的在windows系统建立一个
集合Apache,MySQL,PHP,PhpMyAdmin的server环境。
安装方法也很方便,就是一路按next就完成。
Continue reading ‘WampServer – Apache, MySQL, PHP on Windows’ »