Oppression of Ukrainian Language for over 400 years

A list of orders by which Ukrainian language was oppressed

Read more...

Compiling non-digest assets with asset_sync gem in Rails 4.0

In some cases non-digest compilation of assets is required. How to get that done in Rails 4.

Read more...

Printing from iframe when CSS is limiting

Style your pages for printing using iframe when you hit a roadblock with CSS.

Read more...

How is Dropbox's Mailbox app any different from LinkedIn Intro app?

Spoiler: it's not.

Read more...

Improve your Github + Pivotal workflow with git_tracker

Pivotal Tracker has a cool feature where it adds your git commit messages related to your story as comments.

Read more...

Passing multiple multi-line strings as arguments to a ruby method

Ever had a need to pass not just one, but two or even multiple multiline strings to a method in one go?

Read more...

Percent Notation and Symbols in Ruby 2.0

Ruby is nice because it has the percent notation for working with different base elements such as strings, arrays, and symbols. You can create different objects by replacing the character after the ‘%’ mark.

Read more...

Reset iOS Simulator With a Rake Task

A slight annoyance while developing with RubyMotion is having to reset the iOS Simulator. It is quite frustrating to use a mouse sometimes to perform a repetitive task, so I thought it would be nice to simplify that to run it in a command line. By executing AppleScript using the osascript command,...

Read more...

Time to Market

In the world of software development, time-to-market is the driving force of the business. via OmniTI ~ Your Code May Be Elegant.

Read more...

Ember Example Applications

Here is a list of Ember's example applications. I will be updating this list as I find new prototypes. Rails Ember Data Example Very Simple CRUD Using Ember.js Ember Todos Simple Bindings Contacts Ember Todos by Tom Dale and Addy Osmani

Read more...