February 2012
18 posts
3 tags
TJ Holowaychuk: Connect 2.0 →
tjholowaychuk:
Connect 2.0 is here with new core middleware, miscellaneous improvements, and some new docs.
var app = connect() .use(connect.logger('dev')) .use(connect.static('public')) .use(function(req, res){ res.end('hello world\n'); }) app.listen(3000);
HTTP and HTTPS
Previously connect.Server…
4 tags
bitdrift: Don't try this at home (just get... →
bitdrift:
Launching Banterly last week was a thrill. It was unbelievably fun meeting so many new people from all over the world through my own personal creation. Everyone was so friendly and supportive and I honestly loved every minute of it (even the parts where I was frantically fixing bugs). It was an…
คุณค่าที่แท้จริงมาจากข้างในคุณ เกิดจากคุณ ไม่ใช่สิ่งที่คนข้างนอกมองเห็นมัน
The...
คนบนโลกใบนี้ ไม่ได้ต้องการสิ่งที่ดีกว่า...
3 tags
How to sync box.net account with ubuntu folder via... →
6 tags
Lungojs : The first Mobile Framework that uses the... →
3 tags
Check your browser CSS3 support →
6 tags
resumable.js : fault-tolerance file upload, can... →
5 tags
Adjust image by viewport size responsively. →
3 tags
Mastering Console Logging →
4 tags
stackjs →
5 tags
UIKit - Modern UI components for the modern web →
thechangelog:
TJ is at it again. The creator of Express, Stylus, and other projects you probably use has released UIKit, a lightweight web UI component library. Let’s be honest, most JavaScript UI component libraries are bloated, tangled messes. UIKit aims to be leaner yet object-oriented. Consider this ColorPicker example:
var picker = new ui.ColorPicker; ...
January 2012
24 posts
5 tags
Badass JavaScript: psd.js: You Guessed It - A... →
badassjs:
Ryan LeFevre has been working on psd.js, which is as you might have already guessed, is a Photoshop Document parser that works in both the browser and Node.js.
psd.js is a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as…
7 tags
Shim: nodejs app to share your web browsing across... →