found drama

get oblique

Tag Archives: webdev

Linkdump for May 3rd

by Rob Friesel

Google Web Fundamentals I see this and I can't help but think Could we please get WebPlatform Docs out of alpha before embarking on any new comprehensive resources? (tagged: WebPlatform Docs Web Fundamentals Google webdev documentation ) Programming Sucks Peter Welch: The human brain isn't particularly good at basic logic and now there's a whole […]

Linkdump for January 14th

by Rob Friesel

Bulletproof Accessible Icon Fonts Hot on the heels of Ian Feather's piece on SVG vs. icon fonts (vide infra), the Filament Group published their own lessons learned about using icon fonts in the wild. (tagged: accessibility fonts icon fonts ) Software in 2014 Tim Bray's current "state of the union" on the software engineering field, […]

Linkdump for December 2nd

by Rob Friesel

Creating Desktop Applications With node-webkit By Mike Cantelon, writing at the StrongLoop blog. This isn't the first time that node-webkit has come across my radar, but this is a good little intro for someone who hasn't heard of it before. (tagged: node-webkit Node.js JavaScript WebKit ) Offline First! This website is starting a discussion about […]

Linkdump for November 6th

by Rob Friesel

The Parable of Mustache.js Jan Lehnardt: He praised though, that they were able to build a compatible implementation that could compete on its own merits while still being compatible with a spec and he said that all library development should be done that way. Too often we conflate a great idea with its implementation and […]

Linkdump for September 23rd

by Rob Friesel

Does CoffeeScript Have a Future? The most interesting bit in here was Joel Turnbull quoting Tom Dale: I’m not so confident now. What has shifted? Tom Dale states in the thread “Every CoffeeScript developer knows JavaScript. The inverse is not true.” This rings true for me, and it’s not so much that something has shifted. […]

Linkdump for September 3rd

by Rob Friesel

Decoupling Your HTML, CSS, and JavaScript Philip Walton: Almost every type of coupling between HTML, CSS, and JavaScript can be lessened with an appropriate use of classes and a predictable class naming convention. Long read, but he has lots of good points. And as he points out, a lot of these are easy (and tempting) […]

Linkdump for August 10th

by Rob Friesel

5 Myths About Mobile Web Performance Michael Mullany, Sencha CEO, writing for the company's dev blog: Every mobile browser has a feature area where it outperforms other browsers by a factor of 10–40x. The Surface outperforms the iPhone on SVG by 30x. The iPhone outperforms the Surface on DOM interaction by 10x. There is significant […]

Linkdump for March 23rd

by Rob Friesel

The Most Notorious Counterfeiter Albert Talton Fascinating story about the man who put about $7 million worth of counterfeit bills into circulation. And it sounds like he got just about all his supplies at his local Staples. Just crazy. (tagged: counterfeit ) How to lose weight (in the browser) BrowserDiet.com: a pretty good list of […]

Linkdump for January 26th

by Rob Friesel

Quinoa bad for Bolivian and Peruvian farmers? Ignore the media hand-wringing. Ari LaVaux, writing for Slate Magazine. tl;dr: It's OK to buy quinoa, just do everyone the favor of looking for Fair Trade, sustainably cultivated quinoa. (tagged: politics food economics sustainability quinoa ) Writing Testable Frontend Javascript Part 1 – Anti-patterns and their fixes Shane […]

Linkdump for January 15th

by Rob Friesel

Filling in Python’s gaps in statistics packages with Rmagic Randal S. Olson on Rmagic, a tool that allows you to execute R code more/less from within your Python scripts: Rmagic lets me pass my data to R, run the R function on the data, then seamlessly return the data back to Python before I start […]