equestrian

Moin moin.

Dies ist das (der?) Blog von knusperpixel.

HTML5 Video Player | Video.js

PxLoader | A Simple JavasScript Preloader

PxLoader is a Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site (like showing a user interface or starting a game). You can use it to create a preloader for HTML5 games and websites.

It let's you monitor download status by providing progress and completed events and it lets you prioritize the order in which items are downloaded. You can even tag groups of files and then prioritize downloads or register for events by tag.

Symphony. An open source CMS.

XSLT-powered open source content management system

Isobar North America’s Coding Standards and Frontend development Best Practices

jasonmorrissey/JMNoise – GitHub

A category on UIView to easily apply a noise texture. Uses no external images or dependencies to make it very easy to drop into projects.

iPhone 4S Photoshop Template

- Both 4 and 4S models
- Both black and white body colors
- Portrait, landscape, and angled orientations
- Every combination of the preceding bullet points
- Rendering that matches Apple’s product images as closely as possible
- Created at high res scale for Retina Display
- Made entirely of vectors and layer styles for scaling up
- Full alignment to a 2px grid for pixel precision at 50% scale
- Screen images as Smart Objects for inserting your own screenshots
- Clean, organized, color-coded, well-named groups and layers

Foundation: Rapid Prototyping and Building Framework from ZURB

An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
Start here, build everywhere.

jQuery word and character counter plugin

This jQuery Word and character counter plug-in allows you to count characters or words, up or down. You can set a minimum or maximum goal for the counter to reach.

cubic-bezier(.17,.67,.83,.67) ✿ cubic-bezier.com

CSS: Elastic Videos

Using the max-width:100% and height:auto trick works with native HTML5 video tag, but it doesn't work with embed code using iframe or object tag. After hours of experimenting and Googling, I finally found a trick on how to achieve this.