When you click a link or a press a button on a Selenium-controlled browser, the call will return control...

teddziuba.com

Around the time in my life when I stopped ordering drinks made with more than one ingredient, I was woken...

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...

MySQL's MIN and MAX functions are for aggregations only. This will not work and produce an error:

google.com

Currently, only up to 500 rows of Analytics table data can be exported at a time into CSV format. If...

If you use a form (or form fields) multiple times inside one view, Rails will generate the same id attributes...

adobe.com

Flash movies (.swf files) can talk with Javascript code embedded in the same HTML page. There are two ways to...

en.wikipedia.org

Although you can access many symbols using the AltGr key you may be missing some, like the en-dash (–) or...

On 32bit systems, the maximum representable Time is 2038-01-19 03:14:07 in UTC or 2038-01-19...

blogs.msdn.com

What are Google’s plans for turning WebM into a genuinely open standard, one that is based on consensus like...

The code below shows a method #validate which uses Nokogiri to validate an XML document against an XSD schema. It...

Sometimes you want to run a command forever, e.g. to compile a haml to html file on the console. Use...

To improve your chances to get proper error messages, you can try ^ to start cucumber with the -b option, so...

If you run specs or your application and get an error like: ActionController::MissingFile in 'ProductsController#show, should render PDF...

makandra dev
code.google.com

Javascript that implements client-side hyphenation of HTML-Documents.

When you try to remove a non-existing index using remove_index, the migration will incorrectly pass without an error...

getfirebug.com

You know Firebug as a Firefox extension but there is also a "Lite" version which runs purely off JavaScript.

babushka.me

The idea is this: you take a job that you'd rather not do manually, and describe it to babushka...

Note: Consider not doing this. Use form models or vanilla methods instead. The :conditions option for Rails associations cannot take...

This card describes a Cucumber step that lets you say: When I perform basic authentication as "username/password" and I visit...

Are you adding a "Then show me the page" and re-run Cucumber whenever there is a failing scenario? Don...

If you're on Ubuntu: sudo apt-get install ruby-dev On other platforms: Look for a package containing ruby...