About Me

Hi , this is Jay Kwong, a enthusiastic senior web & graphic designer. Live and work in Hong Kong .I've acquired a number of skills in my life, but design is my biggest strength.This site is about my online portfolio , blog & wordpress theme design , feel free to comment, suggest, discuss or whatever you feel like.

I love web design and illustration. I am currently employed in-house full time, but I am taking on a limited number of projects, so please contact me if you are thinking of getting a web site or blog and I’ll help you out!

My Photostream

“FAIbum” How To

148603105 1be97408de m FAIbum How To早陣子upgade了wp2.02和 FAlbum 0.6.5,發現FAlbum0.6.5多了templates的功能, 可以製作自己的templates。

Fix – Incorrect 404 header statuses from WordPress 2.0+ (Fixes IE 404 issues)
Fix – Cleaned up pages to validateagainst XHTML Strict 1.1
New – Flickr comments – added the ability to display Flickr comments on the photo page
New – FAlbum styles – added the ablility to select from multiple display styles and templates
New – Post helper / Inline post macro to dispaly and link to FAlbum photos within posts – Initial work (still buggy)

其實我對php一點都不在行, 我主要都是修改了css的部份, 主頁都改動了一點,加上主圖和update sets, 其實本來想把tag 放在主頁的, 但整了好久都整不到 , 所以giveup了。

介紹一下falbum.css.php, 其實很易明 :

falbum的闊度, 我的闊度是 width 100%

.falbum {
padding: 0px;
margin: 0px;
clear: both;
width: 100%;
min-width: none; }

我加上description和日期的css, 原本是沒有的 :

.falbum-album-description{
color: #666666;
font-size: 10px; }

.falbum-date-taken{
color: #999999;
font-size: 9px;
}

thumbnail加上 mouse over 效果

.falbum-thumbnail:hover {
background-color: #EAEAEA; }

thumbnail之間的闊度和高度

.falbum-tn-border-s {
float: left;
width: 100px;
height: 103px; }

writing….

Leave a Comment