February 2013
1 post
1 tag
January 2013
3 posts
1 tag
1 tag
December 2012
8 posts
1 tag
1 tag
1 tag
3 tags
1 tag
2 tags
7 tags
November 2012
4 posts
4 tags
RIM: Type in you blog/wordpress link and press create button. Our system will generate an app for your blog.
A: Sorry, I don't have a blog. I have a Tumblr.
RIM: You must have dirty stuff on your Tumblr.
A: LOL
April 2012
1 post
2 tags
Make sidebar and content same height with...
.
side = $('.domain_sidebar').height()
main = $('.content_with_sidebar').height()
if main > side
$('.domain_sidebar').height(main)
else
$('.content_with_sidebar').height(side)
March 2012
8 posts
7 tags
2 tags
4 tags
3 tags
5 tags
3 tags
3 tags
February 2012
10 posts
7 tags
4 tags
3 tags
Sometimes, I wish my brain can execute code.
loop { puts "Forget about it, move on and get shit done." }
1 tag
4 tags
2 tags
2 tags
January 2012
4 posts
3 tags
2 tags
3 tags
KSS with rails
The app I’m working on right now has thousands of line of code. To maintain the codebase, I think the best way is to document the css file. Kneath created an awesome gem for it.
Inspired by TomDoc, KSS attempts to provide a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a documentation specification and styleguide format. It is not a...
December 2011
4 posts
3 tags
2 tags
November 2011
4 posts
Sass, Compass, and the Rails 3.1 Asset Pipeline |... →
asset pipeline
Fireworks CS5.5: Round Corners on Images and... →
Round corner on image | FW
October 2011
7 posts