To parse XML-documents, I recommend the gem nokogiri. A few hints: xml = Nokogiri::XML(" foo bar ") parses an xml...
See the lemonade descriptions. Unfortunately, the gem has a few problems: it does not work with Sass2...
This is about converting Haml to ERB and not the other way round which you probably want! This process can...
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
You are getting when connecting via SSH or deploying with Capistrano (which uses SSH): Too many authentication failures for username...
When you include a non-existing Javascript file, you probably won't notice it during development. But with caching active...
Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string.
Web performance expert Nicole Sullivan discusses a set of best practices in the creation of supremely fast, visually impactful web...
Maybe I haven’t been paying close enough attention, but over the past few years an interesting variation of CSS...
I am a huge fan of SASS (Syntactically Awesome Stylesheets) for styling Rails applications. I have been using it on...
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve...
PNG transparency for IE 6.
HTML sanitizer by the wonko.com guy.
I believe that the current specification of the element is vague because it avoids the question whether the element is...
So, as a result, people using RESTful ideas to talk to browsers have to put the smarts back on the...
This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction...
Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...
Asynchronous JavaScript and CSS, also known as CSSHttpRequest, is a method of URI-encoding data in 2KB chunks split over...