MySQL hints

Just a collection of MySQl tips that I always seem to be looking up on the net. ...

August 27, 2012 · 1 min · ArtBIT

Inversion by *Eman333 on DeviantArt

By Eman333

June 23, 2012 · 1 min · ArtBIT
Post Thumbnail

UNKLE - Follow Me Down - YouTube

By UNKLEofficial

June 22, 2012 · 1 min · ArtBIT
Post Thumbnail

Basic Geometric Shapes in pure CSS

Here are a couple of examples of how to create basic geometric shapes by using nothing but pure css. Square +      ```css .square { width: 100px; height: 100px; } ``` Circle +      ```css .circle { width: 100px; height: 100px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } ``` Oval +      ```css .oval { width: 160px; height: 100px; -moz-border-radius: 80px / 50px; -webkit-border-radius: 80px / 50px; border-radius: 80px / 50px; } ``` Triangle Up +      ```css ....

May 28, 2012 · 2 min · ArtBIT

Visionary by Jason Thielke

Visionary - Jason Thielke.

May 28, 2012 · 1 min · ArtBIT

A Flight of Imagination Painted

A Flight of Imagination Painted.

May 9, 2012 · 1 min · ArtBIT

The Balcony by gyaban

By gyaban

May 1, 2012 · 1 min · ArtBIT
Post Thumbnail

Rock Table Flip

https://www.tumblr.com/artbit/21191338541/%E3%83%84 By ArtBIT's art bits

April 16, 2012 · 1 min · ArtBIT

Teh Internetz is watching you!

                                                               http://fav.me/d4w4k0w

April 14, 2012 · 1 min · ArtBIT

Bash Emacs Mode Shortcuts - Quick Reference

I always forget these shortcuts, and I always spend a couple of minutes on google trying to find the one I need. I’ve decided it’s best to have them here, for personal reference, and for anyone else who might find them useful. <Ctrl-u> Clear the line you’re typing <Ctrl-r> Search the history by typing letters <Ctrl-w> Delete previous word (<Alt+Backspace> Works too) <Ctrl-a> Goto beginning of the line <Ctrl-e> Goto end of the line <Ctrl-b> Move back one character....

March 18, 2012 · 2 min · ArtBIT