Mero Concept || More Concept ||

  • This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Monday, September 17, 2012

How to Keep Your Computer Running Fast and Smooth


It is really easy to keep your computer running like new if you just do a little regular maintenance. If you have already let it go, don't worry, you can bring back the performance the computer had when it was new and then keep it that way. There are only a few simple problems that slow down most computers. Read on and you will learn how to correct those problems and then make sure they never bother you again


Instructions

    • 1
      Keep Your Desktop and Hard Disk Tidy
      Is your computer desktop your virtual dumping group? Storing files and/or lots of shortcuts on your computer's desktop will demand more memory from the computer. It is ok to keep some commonly used items here (or better yet shortcuts) but don't make a habit of sprawling out all of your work on the Desktop. If you deal with a lot of documents or files on a regular basis, create a temporary work folder instead of littering the desktop.

      If you are big on downloading software, videos or music, be sure to clean up after yourself. Don't leave setup programs or media files on your hard disk that you are never going to use again; this just wastes your computer's valuable disk space. Likewise, do not let your recycle bin or various temporary file folders fill up and fill your hard disk. If your disk space gets too low for any of these reasons, performance problems are sure to follow.
      To easily empty your recycle bin and various temporary file folders, such as your temporary Internet folder, use Window's build in "Disk Cleanup" utility. Access the "Disk Cleanup" utility by clicking:
      Start - > All Programs - > Accessories - > System Tools - > Disk Cleanup
      The tool is very easy to use; simply check the boxes next to the categories of files you would like to remove from your computer. There is one option to avoid however: "Compress Old Files". This is meant to save disk space if a drive is running very low, but for this option, saved space is traded for performance.
    • 2
      De-fragment Your Hard Disk Regularly
      The way your computer stores files to the hard disk is a lot less pretty than what you see in your Windows Explorer file browser. The Windows operating system translates the digital mess of what is actually recorded on your hard disk so you can understand it. It also translates your clicks, drags and keystrokes into instructions the hard disk understands. The hard disk is read and written to in a sequence and through references rather than through the directory tree structure you may be familiar with. There are also many hidden files and some abstract data recorded to your hard disk that Windows constantly accesses.
      Over time, with perpetual reads and writes to the hard disk, the way that the data is organized there becomes less and less efficient. For example, a digital photo you have saved may be split up into a dozen or more segments and an instruction set for associating and locating those pieces. YES! WHAT A MESS! Also, files that your computer needs to access very frequently may be stored on a part of the hard disk that is the slowest to read, while your report on Dinosaurs from the 3rd grade (or some other equally obscure file you'll never look at again) is stored on the fastest part of the disk. When your hard disk gets in this gross state of disorder it is said to be fragmented, and your computer begins to crawl.
      Fortunately, Windows has a built in tool, "Disk Defragmenter", which can correct the data fragmentation on your hard disk fairly quickly. The tool can be accessed by clicking:
      Start - > Programs - > Accessories - > System Tools - > Disk Defragmenter
      The program is very easy to use. Once you have started "Disk Defragmenter", all you have to do is click the "Defragment" button and let it do its magic. The time the process takes to complete depends on how bad the fragmentation of your hard disk is. If you have not "defragged" your hard disk before, you will probably see an improvement in your computers performance as soon as the process is complete.
      Note: Complete Step 1 before defragmenting your hard disk since there is no sense in rearranging data you are going to delete anyway. Failing to do so will also unnecessarily slow down the defragmentation process.
      Note: You can defragment your hard disk as often as you like. The more often you do so, the less time it will take.
    • 3
      Keep Your Computer Free from Viruses (and other unwanted software)
      If you are connected to the Internet, it is just too easy to come into contact with malicious computer viruses. Some viruses will slow down your computer and maybe corrupting your favorite files, while others will complete destroy your computer's software and render the machine useless. Therefore, it is essential that your computer be equipped with modern anti-virus software. There are many anti-virus packages to choose from, so consult with friends and hit the web to see which packages people have had the most success with.
      Whether you pick a brand name or opt for a freebee, make sure you keep the anti-virus software's "definitions" up to date. Virus definitions let the anti-virus software distinguish known viruses from other software. New virus threats are constantly emerging, so it is essential for your anti-virus software to have a feature that regularly updates these definitions.
      Computer viruses are not the only annoyances that can plague your computer experience. Two other groups of unwanted software, adware and spyware, can slow down your system. These types of software are not technically viruses because their purpose is not purely malicious. Adware is designed to advertise products and services to you through your computer, while spyware is designed to capture information from your system and transmit it to someone else. Obviously, you do not want any of this software running on your computer, irregardless of the fact that it will contribute to a computer's sluggish performance.
      Some anti-virus software packages are bundled with anti-adware and spyware software, and there are other packages solely devoted to detecting and removing this type of software. Again, do some research because there are many choices. As with the anti-virus software, these detection and removal tools need to be kept up to date to be effective.
    • 4
      Make All of the Above Easy
      Even if you are fairly technically savvy, but especially if you're not, you probably wondering, "how often do I have to do ALL of that?", and "will it be worth it?" Well, you can make sure all of these things get done everyday, or even more often, with just a little up-front work. "Set it and forget it" sort-to-speak.
      Everything mentioned in steps 1 through 3 can be automated using Window's built in feature to schedule tasks, and a simple batch file. Batch files contain a set of instructions for your computer to follow, which can be called upon at a specific and recurring time by Window's "Scheduled Tasks" manager.
      How to Create a Batch Files:
      To create a batch file:
      Click Start - > Run
      Enter "notepad"
      Click "Ok".
      The notepad editor will appear.
      Type out the commands you want completed, in order and each on a separate line.
      (Specific commands will be mentioned below)
      Next, save the file by clicking:
      File - > Save
      Save the file to a location and with a name you will remember. As an example, you could save the file under "C:\" and call it "maintenance.bat".
      Be sure to change the "save as type" from the default of "Text Documents" to "All Files", and to include the ".bat" as part of the filename.
      Note: To later make changes or corrections to the batch file, locate it, right click it and select "edit" at any later date.
    • 5
      Automatic Disk Cleanup:
      So that "Disk Cleanup" can be included in your automated maintenance, you must first set the options you would like the "Disk Cleanup" utility to use when "Scheduled Tasks" executes it. To set these options:
      Click Start - > Run
      Type "cleanmgr /sageset:1"
      Click the "ok" button
      The "Disk Cleanup Settings" windows will appear.
      Check off the items you want automatically cleaned up, as described in step 1 above.
      Click the "ok" button
      The settings are now saved.
      To include "Disk Cleanup" in your automated process, save the command "cleanmgr /sagerun:1" in your batch file.
    • 6
      Automatic Defrag:
      Including a hard disk defrag in your automated process simply requires another entry in your batch file. Include a line that reads, "defrag c:" in the batch and you are done. Remember to include this line after the "Disk Cleanup" command, as this will speed up your whole maintenance process.
    • 7
      Stay Virus Free:
      The specifics on how to include regular definition updates and scans for viruses, adwares and spywares is entirely dependant on the programs you have chosen for these tasks, but most can usually be initiated from a batch file. Consult with your vendors' websites or support staff. If any of these products cannot be initiated from your batch file, they probably have a built in means of scheduling the same important tasks.
    • 8
      Schedule It!:
      Once your batch file is complete, you can easily test it. Simply double click the batch file and it should complete all of the tasks you included. Note that it may take some time for the process to complete. If you have trouble, it may help to add the command "pause" at the end of the batch file so you can see where you went wrong.
      If there is no convenient and regular time for you to schedule your batch file, you can continue to manually execute just as you did to test it. Another option is to include the command, "shutdown -s -f" at the very end of the batch file, which will turn off your computer after all of the commands are complete. Each time you are done using your computer for the day, close all of your programs and double click your batch file; your computer will take care of its maintenance and then power-down.
      If there is a convenient time for your maintenance to be performed, perhaps in the middle of the night if your computer is left on, you can use Window's "Scheduled Tasks" feature to make your batch file execute automatically at that time. When scheduling, remember to allow enough time for all of the tasks to complete before you will need to use the computer again.
      To schedule a task in Windows click:
      Start - > All Programs - > Accessories - > System Tools - > Scheduled Tasks
      Double-Click "Add Scheduled Task"
      Click "Next"
      Click "Browse"
      Locate and select your batch file
      Click "Open"
      Select how often you would like your batch file executed
      Click "Next"
      Select the time you would like the batch file executed
      Click "Next"
      Enter the username and password for your computer if you have one
      Click "Next"
      Click "Finished"
      The tasks you have defined will now run on a regular basis as you have specified. If you have included all of the tasks suggested above, you computer should run relatively trouble free for years to come.
      Hope this post teaches you many thing about Computer .

      Enjoy!!
Share:

Monday, September 10, 2012

Top five regrets of the dying

A nurse has recorded the most common regrets of the dying, and among the top ones is "I wish I hadn't worked so hard". What would your biggest regret be if this was your last day of life??? Read this deeply.

A palliative nurse has recorded the top five regrets of the dying. Photograph: Montgomery Martin/Alamy

There was no mention of more sex or bungee jumps. A palliative nurse who has counselled the dying in their last days has revealed the most common regrets we have at the end of our lives. And among the top, from men in particular, is 'I wish I hadn't worked so hard'.

Here are the top five regrets of the dying, as witnessed by Ware:


1. I wish I'd had the courage to live a life true to myself, not the life others expected of me.
"This was the most common regret of all. When people realise that their life is almost over and look back clearly on it, it is easy to see how many dreams have gone unfulfilled. Most people had not honoured even a half of their dreams and had to die knowing that it was due to choices they had made, or not made. Health brings a freedom very few realise, until they no longer have it."
2. I wish I hadn't worked so hard.
"This came from every male patient that I nursed. They missed their children's youth and their partner's companionship. Women also spoke of this regret, but as most were from an older generation, many of the female patients had not been breadwinners. All of the men I nursed deeply regretted spending so much of their lives on the treadmill of a work existence."
3. I wish I'd had the courage to express my feelings.
"Many people suppressed their feelings in order to keep peace with others. As a result, they settled for a mediocre existence and never became who they were truly capable of becoming. Many developed illnesses relating to the bitterness and resentment they carried as a result."
4. I wish I had stayed in touch with my friends.
"Often they would not truly realise the full benefits of old friends until their dying weeks and it was not always possible to track them down. Many had become so caught up in their own lives that they had let golden friendships slip by over the years. There were many deep regrets about not giving friendships the time and effort that they deserved. Everyone misses their friends when they are dying."
5. I wish that I had let myself be happier.
"This is a surprisingly common one. Many did not realise until the end that happiness is a choice. They had stayed stuck in old patterns and habits. The so-called 'comfort' of familiarity overflowed into their emotions, as well as their physical lives. Fear of change had them pretending to others, and to their selves, that they were content, when deep within, they longed to laugh properly and have silliness in their life again."
What's your greatest regret so far, and what will you set out to achieve or change in your life before you die?
Please Feel comment here .
Share:

Type anywhere in Nepali language

To many people ask me how to type Nepali language online or offline??
Here are few steps that will install (Google Nepali Input)  in your Computer .
First Step 1.  You need  To go this links 


You'll see this this type image below



You can also directly download from here click Below links

Read also :- Nepali Font For Mobile.

Now tick mark in Nepali again tick mark on " I agree to the google Terms of service and Privacy Policy." then Click Download 

Now Go to Downloads of your browser and double click on   ' googlenepaliinputinstall.exe '  Open downloaded file



This step will install google nepali input on your machine by poping up a window shown below.

Now another window will pop up for End User Licence Agreement, just check on I agree and then click on next to complete the installation.


Wait for some while and the installation will complete, but remember you need internet connection for the complete installation. OK

Read this too :- Internet Download Manager (IDM) - FREE


How to use Google Nepali Input IME

Now for type Nepali language . At the right hand side of your windows Buttom on the menu bar there is language status bar on the corner side near the clock, check Nepali as your language to use Google Nepali Input. Also you can choose 'A' for English and 'अ' for Nepali instantly to jump between english and nepali language.

I hope after reading this post everyone will start using Google Nepali Input. This is very easy and really cool.
We can create MS word or other document in Nepali font. Also You can type on online chatting . have fun .







Image credit - Nepali Unicode Installation 


Share:

Thursday, September 6, 2012

Internet Download Manager (IDM) - Free

 













BEST SOFTWARE TO DOWNLOAD (Youtube Video, Online Movies, Videos, Mp3, Documents etc. 

Internet Download Manager (IDM) 
Download this Software :
Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.
Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.

Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.
Version 6.12 adds IDM download panel for web-players that can be used to download flash videos from sites like YouTube, MySpaceTV, and Google Videos. It also features complete Windows 7 and Vista support, YouTube grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.

Thank you
Share:

How to Update Kaspersky Antivirus Offline (without Internet Connection)

You Want to update your "Kaspersly " Antitrust Without Internet ?? If you don’t have an internet connection at one or several computers but you still want to keep your antivirus updated, this should help you. In order to update  databases  signature and application modules of Kaspersky Antivirus or Internet Security 2012 you can use a special update utility, which should be run manually from another computer or from a flash drive which is connected to the computer with the internet connection.
Kaspersky_Offline_UpdateLet know step-by-step Guide to Update Kaspersky Offline Here
  1. Download the Kaspersky 2012 Database Updater to your computer. Cliking the link. 
  2. After downloading Kaspersky 2012 Database Updater, extract the contents of it to a new folder of a flash drive that is connected to a computer with internet.
  3. From the extracted folder run the file Updater.bat (double-click the file to run it).
  4. Once the file is started, the following window appears on the screen:

    kav2012_6606_01_en
  5. The window shows that the copying process has started (the path to the file Updater.exe, shown in the figure may vary from the path shown in the window on your computer).
  6. When the window disappears, in the folder of the update utility open the file iupdater.txt and make sure the file contains the following record (implying successful update):

Read also :- Best free antivirus Software 2013 


kav2012_6606_02_en
  1. Now you successfully downloaded updates and the actual set of databases and modules is copied into the Updates subfolder of the KAV_12.0.0.374 folder, from which the file Updater.bat has been run.

Configure updates for Kaspersky Antivirus / internet security

Now you need to configure Kaspersky. For this, first connect the Pen drive to that computer which has Kaspersky Antivirus / Internet Security and is not connected to the internet, configure updates as seen in the screen shot below.
  1. Open the main application window
  2. In the right upper corner of the main application window, click the Settings button
  3. In the upper left hand part of the Settings window, select Update
  4. In the right part of the Settings window, click the Settings button in the Update source tab
  5. In the Update settings window on the Source tab, click the Add button
  6. Select the folder into which you have downloaded databases and modules using the update utility (subfolder Updates)
  7. Click the OK button in the Select folder source window
  8. In the Update settings window on the Source tab, uncheck Kaspersky Lab update servers
  9. Click the OK button in the Update settings window
  10. Click the OK button in the Settings window
Look here on Live Demo
kav2012_6606_04_en
That's it. Your Kaspersky Antivirus / Internet security  is now up-to-date and you are completely protected.
Share:

Wednesday, September 5, 2012

Best 5 Free Antivirus Apps For Android Phone

Android's increasing popularity has led to increased growth of malware and security threats. Here we are going to provide you Best 5 Free Best Antivirus for Android Phone to make your device very secure and prevent from dangerous virus attacks.
Best-Free-Antivirus-For-Android-Phone

Avast Mobile Security



Avast-mobile
Avast Free Mobile Security has emerged as one of the most complete security apps for Android.This antivirus Protect personal data with automatic virus scans and infected-URL alerts. Stop hackers by adding a firewall (rooted phones). Control anti-theft features with remote SMS commands for: history wipe, phone lock, siren activation, GPS tracking, audio monitoring, and many other useful tools.
Download Avast Free Mobile Security

Lookout Mobile Security & Antivirus

Download-Free-Lookout-Mobile-Security
Lookout Security & Antivirus is the first security application for android. This mobile antivirus for android monitors all the functions and scans the data in daily/ weekly basis.
Download Lookout Mobile Security & Antivirus

AVG Anti-Virus

Download-Free-AVG--Android-Antivirus
AVG Anti-Virus offers amazing features like malware protection, a real-time AV scanner, backup assistant, task killer, app locker, local device wipe and phone locator.
Download Free  AVG Android Antivirus

Dr.Web Anti-virus

Download-Free-Dr-Web-Android-Antivirus
This is the most lightweight application of the anti-virus group. It has a highly efficient virus scanner, But there are certain features like call blocking, spam protection, data backup and some other features which are missing.
Download Dr.Web Anti-virus

Source- Techzein

Share:

Tuesday, September 4, 2012

Funny Computer Tricks

Want to learn funny computer tricks? In this post I’ll show you 8 funny computer tricks .Enjoy!

1. Word Funny Trick

Open microsoft word and type =Rand(200,99) and press Enter. Enjoy in magic!

2. Notepad Funny Trick

Open your notepad and increase font size to 72 and change the the font to “Windings”.

Type your name in Capital later and look what are you see there.

3. Folder With The Name con

Try to make folder on windows with the name con. You won’t be able to make it.

4. Funny javascript trick ;)

Copy the below code in web browser address bar and press enter

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
You’ll see that your browser shaking :) (in some browsers it will not work)

5. Make Folders Invisible In Windows

1. Right click on the desktop>New>Folder
2.Remove the name and with the NUMPAD type 0160 while holding ALT
-Now your folder should appear unnamed and when we got that solved, we have to make the icon itself invisible to the eye:
3.Right click on the folder>Properties
4.Click the Customize tab and then Change icon
5.Just scroll a little bit and you can find here is a transparent icon
And voila; your folder is now invisible…(*just don’t forget where you put it)
Here’s a video instructional if you find it easier to follow the steps this way:

6. The “Keyboard not present” computer trick

Just look in the back of your PC unit, find the mouse and the keyboard and simply switch their places. This way, when a person boots the computer, it will show an error message, telling him that no keyboard is present. But strangely, the wires aren’t ripped out…
(This only works on PS/2 keyboards & mice)

7. The randomkey funny computer trick

Just download randomkey app that types a random key every minute , from this LINK. To disable it, restart your PC

8. How to Delete Friend’s Hard Disk -Fakely

Here is a funny trick which you will find amazing and frighten your friend with this prank.
1)Download Fake delete.zip and unzip the files.
2)Now open the folder and open the file fakedel.exe. You can see that the deleting seems so realistic. But this is just fake and nothing happens to your computer.
3)Now rename this file with xyz.exe and paste this file on your friend’s desktop or Email it to him/her with some interesting message so that he/she will curiously open the file.
To Stop Fakedel.exe go to Taskbar > TaskManager > fakedel.exe > End Process

Souece -Hack spc
Share:

Monday, September 3, 2012

How To Print Out A List Of All Files In A Folder

Hi Friends today I'm going to post one of useful  computer hacks . I hope this tutorial will help you .


In this simple tutorial, I´ll show you how to print out a list of files in a folder. There is plenty of shareware programs which can do this, but I think that the simplest way to do this is with using Command Promt of( cmd).


1. Go to the Start buttom, then click Run . In Run option type ' cmd '  and click OK.



2. After this will open cmd.exe ,find folder which you want to print out with cmd, If you do not know how to move through the directories using cmd, see this post: How to find directories with cmd.

3. When you find specified folder, with this command dir > list.txt, you´ll create text document with list of files.

Example:

I want to print list of all files in folder with path E:\movies
In cmd I´ll write E: and press enter , then write cd and with TAB find folder movies and press enter . Then write dir > list.txt In folder with path E:\movies I will find text document list. txt . Open that text document and print out. It looks like this



After this list.txt created in E:movies

List.txt looks like this

Enjoy   !!!
Thank you ~~~!! 

Take from PC Hacks

Share:

World 7 Wonders

  1. TAJ MAHAL  IN AGRA, INDIA
  FREE FREE DOWNLOAD HD WALLPAPER 

Get more information click here


To save wallpaper, Right Click on Wallpaper and select Save Image As.. option


2. ANCIENT PYRAMID


To save wallpaper, Right Click on Wallpaper and select Save Image As.. option





  

 you might also like :































To save wallpaper, Right Click on Wallpaper and select Save Image As.. option




4. MACHU PICCHU IN PERU

To save wallpaper, Right Click on Wallpaper and select Save Image As.. option 





 you might also like : 













To save wallpaper, Right Click on Wallpaper and select Save Image As.. option 



6. GREAT WALL, CHINA
                         

To save wallpaper, Right Click on Wallpaper and select Save Image As.. option


7. Petra jordarn








Share:

Sunday, September 2, 2012

How to find Directories

You can move through the hidden directories from the Command Prompt.
 1)Start->Run

 2)In Command Prompt write cd and press TAB on keyboard. It looks like this

Share:

Total Pageviews

Powered by Blogger.

Labels

ADSL (1) Aadha Bato (1) Aani chhoing lama (1) All Novel (3) All in one (2) All post (1) Amar Neupane (1) Android (3) Android Games (1) Android theme (1) Antivirus (3) Apps (1) Article (3) Audio Book (27) Audio Story (1) B.P Koiraala (1) Barbarik (1) Beautiful (1) Bijay Kumar panday (1) Bill gates (2) Binita Dahal (1) Blog (22) Blog tips (11) Bollywood Movie (3) Buddhi Sagar (1) Bulbul Download (13) Bulbul Sunday (4) Bulbul Wednessday (7) Collage (2) Companies (1) Computer Tips (13) Computer software (3) Converter (3) Cover Image (1) Cricket (1) Crow Festival (1) Damini Veer (1) Dashain (1) Dipawali (3) Downloads (17) Dr. Banira Giri (1) E-commerce (1) Earthquake (1) Education (9) Electricity (1) English Novel (6) Epaper (2) FM (3) Facebook (6) Facebook Tricks (4) Facebook cover (3) Football (6) Free Software (5) Games (2) Geeta thapa (1) Google (1) Google Data Center (1) Govnd Bahadur Mall (1) H. Rider Huggard (1) HSEB (2) Hari Paudel (1) Health (2) History Of Nepal (2) How to (3) IDM (1) IT Training center (1) Image (5) Information Technology (6) International News (1) Internet (1) Internet Tips (11) Iphone (1) Jagdish Ghimire (2) Jhamak Ghimire (1) Justine Biber (1) Kantipur (1) Karnali Blues (1) Kick (1) Kick movie (1) King Birendra (1) Kishor Nepal (1) Korea (1) Krish3 (1) Krishna Dharabasi (3) Lain Singh Wagdel (1) Language (1) Laxmi puja (1) Legend (1) Lekali (1) Life and Style (3) Light (1) Literature (1) Living Goddess Kumari (1) Loadsheding (1) Ma Hideko Bato (1) Manufacture (1) Media player (1) Meroconcept Gadger (1) Messi (1) Mobile (2) Mobile Tips (2) Mohan Sharma (1) Mulik Bahira Ma (1) Music (1) Mysansar (1) NEA (4) NTC (1) Nagarik Dainik (1) Narayan Wagle (1) Nasa (1) Nasa Video (1) Nepal (10) Nepali Calender (1) Nepali Novel (24) Nepali Story (4) Nepali telecom (1) New Bulbul Sunday (3) News / Blog (19) Novel (18) Online News (1) Online TV (1) Pallo Ghar Ko Jhyal (1) Paulo Coelho (2) Pearl S buck (1) Peazip (1) People (1) Photos (1) Poem (3) Politics (1) Prabha kaini (1) Prabin (1) Purusottam Dahal (1) Quotes (3) Radio Bachan (1) Rajan mukarung (1) Richest Person (1) Romeo juliet (1) Routine (1) SAFF Championship (5) Sakas (1) Salokya (1) Saru Bhakta (2) Sayings (2) Science Technologies (3) Screen (3) Security (1) Seto dharti (1) Shakespare (2) Shanta (1) Short Story (5) Shrutisambeg (4) Shrutisambeg Novel (2) Shrutisambeg Story (5) Sita Ji (1) Slider (1) Social Work (1) Software (8) Songs (2) Sports (6) Story (4) Subin Bhattarai (1) Summer Love (1) Template (2) The Good Earth (1) Theme (2) Tihar (1) Time & Date (1) Tips and Tricks (12) Translated Novel (3) Tricks (3) Tutorials (8) Unicode (1) Upanyas (1) VLC (1) Videos (7) Vintage (2) Wall papers (2) Web (1) Website Developer (1) Western union (1) Windows 7 (2) Windows Hacks (3) Windows Tips (4) World (3) holiday (1) other Blog (1) salmankhan (1) test (1) wallpapers (2)

Labels

Aadha Bato Aani chhoing lama ADSL All in one All Novel All post Amar Neupane Android Android Games Android theme Antivirus Apps Article Audio Book Audio Story B.P Koiraala Barbarik Beautiful Bijay Kumar panday Bill gates Binita Dahal Blog Blog tips Bollywood Movie Buddhi Sagar Bulbul Download Bulbul Sunday Bulbul Wednessday Collage Companies Computer software Computer Tips Converter Cover Image Cricket Crow Festival Damini Veer Dashain Dipawali Downloads Dr. Banira Giri E-commerce Earthquake Education Electricity English Novel Epaper Facebook Facebook cover Facebook Tricks FM Football Free Software Games Geeta thapa Google Google Data Center Govnd Bahadur Mall H. Rider Huggard Hari Paudel Health History Of Nepal holiday How to HSEB IDM Image Information Technology International News Internet Internet Tips Iphone IT Training center Jagdish Ghimire Jhamak Ghimire Justine Biber Kantipur Karnali Blues Kick Kick movie King Birendra Kishor Nepal Korea Krish3 Krishna Dharabasi Lain Singh Wagdel Language Laxmi puja Legend Lekali Life and Style Light Literature Living Goddess Kumari Loadsheding Ma Hideko Bato Manufacture Media player Meroconcept Gadger Messi Mobile Mobile Tips Mohan Sharma Mulik Bahira Ma Music Mysansar Nagarik Dainik Narayan Wagle Nasa Nasa Video NEA Nepal Nepali Calender Nepali Movie Trailer Nepali Movies Nepali Novel Nepali Story Nepali telecom New Bulbul Sunday News / Blog Novel NTC Online News Online TV other Blog Pallo Ghar Ko Jhyal Paulo Coelho Pearl S buck Peazip People Photos Poem Politics Prabha kaini Prabin Purusottam Dahal Quotes Radio Bachan Rajan mukarung Richest Person Romeo juliet Routine SAFF Championship Sakas salmankhan Salokya Saru Bhakta Sayings Science Technologies Screen Security Seto dharti Shakespare Shanta Short Story Shrutisambeg Shrutisambeg Novel Shrutisambeg Story Sita Ji Slider Social Work Software Songs Sports Story Subin Bhattarai Summer Love Template test The Good Earth Theme Tihar Time & Date Tips and Tricks Translated Novel Tricks Tutorials Unicode Upanyas Videos Vintage VLC Wall papers wallpapers Web Website Developer Western union Windows 7 Windows Hacks Windows Tips World

Theme Support