26
Jul
Posted by admin in web.
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 ...
5
Jul
Posted by admin in web.
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 ...
1
Jul
Posted by admin in web.
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 ...
27
Jun
Posted by admin in web.
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 ...
24
Jun
Posted by admin in web.
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 ...