When requests arrive at the application servers simultaneously, weird things can happen. Sometimes, this can also happen if a user...
Say you want to vertically align a div box inside a div container. This is how you do it:
Using beginning_of_day or end_of_day on Date or DateTime objects in Rails 2.x applications will never...
Today, this line made me trouble. Can you spot the mistake? match 'sitemap.xml' => 'feeds#sitemap', :constraints => { :format => 'xml' }, :as => 'sitemap...
Removing duplication from the code is a seemingly easy task. In many cases it is pretty straight-forward – you look...
Slides presenting ways to integrate the ideas of Aspect-Oriented Programming in Ruby. Outline Why Aspect-Oriented Programming?
i686 means 32-bit.
If you get an error like this ... can’t find executable rails for rails-3.2.3 (Gem::Exception) ... one of several...
How to call routes, make requests and try out helpers from the Rails console.
OCRA (One-Click Ruby Application) builds Windows executables from Ruby source code. The executable is a self-extracting, self-running...
Every time I started RubyMine, it opened the main window on the left monitor -- when moving it to the center...
DTAUS & DTAZV are formats for German bank transfers and is short for "Datenträgeraustausch". The format itself totally sucks because it...
When you add a linear gradient to an element, IE9 removes all border-radius and inset box-shadows. This is...
Though the W3C even gives it as an example, no browser actually supports this CSS: img:before { content: "something"; }
Sometimes you need a special version of chrome because it has some features you need for testing, like in this...
You can set the resolution and user agent used in selenium tests with chrome with the method described in this...
File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...
It's not logical, so don't be too hard on yourself. You need to give it a height and...
When you want to test how an web-application reacts in a specific resolution, you can set up a specific...
The DOM window object provides access to the browser's history through the history object. It exposes useful methods and...
If you get this: p_elSource.attachEvent is not a function ... you need to disable Firebug or switch to another browser.
The closest is probably Nimbus Sans L, which is released under the GPL, AFPL, LPPL licenses. However, I couldn't...
Note that you are not allowed to embed any font in a website. You need to check the license first...
In order to navigate through the browser history. you can manipulate the window.history object via javascript like follows: