makandra dev

If you want to play music or sounds from a browser, your choice is to use either Flash or the...

You can seriously speed up deployments with Capistrano when using a local git repository on the server you are deploying...

thrivingkings.com

An alert alternative for jQuery that looks good. Apprise is a very simple, fast, attractive, and unobtrusive way to communicate...

nex-3.com

Sass now comes with user-defined functions, keyword arguments, list manipulation. Haml and Sass are now two separate gems.

slides.html5rocks.com

Awesome presentation for the new HTML5 features we will get to play with. This presentation should probably be viewed in...

alfajango.com

We can now plug into every facet of the Rails jQuery UJS adapter, binding to custom events, and even customizing...

You can use CSS attribute selectors in your step definitions like this: Then /^the page should have a meta description...

Partials always define a local variable with the same name as themselves. E.g. when you are in _recent_users.html.erb, a local...

makandra dev

If you want to convert a README.rdoc file to HTML, say this from a shell: rdoc README.rdoc

ActiveRecord gives you the :include option to load records and their associations in a fixed number of queries. This is...

blog.plataformatec.com.br

It is common in Rails 3.0 applications that you want to provide default views for a group of controllers. Let...

I prefer using Opera's "User mode" to toggle an outlining of HTML elements quickly. This helps greatly when you...

At times, it might be unavoidable to have different CSS rules for Internet Explorer than for sane browsers. Using Sass...

makandra dev

The information in this card is only relevant for Rails 2.3-era apps. This note gives a quick introduction into...

makandra dev
ruzee.com

Liquid Canvas is a JavaScript library which allows you to draw inside an HTML canvas element with an easy yet...

phantomjs.org

PhantomJS is a minimalistic headless WebKit. It has fast and native support for various web standards: DOM handling, CSS selector...

Specify these gem versions in your Gemfile: gem 'cucumber', '~> 1.3.0' gem 'cucumber-rails', '= 0.3.2' # max version for Rails 2

I don't like those buttons inside the header area of a message that Thunderbird 3 put there. Though the...

Pie sometimes does not properly redraw elements upon changes. This often happens when the change comes from somewhere further up...

When working with large Sass files you will notice that the first request after a change to a Sass file...

web.archive.org

When you style multiple adjacent block elements with float: left, they will be rendered next to each other similar to...

When calling a Sass mixins, you usually don't need to quote arguments: +tint_article(#f21) However, when a CSS...

labs.adobe.com

"Wallaby" is the codename for an experimental technology that converts the artwork and animation contained in Adobe® Flash® Professional (FLA...

If you have content inside a page that is hidden by CSS, the following will work with Selenium, but not...