Posts

Showing posts from February, 2017

yt.vu YouTube shortener Android app surpasses half million downloads

Our yt.vu YouTube shortener Android app just hit 540000 installs. yt.vu  is a YouTube url shortener service that allows users to create custom channel urls or shorten YouTube video, user, channel, or playlist urls. yt.vu is ad free with direct and fast redirections to YouTube pages. It also supports QR code. You can check the App Page on our website or install the app from Google Play . You can also shorten YouTube links  or create custom YouTube channel urls  directly from the website .

Nice Matrix effect javascript

I accidentally stumbled upon some JavaScript code the gives your text the Matrix effect and it is brilliant! check it out: Digital Cairo Software The code: <style type="text/css"> .matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;} </style> <script language="JavaScript" type="text/javascript"> <!-- var rows=7; // must be an odd number var speed=37; // lower is faster var reveal=2; // between 0 and 2 only. The higher, the faster the word appears var effectalign="center" //enter "center" to center it. /*********************************************** * The Matrix Text Effect- by Richard Womersley ( http://www.mf2fm.co.uk/rv ) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var w3c=document.getElementById && !