Creating a node in Nokogiri with both an attribute and content
Using Nokogiri's builder is a quick way to generate an HTML page when required.When creating a Node in ruby there can be a case where youdoc.h4 "Some text"&n...
I'm an ambitious and creative developer who has worked with embedded system professionally for the last 8 years. I have made software contributions to the Android open source project and code that is running in millions of phones around the world. I am always determined to achieve the best possible results and I'm thirsty for the knowledge on how best to achieve that.
Using Nokogiri's builder is a quick way to generate an HTML page when required.When creating a Node in ruby there can be a case where youdoc.h4 "Some text"&n...
I have to look further into the ObjectSpace module.But this command lists all the available classes.ObjectSpace.each_object(Class) {|c| p c} You could also s...
I thought I'd disable Unity in Compiz after a fresh install of Ubuntu 11.10. Alas, it's so ingrained in the system that it totally borks the UI. To fix this ...