剪刀石头布的片尾曲
Javascript里边cookie的一个简单应用
一般,javascript中cookie的应用都是相对简单的,往往就是想要记得某个层的当前位置,记住用户的一些简单个人设置,等等。如果说你有比这大的应用,建议你跟服务器的session配合使用。
本文这个应用很简单,也很实用,如果你有同样的需要,可以看一下。
Javascript 中cookie的一个完整应用
用Javascript+css+cookie实现的一个菜单。
刚发现google earth 的一个超级酷的功能
可以直接在panoramio上传您的照片,在google earth同步显示!
google maps
google 公司提供的地图编程接口。上边看中国的地图总是什么也看不到。最近推出了专门针对国内的地图搜索:http://ditu.google.com 。这让我重新关注google maps。
成功把老博客数据搬迁成sablog-x
感觉还比较不错,其实还有一些小问题,接下来的时间慢慢整理。
发一个我见过最好用的JS无限级目录类(无限级目录树)
Functions
add()
Adds a node to the tree.
Can only be called before the tree is drawn.
id, pid and name are required.
Parameters
Name Type Description
id Number Unique identity number.
pid Number Number refering to the parent node. The v...
add()
Adds a node to the tree.
Can only be called before the tree is drawn.
id, pid and name are required.
Parameters
Name Type Description
id Number Unique identity number.
pid Number Number refering to the parent node. The v...