Go to content Go to navigation Go to search

My Delicious Bookmarks (2008-08-12 – 2008-08-14)

Recent links posted to Delicious:

  • Ajaxian » iPhone Safari Flick Navigation By Example .divSlide {
    -webkit-animation-name: "slide-me-to-the-right";
    -webkit-animation-duration: 1s;
    }
    @-webkit-keyframes "slide-me-to-the-right" {
    from { left: 0px; }
    to { left: 100px; }
    }
  • To Title Case | Individed JavaScript for converting text to title case.
  • Terminal Tip: Burning a disc did you know that you can burn discs right from the Terminal window with a simple command and a drag/drop? Just enter the following command followed by the path to a folder or disk image:

    drutil burn filehere

    Don't type the "filehere" — that's where you put the path to the file/folder that you wish to burn. You can either type the location manually or drag and drop the file onto the Terminal window. But that's not all you can do with drutil; you can also eject media from the optical drive by typing "drutil eject." To see all of the available drutil options, just type in drutil for a quick list or man drutil for a full description.

Comments are closed.

qxbv