Select as many rows as you'd like to insert by dragging over the row numbers on the left. Then...

Possible fixes: Upgrade your Firefox. It's fixed in 5.0. Hunt down funny float or overflow directives in your CSS...

stackoverflow.com

When you double-tap a string of text on an iPhone or iPad a complicated context menu for copying and...

Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...

You can say: $(element).is(':visible') and $(element).is(':hidden') jQuery considers an element to be visible if it...

When you edit text in Balsamiq Mockups, you can define inline styles like this: | Bold | Some *bold* text | | Italics | Some...

devblog.imedo.de

XPath matchers can be combined with CSS-selector matchers. This is really useful if not, for example, the content of...

Update: Staticmatic will not be further developed. They suggest to switch to middleman. If you need to make a static...

blog.jayfields.com

Deprecated ways to execute shell code in Ruby This is just a reference for legacy code. For new code, always...

makandra dev

This card shows you how to center a float horizontally in CSS. Also: find out what techniques are available for...

cssnewbie.com

The trick is this: send a low-resolution version of your image to the screen, and a high-resolution version...

makandra dev

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

thrivingkings.com

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

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

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

benmabey.com

Bryan talked about the differences between imperative and declarative scenarios. In my opinion, both styles have benefits and should be...

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

phantomjs.org

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

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

makandra dev
github.com

The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...

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