阿债的山寨实验室 - 界定阿债世界的有所闻与尚未知

Drupal学习(1)——菜单

开源成果尝鲜 - No Comments » - Posted on 六月, 30 at 12:06 下午

我们打算在菜单中添加一项mymenu,我们使用的是Drupal 5.x版本。

首先,在sites/all/modules/下新建一个目录mymenu,然后在其中建两个文件mymenu.info和mymenu.module。
Read the rest of this entry »

Windows下的Nginx+PHP+MySQL环境(续)

机器环境建设 - No Comments » - Posted on 六月, 4 at 10:22 下午

今天将Nginx更新到了0.8.0,使用了官方发布的Windows版本,应该比Kevin制作Windows版稳定。

下载 opt.zip

上次的那篇日志 Windows下的Nginx+PHP+MySQL环境

页面字体大小的设定

观感体验设计 - 2 Comments » - Posted on 六月, 3 at 10:51 上午

今天在ChinaUnix.net上下载了一个《无懈可击的Web设计》前四章,学到了关于设置页面字体大小最佳方法。我们知道,Firefox上的字都比IE看上去小许多。
Read the rest of this entry »

Linux下的网上邻居——Samba的设置

机器环境建设 - No Comments » - Posted on 四月, 10 at 9:13 下午

参考 http://doc.chinahtml.com/manual/rhl-cg-zh_cn-9/s1-samba-configuring.html
我的环境是SUSE10.0,参考文档的是RedHat9,两者的操作一致。

设置samba,文件在 /etc/samba/smb.conf
Read the rest of this entry »

最近在JS和Jquery遇到的一些问题的解决方法

编码逻辑技巧 - No Comments » - Posted on 三月, 31 at 9:19 上午

Read the rest of this entry »

Yii 框架的中文语言文件

开源成果尝鲜 - No Comments » - Posted on 三月, 16 at 7:01 上午

我用繁体中文的语言文件转化了一下,然后替换了大部分台湾计算机术语为大陆的术语。另外将德语多的前六条补充进来。提供朋友们下载和修正。请替换framework/messages/zh_cn下面对应的yii.php文件。
yii_messages_zh_cn.tar.gz
Read the rest of this entry »

Linux的几个操作,记录备忘

机器环境建设 - No Comments » - Posted on 三月, 9 at 10:24 下午

Read the rest of this entry »

OpenLaszlo,用XML和JS生成FLASH

开源成果尝鲜 - No Comments » - Posted on 九月, 9 at 6:09 下午

这是我看到的最令人振奋的技术了,我一直想学Flash,可是总是没有机会,但现在连基本的东西都搞不定,更别说交互的功能了。
如今,有了OpenLaszlo,用简单的XML和JS,就可以生成swf文件,并且可以和你的代码交换数据。
Read the rest of this entry »

Django发布1.0版,特贡献CHM手册一本

开源成果尝鲜 - 4 Comments » - Posted on 九月, 9 at 5:14 下午

昨天发现Django居然在几天前发布了1.0正式版,从0.95到现在,我们都等了两年多了。[emot]fear[/emot]

我于是去Django网站上,把它的文档下载下来了,并编译成CHM格式。
Read the rest of this entry »

Vi中的替换字符串

机器环境建设 - No Comments » - Posted on 九月, 6 at 11:41 下午

用Vi编辑文件时,在命令模式下,使用替换命令。
常用用法: :%s/pattern/replacement/g
Read the rest of this entry »