"Sometimes stuff just get delivered, other times they hold it for duty payments. I think that it depends on how their quotas for the month are going. I should ask my father-in-law, he used to work for HM Customs."
- Dave Kinsella
Rawson.js, by Franz Buchinger, is a JavaScript renderer for RAW image files in the browser. It uses an Emscripten port of the dcraw C library to JavaScript to render in a canvas element. Rawson.js can also extract metadata from RAW images, as you can see in the demo. Thanks to the dcraw C library
- Dave Kinsella
Really nice set of user interface elements from the folks at Design Modo. This style is hitting a real design nerve right now. I like how they went the extra mile and made all the components actually work (e.g. sliders and radio buttons and whathaveyou). The JavaScript is a bit hodge-podge though,
- Dave Kinsella
Anima.js makes it easy to animate a hundred or more objects at a time with CSS and JavaScript. It also gives more control over your animations, and can even create CSS-only animations (though those offer less control and the feature is only experimental at the moment). from CodeVisually http://cod
- Dave Kinsella
SVG is an image format for vector graphics. It literally means Scalable Vector Graphics. Basically, what you work with in Adobe Illustrator. You can use SVG on the web pretty easily, but there is plenty you should know. Why use SVG at all? Small file sizes that compress well Scales to any size wi
- Dave Kinsella
"I once ordered a coffee mug from cafepress which cost something like £12 (about $18?). Instead of receiving the mug I received a note from customs stating that I needed to pay £30 import duty on the package. I decided that I didn't really want the mug that much so I didn't pay. 4 months later the mug arrived - obviously it was taking up shelf space that customs wanted for more lucrative extortion attempts."
- Dave Kinsella
Dilbert comic strip for 03/03/2013 from the official Dilbert comic strips archive. - http://dilbert.com/strips...
Parallel.js is a very nice looking wrapper around JavaScript Web Workers making some interesting applications of multicore/parallelized processing in JavaScript much easier. Usually with Web Workers, you must write a totally separate script and load it into the worker thread. This isn’t very conv
- Dave Kinsella
A context-shift transition inspired by iOS. Created using JavaScript, CSS 3D transforms and CSS Animations. from Hakim.se http://hakim.se/
- Dave Kinsella
View demo Download source This Blueprint is a simple jQuery content slider. It has a sliding area for content and a tab-like navigation at the bottom. The slider is fluid, meaning that it will adjust to the parent’s container width and height. A couple of media queries show how to minimalise the l
- Dave Kinsella
Koken is a free and self-hosted CMS (PHP-MySQL) that is focused on building websites where portfolio/gallery is in the core (like designer or photographer sites). The application has a powerful media manager for the images and videos. It allows organizing items as categories, date captured, licens
- Dave Kinsella
Markdown.css makes it easy to make your HTML markup look like plain-text markdown. All it takes is the inclusion of the markdown.css file and defining some classes in your HTML. from CodeVisually http://codevisually.com
- Dave Kinsella
Problem: too much JavaScript in your page to handle 3rd party widgets (e.g. Like buttons)Possible solution: a common piece of JavaScript to handle all third parties' needs What JavaScript? If you've read the previous post, you see that the most features in a third party widget are possible only if
- Dave Kinsella