Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Monday, August 18, 2008

使用自由软件测试HTTP服务

一个测试HTTP服务器极限的好方法就是模拟高负载下的HTTP服务器, 有5款自由软件是您的最好选择: curl-loader, httperf, Siege, Tsung, and Apache JMeter.

  • httperf
    测试5000次连接,每次50个请求
    httperf --server=localhost --uri=/ --num-conns=5000 --num-calls=50
    高级应用
    httperf --client=0/1 --server=localhost --port=80 --uri=/ \
    --send-buffer=4096 --recv-buffer=16384 \
    --num-conns=5000 --num-calls=50

    你也可以尝试一下一个更简单的类httperf软件http_load.

  • Siege
    和httperf类似, 上手非常简单
    siege localhost
    利用sproxy连接代理服务器
    sproxy -v -o urls.txt
    使用代理服务器
    siege -v --internet --file=urls.txt



参考文章: http://www.linux.com/feature/143896

Saturday, August 2, 2008

5 个充满想象力的 Web 调色板

Web 设计离不开调色板,现成的调色板多不胜数,不管是 Windows 标准色板,还是 Web 标准色板,还是 Pantone 色板,它们虽然准确,完整,但缺乏想象力,下面要介绍的 5 个调色板(或者说调色板生成工具)可以激发你的设计想象力。

Kuler
Kuler 是 Adobe 实验室出品的调色板生成工具,完全基于 Flash。你可以创建自己的配色方案,也可以浏览,搜索别人的方案,这些配色方案可以下载为 Adobe ASE 格式并被 Adobe Creative Suite 中的程序调用。

Color Hunter
Color Hunter 是一款基于 flickr 图库的调色板工具,它最有趣的地方是,可以根据 flickr 中的图片,自动生成该图片的色板,你可以通过 Tag 搜索图片,也可以上载本机中的图片。

Color Palette Generator
和 Color Hunter 一样,Color Palette Generator 也是根据图片生成调色板,但比 Color Hunter 简单,但简单的东西可能更好用,你只需要提供任何一幅图片的 URL 地址,该工具会立刻为你生成一个色板。

[caption id="" align="aligncenter" width="407" caption="Color Palette Generator"][/caption]

ColorJack
ColorJack 会显示一个色表,将鼠标指针放在某个颜色上,会显示基于该颜色的配色主题,你可以将生成的配色方案输出到  Illustrator, Photoshop, 或 ColorJack Studio。ColorJack 的其它工具包括 Color SphereColor Galaxy,这两种工具使用不同的用户界面生成配色方案。

[caption id="" align="aligncenter" width="417" caption="ColorJack"][/caption]

Daily Color Scheme
Daily Color Scheme 你可以看到来其它网站的各种各样的配色方案,如 9Rules Logo 配色方案。你可以将这些方案以各种格式下载到 Photoshop, Illustrator 一类的程序。

Sunday, July 29, 2007

Web Development Toolbox: 120+ Web Development Resources

Link there

As rewarding as web development is, it can also be a pain sometimes, especially if you spend half your time looking for the right tools and resources. Well, we’ve done the work for you with this one, and have compiled a list of over 120 web development resources to make your life easier.

Saturday, November 18, 2006

11个网络声明的真实含义

“我们脱离了Beta”,它的意思其实是“煤体们,给我们再宣传一次”
“将推出更多的功能”,“抱歉,我们现在的功能还不多”
“我们的网站使用了最新的Web 2.0技术”,“我们解决一个简单的问题,但加了个梯子过度过度”
“Web3.0是....”,“Web 2.0我们没有赶上,但3.0不会”
“根据内部可行性研究”,“有个家伙在大厅里吃饭的时候对我说”
“根据当地法律和政策一些搜索结果没有显示”,都知道在说啥。”

From Solidot.org