background preloader

Processing.js

Processing.js
Incremental Delaunay Triangulationby Jeonggyu Lee An interactive implementation of incremental Delaunay Triangulation algorithm. My Life Aquaticby David Leibovic, Sunah Suh A shared aquarium Source code Circle of Fifthsby Shelley Marshall Create, transpose, and change a chord progression by using the circle of fifths, and play the progression. 2011 Advent Calendarby Nikolaus Gradwohl An advent calendar built with Processing.js 3D Sketchesby Andor Salga A collection of 3D sketches by Processing.js' 3D developer PJS in CoffeeScriptby David Guttman A tutorial showing how to write Processing.js sketches in CoffeeScript, a language that is compiled into Javascript Flight of the Navigatorby The Mozilla #audio team Fight of the Navigator is a demo showcasing the power of WebGL and Audio API Pew Pewby Nightmare Retro Asteroids clone written in Processing.js Flockingby Harry Brundage The math behind flocking algorithms coaltrace.js byTrevor Bedford Evolutionary simulation. Twitter Flowby Sandro Paganotti AFL Flagsby P5Pby Fizz

Raphaël—JavaScript Library The 1Kb CSS Grid, Part 2 Tyler builds websites and web apps for Vyre in London. In Part 1 we covered how to setup a lightweight CSS grid. I promised that this same grid could streamline the way page templates are used in content management. One is better than two Every content management system is driven by templates. But imagine a website that has two distinct layouts: one layout for the homepage, a second layout for all the other pages of the site. Now, two templates are manageable. The solution Fortunately, the tidy rows of our CSS grid can be used to reduce the number of page templates required. First, lets add an ID to the body tag to indicate the current page. body id="home" body id="subpage" Second, lets add an additional class to each row of our grid that describes the columns within. Now for the important bit. Fresh out of the oven We now have all the necessary ingredients to facilitate different layouts on different pages from a single template. The disclaimer I should leave you with a few words of caution.

25 Free Must Download Design Programs 25 free must download design programs, the article features a range of different design programs including alternative programs for some of the most popular design programs such as Photoshop, flash and illustrator. A great collection of programs available for free which is perfect while currently suffering from a recession. Image Editing 1) Paint.net Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. GIMP is the GNU Image Manipulation Program. 3) Xara Xtreme Xara Xtreme is quite simply the best value and fastest all-in-one graphics package you’ll find. 4) Active Pixels Great free app which is very similar to Photoshop. 5) PaintStar 6) Picasa 3.1 Build 71.43 Picasa automatically finds and organizes all of your pictures including: jpeg, tiff, bmp, psd, and standard camera movie files. 7) Art weaver

CSS-Only Pinterest Style Columns Layout If you have seen pinterest, they has a multi-column interface to display the pins and those pins arrange nicely even if they are not of the same height. They do it by using javascript to calculate the height of each pin and then positioning them absolutely. Achieving the same with CSS can be done in two ways: Using Floats: Floats can be used but only if all the pins have same height otherwise there will be gaps left all over.Using CSS3 Columns: This is what I used here. Javascript is still the way to go as this technique has some problems like, lesser cross browser support, seemed to produce weird bugs while testing that were fixed with weird solutions (although simple), hard to maintain the ordering of the items . This technique is originally created by pixleight and I modified it a little to make it look and function much better. <div id="columns"><div class="pin"><img src=" alt="PlaceKitten" /><p>Jean shorts street art flexitarian ... Related:

15 sites web developers and designers should know Creating a good website isn't an easy task, but there's a few tools that can definitely make your developer or designer life easier. In this article, I have compiled 15 extremely useful website that any web developer or web designer should have bookmarked. ColorCombos When designing a website, one of the firsts (and most important) steps of the process is to choose a color scheme. LIpsum Who doesn’t know the extremely popular Lorem Ipsum text? What the font? You just saw a logo or website using a particular font and you enjoyed it. ConvertIcon Favicons are a must have for any website, mostly because on modern browsers as such as Firefox, it is displayed along with the site name in tabs. BgPatterns background Patterns is definitely one of the current webdesign trends. HTML Encoder Do you display code on your website? Test Everything Sprite Generator CSS Sprites is definitely a great technique to use, mainly because it reduces the number of HTTP requests. Load Impact IconFinder TypeTester CSS Tidy

15 great HTML5 and CSS3 generators HTML5 and CSS3 are great languages to start off learning with, and I’ve always thought that one of the best ways to start learning is to just dive in and manipulate the code. As you could probably tell, this is where generators step in. They are a great way to generate some code, play with it, and learn. Not only that, they are incredibly useful because often times as a developer or designer we find we are doing things over and over again. Well, generators can take off that edge and do those small things for you each time. As an example, I have a text-expander snippet that creates an HTML5 template that I wrote about here. I will say that most of this list is going to focus on CSS3 generators, simply because they are in demand more than HTML5 generators, and we will learn why. CSS3 Generators There is a somewhat negative connotation when it comes to these generators, and I have to say that as a designer and developer there is nothing negative about using one. General Generators CSS3.me

Royalty Free Icons & Clipart Stock Images ~ Icons Etc. HTML Font Style Code In HTML, font style is specified using CSS (Cascading Style Sheets). Font style refers to whether the font is presented in italics or normal. You can use the following HTML code to specify font style within your HTML documents. TIP: You can also format your HTML text using the HTML text generator. If you don't want to use the HTML text generator, copy the following code and paste into your HTML document (then change the values to suit) : The above code uses inline styles. More Font Codes You can do much more with fonts. And here are the different CSS font/text properties available in CSS2: Enjoy this page? Link to this page (copy/paste into your own website or blog): Link to Quackit using one of these banner ads. Thanks for supporting Quackit!

SELFHTML 8.1.2 (HTML-Dateien selbst erstellen) SELFHTML stellt seit 1995 eine deutschsprachige Dokumentation zu HTML und verwandten Technologien zur Verfügung. Wir möchten dabei besonders … Anfängern die Grundlagen vermitteln und Kurse in deutscher Sprache anbieten Fortgeschrittenen ein Nachschlagewerk bereitstellen Everyone’s a publisher/wiki/SELFHTML#Everyone.E2.80.99s_a_publisher SELFHTML gehört seit vielen Jahren zu den bekanntesten Dokumentationen über das Erstellen von Web-Seiten. Fertige Content Management Systeme, soziale Netzwerke und andere Plattformen bieten dafür ebenfalls Mittel an. Wollen Sie aber eine individuelle Webseite gestalten, müssen Sie sich mit den grundlegenden Werkzeugen vertraut machen. Für Fragen zum Inhalt und Diskussionen steht das SELFHTML-Forum zur Verfügung.

Related: