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…
Feb 27th
255 notes
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…
Feb 27th
17 notes
Feb 26th
604 notes
“คุณค่าที่แท้จริงมาจากข้างในคุณ เกิดจากคุณ ไม่ใช่สิ่งที่คนข้างนอกมองเห็นมัน The...”
Feb 24th
1 note
“คนบนโลกใบนี้ ไม่ได้ต้องการสิ่งที่ดีกว่า...”
Feb 24th
2 notes
3 tags
How to sync box.net account with ubuntu folder via... →
Feb 23rd
1 note
Feb 20th
63 notes
6 tags
Lungojs : The first Mobile Framework that uses the... →
Feb 18th
6 notes
Feb 16th
101,802 notes
3 tags
Check your browser CSS3 support →
Feb 15th
1 note
Feb 10th
996 notes
Feb 9th
30,495 notes
Feb 7th
107 notes
6 tags
resumable.js : fault-tolerance file upload, can... →
Feb 4th
1 note
5 tags
Adjust image by viewport size responsively. →
Feb 3rd
1 note
3 tags
Mastering Console Logging →
Feb 3rd
1 note
4 tags
stackjs →
Feb 3rd
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; ...
Feb 3rd
20 notes
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…
Jan 31st
29 notes
7 tags
Shim: nodejs app to share your web browsing across... →
Jan 28th