How to Price Your Freelance Projects

There’s no standard rate for Graphic Design, and understandably – this makes pricing a bit of a thorny subject in the industry.  With each project being unique it’s quite difficult to publish rates at all. I’ve never billed the same amount for two different projects. Your experiences and your clients will be different from mine… Continue reading How to Price Your Freelance Projects

Create inline help tips for your site with a bit of CSS

When creating a web app, you often need to present people with friendly help prompts that explain parts of your interface. One of the ways to do it is to have separate pages with help topics that you link to. However, this causes people to lose context of what they are doing and is not… Continue reading Create inline help tips for your site with a bit of CSS

Generate Nice SVG Background Images with Trianglify JS

Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds. It was inspired by btmills/geopattern, and uses d3.js to build the polygons and SVG and SVG filters for rendering. It also includes the colorbrewer color palette library to get you up and running quickly. Requirements:… Continue reading Generate Nice SVG Background Images with Trianglify JS