防止图片撑破网页的CSS

June 22nd, 2009 6:50 PM

加到你的内容部分尺寸可以自己控制

img {width:expression(this.width>550?"550px":this.width+"px");}

css, 图片撑破网页

一次提交40个Social Bookmark网站

January 20th, 2008 6:56 PM

加入Social Bookmarks是一个比较好的增加外链的手段
英文网站进行初期推广,强烈建议使用Social Bookmarks!
优点:

  • 这些网站大多PR较高,搜索引擎天天爬,非常适合新站初期推广,让搜索引擎快速收录
  • 加入Social Bookmarks能给你带来真实的流量,上百ip是极有可能的。

socialposter集合了40个社会书签类网站,让你一次全部提交,不过前提是你在这些网站都有注册用户,:)
这40个网站是:

继续阅读 »

没有

div css命名规则

January 11th, 2008 7:08 PM

页头:header
登录条:loginBar
标志:logo
侧栏:sideBar
广告:banner
导航:nav
子导航:subNav
菜单:menu
子菜单:subMenu
搜索:search
滚动:scroll
页面主体:main
内容:content
标签页:tab
文章列表:list
提示信息:msg
小技巧:tips
栏目标题:title
加入:joinus
指南:guild
服务:service
热点:hot
新闻:news
下载:download
注册:regsiter
状态:status
按钮:btn
投票:vote
合作伙伴:partner
友情链接:friendLink
页脚:footer
版权:copyRight

-------------------------------------------------------

DIV, css, div命名规则, css命名规则, 命名规则

100多个Web2.0在线生成器

October 13th, 2007 7:15 PM

图像生成器

  • Grid Layout Javascript enables web-developers to stick to a Grid Layout quickly and simply
  • Web20generator web 2.0 template generator
  • Roundedcornr rounded corners very usefull and stylish
  • Web 2.0 Badges a set of free and very cool transparent web badges
  • Ajaxload.info, Loadinfo and Webscriptlab: loading gif generators for AJAX applications
  • Background Image Maker A background image maker that lets you choose the type, margin, linecolor, background color, size and transparency
  • Button Maker A quick and easy tool that automatically creates an 80x15 or 88x31 button by your specifications
  • Mycoolbutton a simple web 2.0 button maker
  • Button Maker :: Adam Kalsey Create 80x15 stickers for your blog with any text or color you desire
  • Buttonator online buttons generator
  • Brilliant Button Maker by LucaZappa.com A web application to create customizable 80x15 brilliant buttons
  • PHP/SWF Charts is a simple, yet powerful PHP tool to create attractive web charts and graphs from dynamic data
  • ACME Label Maker Make a label
  • Create A Graph Create Graphs and Charts
  • iGal Online Image GALlery generator
  • Web 2.0 Logo Generator, Web 2.0 Stylr, logocreator, Web2.0 Logo Creator, Cool Text (Logo Generator)
  • Web2.0

    ping命令总结

    September 6th, 2007 7:14 PM

    Ping是个使用频率极高的实用程序,用于确定本地主机是否能与另一台主机交换(发送与接收)数据报。根据返回的信息,你就可以推断TCP/IP参数是否设置得正确以及运行是否正常。需要注意的是:成功地与另一台主机进行一次或两次数据报交换并不表示TCP/IP配置就是正确的,你必须执行大量的本地主机与远程主机的数据报交换,才能确信TCP/IP的正确性。
    简单的说,Ping就是一个测试程序,如果Ping运行正确,你大体上就可以排除网络访问层、网卡、MODEM的输入输出线路、电缆和路由器等存在的故障,从而减小了问题的范围。但由于可以自定义所发数据报的大小及无休止的高速发送,Ping也被某些别有用心的人作为DDOS(拒绝服务攻击)的工具,曾经Yahoo就是被黑客利用数百台可以高速接入互联网的电脑连续发送大量Ping数据包而瘫痪的。按照缺省设置,Windows上运行的Ping命令发送4个ICMP(网间控制报文协议)回送请求,每个32字节数据,如果一切正常,你应能得到4个回送应答。

    继续阅读 »

    ping命令, ping

    1. 1
    2. 2
    3. 3
    4. 4
    5. ...
    6. 7