Monthly Archives: August 2013

Wookmark – pinterest

wookmark

This is a jQuery plugin for laying out a dynamic grid of elements.

Leave a comment

Filed under jquery

HipHop

hiphop
HHVM is a new open-source virtual machine designed for executing programs written in PHP

Leave a comment

Filed under Php

WordPress hosting

wordpress

Leave a comment

by | August 27, 2013 · 9:58 pm

Django :: Linux Container

docker

Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more.

Leave a comment

by | August 27, 2013 · 8:41 pm

Django : App store for server software (BITNAMI)

bitnami

Leave a comment

by | August 27, 2013 · 8:39 pm

Youtube play specific track

youtube

Did you know that you can link to a specific time in a YouTube video? This is a great trick if you just want to show a tiny segment of a video, especially if what you want to show your audience is deep into the video.

The trick is adding the following to the end of the link: “#t=00m00s” You simply replace “00m” with the minute marker (in the case of the video above this would be “05m” and replace the “00s” with the second marker (which would be “06s” in the Emmitt video).

Thus, the link “http://www.youtube.com/watch?v=oY0vDNoBfWo” turns into “http://www.youtube.com/watch?v=oY0vDNoBfWo#t=05m06s” once we’ve added our time marker.

Want to add a specific start time to an embedded video?

It is also possible to add a specific start time to a YouTube video when you are using the embed code. This trick is a little bit more indepth, but follows a similar concept. But instead of adding the “#t=00m00s” tag to the end of the link, you add “&start=” followed by the number of seconds. So, for the Emmitt video, it would go from “http://www.youtube.com/watch?v=oY0vDNoBfWo” to “http://www.youtube.com/watch?v=oY0vDNoBfWo&start=306”.

Here’s an example of changing the actual embed code:

And that is all there is to it. You can now use this trick to quickly set a start point in YouTube videos whether you are sending links in email or embedding videos in your blog.

Leave a comment

Filed under Uncategorized