Hsiang Chieh,积极向上且不乏懒惰的学生,目前在学习一个把生活蒙太奇化的专业,业余时间喜欢摆弄些貌似高深的代码,典型的理想主义者,却也无可奈何的被时不时拉回现实中。今居住在金陵秦淮河畔。

在wordpress如何创建一个动态的sidebar

技术文档 No Comments »

首先,你要问自己,”我了解我的theme么?”它是否需要一个无序列表去创建一个sidebar.
这里有一个很好的sidebar的例子:
使用代码时,请将全角的尖括号替换成半角的.

<ul id=”sidebar”>
<li id=”about”>
<h2>About</h2>
This is my blog.</li>
<li id=”links”>
<h2>Links</h2>
<ul>
<li><a href=”http://example.com”>Example</a></li>
</ul>
</li>
</ul>

注意这个sidebar是用无序列表构建的,title用
h2.并非所有的theme都需要这样构建.但是这个是最常见,
widget Api 提供一些功能给你的模板.这些功能让Wordpress的替代你的theme的sidebar.
这里有个例子:
Read the rest of this entry »

Oh my godness,I can cook!

技术文档 9 Comments »

U know this is an eggs soup

This a yellowish leek saute eggs

And this is a cabbage saute meat.

And after my friend eat them,he said,very well~~~~ Oh my goodness! It is brilliant!

My Beautycss.org come into existence!

技术文档 No Comments »

我的Beautycss.org终于开张了。

Beautycss.org是一个前端技术教程网,主要包含css javascript ajax as php技术。

感谢dabai.org。

自己写的一个校内的CSS SKIN 拿出来分享

技术文档 No Comments »

仿N-studio写的。根据我自己的喜好,隐藏了很多模块。效果如图:

//***
designed by Hsiang chieh
http://blog.hsiang.org ;
2008.08.08
*****//

body,html{background:#181a2f url(http://www.ndesign-studio.com/wp-content/themes/phoenix/images/home-bg.jpg) no-repeat top center;}
#container{postion:relative;}
#header{background:none;height:135px;}
#logo{display:none;}

#sidebar{left:30px;position:absolute;top:740px;z-index:100;}
#navigation{margin-top:9px;*margin-top:9px;}

Read the rest of this entry »

Kidaubis 和 Micky 的新Skin

技术文档 No Comments »

更多作品请查看 相册。

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS 登录