makandra dev

Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.

The SQL code generated by Graticule's spherical distance computation is insufficient and can lead to NULL distances in edge...

For performance improvements (and to remove the need for eager loading), the ActsAsTaggableOn gem supports caching your tag lists directly...

hacks.mozilla.org

Since Firefox 8 it is possible to define custom context menus (right clicking) with HTML markup.

When you have objects in your database that hold latitude and longitude and you want to find others that are...

If you would like to use language specific layout (e.g. background-images) in your applications stylesheets you can achieve this...

You can group contacts using a mailing list in Thunderbird for easier access and less trouble when trying to find...

Instead of running all missing migrations on your test database with rake db:migrate RAILS_ENV=test you can also...

When using state_machine you sometimes need to know whether an object may execute a certain transition. Let's take...

In order to prevent the browser from asking whether to remember the password, give a form an autocomplete attribute with...

Forms with many inputs (600+ in my case) become extremely unresponsive on an iPad, up to the point where it...

makandra dev
blog.jquery.com

Two new methods on and off are the new way of declaring event handlers. bind, delegate and live area deprecated...

There are several options, but most of them are impractical. The best way is to use the :ruby filter:

If you get an error like this: Unable to launch /home/bruce/Projects/myproject/tmp/capybara/capybara-201110311210111407691101.html ... update your launchy gem. It failed for us in...

Note: This applies specifically to MySQL. In PostgreSQL for example, this is not an issue. If you care about performance...

If you embedded web fonts in the past years (e.g. by copying CSS from a Font Squirrel @font-face kit...

Look here for informations how you can show the MySQL default character set. At first you need the Amazon RDS...

Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...

sgruendel.blogspot.com

When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires...

By default, Rails views escape HTML in any strings you insert. If you want to insert HTML verbatim, you need...

If you want to distribute a 's width equally over its columns, you can use the following CSS property:

Clearfix is a hack to clear floating elements without additional HTML markup. If you only need to support IE8 and...

RSpec 1 (Rails 2) With the most recent spec_candy.rb helpers you can say: User.stub_any_instance(:foo => :bar) user = User.new...

To show the collation of your tables you have to login to the MySQL console and execute SHOW TABLE STATUS...