Sponsored Links

November 7, 2014

How to download youtube videos using VLC media player

In the previous post i have shown you the ways to record videos using the VLC media player. In this post i am going to show you guys how to download the youtube videos using VLC media player. When you lack any kind of downloading software, then this trick may come to handy. Here are the steps for downloading:
  • First of all open VLC media player.
  • Go to Media >>> Open Network Stream >>> Network .
  • Paste the URL of youtube video and click play.

November 6, 2014

Record Desktop Using VLC Media Player

Are you tired of searching the software to record the desktop video? If that is the case then i have brought a trick to record the desktop using the VLC media player that will help you to create tutorials. It is so simple to use and you will also feel great once you try it. Here are the steps for recording: 

  • First of all open VLC media player.
  • Go to view menu and click on advanced controls to enable record buttons.
  • Go to media menu and click open capture device or press ctrl+C. 

November 5, 2014

Write in Nepali

Roman to Unicode



Write from Virtual Keyboard

November 3, 2014

How to Boost Wi Fi Signal

Wireless Network is most common these days. Wi Fi is used extensively in many offices, colleges, and even at home. And every one has concern regarding the wifi signal to boost it for the maximum strength and coverage. So here are some of the steps to increase the wifi signal in order to run wifi in your devices in maximum strength. 

  • Turn the antennae on your router in different directions to see which way it works best. It might be helpful to have someone else use the computer while you're doing this, so s/he can point out what spot is best.
  • You can also move all electrical appliances away from your wireless router, including cordless telephones, microwaves and even televisions because they can lower the range of your router because of the wavelengths they run on.

Increase battery life in Samsung android smartphone

Increase battery life in Samsung android smartphone
Smartphones consumes the battery faster than any other phones. Due to the applications that run whole time in the smartphones, mobile battery is consumed faster. But there is a easy way to increase the mobile battery life.  

If u have Samsung android phone and want to increase your mobile battery life then you can simply follow the steps:
  •  First of all full charge your mobile until it is full charged.
  • Then type *#0228# on your dial pad.

November 1, 2014

Samsung Galaxy A3, A5 Official Announcement

Samsung Galaxy A3, A5 Official Announcement

Galaxy A5 specifications


- Android 4.4.x KitKat
- Processor: 1.2GHz Quad-Core
- Display: 5-inch HD Super AMOLED
- Size: 139.3 x 69.7 x 6.7mm
- Weight: 123g
- Battery: 2300 mAh
- 2GB RAM / 16GB internal storage
- microSD card slot
- 13 megapixel
- 5 megapixel front facing camera
- Bluetooth 4.0 / NFC / GPS
- WiFi a/b/g/n

August 31, 2014

Draw Heart Shape in Google

Draw Heart Shape in Google
This is the trick to draw a heart shape in google search result.

Remove Virus which do not show hidden folders

Remove Virus which do not show hidden folders

This is the trick to remove the virus that will hide your folders. Or simply this trick will help to unhide the folders that are made hidden due to the virus.
  1. Go to start >> Run.
  2. Enter 'regedit'.
  3. In the registry editor follow the steps >> hkey_local_machine >> software >> microsoft >> windows >> currentversion >> explorer >> advanced >> folder >> hidden >> showall.

August 28, 2014

Make Your Computer Welcome You

This trick is really cool. You can make your own audio file that will play during starting your pc. So you can make your pc welcome you.
To use this trick, follow the steps given below:
  • Open notepad first.
  • Copy and paste the exact code given below.
  • Dim speaks, speech
    speaks="Welcome to your PC Satik Pral"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
    

How to convert any text to audio file?

This tutorials will provide you the way to create a file that will convert the text into audio. Enjoy..
Step 1. First of all Open notepad then copy the below text and paste it in notepad.

Dim message, sapi
message=inputbox("What Do You Want To say?")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message