Tag Archives: webdesign

Notes on Distributed Systems for Young Bloods – Something Similar

Distributed systems are different because they fail often.
Writing robust distributed systems costs more than writing robust single-machine systems.
Robust, open source distributed systems are much less common than robust, single-machine systems.
Coordination is very hard. Avoid coordinating machines wherever possible.
If you can fit your problem in memory, it’s probably trivial.
“It’s slow” is the hardest problem you’ll ever debug.
Implement backpressure throughout your system.
Find ways to be partially available.
Metrics are the only way to get your job done.
Use percentiles, not averages.
Learn to estimate your capacity.
Feature flags are how infrastructure is rolled out.
Choose id spaces wisely.
Exploit data-locality.
Writing cached data back to storage is bad.
Computers can do more than you think they can.
Use the CAP theorem to critique systems.
Extract services.

(Full Story: http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/ )

“How much does a website cost?”

a $10000 design budget for a web-app is nothing out of the ordinary.

(Full Story: “How much does a website cost?”)

Backfire – Save CSS changes made in Firebug

Backfire is a full client-server roundtrip solution that gathers your CSS changes, sends them to the server and saves them. We’ve made it available in all Quplo prototypes from the Goodies page, but we’ve also made the Backfire engine open source with full documentation and including a server-side example.
(Link: Backfire – Save CSS changes made in Firebug)

Concerning Fidelity in Design | UX Booth

Using a method too high in fidelity wastes resources (both time and material) and risks a mediocre path being selected because better options were never given a chance. Working at too low a fidelity, on the other hand, means that the details never get filled in, yielding a half-baked result.
(Link: Concerning Fidelity in Design | UX Booth)

Open Source Design Pattern Library

Open Source Design Pattern Library
Open Source UI Design Patterns
(Link: Open Source Design Pattern Library)

The Escapers – Flux

Flux is an advanced Web design application, capable of creating stunning sites from scratch. Flux isn’t a template based solution, it’s a creative design environment.
(Link: The Escapers – Flux)

Lumzy is a Quick Mockup creation and Prototyping tool.

From creating your Mockup to sending it to Clients, everything is seamless, infact Lumzy doesn’t have a file extension so your client needs not bother downloading a player to open Mockup files. A link is all they need.
(Link: Lumzy is a Quick Mockup creation and Prototyping tool.)

500 Free Icons for your web apps | TCA inspired design

Creating icons is a lot of work, but today you can download more than 500!
(Link: 500 Free Icons for your web apps | TCA inspired design)

Ultimate guide to table UI patterns

The article covered the basics of the most common table patterns and some live examples. If I missed something please let me know! I also recommend you reading two more articles about tables: Big Table issue that tries to find an solution for tables that are so big they no longer fit in the viewport, and 15 Tips for Designing Terrific Tables that shows many different contexts in which tables can be used.
(Link: Ultimate guide to table UI patterns)

Follow

Get every new post delivered to your Inbox.