Skip to content

Category Archives: web

Ruby on Rails

A friend said on his Twitter, “用PHP做Rails做的事真不是人幹的XD.”
After a short dialog over the email, I learned I should be able to do with RoR everything that can be done with PHP. I have to admit that PHP makes me suffer, but I always thought it was because I was not used to it.
Seems time to learn […]

wrapper div

I never understood why a wrapper div is necessary in an HTML file to contain all the other blocks. Now I learned why it’s simply too difficult, if not impossible, to align elements without a wrapper div.