Salad UN

To Taste The Salad Of Life.

ASP限制标题字数

[ At 2008-7-31 By Ash   1 comments ]

ASP限制标题字数

function GetString(str,strlen)
dim l,t,c, i
l=len(str)
t=0
for i=1 to l
c=Abs(Asc(Mid(str,i,1)))
if c>255 then
t=t+2
else
t=t+1
end if
if t>=strlen then
GetString=left(str,i)&"..."
exit for
else
GetString=str&" "
end if
next
end function

这个函数可以搞定
把这个函数加在set com前边然后
把<%response.write rs(1)%>替换成<%=GetString(rs(1),数字)%>
就可以了。

Read More...

Seo工具收集(4)

[ At 2008-7-30 By Ash   0 comments ]

(1)内容与结构工具

搜索引擎抓取内容模拟器——可以模拟蜘蛛抓取指定网页Text,Link,Keywords及Description信息
http://www.webconfs.com/search-engine-spider-simulator.php

相似页面检测工具——检验两个页面的相似度.如果相似度达80%以上,将可能受到惩罚
http://www.webconfs.com/similar-page-checker.php

Google Sitemaps 在线创建——在线创建 Google Sitemaps 网站地图文件

中文:http://www.xinqj.com/sitemap/sitemap.asp

英文:http://www.xml-sitemaps.com/

[Seo工具收集(1)] [Seo工具收集(2)] [Seo工具收集(3)]

Read More...

Seo工具收集(3)

[ At 2008-7-29 By Ash   0 comments ]

http://inventory.overture.com/d/searchinventory/suggestion 蜘蛛模似器

http://www.webconfs.com/search-engine-spider-simulator.php 相似页面检测工器

http://www.webconfs.com/similar-page-checker.php网站seo优化技术资讯大全

http:// /info/108_1.htm蜘蛛模似器(2)

http://www.seotoolkit.co.uk/spider_viewer.aspKeywords密度检查

http://www.seotoolkit.co.uk/keyword_density_analyser.asp Link Popularity Checker 链接流行度 http://www.seotoolkit.co.uk/link_popularity_checker.asp 网站流量排名(Alexa)

[Seo工具收集(1)] [Seo工具收集(2)] [Seo工具收集(4)]

Read More...

Seo工具收集(2)

[ At 2008-7-29 By Ash   0 comments ]

1 . WDG HTML Validator 一个很好的工具,能找出网站语法错误的地方,并标注出来,也可选择对网站上单独的每一页进行单页分析。( 强烈推荐

2 . W3C Markup Validation Service 对 HTML 和 XHTML 都能进行代码测试,自称是互联网络上第一个(也是使用者最多的)的 HTML 验证工具。

3 . W3C CSS Validation Service 用于验证 css 源代码,能够标注出不好的 css 代码设计。例如:“Same colors for color and background-color in two contexts”。

4 . RUWF XML Syntax Checker 用于查找 XML 文件的错误。

5 . W3C Feed Validation Service 用于查找 Atom 和 RSS feed 中的错误语法。

[Seo工具收集(1)] [Seo工具收集(3)] [Seo工具收集(4)]

Read More...

Seo工具收集(1)

[ At 2008-7-29 By Ash   0 comments ]

搜索引擎抓取内容模拟器     可以模拟蜘蛛抓取指定网页Text,Link,Keywords及Description信息 http://www.webconfs.com/search-engine-spider-simulator.php  

相似页面检测工具   检验两个页面的相似度. http://www.webconfs.com/similar-page-checker.php  

Google Sitemaps 在线创建   在线创建 Google Sitemaps 网站地图文件中文:http://www.xinqj.com/sitemap/sitemap.asp   英文:http://www.xml-sitemaps.com/   Google Sitemaps Builder .Net   Google Sitemaps 创建软件, 可以很方便的创建网站的Sitemaps http://www.seobbs.net/read.php?tid=10620  

综合查询工具  

网站收录查询   同时查询Google,百度,Yahoo等8个搜索引擎的收录状况 http://tool.cndw.com/Shoulu/Index.asp  

关键词排名查询 可以同时在3个搜索引擎中查询指定网页指定关键词的排名情况. http://www.seores.com/search/keywordrank.asp  


[Seo工具收集(2)][Seo工具收集(3)][Seo工具收集(4)

Read More...

网页制作初学者必看的一些精选代码

[ At 2008-7-26 By Ash   0 comments ]

以下的代码,熟练使用了就算一个网页设计高手了~

如内容超出单元格,则隐藏
style="TABLE-LAYOUT:fixed"

让弹出窗口总是在最上面:<bodyonblur="this.focus();">
不要滚动条?让竖条没有:<bodystyle='overflow:scroll;overflow-y:hidden'></body>
...

Read More...

Css技巧-超级技巧大放送

[ At 2008-7-26 By Ash   0 comments ]

一.使用css缩写
使用缩写可以帮助减少你CSS文件的大小,更加容易阅读。css缩写的主要规则请参看《常用css缩写语法总结》,这里就不展开描述。

二.明确定义单位,除非值为0
忘记定义尺寸的单位是CSS新手普遍的错误。在HTML中你可以只写width=100,但是在CSS中,你必须给一个准确的单位,比如:width:100pxwidth:100em。只有两个例外情况可以不定义单位:行高和0值。除此以外,其他值都必须紧跟单位,注意,不要在数值和单位之间加空格。
...

Read More...

转藏:从惧尸心理到恋尸癖

[ At 2008-7-25 By Ash   0 comments ]

实是3、4年前的老文了..本来是贴在小组里,看到回帖恰巧有人提到《困惑的浪漫》。虽说文章是基于现实来讨论恋尸癖,但相信对热衷于和尸体相关片子的朋友来说,仍然有读上一遍的价值.^^
  ====================
  从惧尸心理到恋尸癖
  文泽尔/原创---转载请联系本人
  引 言
  最近很烦某些人老拿弗洛伊德说事——我一向不认为弗氏是科学家,至多是一个写有不少好著作和有一些新奇思想的一百年前的奥地利心理医生而已。建议盲目推崇弗氏的朋友们去看看弗兰西斯•克里克甚至康德(提到康德仿佛马上将其划定为“晦涩难懂”的同义词)的一些书,张口闭口提到奥图医生和伊玛的病、熏鲑和鱼子酱及儿童潜意识中的性萌芽和那“将眼光放在脐下三寸”的评价放在一起实在是般配极了。
...

Read More...

KingCMS passport

[ At 2008-7-24 By Ash   4 comments ]

在使用KIngCms(感觉不错,谢谢老大的杰作)的时候经常会遇到这样的问题,怎么利用用户注册导航,以及限制有些内容只能登陆之后的用户才能看到。可能我对KingCms还是不熟悉,用了里面的通行证会员模块,但是有些还是不怎么好用。究其原因,主要在于cookie的处理上。
牵扯到我做的网站首页采用shtml,那么,肯定在读取cookie的时候不能用asp,或者有人要说可以用<script language=javascript src="dir_name/xxx.asp">的形式来解决。我也没有采用。我就只用了JavaScript来读取cookie(在KingCms的模块当中就是这么操作的:page/passport/fun.asp 309行)。在首页的首页这样写

...Read More...

勤奋

[ At 2008-7-23 By ashley   0 comments ]

       愚实为俗人,放逸久矣,纵受佛法启迪,亦恐不能霍然立地成佛,只能每日强行鞭策,以收微效。勤奋是美德,亦是一种境界,在此与大家分享佛法清明,共勉之。   

 
 
...Read More...
分页:[«]1[2][3][4][5][»]

Powered By Z-Blog 1.8 Spirit Build 80722 Code detection by Codefense

Copyright 2008 www.s-un.cn. Some Rights Reserved.