摘要: Pure CSS buttons that actually look good – is it a myth? These days, I don’t believe they are. Sometimes I’m too lazy to get onto photoshop and play a... 阅读全文
posted @ 2012-05-22 20:24 shuaixf 阅读(481) 评论(0) 推荐(0)
摘要: I like to be confident with post titles, but the reality in this case is a*possible*solution for very long dropdowns. The problem with long dropdowns ... 阅读全文
posted @ 2012-05-22 19:14 shuaixf 阅读(355) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE FUNCTION array_unnest(a anyarray) RETURNS SETOF anyelement AS$BODY$select ($1)[s.i] from generate_series( array_lower($1, 1), a... 阅读全文
posted @ 2012-05-22 15:50 shuaixf 阅读(425) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE FUNCTION array_append_distinct(anyarray, anyelement) RETURNS anyarray AS $$ SELECT ARRAY(SELECT unnest($1) union SELECT $2) $$ L... 阅读全文
posted @ 2012-05-22 15:38 shuaixf 阅读(414) 评论(0) 推荐(0)