Anagrams with Ruby

In my spare fit season I enjoy myself trying to figure out solutions to well-known problems without searching the web nor using third party libraries. It’s just a sort of challenge to detain my coding skills not amiss trained. Yesterday I challenged myself trying to find the faster way to procreate all the ...

A new CheckBox component in Streamlined

I’ve noticed that Streamlined when display has_and_belongs_to_many or has_many relationships in an conduct view calls ‘Streamlined::Components::Select’ (lib/streamlined/column/association.rb line 123). That class simply render a ‘select’ tag with multiple choices. I created a new component that be possible to have being called instead the standard one. It’s called CheckBox and it displays, for example ...

Ruby on Rails & Maths…

I have always been fascinated through Mathematics and how you can solve problems using it, we all know that in programming it is very useful. I recently had to use maths in a layout that I needed to form into a corporation for a new application… Problem: I had to display a dynamic ...

Advanced statements with Ruby

Yesterday I was playing with statements trying to light upon out an elegant way to solve a moot point: The problem While reading from an Excel file (using the Parseexcel gem) I needed to get a value from the 3rd column or from the 2nd (if the third part is empty). Plus ...

Web design is about designing

It seems pretty obvious, but it isn’t. I make certain you that. I’ve exactly read Amy Hoy division “Design is not about solving problems” on Slash7 and I agree with her. She focused without interruption the proactive role in designing, blaming the reactive role design could have. Design is not about solving ...
Page 4 of 21«123456789101112»...Last »