存档在 ‘杂’ 分类

消息:feedsky flash动感统计升级+发布动感flash统计源代码!!

2006年8月16日

刚刚对flash动感统计系统进行了升级
在自动按数据个数适应宽度的基础上加入了最小宽度的限制
添加滚动控制来查看溢出的部分
添加绚丽样式 紫色 和 蓝色(鼠标移动到右侧的flash统计图可以查看鼠标移动的效果)
开启对0.0.2版的源代码下载 http://www.feedsky.com/flash/feedstatview.0.0.2.fla
相关文章
 技巧:添加动感flash统计-我的花样边边2
 动感feed统计 –feedsky发布!

handbook links

2006年8月15日

javascript :
  javascript tutorial
  core javascript 1.5 referece
  javascript 1.3 referece
  ECMAScript standard 262
  Javascript 2 referece
  javascript 语言参考手册
  json
 examples:
  javascript referece examples
  sample ajax example
  prototype 1.5 map list
  javascript call apply caller callee ref
  javascript code ref
  javascript code examples
html :
  html ref
  HTML4.0参考手册
  TR HTML 4.1
  TR XHTML 1.1
  xhtml tutorial
  html tutorial
  special characters
  ascii
table
 examples:
  html/xhtml templates
  html/xhtml entities

DOM:
  TR dom level 3
  TR dom level 2
css:
  CSS2中文手册
  TR CSS 2
  css propindex 
 examples:
  html css examples
python:
 examples:
  python examples
c/c++:
 examples:
  c examples
SQL:
 examples:
  Sql examples
Perl:
  perl manual
  perl 语言编程
 examples:
  Array Tricks
  Scalar Tricks
  Regex Tricks
  other tricks for degraeve.com
PHP:
  php tutorial
  php.net
Shell:
  bash shell
  awk
Others:
  http tutorial
  w3c TRs
  Web browser standards support 
    浏览器兼容性参考
  JavaScript Reference 
   浏览器兼容参考 html xml css
  web 开发参考手册 
  开发手册汇总站点

郁闷:让我疯狂的js,竟然没有经过我的允许就改变我的图片的大小

2006年8月7日

让我疯狂的js,竟然没有经过我的允许就改变我的图片的大小

错误效果

_decorate(_ge(‘photo_notes’), _ge(‘photoImgDiv208838435′), 208838435, ‘http://static.flickr.com/71/208838435_7f9bf45059_t.jpg’, ’1.5′);

js 将图片错误的进行了拉伸

原图

让我看看我的feed上是否错误依旧。

用壹千个格子拼出你要的图画

2006年8月4日

http://www.thebroth.com/gallery.html

用壹千个格子拼出你要的图画

还可以看到有人在和你抢食  很逗  最逗得是 全部的格子都是div ,原来html可以这样用 ,呵呵!

看看我的画布 http://www.thebroth.com/fallseir

code:perl 的多进程处理器

2006年7月12日

弄了两天的perl代码,用来进行多进程并发处理

将输入流中的每一行通过标准输入流分配给-c指定的处理程序
并设定同一时刻-w个处理程序在处理

$ cat data |perl multis.pl -c:”awk ‘{print ‘”\$\$”‘,”\$”0}’ ” -w:5 -d # 使用5道并发进行处理

more