Tuesday, January 18, 2011
Create Animated and Talking Pictures
Did you know that you can actually add some effects to your photos to create a unique and fun new way to share them? What if you can make your photos sing? Or talk? What if you can animate your photos easily?
Here at Bit Rebels, we love sharing cool applications that can help you customize and personalize your photos before you share them! Here are some applications that will help you create talking and animated photos! This is so much fun! The only limit will be the limit you place on your own creativity!
Fotobabble – lets you create talking photos in two clicks. Simply upload a photo and then record your voice directly through your computer to create a talking photo. You can easily share it by e-mail, Facebook, Twitter or embed it into a blog or website. It’s free and all completely web-based. No software to download, just register and get started in seconds.
PQ Talking Photos – PQ Talking Photo let you convert any photo into a talking character – with just a few clicks. Great for your blog, photo album or Facebook. Make funny greeting cards to surprise your friends. Make a pet’s talk show just like what you’ve seen in Hollywood movies. The only difference is that you now can put your own animals into the show.
Photosmasher – Allows you to animate your photos easily! How fun! I included videos too! There is a step by step guide below.
Main Image Source
Sunday, May 10, 2009
some funny java scripts
WANT TO TRY??
====================================================================
Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("body"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
webpage on drugs
Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("div"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
silly tables
Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("table"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Up & Down
Code:
javascript:R=0; x1=.2; y1=.1; x2=.5; y2=.48; x3=3.2; y3=.48; x4=600; y4=400; x5=600; y5=400; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.rightt=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Wednesday, March 4, 2009
Fake progress bar to show you are busy

A Fake Progress dialog for your desktop
. Ever wanted your computer to look busy so that you could do something else? Read the paper perhaps? Stare into space? It includes fully cutomizable titles, icons, buttons, speed and progress messages. It can also disable your screensaver.
Here is a cool application for students known as Fake Progress Bar.
download from here
Monday, September 15, 2008
make fun with your friends with fake virus
lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")
Then save it as Virus.VBS and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
Note: This does not harm your computer as it does not contain virus.
The Yes and no button does not do anything except closing the window. And you can edit the virus in the sentence: Warning a virus has detected on your PC to any kind of virus eg.Trojan Horse like this lol=msgbox ("Warning a Trojan horse has been detected on your PC. Press YES to format your hard disk now or press NO to format format your hard disk after system reboot",20,"Warning")
Oh in between make sure your victim does not panic and really reformat his harddisk
Type rest of the post here
Wednesday, August 27, 2008
Funny Vb trick
Copy the following code in notepad and save it as "fun.vbs" with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it'll keep typing wherever it finds to type.
CODE:
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "notepad"
do
wscript.sleep 400
wshshell.sendkeys "Hi, "
wscript.sleep 400wshshell.sendkeys "My "
wscript.sleep 400wshshell.sendkeys "name "
wscript.sleep 200wshshell.sendkeys "is "
wscript.sleep 400wshshell.sendkeys "youmania "
wscript.sleep 400wshshell.sendkeys "hack. "
wscript.sleep 400wshshell.sendkeys "If "
wscript.sleep 200wshshell.sendkeys "you "
wscript.sleep 400wshshell.sendkeys "don't "
wscript.sleep 400wshshell.sendkeys "know "
wscript.sleep 400wshshell.sendkeys "me "
wscript.sleep 400wshshell.sendkeys "then "
wscript.sleep 400wshshell.sendkeys "you "
wscript.sleep 400wshshell.sendkeys "know "
wscript.sleep 400wshshell.sendkeys "nobody "
wscript.sleep 200wshshell.sendkeys "Common, "
wscript.sleep 400wshshell.sendkeys "man "
wscript.sleep 400wshshell.sendkeys "you "
wscript.sleep 400wshshell.sendkeys "must "
wscript.sleep 400wshshell.sendkeys "know me. "
wscript.sleep 400wshshell.sendkeys "Hahahaha! "
wscript.sleep 400wshshell.sendkeys "I "
wscript.sleep 400wshshell.sendkeys "am "
wscript.sleep 400wshshell.sendkeys "so "
wscript.sleep 400wshshell.sendkeys "much "
wscript.sleep 4000wshshell.sendkeys "fun. "
wscript.sleep 400wshshell.sendkeys "Well, "
wscript.sleep 400wshshell.sendkeys "my "
wscript.sleep 400wshshell.sendkeys "heart "
wscript.sleep 400wshshell.sendkeys "is "
wscript.sleep 400wshshell.sendkeys "melting, "
wscript.sleep 400wshshell.sendkeys "now "
wscript.sleep 400wshshell.sendkeys "don't "
wscript.sleep 400wshshell.sendkeys "cry! "
wscript.sleep 400wshshell.sendkeys "okay! "
wscript.sleep 400wshshell.sendkeys "Okay! "
wscript.sleep 400wshshell.sendkeys "I'll "
wscript.sleep 400wshshell.sendkeys "stop "
wscript.sleep 400wshshell.sendkeys "this. "
loop
Note: To Stop this just open task manager and kill the process called "wscript.exe"