.error, .information, .warning { font-weight: bold; } .notice { color: #11bb00; } .error { color: #F53A31; } .information { color: #557; } .warning { color: #d07d2d; }

makandra dev

Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]

youngpup.net

PNG transparency for IE 6.

bikeshed.com

Just because you are capable of building a bikeshed does not mean you should stop others from building one just...

makandra dev
pennysmalls.com

I just released a gem to find image dimensions and type information fast.

highslide.com

Highslide JS is an open source image, media and gallery viewer written in JavaScript.

banisterfiend.wordpress.com

DevIL is a fast and lightweight image library that supports the loading and saving of images in almost any graphics...

blog.purifyapp.com

MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline...

css-tricks.com

It’s a fact of CSS life that the ‘border’ of any block level element gets factored into it’s...

htmlburger.com

We simply convert your design (PSD, PNG, AI, etc.) into a hand coded, pixel perfect and Standards compliant XHTML/CSS. Since...

desandro.com

Speech bubble icons have become synonymous with comments. When creating yet another one for a standard comment link, it occurred...

github.com

Pretty print your Ruby objects with style -- in full color and with proper indentation

github.com

File upload solution that supports form roundtrips when a validation fails.

axonflux.com

Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...

hagenburger.net

Lemonade’s goal as a sprite generator is to be incredible easy to use, so you’ll use ist for...

Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...

Insert into ~/.bashrc and reload afterwards: source ~/.bashrc PS1='${debian_chroot:+($debian_chroot)}\[\033[41;33m\]\u@\h\[\033[00m...