|
| 文章分享:Nobody Wants Your App. by 隐藏人物 |
| https://medium.com/swlh/nobody-wants-your-app-6af1f7f69cb7#.v8ffrd14p |
| bbs.geekaa.com/topic/view/4865.html - 2016年3月24日 |
|
| 纯 CSS 实现 Tab by 隐藏人物 |
| abs-base-color: #8e44ad;
* {
margin: 0;
padding: 0;
@include box-sizing(border-box);
}
body {
padding: 20px;
text-align: left;
font-family: Lato;
color: #fff;
background: $background;
}
h1 {
font-weight: normal;
font-size: 40px;
font-weight: normal;
text- ... |
| bbs.geekaa.com/topic/view/4862.html - 2016年3月24日 |
|
| CCK Module Basics by 纵云 |
| er for you to organize or theme your content later. When a piece of information is entered into the body field you can't really sort that piece of information or use it if you want to create a list using views. But once a piece of information has it's own field you have much more flexibility. Using ... |
| bbs.geekaa.com/topic/view/4795.html - 2009年12月7日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| se_ssl = true
res = http.start {|h| h.request(req)}
case res
when Net::HTTPSuccess
res.body.split("\n").each { |s|
return s if s[0,4] == 'SID='
}
else
res.error!
end
end
def parseXML(src)
m = src.match('([^<]+)')
if m then
return m[1]
else
return ''
... |
| bbs.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 【模版分享】Polaroid - On The Road by 隐藏人物 |
| 0a, 20020313
Author: Quasimo
Author eMail: linuximo@gmail.com
*/
* {
margin: 0;
padding: 0;
}
body {
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 75%;
text-align: left;
color: #5A5A5A;
background: #fff url(http://dl.getdropbox.com/u/226571/webdesign/rwb ... |
| bbs.geekaa.com/topic/view/3708.html - 2009年9月27日 |
|
| 为不同的浏览器制定不同的css以及2.8的新功能body_class by 隐藏人物 |
| a10(在我测试过的浏览器里)才能完美支持我新做的模板。
于是我想只让safari和opera支持这个模板的css里关于@font-face的部分。
终于有头绪了!
我的解决办法是:
<body <?php body_class(); ?>>
然后在functions.php里加入:
<?php
add_filter('body_class','browser_body_class');
function browser_body_class($classes) {
global $is_lynx, $is_gecko, $is_IE, $is_op ... |
| bbs.geekaa.com/topic/view/4532.html - 2009年9月4日 |
|
| HTML 5 Reset CSS by 隐藏人物 |
| r.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li ... |
| bbs.geekaa.com/topic/view/4388.html - 2009年7月31日 |
|
| uchome_ad (广告表,存放广告设置信息) by 纵云 |
| 戳
friend tinyint(1) 否 0 产生feed信息的隐私设置
hash_template varchar(32) 否 模板hash:md5(title_template"\t"body_template)
hash_data varchar(32) 否 数据内容hash:md5(title_templat"\t"title_data"\t"body_template"\t"body_data)
title_template text 否 feed标题
title_data text 否 feed标题
body_template text 否 fe ... |
| bbs.geekaa.com/topic/view/4359.html - 2009年7月27日 |
|
| 兼容多种浏览器“复制到剪贴板”的解决方案 by 最八卦 |
| flashcopier)) {
var divholder = document.createElement('div');
divholder.id = flashcopier;
document.body.appendChild(divholder);
}
document.getElementById(flashcopier).innerHTML = '';
var divinfo = '<embed src="clipboard.swf" FlashVars="clipboard=' + text2copy + '"
width="0" height="0" type="app ... |
| bbs.geekaa.com/topic/view/4224.html - 2009年7月5日 |
|
| 200种口碑好,价格便宜的护肤品~:)希望对爱P的MM有用啦~! by orange |
| 不过
6.珍珠粉10元:把珍珠粉和蛋青调和 敷在豆豆处 或按摩(如果是比较严重的豆豆就不要用噢~ 在快消掉
的豆豆或豆印处使用) 豆豆最后就会不见 不留痕迹 每天使用!!
7.bodyshop teatree oil 茶树精油 59元:有豆豆的时候用的,只需要一滴就能抹完全脸,需要配合 bodyshop茶树爽肤水。对防止豆豆很有效果,不愧是大s推荐的好东东。缺点是味道不好闻,内置滴管,倒的时候量不好控制 。这个很多杂志推荐,效果怎样亲们可以自己实践。。
8.索肤特绿茶香皂1.2/块:一款宝贝去背上痘痘的DD ,味道超清爽,超好用哦,特别推荐给油性皮肤的
9 ... |
| bbs.geekaa.com/topic/view/1389.html - 2009年7月3日 |
|
|