Explore >> Select a destination


You are here

simurai.com
| | ryantrimble.com
16.4 parsecs away

Travel
| | Your #1 source of weekly links.
| | jan.miksovsky.com
15.0 parsecs away

Travel
| | I've posted a short introduction to the Origami language in the form of a motion comic you can play in your browser: ## Lessons from the audio/video experiment This comic builds on last month's experiment to automate the generation of the audio and video for a screencast in which I was searching for a better way to create video content for the Web Origami project and the Origami language.
| | paulfosterdesign.wordpress.com
13.0 parsecs away

Travel
| | Because too many sites are already crashing because their CMSes can't keep up with the traffic surges. And too many sites are using dynamic frameworks that drain mobile batteries and shut out people with older browsers. Static websites are what is required right now. HTMLCSSJavaScript (minimal)Images (optimised, essential imagery only)Text information with diagrams and graphs...
| | www.softdevtube.com
47.2 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,