Archive for the 'Web development' Category

Related tags:

未知大小的图片在已知大小容器中的水平和垂直居中

无意中翻到以前做过的一个效果, 项目中使用过,经测试IE6 IE7 Firefox2 Firefox3 opera9 Safari中均能通过... CSS代码: 1: ul li {list-style:none;display:table-cellwidth:200px;height:100px;background:#f8f8f8;border:1px ... No Comments »

twitterRSS plugin

Twitter,一个国外的微博客平台,各方面都做的不错,尤其API.现在改用wordpress,有很多插件可以很方便调用你在Twitter发布的消息,例如我使用的twitterRSS plugin.现在介绍下使用方法: 将twitterrss.php上传... No Comments »

wordpress中显示搜索结果的条数

在wordpress中显示搜索结果的条数,将如下代码放到search.php页面,即可看到效果. 1: <?php 2: $search_count = 0; 3:  4: $search = new WP_Query("s=$s & showposts=-1"); ... No Comments »

Javascript代码压缩

做这个THEME时用到的prototype.js有124KB,相当的大,经过压缩后只有50KB,效果还是相当明显. 下面我们介绍这个工具:ESC(ECMAScript cruncher)来帮我们完成这个工作,不过这个工具只能在Windows下使用.到http://w... No Comments »

Dojo Javascript 编程规范

前言 相当不错的 Javascript 编程风格规范,建议大家采用此规范编写 Javascript。原文链接: http://dojotoolkit.org/developer/StyleGuide 。 翻译(Translated by):feelinglucky{at}gmail.com,转载请注明出处、... No Comments »

开启XAMPP的mod_rewrite功能

如果你在本地安装xampplite以用来调试WordPress的话,你会发现XAMPP的mod_rewrite功能不可用。其实默认情况下它是关闭的,你需要简单做如下两步,就能把它启动: 首先把在C:\Program Files\xampp\apache\... No Comments »

HTML元素的默认CSS设置

1: /**default css style**/ 2: html, address, 3: blockquote, 4: body, dd, div, 5: dl, dt, fieldset, form, 6: frame, frameset, 7: h1, h2, h3, h4, 8: h5, h6, noframes, 9: ol, p, ul, center, [...... No Comments »

CSS的书写顺序

下表顺序为从上到下,从左到右: 1: ============================ 2: display || visibility 3: list-style : list-style-type || list-style-position || list-style-image 4: position 5: top ... No Comments »

搜索引擎提交地址

百度:http://www.baidu.com/search/url_submit.html Google:http://www.google.com/addurl/?continue=/addurl 中文Google:http://www.google.com/intl/zh-CN/add_url.html Yahoo:https://siteexplorer.search.yahoo.com/submit(需要登陆) ... No Comments »

Home | Register | Log in | Sitemap