makandra dev
yconst.com

...at­tempt to ar­range it's childr­en in a layout that makes opt­im­al use of scre­en space, by "pack­ing" them in a tight ar­range­ment

makandra dev
bitbucket.org

Makes a robust determination of a user's timezone through Javascript.

blog.teamtreehouse.com

Randy Hoyt is presenting a way to display something (e.g. products) in a grid. It's responsive, too...

adobe.com

Holly Schinsky from Adobe shows some of Bootstrap's capabilities. The combination of explanation, screenshots and source code makes it easy to understand

makandra dev
davidwalsh.name

CSS transitions make your responsive websites smoother and more professional. It's easy and already there. Use it...

makandra dev
github.com

pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades...

makandra dev
ruby-lang.org

It's the last bugfix release. We will get another year of security fixes, then no more patches...

blog.avisi.nl

On case-insensitive file systems like Mac's HFS+ (per default – you may change this, but it won't work for all programs), git won't recognize when you change...

blog.jcoglan.com

Read the linked article together with this reply to get an appreciation for why it's a bad idea to...

makandra dev
blueimp.github.com

File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built on Bootstrap, but there's a version for jQuery-UI...

docs.cksource.com

The article gives a very short tutorial how to customize tabs and fields of CKEditor's dialogs...

0xfe.blogspot.com

Chrome now supports desktop notifications using WebKit's webkitNotifications API. This means you can create popup bubbles from Javascript...

makandra dev
github.com

...to get Rails 3's new ActiveRecord query interface (where, order) and the new scope syntax (chaining scope definitions) in Rails 2. You also get #to_sql for scopes...

plasmasturm.org

A short tutorial for XPath. It's the first XPath introduction that ever stuck with me. Also see XPath in 5 Paragraphs...

ghacks.net

...users will receive update notifications in April offered through the browser’s internal updating service that will update the version to the latest stable build of the browser...

agileweboperations.com

features are pre-sold without any option to negotiate what’s important and what may be left out, you inevitably end up with too much complexity. Such pre-sold features...

robots.thoughtbot.com

I think this pattern is really useful not just for upgrading suites from Webrat, but really anywhere you have an HTML fragment or string that you’d like to use...

robots.thoughtbot.com

We are changing our name from Hoptoad to Airbrake. You see, some folks much larger than us reached out and claimed trademark over all things related to frogs and toads...

...and little animals of that ilk. After speaking to our lawyers we reluctanctly decided it’s best to change the name...

vectormagic.com

Automatically convert bitmap images like JPEGs, GIFs and PNGs to the crisp, clean, scalable vector art of EPS, SVG, and PDF with the world's best auto-tracing software...

makandra dev
ndpsoftware.com

Make sure you understand differences between git's areas (such as stash, workspace, upstream, etc.) and what commands affect which areas...

devstructure.com

...looks inside popular package managers, finds changes you made to configuration files, and archives software you built from source to generate Puppet, Chef, or shell code.  Everything blueprint sees is...

...stored in Git to be diffed and pushed.  It runs on Ubuntu Linux 10.04 and newer...

prototypejs.org

jQuery's selector engine, live()-like event handlers, pixel-perfect layout measuring...

nokogiri.org

...for being complicated to install. Let’s wrassle this little myth to the ground, shall we...

alfajango.com

Thanks to habits engrained by Rails 2’s link_to_remote and remote_form_for, we expect that Rails 3...