Skip to content

Instantly share code, notes, and snippets.

Dave Haeffner is the writer of Elemental Selenium -- a free, once weekly Selenium tip newsletter that's read by thousands of testing professionals.

He's also the creator and maintainer of the-internet (an open-source web app that's perfect for writing automated tests against), author of The Selenium Guidebook, and an active member of the Selenium project.

As a Software Developer at Applitools he works full-time as a maintainer of Selenium IDE.

He's helped numerous companies successfully implement automated acceptance testing; including The Motley Fool, ManTech International, Sittercity, and Animoto. He's also spoken at numerous conferences and meet-ups around the world about automated functional testing.

.table-view {
width:100%;
height:100%;
overflow:scroll;
}
.table-view-cell{
width:100%;
height:30px;
border: 1px solid #c0c0c0;
cursor: pointer;
@cheeaun
cheeaun / jscampasia2012.md
Created November 29, 2012 08:19
JSCamp.Asia links & resources
@danveloper
danveloper / html5-thumbnail-iframe.html
Created September 27, 2012 18:59
HTML5 Thumbnail Processing in IFRAME
<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function() {
// Must be server-side images; non-origin images will result in a security exception
var images = ["img.jpg"];
for (var i=0;i<images.length;i++) {
thumbnailify(images[i]);
@xavierjurado
xavierjurado / gist:3138813
Created July 18, 2012 20:53
Gitlab Gmail configuration

Gitlab Gmail configuration

In Gitlab 2.6 you must edit the following files in order to send messages through a Gmail account (also applicable to Google Apps accounts).

config/environments/production.rb

config.action_mailer.delivery_method = :smtp
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true
@dhh
dhh / gist:1014971
Created June 8, 2011 18:09
Use concerns to keep your models manageable
# autoload concerns
module YourApp
class Application < Rails::Application
config.autoload_paths += %W(
#{config.root}/app/controllers/concerns
#{config.root}/app/models/concerns
)
end
end
@jasonong
jasonong / terminology20110524
Created May 25, 2011 15:41
Show notes from Terminology meet up on 24th May 2011
Date: 25th May 2011
Time: 7:30pm
Venue: HackerspaceSG, 70A Bussorah Street
# Patrick:
~/.bashrc
http://haller.ws/projects/bash/
# Ivan:
http://en.wikipedia.org/wiki/The_Mother_of_All_Demos