December 2010
7 posts
Map.rb - Hash Awesomeness! →
Frustrated with string/symbol hash bugs! Check out this hash gem “Map” by Ara T Howard. It works across all Ruby Versions and solves two common hash problems:
string/symbol hash bugs
consistent hash order
But it comes packed with some awesome features as well!
Built-in Options Handling
Easy Struct Objects
And some depth iterators
Check It Out
http://uxmag.com/design/user-experience-for-develop... →
Super Happy Dev House #chs
We are pleased to host Super Happy Dev House for #chs, every day is a “Super Happy Dev Day” hacking at Jack Russell Software!!! #shdhchs #barcampchs
http://elabs.se/blog/24-scopes-are-obsolete →
Update: html2haml to convert to haml from url
html2haml is a sinatra web application that allows you to convert html to haml. If you are getting into to haml, or trying to learn haml, it is a useful tool to see how html is rendered in haml.
We updated the application to accept a url from a web page and it converts it to haml.
Check it out!
Follow us on twitter
Feedback
@jackhq
Go Fish! →
headjs - The only script in your →
thechangelog:
Head JS is a 2.3kb script that speeds up, simplifies and modernizes your site.
The HEAD section is the worst place to load scripts. It’s painfully slow. The more and the bigger the worse it gets. When you move your scripts to the end of the document you aren’t able to use HTML5 or CSS3 safely or you run into dependency problems.
That’s where Head JS comes into play.
So what’s...