uStyle styleguide
Build a Style Guide Straight from Sass
The Basics of Node-KSS
To achieve our goals of a platform agnostic, low-friction style guide, we landed on kss-node, which is itself a Node.js implementation of Knyle Style Sheets (KSS), a Ruby library that:
... provides a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a documentation specification and styleguide format.
The basic principle is that your style guide is generated via comments you create in your CSS, SCSS, Sass, LESS, etc.
jQuery 3 - Animation - use velocity.js instead!
Use velocity.js instead!
How to use Velocity to easily add animations | Creative Bloq
Velocity.js is a free, lightweight library that you should be using - developer Neal O'Grady gets you started.
My Secret for Color Schemes
Secret to cohesive color schemes: pick a bunch of colors you want to do (purple, blue, etc like you did here), then pick an overall color (let's say orange, for playfulness) that you want to tint everything towards... Overlay the "overall color" (or soft light, or whatever blending mode depending on if you want darker or lighter colors) and play with the opacity till you get something you can work with.
I did #ff9c00 set to Overlay and opacity set to 25% over your original choices to get this scheme.
edit Photoshop files online
In September 2012, I had two courses of computer graphics behind me and had a lot of spare time. So I got an idea to make a simple web-based photo editor. I was working on it for 3 months in 2012 and 2 months during this summer, and I really enjoyed it! :) I learned many new things and realised, that it is not going to be as easy as I expected.
How DNS works
A fun and colorful explanation of how DNS works.
Hey there! We made this comic to explain what happens when you type a website address in your browser.
Enhancing Grid Design With GuideGuide, A Plugin For Photoshop And Illustrator
Almost five years ago, I had the honor of writing a post on Smashing Magazine about my Photoshop panel GuideGuide. Since then it has seen wild success as the most installed third-party Photoshop extension, an achievement I’m quite proud. In that time, I’ve added some powerful features and, most recently, expanded it to Illustrator. This post will give you a taste of how GuideGuide can change the way you use guides in Photoshop and Illustrator.
Space Yourself
There’s more to spaces than the key you instinctively hit between words with one of your thumbs. Let’s find out what other space characters there are, what their heritage is, and how they can be useful today.
Architectural Styles and the Design of Network-based Software Architectures
Original dissertation
Understanding RPC Vs REST For HTTP APIs
For the last few years, whenever somebody wants to start building an HTTP API, they pretty much exclusively use REST as the go-to architectural style, over alternative approaches such as XML-RPC, SOAP and JSON-RPC. REST is made out by many to be ultimately superior to the other “RPC-based” approaches, which is a bit misleading because they are just different.
Ten Things the Best Speakers NEVER Say
While it's really hard to immediately win over a crowd, as a speaker it's really easy to lose the room within the first minutes of your presentation.
To make sure you don't lose your audience I asked Boris Veldhuijzen van Zanten, accomplished speaker and founder of TwitterCounter and The Next Web, for some of the things you should never say during your presentations.
50 Meticulous Style Guides Every Startup Should See Before Launching – Design School
Just JavaScript - The Prototype Mechanism
Using Prototypes
You can think of the prototype mechanisms as providing some sort of inheritance - but it certainly doesn't bring with it any of the other pillars of OOP, encapsulation and polymorphism say. It is a much simpler and much more direct mechanism to make code sharing possible.
If you have a single object then there isn't much practical advantage in designing a prototype object for it. On the other hand having a prototype object with all of the methods that the object is using does provide an organization. The object then has just the instance variables and the methods are all provided by the prototype. If things change and you need a second object, or more objects, then the prototype provides an easy solution.
The Inspiration Stream | Veerle's blog 3.0 - Webdesign - XHTML CSS | Graphic Design
Nice perspective and I love the radio.
How To Create a Vector Popsicle in Adobe Illustrator
It’s always fun to play around in Adobe Illustrator creating stylised illustrations of random objects. It’s also great practise, which helps you experiment with new tools and techniques that you could draw upon in your future projects. Follow along with today’s tutorial to create a series of tasty vector popsicle graphics in Illustrator. We’ll use a range of handy tools to create the first colourful lollipop, then build upon each subsequent illustration with new techniques that help to further customise the artwork further.
How to construct a design system
Tips for designing and building a consistent design system.
Without doubt, I get asked about design systems more than anything else. So, having spent the majority of the past few years thinking about how to design, build and present design systems for products like Marvel, Bantam and Modulz, I figured I’d share some of what I’ve learned along the way.