Because the calls for of the internet exchange and builders experiment with other consumer studies, the desire for extra local language enhancements expands. Our presentation layer, CSS, has carried out extremely smartly in bettering features, even supposing every so often too gradual. The desire for local strengthen for mechanically increasing textarea components has been lengthy identified…and it is after all right here!
To permit textarea components to develop vertically and horizontally, upload the field-sizing belongings with a price of content material:
textarea {
field-sizing: content material; // default is `mounted`
}
The default worth for field-sizing is mounted, signaling present habits. The brand new habits, content material, will amplify up to conceivable. To constrain the scale a textarea can develop, use conventional width/max-width and peak/max-height houses.

Upload Photos to Flickr with PHP
I have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram’s iPhone app allows me to take photos and quickly filter them; once photo tinkering is complete, I can upload the photo to Instagram, Twitter, Facebook, and…

MooTools FontChecker Plugin
There is a very fascinating piece of code on Google Code referred to as FontAvailable which does a jQuery-based JavaScript test on a string to test whether or not or now not your machine has a selected font founded upon its output width. I have ported this capability to MooTools. The MooTools…

