Graffiti Underneath the Bridge

这是这两天在沿河路桥下面涂鸦拍摄的照片…拍了很多,我发现用黑白模式拍出来的照片特别有feel,非常喜欢这种高对比下的暗调调。

100_0996

25 to Life, ya know what I mean. 这个是我事先PS好后打印出来再用剪刀抠出轮廓贴到墙上喷上去的,看起来效果很不错。我做了个这个25 to Life的Photoshop笔刷(大尺寸),喜欢的话可以从这里下载。

100_1020
Read More

PP is Here

For those guys still missing PP

It’s HERE: http://pp.punkid.org !

I tried to set it up days ago, but the domain’s ip was inaccessible for those China Telecom (My Ass!) users in China. As i was busy in doing some other things, so i just put it down. Yesterday,I contacted the DH‘s service,asking them to change another available ip for me. And i’m quite appreciate their prompt reponse and enthusiastic help. Now PP is here !

I also get the PP’s feedburner back to its orignal owner: PP. That means, my personal blog’s feed service is no longer provided by http://feeds.feedburner.com/punkprojekt but http://feeds.feedburner.com/punkid

If you’d wish to subscribe my personal blog : ProjeKt D.K ,try this address:
http://feeds.feedburner.com/punkid

浅谈实现网页交替背景颜色的几种方法

WordPress 的评论模板部分都会定义一个$oddcomment函数用来实现评论的样式交替变换,采取交替样式可以使列表有一定分区度,便于浏览。我稍稍总结了下,分别通过javascript, phpCSS三种方式进行实现,其中CSS实现方法还几乎处于理想状态,仅供参考。

实现方法之Javascript篇

假设我们有个id名为 list 的无序列表ul,其下有5项item (li)。我们可以用getElementByIdgetElementsByTagName先找到这些item,然后通过for循环筛选出奇数项并赋予class值。再通过CSS定义该奇数项class样式从而达到交替样式的目的。javascript代码如下:

 function alterItem() {
 var list=document.getElementById('list');
 var items=list.getElementsByTagName('li');
 for (var i=0;i<items.length;i++) {
   if(i%2==0)
   items[i].className='odd';
   }
 }

 window.onload=alterItem;

最后用通过CSS定义 .odd样式就行了。
Read More

满城尽是同学会

12号高中同学会,应到18人,实到17人 (毛笔,你丫居然不过来,NND!!)…拍照百余张,下面请看PuNk!d从现场发回的报道,带导演解说轨。图片太多,稍安勿躁!

Part I — 我们吃吃喝喝

大合照

大合照

鳖头山12班兄弟姐妹大合照! 糊啦,糊啦,拍照的服务员阿姨比我们还激动,全给拍糊了。凑合凑合,还好我坐在前面,依稀有个脸型了。
Read More

D.K Gallery Episode 1

This is my D.K (a.k.a Decay) gallery,my fotoblog.

D.K in the city of lights

Intro Picture: 这个镜头有点类似于FMBelieve Me MV中第一个镜头。很明显,DECAY这几个字我PS上去的。

Corpse Alive

I’m the Corpse Alive! 如果这张照片让你想起了罗兰婆婆…那拍摄才算成功了:D 注:此镜头不利身心健康,小朋友请勿随意模仿
Read More

You Might Know

This site is powered by WordPress CMS & hosted by Dreamhustle Dreamhost.

And the theme is inspired by WP Typo and completely crafted under Gentoo Linux with VIM editor.

Sponsors

Monthly Archives

Search