
Web General
unixboy_xujf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
网站前端性能优化方法
1)减少一个页面访问所产生的http连接次数对于第一次访问你网站的用户,页面所产生的http连接次数是影响性能的一个关键瓶颈。 对策: - 尽量简洁的页面设计,最大程度减少图片的使用,通过放弃一些不必要的页面特效来减少javascript的使用。 - 使用一些优化技巧,比如利用图片的背景位移减少图片的个数;image map技术;使用Inline images将css图...2008-01-10 12:37:53 · 287 阅读 · 0 评论 -
12 Tips to Better SEO
http://www.howsthe.com/blog/2009/sep/15/12-tips-better-seo/ Advertising is very expensive, studies have shown that it is not as effective as being on the first page of search results. These SEO ti...原创 2009-10-08 11:30:28 · 226 阅读 · 0 评论 -
QQ,MSN,旺旺,网页链接打开程序
QQ,MSN,旺旺,网页链接打开程序 QQ/MSN在线交流代码2009-06-06 16:03<a href="tencent://message/?uin=12345&Site=在线QQ&Menu=yes">在线qq交流</a> 可以直接用他的MSN与你对话,代码是建立对话:msnim:chat?contact=[邮件地址]...原创 2009-12-01 22:19:41 · 338 阅读 · 0 评论 -
(Adobe Air) Bring a window to front by clicking the systemTrayIcon
Whiledeveloping an AIR application, I had an issue with bringing theapplication to front (above all other windows) when clicking thesystemTrayIcon.Usually, you would use the method:...2010-04-05 16:09:09 · 102 阅读 · 0 评论 -
10 个有用的 css 代码
Today, I have compiled a set of 10 CSS snippets that can save you a lot of time and effort. These codes are needed frequently when developing CSS-based websites or themes. Just bookmark these codes ...原创 2010-02-08 21:44:18 · 158 阅读 · 0 评论