Sunday 29 December 2013

New Awesome Youtube Missile Game Trick

I had previously share cool youtube tricks like watching 18+ youtube videos without signing in or how to increase youtube seed without any software. Today i will share an amazing trick that i came across we will call it youtube missile trick. Since google is celebrating geek week it introduced this trick.



How To Do ?

   1. Open youtube and click on any video you would like to play
   2. Pause the video
   3. Now type 1980 and see the magic

Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.

Saturday 28 December 2013

How to Set a Video as Desktop Wallpaper

 Always wanted to set a video as wallpaper? Well, now you can using VLC Media Player. Follow the following instructions to set your favorite video as your desktop wallpaper:

·       Open VLC Media Player.
·       Open the video which you would like to set as your wallpaper
·       Click on Tools>Preferences (or just press Ctrl+P).


Click on Video.

Under ‘Output’, select DirectX (Direct Draw) video output.


  Save the preferences.

   After that, click on ‘Video’ and check ‘Set as Wallpaper’.



            You will now find that the video has been set as you wallpaper.
Note that the wallpaper will be set as the video as long as VLC Media Player is running. After closing VLC, a blank screen will appear as the wallpaper. To get back your previous wallpaper, just refresh your desktop once. Please leave your valuable comments below





Simple Trick To Convert A Webpage To PDF File

In this post i will teach a simple trick or browser feature that let you convert any web page into PSD file format, which might help you to read your favourite articles offline. So lets get started.

How To Save Web Page To PDF File ?

1. Open the Google Chrome Browser on your PC or MAC 
2. Then go to the web page that you want to convert as a PDF. 
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the Print dialog on Chrome Browser. 
4. Now Change the destination to “Save As PDF” and hit the save button.
5. The current web page will instantly be downloaded as a PDF document. 

Friday 13 December 2013

list of some good proxy site

 Below is the list of some good proxy site which you can use to surf anonymously on the internet . Even you can use this proxy sites to open block website in school or offices. For example you can use facebook if it is block at your school or office.

http://aniscartujo.com/webproxy 
http://www.badboysproxy.com 
http://www.surfscreened.com 
http://www.hagiomusic.info 
http://www.greenpips.info 
http://urlbrowse.com 
http://www.hideipaddress.net 
http://www.sneakfilter.com 
http://www.browsestealth.com 
http://www.sneak1.info 
http://proxiesrus.com 
http://www.surfindark.com 
http://www.navydog.com 
http://falsario.com 
http://www.proxypit.com 
http://www.proxypan.com 
http://myspacewebproxy.org/ 
http://www.allfreehere.info 
http://www.takefreely.info 
http://autobypass.com 
http://www.proxcity.info 
http://www.proxyzip.org 
http://www.cheekyproxy.com 
http://www.eggproxy.com
 http://www.theschoolcloak.com 
http://www.hidemefast.com 
http://browseanywhere.info 
http://www.404surf.com 
http://www.cloakip.net 
http://www.browsedark.com 
http://www.dartprox.com 
http://www.proxish.com 
http://www.surfsneak.com 
http://www.surfsneaky.com 
http://www.browsehidden.com 
http://www.filterhide.com 
http://www.browsesneak.com 
http://myspaceproxyy.com 
http://www.browsesneaky.com 
http://www.proxyz.us 
http://www.sneakschool.com 
http://www.iphide.com 
http://www.proogle.info 
http://greatproxy.info 
http://www.playnsurf.info 
http://www.realproxy.info 
http://aplusproxy.com 
http://www.ecoproxy.com 
http://freedom.webtuo.com 
http://www.slyuser.com/ 
http://tenpass.com 
http://pawxy.com 
http://pawxy.org 
http://logu.in

Monday 9 December 2013

Build your first Hello World Android app Tutorial 2

We continue our series on Android apps. This post will help you create your first basic  ’Hello Word’ Android app and run it.  This app will display “Hello World ! ” on your device/emulator. It is the simplest program available in any programming language. It is  traditionally used to help beginners with the most basic syntax of Android development . It is also used to verify that the environment you have set up on your system for Android development is operating correctly.
For developing an Android app on your PC or laptop, you need to set up an Android development environment on your computer. You can do that by following our first post in the series here.

Once you set up your android development environment. Follow these simple steps:

Step 1 : Open Eclipse from ADT bundle –>Eclipse folder.




While opening Eclipse, a pop-up window will ask for a workspace folder. Select the folder in your hard drive where you would like to store your Android application projects.

Step 2 : Create a new Android application project by selecting File –> New –> Android Application Project.


Step 3 : Fill in your Android project details

Give  the application a name such as ” My First Android App “.  This name will be displayed in the app menu once you install this app on an Android device or an emulator. Name the project “First App” and type in a  package name where you would like to store all your Java files.  Make sure that  you select a unique package name (example: startup.village or your firstname.lastname) and type it in lower case keys to adhere with the coding standards.


Step 4 : Locate the project folder and expand it 

Eclipse will now show the user interface of your app (Graphical Layout of activity_mail.xml) with a ” Hello World ” TextView widget right in the middle of it by default.  You can also see a newly created project folder in the package explorer window with the given project name. Expand that folder to view files.


Your Hello World App is almost ready to run but before going ahead let us take a look at the folders and files in your projects folder for a better understanding.


src  : The ‘src’ folder  or the source folder contains your package name and Java files are stored in it.
res  :  The “res” folder or the resource folder stores all your  user interface design xml files, images,sound, videos etc. that will be used in your app.
R.java  :  You can find R.java file in the gen folder. R.java is where you have access to anything you have in your resources folder.
AndroidManifest.xml : Android manifest contains essential information about the application, information the system must have before it can run any of the application’s code.


Step  5  : Run your app 

Run your app for the first time by clicking on the ” Run ” button and select Run As –> Android Application.  The Android virtual device (AVD/emulator) will automatically pop up and run the application in it.


In case you have not set up an Android device , you can do it by following our previous article. You can also connect your “USB Debugging” enabled android smartphone/tablet and install this app in it.


Please watch this space for more Android development tutorials. If you have any doubts regarding this post, you can post your queries in the comment section below and we will be happy to help you.









Sunday 8 December 2013

Dancing Keyboard Led


In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

World Trade Center Attack Trick



The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definitely amazed by the this trick. 

1. Open Notepad and Type “Q33N” (without quotes) in capital letters.     
2. Increase the font size to 72.     
3. Change the Font to Wingdings.