|
| COLORON GAME: inspiring developers to use SVG Animations, ES6 and Flexbox by 隐藏人物 |
| http://codepen.io/gregh/pen/yVLOyO |
| bbs.geekaa.com/topic/view/4948.html - 2016年11月11日 |
|
| WordPress 模板自定义设置的代码样板 by 隐藏人物 |
| WordPress 4.0 Customizer Controls
https://gist.github.com/devinsays/e9c6754340a5253c3ec9
function prefix_customizer_register( $wp_customize ) {
$wp_customize->add_panel( 'panel_id', array(
'priority' => 10,
'capability' => 'edit_theme_options',
'theme_supports' =&g ... |
| bbs.geekaa.com/topic/view/4933.html - 2016年9月23日 |
|
| 纯 CSS 实现 Tab by 隐藏人物 |
| HTML:
<h1>Pure CSS Tabs <span>Just CSS, No JS!</span></h1>
<ul class="tabs">
<li>
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Description</label>
<div id="tab-content1" class="tab- ... |
| bbs.geekaa.com/topic/view/4862.html - 2016年3月24日 |
|
| WordPress 主题开发技巧:自定义颜色 wordpress theme develop custom colors by 隐藏人物 |
| => '#000000'
)
);
$wp_customize->add_control(
new WP_Customize_Color_Control(
$wp_customize,
'link_color',
array(
'label' => __( 'Link Color', 'tcx' ),
'section' => 'colors',
... |
| bbs.geekaa.com/topic/view/4839.html - 2016年3月2日 |
|
| sx-70.color pencil.. by Janeluna |
| 为好不容易找到的这台polaroid画了一张像。
虽然,简单了点。但是,朴素也是种美吧。
希望它在整整三十岁的时候,继续绽放。
待到山花烂漫时,它在丛中笑。 ... |
| bbs.geekaa.com/topic/view/3820.html - 2016年2月16日 |
|
| Creating custom content types with CCK by 纵云 |
| The Content Construction Kit allows you to add custom fields to custom content types using a web interface. In Drupal 4.7 the Content Construction Kit creates both custom content types and custom fields. In Drupal 5.x, custom content types can be created in Drupal core, and the Content Construction ... |
| bbs.geekaa.com/topic/view/4794.html - 2009年12月7日 |
|
| 通过正则环视结构只替换html标签外的内容 by 神墓 |
| 有这样一段代码
代码如下
$string='<div>
<a href="http://www.geekaa.com">pylong</a> is very good and I love geekaa.
<img src="http://www. geekaa.com/logo.gif">
This is the logo of geekaa.com
</div>';
现在要把geekaa着色,也就是要把geekaa替换成<font style='color:red'>geekaa</a>
因为ht ... |
| bbs.geekaa.com/topic/view/4767.html - 2009年11月11日 |
|
| 文章内容自动过滤 by 神墓 |
| //文章内容自动过滤开始 by mojay
$search = array ("'<script[^>]*?>.*?</script>'si",//过滤SCRIPT标记
"'<iframe[^>]*?>.*?</iframe>'si", //过滤IFRAME标记
"'<style[^>]*?>.*?</style>'si",//过滤STYLE标记
"'<[\/\!]*span[^<& ... |
| bbs.geekaa.com/topic/view/4766.html - 2009年11月11日 |
|
| 诚信网购,为什么去城市尚品(Cityfad.com)? by 加冰的露露 |
| [align=center][b][font=宋体][color=#333333]
[/color][/font][/b][/align][align=center][font=宋体][color=#333333]
[/color][/font][/align][align=left][font=宋体][color=#2a2a2a][size=3]都说网购有风险、假货多、退换货难,其实不对。[/size]
[size=3] [/size][size=3]网上卖家假货云集,是因为没有人去约束、审查卖家的商品,卖家天南海北、只见其店不见其人,给了“坏人”很多骗人的机会。而且,卖家往往比 ... |
| bbs.geekaa.com/topic/view/4760.html - 2009年11月6日 |
|
| 【模版分享】Polaroid - On The Road by 隐藏人物 |
| DEMO:http://1d1c.blogbus.com/
注意:使用这款模板的朋友,希望能留言贴上你的blog网址。
如果同时提出你的意见建议,在下不胜感激。
一款窄屏的单栏模版,利用一些ajax特效。
宝丽来主题。粉色系。
适合短小文字。比如散文诗,或生活随笔。
可是因为blogbus模版自定义方式的一些限制,让这个设计存在一点可用性方面地bug。
比如点击tags的“more”链接,出来的页面(如:http://1d1c.blogbus.com/tags/)出现的还是首页,这个时候就得点击以下链接:
或者点页首的第二个标签。(默认为“街道”)
这样就能看到正确的内 ... |
| bbs.geekaa.com/topic/view/3708.html - 2009年9月27日 |
|
|