Illustrator图标作

教程作品。。
前后居然折腾了1hour!!啊
主要是教程里的AI是中文版,偶用的是英文版。
本来knife tools叫的好好的,中文版偏偏叫美工刀。。。。无语。。。。
颜色总是觉得有点异常。。难道是用了cmyk?
TvT做个图标真不容易。。。还是像素美啊。。。

Ruby读取天气预报

读取tq1**里深圳的天气预报,输出html
突然想玩玩erb模板就用多了几行代码。。
结果就不贴图了,就那么几个字,找到好看的天气图片再弄上去

#————————————————
#— You should install rubyful_soup gem first —-
#———————————@ceilwoo——-
require 'open-uri'
weather=open('http://weather.tq121.com.cn/mapanel/index1_new.php?city=%C9%EE%DB%DA')
require 'rubyful_soup'
soup = BeautifulSoup.new(weather.read,:parse_only_these=>'td')
today = “#{Time.now.day}日-#{Time.now.day.next}日”
wt = soup.find(nil,:attrs=>{'class'=>'weather'}).string
temperature = soup.find(nil,:attrs=>{'class'=>'weatheren'}).string
require 'erb'
html= ERB.new %q{

深圳:<%=a%>

<%=b%>

<%=c%>

}
a=today
b=wt
c=temperature
open('weather.html','w'){|File|File.puts(html.result(binding))}

line practise

画线练习

眼睛还是一大一小,疯了
变海盗去吧!

涂鸦

2007/5/14
涂鸦=-=,做高数做的没瘾。。。涂两下

荔园三PJ专访记

4点起床。。

做高数作业吧。。

毕设

space转过来浇浇花吧…

2007/5/7
http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen
83 Beautiful WordPress Themes You (Probably) Haven’t Seen
http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without
53 CSS-Techniques You Couldn’t Live Without
wordpress感觉做的不错,有空的时候要看看,顺便补补php。
smashing介绍的53个CSS应用目前完成了前面16个的研究,暂时卡在prototype上面,要抽时间看看他的源码。
时间哪~怎么没有更多。

8号上午答辩,wish

2007/5/8
答辩顺利结束顺利得难以置信,teacher问的问题太简单了。。。枉我还特意把XMPP的几个规范看了N遍
接下来就要准备下午的英语考试。

临摹NG的作品

XD

]]>