harrikauhanen + webdev 279
Retina.js | Retina graphics for your website
4 weeks ago by harrikauhanen
"Mikäli haluat yhdistää toisessa joukkueessa käyttämäsi Nimenhuuto-tunnukset tähän käyttäjään, niin varmista että molemmissa joukkueissa pelaajalla on yhteinen ja varmistettu sähköpostiosoite (tai kirjaudu sisään myös toiseen joukkueeseen tällä samalla selaimella toisessa ikkunassa)."
javascript
webdev
4 weeks ago by harrikauhanen
Scope and this in JavaScript | Blog :: The JavaScript Playground
4 weeks ago by harrikauhanen
"..if ever wondered what the var _this=this; is all about, hopefully this article should clear it all up."
javascript
webdev
4 weeks ago by harrikauhanen
A Baseline for Front-End Developers - Adventures in JavaScript Development
4 weeks ago by harrikauhanen
Great collection of stuff might need/should use as a front-end developer.
javascript
webdev
4 weeks ago by harrikauhanen
kriskowal/es5-shim
4 weeks ago by harrikauhanen
"Provides compatibility shims so that legacy JavaScript engines behave as closely as possible to ES5."
javascript
webdev
4 weeks ago by harrikauhanen
Yahoo!’s Mojito is Now Open Source · YDN Blog
4 weeks ago by harrikauhanen
"I had a dream: a client+server framework
JavaScript frameworks are nothing new. We know there are already a number of them out there. However, Mojito brings something new and unique to the table.
Mojito is all JavaScript, that's good. JavaScript is the single most widely available programming language today, and that's something worth taking advantage of.
Mojito is a true MVC framework, that's better! MVC is a battle-tested design pattern, having proven its usefulness in desktop apps, in server-side apps, in, today, rich client-side applications. Those who ignore MVC... often reinvent it.
But the best part of Mojito is its ability to "blur" the client/server boundary, to let you write code that runs on the client, or the server. Or both."
webdev
javascript
JavaScript frameworks are nothing new. We know there are already a number of them out there. However, Mojito brings something new and unique to the table.
Mojito is all JavaScript, that's good. JavaScript is the single most widely available programming language today, and that's something worth taking advantage of.
Mojito is a true MVC framework, that's better! MVC is a battle-tested design pattern, having proven its usefulness in desktop apps, in server-side apps, in, today, rich client-side applications. Those who ignore MVC... often reinvent it.
But the best part of Mojito is its ability to "blur" the client/server boundary, to let you write code that runs on the client, or the server. Or both."
4 weeks ago by harrikauhanen
ernie/squeel
8 weeks ago by harrikauhanen
"Squeel lets you rewrite...
Article.where ['created_at >= ?', 2.weeks.ago]
...as...
Article.where{created_at >= 2.weeks.ago}"
rails
webdev
Article.where ['created_at >= ?', 2.weeks.ago]
...as...
Article.where{created_at >= 2.weeks.ago}"
8 weeks ago by harrikauhanen
adamdbradley/foresight.js
8 weeks ago by harrikauhanen
"Foresight.js gives webpages the ability to tell if the user's device is capable of viewing high-resolution images (such as the 3rd generation iPad) before the image is requested from the server."
javascript
css
webdev
8 weeks ago by harrikauhanen
bootstrap-wysihtml5
8 weeks ago by harrikauhanen
"bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap"
html
javascript
webdev
8 weeks ago by harrikauhanen
Kippt - Bookmark and read the web
8 weeks ago by harrikauhanen
Hmmm, this could be a replacement for Pinboard... will see.
"Manage your bookmarks and reading beautifully"
webdev
"Manage your bookmarks and reading beautifully"
8 weeks ago by harrikauhanen
Swagger: A simple, open standard for describing REST APIs with JSON
9 weeks ago by harrikauhanen
"Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. The overarching goal of Swagger is to enable client and documentation systems to update at the same pace as the server."
webdev
rest
9 weeks ago by harrikauhanen
myronmarston/vcr
9 weeks ago by harrikauhanen
Very neat idea indeed!
"Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."
rails
ruby
testing
webdev
"Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."
9 weeks ago by harrikauhanen
git - How to reset my local repository to be just like the remote repository HEAD - Stack Overflow
9 weeks ago by harrikauhanen
"Setting your branch to exactly match the remote branch can be done in two steps"
git
webdev
9 weeks ago by harrikauhanen
Bourbon Sass Mixins Library
9 weeks ago by harrikauhanen
"Bourbon is a comprehensive library of sass mixins that are designed to be simple and easy to use. No configuration required.
The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible."
css
sass
webdev
The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible."
9 weeks ago by harrikauhanen
assaf/zombie
10 weeks ago by harrikauhanen
"Insanely fast, headless full-stack testing using Node.js"
javascript
testing
webdev
10 weeks ago by harrikauhanen
Ruby CMS - Nesta
10 weeks ago by harrikauhanen
"A Ruby CMS for developers and designers. With simple code that's easy to follow, Nesta is easily extended using the Sinatra web framework."
cms
ruby
sinatra
webdev
heroku
10 weeks ago by harrikauhanen
Gemnasium
10 weeks ago by harrikauhanen
"Gemnasium keeps you up to date on the gems that matter to you.
We parse your Ruby projects’ gem dependencies and notify you when new versions are released."
gem
ruby
webdev
We parse your Ruby projects’ gem dependencies and notify you when new versions are released."
10 weeks ago by harrikauhanen
amatsuda/kaminari
10 weeks ago by harrikauhanen
"A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3"
gem
rails
webdev
10 weeks ago by harrikauhanen
ruby - When monkey patching a method, can you call the overridden method from the new implementation - Stack Overflow
10 weeks ago by harrikauhanen
Awesome response on various ways to override a method in Ruby (and even discussion how you could perhaps do it on Ruby 2.0)
ruby
webdev
10 weeks ago by harrikauhanen
Rands In Repose: Hacking is Important
10 weeks ago by harrikauhanen
Great post about discipline and chaos (hacking)
webdev
business
10 weeks ago by harrikauhanen
Six Metrics Every Business Should Track
11 weeks ago by harrikauhanen
"explore six such metrics that are related to customer retention and loyalty. If you’re not already tracking these metrics for your business, I suggest you start. Metrics like these should be closely watched and can help inform major decisions around marketing, customer retention, product development, and more."
webdev
11 weeks ago by harrikauhanen
Preventing mass-assignment injection in Rails - jkfill blog
11 weeks ago by harrikauhanen
"attr_accessible is the current Rails way to prevent mass-assignment injection, but it has some shortcomings. Here’s a different approach to mass-assignment protection that is the laser to attr_accessible’s shotgun."
rails
webdev
security
11 weeks ago by harrikauhanen
blur.js
11 weeks ago by harrikauhanen
"blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements." ...and why not :)
javascript
jquery
webdev
11 weeks ago by harrikauhanen
Log Management and Analysis Service | Logentries
11 weeks ago by harrikauhanen
"Logs collected in real time, analyzed, stored, and presented in a meaningful way.
Anywhere. Anytime."
They now have a Heroku add-on so Heroku logging problem (limit of 500 lines) can be solved with this service.
webdev
heroku
Anywhere. Anytime."
They now have a Heroku add-on so Heroku logging problem (limit of 500 lines) can be solved with this service.
11 weeks ago by harrikauhanen
jkbr/httpie
11 weeks ago by harrikauhanen
Looks like "human friendly" alternative to cURL. I might need to install Python now :)
webdev
http
11 weeks ago by harrikauhanen
Font Awesome, the iconic font designed for use with Twitter Bootstrap
11 weeks ago by harrikauhanen
"The iconic font designed for use with Twitter Bootstrap"
css
webdev
11 weeks ago by harrikauhanen
Replacing the -9999px hack (new image replacement) – Jeffrey Zeldman Presents The Daily Report
11 weeks ago by harrikauhanen
"REPLACING THE -9999PX HACK (NEW IMAGE REPLACEMENT)"
css
webdev
11 weeks ago by harrikauhanen
Backbone and Ember | Boris Smus
12 weeks ago by harrikauhanen
a good, cosntructive, discussion on ember versus backbone
javascript
webdev
12 weeks ago by harrikauhanen
Tower.js - Full Stack Web Framework for Node.js and the Browser
12 weeks ago by harrikauhanen
A "Rails Stack" in JavaScript (with the help of Node.js).
javascript
webdev
12 weeks ago by harrikauhanen
About normalize.css – Nicolas Gallagher
12 weeks ago by harrikauhanen
"Normalize.css is a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. It’s a modern, HTML5-ready, alternative to the traditional CSS reset."
css
webdev
12 weeks ago by harrikauhanen
The Pragmatic Bookshelf | Technical Blogging
february 2012 by harrikauhanen
"Technical Blogging is the first book to specifically teach programmers, technical people, and technically-oriented entrepreneurs how to become successful bloggers. There is no magic to successful blogging; with this book you’ll learn the techniques to attract and keep a large audience of loyal, regular readers and leverage this popularity to achieve your goals."
business
webdev
books
february 2012 by harrikauhanen
Phone call and SMS alerting for your monitoring systems | PagerDuty - Home
february 2012 by harrikauhanen
Monitoring service integrating with Nagio, Monit, New Relic etc. The twist is the ability to schedule the right person for receiving the alerts (e.g a person on duty).
monitoring
webdev
february 2012 by harrikauhanen
Fixes Rails issue 687 (ActionMailer is html escaping ampersand in urls in plain text messages) for Rails 3.2.1 — Gist
february 2012 by harrikauhanen
Rails 3 has not fixed the problem escaping HTML in e.g. text emails, this should patch it.
rails
patch
webdev
february 2012 by harrikauhanen
Bret Victor - Inventing on Principle on Vimeo
february 2012 by harrikauhanen
"Inventing on Principle" is one of the most inspirational presentations I've seen.
self-improvement
webdev
february 2012 by harrikauhanen
The Pry Ecosystem | Like Dream of Banister Fiend
february 2012 by harrikauhanen
cool pry extensions
ruby
webdev
february 2012 by harrikauhanen
BriteVerify
january 2012 by harrikauhanen
"Verify that an email inbox actually exists as a user enters it without ever sending an email. "
webdev
january 2012 by harrikauhanen
WebReflection/es6-collections - GitHub
january 2012 by harrikauhanen
"The aim of this repository is to provide an unobtrusive, performances oriented shim for ES6 collections such WeakMap, Map, and Set."
javascript
webdev
january 2012 by harrikauhanen
The top 20 HTML5 games | Feature | .net magazine
january 2012 by harrikauhanen
"HTML5 is quickly turning into a great game development platform. Rob Hawkes, creator of multiplayer space shooter Rawkets, highlights some of the best online games built with HTML5 (and JavaScript) out there and the technologies that they’re using"
html
webdev
january 2012 by harrikauhanen
HTML5 Cross Browser Polyfills - GitHub
january 2012 by harrikauhanen
"So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them"
html
webdev
january 2012 by harrikauhanen
marstall/shim - GitHub
january 2012 by harrikauhanen
"Shim is a node.js-based browser-compatibility tool that lets you synchronize several devices/browsers and surf the same pages simultaneously on all of them."
webdev
january 2012 by harrikauhanen
Fibers & Cooperative Scheduling in Ruby - igvita.com
january 2012 by harrikauhanen
"Fibers solve this problem for us by allowing us to turn an asynchronous library into what looks like a synchronous API without losing the advantages of IO-scheduling of the asynchronous execution"
ruby
webdev
january 2012 by harrikauhanen
DailyJS: Programming Styles in the Node Community
january 2012 by harrikauhanen
"the Node community has several dominant styles, each with their own advantages. If you’re starting your own Node projects then you might like to use the style of a well-known developer for guidance of inspiration."
javascript
webdev
january 2012 by harrikauhanen
mbklein/confstruct - GitHub
january 2012 by harrikauhanen
"Confstruct is yet another configuration gem. Definable and configurable by hash, struct, or block, confstruct aims to provide the flexibility to do things your way, while keeping things simple and intuitive."
rails
gem
webdev
january 2012 by harrikauhanen
Presto Framework
december 2011 by harrikauhanen
"The main idea behind Presto is to have a handy wrapper around Rack that adds as low overhead as possible"
ruby
rack
webdev
december 2011 by harrikauhanen
nullobject/rein - GitHub
december 2011 by harrikauhanen
"Database constraints made easy for ActiveRecord. Rein currently supports PostgreSQL and MySQL (foreign keys only) for both Rails 2 & 3."
rails
gem
webdev
december 2011 by harrikauhanen
rwldrn/idiomatic.js - GitHub
december 2011 by harrikauhanen
"Principles of Writing Consistent, Idiomatic JavaScript"
javascript
webdev
december 2011 by harrikauhanen
moxy
december 2011 by harrikauhanen
"Moxy is a programmable mock proxy. It is an HTTP proxy exposing web hooks that you can use in order to tell it what to do, and when to do it."
gem
ruby
webdev
december 2011 by harrikauhanen
Mocha - the fun, simple, flexible JavaScript test framework
november 2011 by harrikauhanen
"Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases."
javascript
testing
webdev
november 2011 by harrikauhanen
eric1234/rack_mailer - GitHub
november 2011 by harrikauhanen
"A rack end point for a contact form. Will put all the params in an e-mail sent to a pre-configured address."
Simply sends any Rails form to an email address.
rails
webdev
Simply sends any Rails form to an email address.
november 2011 by harrikauhanen
Appraisal: find out what your gems are worth — giant robots smashing into other giant robots
november 2011 by harrikauhanen
"how do you make sure that your library works with all supported versions of your dependencies? A common example is Rails: now that Rails 3.1 is out, how can you make sure that your library works with both Rails 3.0.x and Rails 3.1.x?"
ruby
gem
webdev
november 2011 by harrikauhanen
Web Applications - John Ousterhout
october 2011 by harrikauhanen
A full and LONG course (lectures on video) on web development (with the help of Rails).
rails
webdev
october 2011 by harrikauhanen
MailCatcher
october 2011 by harrikauhanen
"MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface."
rails
ruby
webdev
october 2011 by harrikauhanen
related tags
agile ⊕ books ⊕ bundler ⊕ business ⊕ ci ⊕ cloud ⊕ cms ⊕ contacts ⊕ css ⊕ cucumber ⊕ dns ⊕ doc ⊕ entrepreneuring ⊕ flash ⊕ gem ⊕ git ⊕ heroku ⊕ hosting ⊕ html ⊕ http ⊕ ie ⊕ javascript ⊕ jobs ⊕ jquery ⊕ linux ⊕ mac ⊕ marketing ⊕ mongodb ⊕ monitoring ⊕ patch ⊕ prodcutivity ⊕ rack ⊕ rails ⊕ rest ⊕ rspec ⊕ ruby ⊕ saas ⊕ sass ⊕ security ⊕ self-improvement ⊕ shell ⊕ sinatra ⊕ svg ⊕ testing ⊕ textmate ⊕ webdev ⊖ xpath ⊕Copy this bookmark: