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...
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...
If you have content inside a page that is hidden by CSS, the following will work with Selenium, but not...
If you want your application to display properly on iPad, iPhone or Android there are two things to do:
The following Sass will do the trick: button, input[type="reset"], input[type="button"], input[type="submit"], input[type="file...
I was recently confronted with the task of creating a two-column liquid layout with a header and footer in...
Styling button tags across all major browsers is not easy. Many times you should be fine by using the native...
This collection of Sass mixins enables cross-browser styling (including IE with CSS3PIE) with less lines of code.
When using an odd value for line-height in CSS the result will vary across all major browsers.\
Fixes all Flash elements on a page so that they heed DOM stacking order
This note describes a Cucumber step definition that lets you test whether or not a CSS selector is present on...
Lately, we’ve been exploring ways to offer web apps that perform like native apps on mobile devices. For this...
You don't need a Rails application to use Sass. Even when you're working on a static site you...
Because they are vector, it would make sense if we could do things that other vector programs (e.g. Adobe Illustrator...
The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on...
This gem is designed to provide CSS views to Rails, and a process to concatenate and minify these files to...
Sometimes files attain executable-flags that they do not need, e.g. when your Windows VM copies them over a Samba...
When you create e.g. a sidebar box that contains headlines and paragraphs, the final paragraph's margin in that box...
When deploying Rails applications you might have noticed that JS and CSS are not cached by all browsers.
To parse XML-documents, I recommend the gem nokogiri. A few hints: xml = Nokogiri::XML(" foo bar ") parses an xml...
tmp/* storage/* db/*.sqlite3 db/schema.rb db/structure.sql public/system .project .idea/ public/javascripts/all* public/stylesheets/all* public/stylesheets/*.css config/database.yml *~ *#* .#* .DS_Store webrat-*.html
Web performance expert Nicole Sullivan discusses a set of best practices in the creation of supremely fast, visually impactful web...