搜索列表
-
网页设计 可读性的提高方法
【建站经验】网页设计 可读性的提高是留住用户,让访客有看下去的耐心,要不页面看文字太累了,影响了用户体验,有一样内容的网站大家都不一定上你这来了。
网页设计可读性 -
7个站长必备的SEO图片优化技巧
【网站优化】前一阵子有跟朋友探讨过不知道为什么外国人写文章的时候那么喜欢用数字,比如50个漂亮的wordpress主题,5个领域描述搜索引擎优化等等。不知道是否在外国这样的title会更让人注意呢?还是外国人本身就十分注重数据,像NBA比赛球员的什么数据都统计一样。今天在SEO2.0那里看到如
SEO图片优化 -
7个站长必备的SEO图片优化技巧
【网站优化】前一阵子有跟朋友探讨过不知道为什么外国人写文章的时候那么喜欢用数字,比如50个漂亮的wordpress主题,5个领域描述搜索引擎优化等等。不知道是否在外国这样的title会更让人注意呢?还是外国人本身就十分注重数据,像NBA比赛球员的什么数据都统计一样。今天在SEO2.0那里看到如
SEO图片优化 -
商业网站中图片重要还是文字重要?
【网站策划】What's more important to your web site: pictures or text? If you have an ecommerce web site, you need the answer to that question. Your profits depend on it.图片与文本,哪项内容更重要呢?如果拥有商业网站,你需要回答这个问题,因为这关系到网站收
重要还是文字图片网站商业thetoof我们浏览 -
商业网站中图片重要还是文字重要?
【网站策划】What's more important to your web site: pictures or text? If you have an ecommerce web site, you need the answer to that question. Your profits depend on it.图片与文本,哪项内容更重要呢?如果拥有商业网站,你需要回答这个问题,因为这关系到网站收
重要还是文字图片网站商业thetoof我们浏览 -
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of< -
CSS对Web页面载入效率的影响分析总结
【CSS/HTML】我们都熟知JavaScript可能会对Web页面的加载与显示产生较大的影响,因此我们常常关注JavaScript是不是会占用客户端较多的资源,然而大部分都会忽略的一件有趣的事情,CSS也会对Web页面载入的效率产生影响。
CSSWeb页面效率影响 -
HTML 30分钟入门教程
【CSS/HTML】运行下面的代码就可以了 HTML 30分钟入门教程 h1 {text-align:center} p {text-indent:2em; line-height:140%; margin:auto 10px} span {margin:3px} .code { border:solid 1px gray; background-color:#eee} .name { font-weight:bold } dl {margin-left:20px} dt {font-weight:bold} .trans {color:red} HTML...
HTML30分钟入门教程 -
C#正则实现Ubb解析类的代码
【正则表达式】解析得到的代码能通过XHTML 1.0 STRICT验证; 包含了标题,链接,字体,对齐,图片,引用,列表等方面的功能. Ubb.ReadMe.htm UBB代码说明 标题 [h1]标题一[/h1] 标题一 [h2]标题二[/h2] 标题二 [h1]标题三[/h1] 标题三 [h4]标题四[/h4] 标题四 [h5]标题五[/h5] 标题五 [h6]标题六[/h6] 标题六 链...
C#正则实现Ubb解析类的代码 -
正则表达式30分钟入门教程 v2.1版
【正则表达式】运行下面的代码就可以看到 正则表达式30分钟入门教程 h1 {text-align:center} p {text-indent:2em; line-height:140%; margin:auto 10px} span {margin:3px} table {margin:auto; border-style:solid; border-width:1px 1px 0 0; border-color:gray} td, th {border-style:solid; border-width:0 0 1px 1px; border-colo...
正则表达式30分钟入门教程v2.1版 -
创建无表格网站的原因和原则 译文
【CSS/HTML】In a time of web developers who just like to say that 'Tables are Evil' and can't (or won't) explain why, this article will attempt to give...
创建无表格网站的原因和原则译文 -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets