lifeinbeta_

Your awesome Tagline

Posts tagged github

5 notes

decodering:

Source Code Pro
Adobe released Source Sans a few weeks ago, and now they’ve released a monospaced member of the family.

One particularly surprising aspect of Source Sans’s release was the amount of interest generated by the teaser graphic of the monospaced version. It seemed that this generated about as much buzz as the fonts that we released. Brackets, the open source code editor created by Adobe, has just recently implemented the regular weight of Source Code into their project. Likewise, the font will be integrated into Adobe Edge Code, which was announced this morning at our Create the Web event in San Francisco. The complete family of six weights will also be available as part of our new Adobe Edge Web Fonts service, which was just announced this morning.

Adobe are up to some interesting stuff!


http://blogs.adobe.com/typblography/2012/09/source-code-pro.html
http://html.adobe.com/opensource/

decodering:

Source Code Pro

Adobe released Source Sans a few weeks ago, and now they’ve released a monospaced member of the family.

One particularly surprising aspect of Source Sans’s release was the amount of interest generated by the teaser graphic of the monospaced version. It seemed that this generated about as much buzz as the fonts that we released. Brackets, the open source code editor created by Adobe, has just recently implemented the regular weight of Source Code into their project. Likewise, the font will be integrated into Adobe Edge Code, which was announced this morning at our Create the Web event in San Francisco. The complete family of six weights will also be available as part of our new Adobe Edge Web Fonts service, which was just announced this morning.

Adobe are up to some interesting stuff!

  1. http://blogs.adobe.com/typblography/2012/09/source-code-pro.html
  2. http://html.adobe.com/opensource/

Filed under implementation github important

3 notes

decodering:
Animated GIFs the Hard Way

[…] I wrote a small Python script that takes a collection of PNG frames as input, and emits a single packed PNG file as output, which contains all the differences between the frames, and some JSON meta-data specifying which bits of the packed PNG file correspond to each frame. JavaScript turns the PNG and JSON into an animation, using either the canvas element, or emulating it using overlaid div elements for older browsers.


https://github.com/sublimehq/anim_encoder/blob/master/anim_encoder.py

decodering:

Animated GIFs the Hard Way

[…] I wrote a small Python script that takes a collection of PNG frames as input, and emits a single packed PNG file as output, which contains all the differences between the frames, and some JSON meta-data specifying which bits of the packed PNG file correspond to each frame. JavaScript turns the PNG and JSON into an animation, using either the canvas element, or emulating it using overlaid div elements for older browsers.

https://github.com/sublimehq/anim_encoder/blob/master/anim_encoder.py

Filed under animation implementation github graphics

9 notes


Overscroll is a jQuery plug-in that mimics the iphone/ipad scrolling experience in a browser. The plug-in adds a draggable drift to overflowed DOM elements as well as a set of fading ‘thumbs’. OverScroll runs best on Safari 5+, Chrome 5+, and Firefox 3+ but should run just fine on most modern browsers.

Overscroll is a jQuery plug-in that mimics the iphone/ipad scrolling experience in a browser. The plug-in adds a draggable drift to overflowed DOM elements as well as a set of fading ‘thumbs’. OverScroll runs best on Safari 5+, Chrome 5+, and Firefox 3+ but should run just fine on most modern browsers.

(Source: gregbabula)

Filed under animation ui implementation github