October 26th, 2009 CSS, jQuery, reMix
送给圆角的重度喜好者
经典方案 (css/jquery)
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
<script type=”text/javascript” src=”js/jquery.corners.js”></script>
<script type=”text/javascript”>
$(function(){
$(‘.box’).corners(‘10px’);
});
</script>
<div>
<!–CONTENT–>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.corners.js"></script>
<script type="text/javascript">
$(function(){
$('.box').corners('10px');
});
</script>
<div>
<!--CONTENT-->
</div>
(more…)
October 11th, 2009 Life, Silence, reMix

最近把一些以前做过的东西,捆扎了一下,放在了www.ny4u.cn这个站下。虽然曾经做过的东西回首再看,并不是那么满意,但是作为一些经历,我想以这样的方式展示出来,也算对做freelancer进行了阶段性的总结。
做总结向来不是我擅长的一面,过度的把精力投在事情的过程中,最后的结果对我这样的人来说只能算一个结点,或成功或失败,那只是表象。作为设计者一路走来,内心承载最多的怎样才能做到更好,向内挖掘。
October 2nd, 2009 Hack, WordPress
假如你是新手,又不想从头写那些反复的theme基本文件,请看这里。一款未穿上衣服的theme衣架。适合初学者全面了解,wordpress theme 的文件框架。
这里还有几个测试xml,可以import一下,看看效果。
Dummy Content:
WP XML Test Data Import
When developing themes one of the biggest frustrations can be the lack on content on a new installation of WordPress. Self Conclusion has put together an XML file with several posts and pages of dummy content with tags, categories, comments, links, lists, and everything you will need to test a theme. You can easily download this file and import it into WordPress to save the time of adding your own dummy content.
Sandbox Dummy Content
For Sandbox design competitions, a set of dummy content was released. It achieves the same purpose as the content from Self Conclusion that was just mentioned.
WordPress Test Post Pack
Think Design Blog also has a pack of dummy content that can be downloaded and imported into WordPres
September 10th, 2009 Theme, WordPress
假如你正在开发WP的theme,那么这个此篇文章正是你所需要的,这是有关wp theme bundle的tip.
假如你在使用Mac下的TextMate,或者Windows下的E-TextEditor,Check Out
1. cd ~/Library/Application\ Support/TextMate/Bundles/
2. svn co http://svn.sofanaranja.com/projects/brettbundles/trunk/Bundles/Wordpress\ Theme.tmbundle Wordpress\ Theme.tmbundle或者
直接下载: Wordpress_Theme.tmbundle.zip
开发愉快!~