Archive for August, 2007

16th Aug 2007

您要找的是不是: rudest rust

A. 网站地址输入框
在此填写您的网站或博客地址来获得站内搜索功能。如果需要站内搜索,请确认您所填写的地址正确;如果您不需要站内搜索功能,请保持空白。

B. 高级设置
此区域默认是不展开的,您可以通过点击“高级设置”标签来展开此区域。在展开的高级设置区域,您可以定制搜索框的布局、功能、缺省选项、色彩等。

C. 预览区域
此区域根据您在高级设置部分的选择,实时地显示搜索框预览。此预览的效果和您最终在网站或博客上获得的效果一致。

D. 生成代码按钮
点击“生成代码”按钮,将在下方“代码区域”中生成与预览效果一致的代码。点击“生成代码”按钮之前,您可以通过其右侧的单选按钮,选择“iframe格式”或“form格式”的代码。点击“格式说明”标签能查看这两种格式的差别。

E. 代码区域
点击“生成代码”按钮后,此区域将显示生成的html代码。将这些代码复制并粘贴到您网站或者博客页面的html代码中,就可以显示和“预览区域”一样的有道搜索框。
如果保存后发现页面显示有道图标而不显示搜索框,极可能是您的博客服务提供商对html代码过滤导致的,请与您的服务提供商联系。您要找的是不是: rudest rust

Posted by Posted by nick ruest under Filed under chaos Comments No Comments »

03rd Aug 2007

Debian Etch - 64bit Flash install

Rework of the Unofficial nspluginwrapper & ia32-libs-gtk packages for Etch from from the guys at dipconsultants.com.

sudo or as root…

1. Add deb http://www.dipconsultants.com/debian etch main to /etc/apt/sources.list
2. apt-get update
3. Install keyring: apt-get install markybob-keyring
4. apt-get update again
5. apt-get install ia32-libs-gtk nspluginwrapper
6. Get Adobe flash player: wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
7. tar -zxf install_flash_player_9_linux.tar.gz
8. cp install_flash_player_9_linux/libflashplayer.so /usr/lib/mozilla/plugins/
9. nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
10. Open Iceweasel, enjoy!

Posted by Posted by nick ruest under Filed under debian Comments No Comments »