Thomas Heatherwick: the new Da Vinci of design | Art and design | The Guardian
"As to how he finds design solutions, he says the process is almost the opposite of having a "Eureka" moment. "It is more like solving a crime. The answer is there, and your job is to find it. So we go off and do bits of research that essentially eliminate suspects from the enquiry. And then you follow up leads and gradually narrow down the potential solutions. Ultimately what you're left with is the answer. Even if you'd thought of it at the beginning of the process, you could never know it was right until the end."
thomasheatherwick  london  design  process 
yesterday
Climb every mountain: visualising the world's 50 highest peaks | News | guardian.co.uk
"A multi-faceted visualisation of the world's 50 highest peaks. The interactive graphic, made using Tableau Public, features a clickable map of the summits, satellite images of each peak and figures for each mountain's prominence and overall elevation." Nice.
guardian  hiking  climbing  mountains  peaks  data  maps 
2 days ago
Brunch
"A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity"
web  build  automation 
10 days ago
Designing Great API Docs
"The most important piece of UX for a developer product isn't the homepage or the sign up process or the SDK download. It's the API documentation!"
web  api  apidesign  documentation 
10 days ago
The Little Manual of API Design [pdf]
"This manual gathers together the key insights into API design that were discovered through many years of software development on the Qt appli- cation development framework at Trolltech (now part of Nokia)."
web  api  apidesign  pdf 
10 days ago
grunt-s3
"A grunt task to automate moving files to/from Amazon S3."
web  grunt  amazon  s3  deployment  javascript  from instapaper
11 days ago
TodoMVC
"A common learning application for popular JavaScript MV* frameworks"
web  javascript  mvc  framework 
11 days ago
When good front-end optimization goes bad: How to make sure your site tests well AND looks good « Web Performance Today
"Now that we’re seeing wide-scale adoption of front-end optimization best practices, misapplication of these best practices could be delivering “false positives” — sites that test well but look bad for real users."
web  performance  hpw  testing  from instapaper
17 days ago
Go Pedal
"We will deliver a bike to you wherever and whenever you want it, then come and collect it when you're finished."
london  cycling  hire 
18 days ago
On a Repeatable Dev Project Setup
"Every development project, no matter how complex, should have a repeatable, predictable (preferably scripted) new developer project bootstrap."
web  development  deployment  readme  from instapaper
21 days ago
Modularity and Style Guides – David Bushell – Web Design & Front-end Development
"Style guides (or pattern libraries) are the perfect place to start a website build and a modular base. They bridge the gap between design and development. They’re somewhat similar to a traditional brand guidelines but contain less fluff & nonsense and 100% practical code examples."
web  css  styleguides  modularity  smacss  oocss  from instapaper
22 days ago
Stubbornella » Blog Archive » Cross-Browser Debugging CSS
"CSS has an underlying design and when you work with it, with the natural flow of how CSS is meant to be used, you will find you have a lot less bugs."
web  css  bugs  testing  debugging  from instapaper
23 days ago
Say hello (or olá or halo or salam) to automatic message translation in Gmail
"We'll also be retiring some less popular labs over the next few days: [...] Hide Unread Counts [...]".

*cries*
google  gmail  labs  gtd 
23 days ago
The Acceleration of Addictiveness vs Willpower, Productivity, and Flow - Tantek
"We are living in a world of accelerating addictiveness and increasingly I think the only way (likely lonely, squirming, and eccentric as Paul alludes) we'll "get things done" is the continuous directed practice and improvement of willpower, productivity, flow, and exercising thereof."
gtd  productivity  willpower  tantek  from instapaper
24 days ago
The single responsibility principle applied to CSS — CSS Wizardry—CSS, Web Standards, Typography, and Grids by Harry Roberts
"Loosely, the single responsibility principle states that every module or chunk of code (a function etc) should do one job well and one job only. The benefits of this are mainly in the way of maintainability and extensibility. If we don’t adhere to the SRP then we are likely to end up with code which does more than it should, this means that altering one part of that code could negatively impact a seemingly unrelated part of the same snippet."
web  css  modularity  srp  from instapaper
25 days ago
Has the internet run out of ideas already? | Technology | The Observer
Sentiment building. "We're now at the stage where we should be getting the next wave of disruptive surprises. But – guess what? – they're nowhere to be seen. Instead, we're getting an endless stream of incremental changes and me-tooism. If I see one more proposal for a photo-sharing or location-based web service, anything with "app" in it, or anything that invites me to "rate" something, I'll scream."
guardian  ideas  innovation  free  notfree 
26 days ago
The Jig Is Up: Time to Get Past Facebook and Invent a New Future - Alexis Madrigal - Technology - The Atlantic
Worth it. Overdue. Helps explain noticeable burn-out type feelings. "There are organizing principles for what is considered a "good" idea. These ideas are supposed to be the right size and shape. There is a default spreadsheet that we expect ideas to fit onto. But maybe it's time that changed."
digital  innovation  social  technology  free  notfree  via:blech 
28 days ago
Revving Filenames: don’t use querystring | High Performance Web Sites
Must remember. "Which is better: mylogo.1.2.gif or mylogo.gif?v=1.2? To gain the benefit of caching by popular proxies, avoid revving with a querystring and instead rev the filename itself."
web  performance  hpw  caching  from instapaper
28 days ago
iDoneThis
"Reply to an evening email reminder with what you did that day. The next day, get a digest with what everyone has done."
email  calendar  analysis  productivity  teams 
28 days ago
Simple version control for designers - LayerVault
"Unlimited storage, simple version control, team collaboration".
design  mac  photoshop  tools  vcs 
29 days ago
» The EMs have it: Proportional Media Queries FTW! Cloud Four Blog
@getify @smashingmag About pixels vs ems in media-queries: http://t.co/YqcC8tpw #fronttrends Spoiler: use ems!
web  responsive  mediaqueries  from instapaper
29 days ago
linkedin/inject
"Manage your [JS] dependencies in a Library Agnostic way". Clever-looking localStorage stuff.
web  javascript  performance  loading  localstorage 
29 days ago
5 years later: print CSS still sucks / Stoyan's phpied.com
"Ditch media="print" if you have one! (Hey why isn't this a yslow/pagespeed rule?). Ditch it because in the best case scenario it will only block onload. In the worst case it will block initial paint, onload and DOMContentLoaded. Sitting in front of a white page with no feedback is the worst possible user experience."
web  css  print  hpw  performance  from instapaper
4 weeks ago
Find | danielmiessler.com
"find lets you do anything from finding all your .jpg files to seeing "all of Michael's text documents that have the execute bit set and have been modified since yesterday." And when combined with exec or xargs, a properly constructed command can make quick work of some very heavy tasks."
shell  terminal  linux  find 
4 weeks ago
Mosh: the mobile shell
"Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes." As recommended by Matthew Somerville.
shell  ssh  mobile  unix  via:infovore 
4 weeks ago
Serve - Delicious ERB, Haml + Sass
"Simple dynamic site generator with standardised templating tools: certainly looks nice for building those early-stage prototypes before you need a full backend."
ruby  web  development  erb  haml  sass  markdown  templating  via:infovore 
4 weeks ago
Google HTML/CSS Style Guide
Not revolutionary but solid. Some moderately contentious parts.
web  css  html  google  style  styleguide 
4 weeks ago
A Closer Look At Font Rendering | Smashing Magazine
"Now that we have a great choice of fonts that can be used on websites, it becomes clear that the translation of a design into pixels is not something that happens naturally or consistently. OS makers apply different strategies to render how typefaces are displayed, and these have evolved greatly over time (and still continue to do so). As we now look closer at fonts on screen more than ever before, we realize that the rendering of these glyphs can differ significantly between systems and font formats. What’s more, it has become clear that even well-designed fonts may not look right on Windows if they are missing one crucial added ingredient: hinting."
web  fonts  rendering  hinting  from instapaper
4 weeks ago
Slowy app
"Real-world connection simulator and bandwidth limiter." Very handy.
web  mac  connection  mobile  hpw  performance  bandwidth  from instapaper
4 weeks ago
webserver - Why move your Javascript files to a different main domain that you also own? - Stack Overflow
"The problem is that once you send HTTP headers for really aggressive caching (i.e. cache me for a week or a year or forever), these files aren't ever reliably loaded from the server any more and you can't make changes/fixes to them because things will break in people's browsers.

So, what companies have to do is stage these changes and actually change the URLs of all of these files to force people's browsers to reload them. Cycling through domains like "a.imwx.com", "b.imwx.com" etc. is how this gets done.

By using a nonsense domain name, the Javascript developers and their Javascript sysadmin/CDN liaison counterparts can have their own domain name/DNS that they're pushing these changes through, that they're accountable/autonomous for.

Then, if any sort of cookie-blocking or script-blocking starts happening on the TLD, they just change from one nonsense TLD to kyxmlek.com or whatever. They don't have to worry about accidentally doing something evil that has countermeasure side effects on all of *.google.com."
web  hpw  caching  cdn 
4 weeks ago
The Shard: the view from Europe's tallest building | Art and design | The Observer
"You can see, in other words, the whole of London, until now an unencompassable splodge that could last have been captured in a single view perhaps 200 years ago, to its perimeter and beyond. Close to, familiar and not-small objects, such as the Gherkin and HMS Belfast, look like large toys. It is both implausible and real, something well-known seen from an unprecedented place. It's hard to know what to do except gawp." Open the public viewing galleries already!
shard  london 
4 weeks ago
Marseille's trendiest – and cheapest – hotel; car-free breaks, and stylish tents | Travel | The Observer
"The Exe Estuary in south Devon makes a perfect base for a car-free holiday. The train from London will get you to Exeter in just over two hours. From here it's a 25-minute journey on the Avocet Line – a handy local rail service which runs alongside the River Exe – to the pretty village of Lympstone, where there's a good choice of holiday houses for hire."
holidays  accommodation  exeter  exe  devon 
4 weeks ago
Frustration, Disappointment And Apathy: My Years At Microsoft | TechCrunch
"So what happens in those meetings? Are they brainstorming earth-shattering new ideas? Are they inventing new products? Why are they getting paid to join so many of them? [...] Let’s take a look at some of those meetings: Strategy reviews, deep dives, virtual coffee breaks, quarterly off-sites, monthly get-togethers, director summits, leadership meetings, etc."
meetings  microsoft 
4 weeks ago
Octogit - Giving git more tentacles
"A free, open source solution for creating github repositories from the commandline avoid the usual copy and paste." Needs lots of work.
git  github  octogit 
4 weeks ago
mnml ssgs: ssg special - Ukkonen
Our new ssg mix is a special live set from Ukkonen, who we think represents a bright, strange future of techno: http://t.co/CpPr7khS
music  ukkonen  from instapaper
5 weeks ago
Ramblings in Valve Time | Valve
"The idea that a 10-person company of 20-somethings in Mesquite, Texas, could get its software on more computers than the largest software company in the world told him that something fundamental had changed about the nature of productivity [...] The success of Doom made it obvious that this was no longer the case. There was now little value in doing the same thing even twice; almost all the value was in performing a valuable creative act for the first time."
doom  valve  microsoft  productivity  creativity  from instapaper
5 weeks ago
Coding is priority number five - bitquabit
"Team leads are different. Your job, should you accept it, is to become what I’ve lovingly dubbed Shit Umbrella. Your goal is to find all of the peripheral stuff involved in getting the product out the door—important stuff, such as making sure the delivery schedule for the new servers makes sense for when you want to ship the product that needs them, or taking customer calls at 11 PM on a Sunday because their account quit working and they want to know why they should keep paying you, or figuring out when doing features the sales and support teams want makes financial sense—and then coming back and presenting a focused direction to all the developers so that they can get the features written without worrying about how they actually ship. You switch from doing the building yourself to enabling others to build stuff on your behalf."
career  code  development  work 
6 weeks ago
PhantomJS: Headless WebKit with JavaScript API
"PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG."
javascript  webkit  web  browsers  headless  testing  rendering  via:infovore 
6 weeks ago
« earlier      
See this user's network
accessibility accommodation activism advertising agencies agile ajax amazon analytics api apple applications architecture art article askme audio automation backup bands bbc beer bittorrent blogging books browser browsers business career charity clothing cms collaboration colour community cooking creativity css css3 culture data deployment design development digital diy django documentation dom eco ecommerce email environment events extensions facebook film firefox flash flickr fonts food forms framework free freelancing freeware friends games gaming geo git github google googlemaps graphics green gtd guardian hacks hardware health history holidays home hosting howto hpw html html5 humour ia ideas ie images innovation inspiration interface internet iphone japan javascript jobs jquery last.fm layout learning library lifehacks linux london mac management maps marketing markup media mefi metrics microformats microsoft mobile money mozilla mp3 music navigation opensource optimization osx p2p pdf performance phone photography php plugin plugins politics privacy process productivity programming projectmanagement promotion psychology python qa radio recipes reference research responsive rss rubyonrails science scripting search security semantics seo shell shopping smartphone social software standards startup statistics strategy subversion sustainability svn technology testing text tips tools top travel trends tshirts tutorials tv twitter typography ui uk unobtrusive usability utilities ux vcs via:monospaced via:paul.irish video visualisation visualization walking web web2.0 weblogs wiki windows wordpress work xhtml yahoo

Copy this bookmark:



description:


tags: