Archive

Posts Tagged ‘Web Design’

php中explode函数的使用实例

October 4th, 2009 lonelicloud No comments

格式:
array explode ( string separator, string string [, int limit] )
此函数返回由字符串组成的数组,每个元素都是 string 的一个子串,它们被字符串 separator 作为边界点分割出来。

Read more…

Categories: Web Design Tags: ,

WordPress Tip: PHP Codes for Getting the Slug of Current Page

October 4th, 2009 lonelicloud 1 comment

While I was working on a WordPress template, I needed to show posts in the category which has the same name ( or slug) of a page. As the WordPress.org said, the codes:
Read more…

给空间加上静态首页了

August 27th, 2009 lonelicloud No comments

捣鼓了2天时间,总算是做出了一个还算能看的首页。呵呵,也算是对css有了很多了解了。一边玩一边学习的过程虽然艰苦,却也快乐。

Categories: 筑巢日记 Tags: ,

Top 12 CSS Frameworks and How to Understand Them

August 25th, 2009 lonelicloud No comments

Most designers would have heard of the term ‘CSS Frameworks’, for those who don’t know or aren’t sure, here is a brief description from: Wikipedia:

A CSS framework is a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks package a number of ready-made options for designing and outlaying a web page.

Read more…

Categories: Web Design Tags: ,

Top 10 CSS Table Designs

August 25th, 2009 lonelicloud No comments

By R. Christie

Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap!

Read more…

Categories: WordPress, 互联网 Tags: ,

修改style.css文件导致一个小问题

August 25th, 2009 lonelicloud No comments

今天修改menu中列表的字号由11到12;增加post .content中的字号为14px,并修改行间距由145%到160%。出现的问题是在IE8中页面头部空间标题上边缘被覆盖,不过firefox中没有问题。
明天继续调整……

Categories: 筑巢日记 Tags: , ,