-
图片幻灯片JSlider
- 11:19, 2009-01-19
- 1,174 Views
- 0 Comments
Summry / 概览:
This is an images slide based on Javascript.
这是一款基于 Javascript 的图片幻灯片程序。
DEMO / 示例:
http://demo.hpyer.cn/js/jslider/
Download / 下载:
Usage / 用法:
1. Import script / 引入脚本
<script language="javascript" type="text/javascript" src="jslider.js"></script>
2. Import stylesheet / 引入样式
<link rel="stylesheet" type="text/css" href="jslider.css" />
3. Create slide / 创建幻灯片
<div id="jslider2" class="jslider"></div><script language="javascript" type="text/javascript">var items = [];items.push({ file: ‘images/1.jpg’, link: ‘#1′});items.push({ file: ‘images/2.jpg’, link: ‘#2′, desc: ‘Title’});JSlider.init(‘jslider’, items, [...] -
PHP 文件拾取器 File-Picker
- 22:15, 2008-09-18
- 6,389 Views
- 15 Comments
Summary / 概要
Display and choose files from your website. This software was developed with jQuery library, and write by php. / 显示并从您的网站上选择文件。这是一款用 PHP 编写,并基于 jQuery 类库开发的程序。
Home / 主页:http://code.google.com/p/file-picker/
Demo / 示例:http://hpyer.cn/codes/php-file-picker
Features / 特点Auto-Complete the filename / 文件名自动完成
File/Folder information, also you can preview image files / 文件/目录的信息显示,也支持图片文件的预览
Support unicode character, file(s)/folder(s) named in unicode character will be displayed [...] -
jQuery plugin base64 encode and decode
- 21:09, 2008-09-16
- 8,115 Views
- 4 Comments
Reload page to: English – 简体中文 – 繁體中文
Summary
Base64 encoder and decoder write by JavaScript. This script was a plugin of jQeury, so you must load jQuery library first if you want to use this script.
After encode by this script, you can decode it with PHP, and vice versa
Support Unicode library
This script was collected from the [...] -
PHP 在线文件管理器 phpFileManager
- 20:49, 2008-09-16
- 3,944 Views
- 1 Comment
概述
phpFileManager 是一款用 PHP 编写的,只有一个文件的在线文件系统管理工具。
使用本程序之前,请参阅《phpFileManager 使用时的注意事项》
特点服务器信息查看
目录树查看
可对文件和目录进行复制/移动/删除/创建/重命名/编辑/查看/更改权限等操作
tar/zip/bzip/gzip 在线压缩/解压
多文件上传
shell/exec 控制台操作
支持 linux/windows 操作系统
php4/php5/apache2 兼容
English/Portuguese/简体中文支持下载
http://phpfm.sourceforge.net/#downloads (原版及历史版本)
用法
到上面的地址下载最新的版本
压缩包中的 index.php 文件就是需要的。建议更改下文件名,如:phpfilemanager.php
上传/复制到服务器上,如根目录(既网站首页所在目录)
在浏览器中输入该文件的访问地址,如:http://yourwebsite.org/phpfilemanage.php
因为默认是没有密码的,所以直接点击“进入”(英文版是:Enter)即可
设置密码。点击界面上方的“配置”(英文版是:Config),最下面输入密码,保存即可。 -
L10n By JavaScript
- 20:54, 2008-04-18
- 9,002 Views
- 1 Comment
L10N (Localization) By Javascript
Reload page to:English – 简体中文 – 繁體中文
Reload page to:English – 简体中文 – 繁體中文 (without refresh)
English was translated by Google Language Tools
繁體中文 was translated by Google Language ToolsString with HTML tag. It work still with bugs for IE, if the tag was set with attributes.
write_str();
1Messages Picker
You can pick all messages easier by using [...]