Moin moin.
Dies ist das (der?) Blog von knusperpixel.
Webdevelopment und was vom Leben übrig bleibt
Dies ist das (der?) Blog von knusperpixel.
Donnerstag, 12. Januar 2012
Mittwoch, 11. Januar 2012
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.
XSLT-powered open source content management system
Montag, 21. November 2011
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.
Montag, 31. Oktober 2011
- 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
Sonnabend, 22. Oktober 2011
An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
Start here, build everywhere.
Freitag, 21. Oktober 2011
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.
Freitag, 14. Oktober 2011
Montag, 10. Oktober 2011
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.