Pages

Showing posts with label Tips and Tricks. Show all posts
Showing posts with label Tips and Tricks. Show all posts

Sunday, November 20, 2011

Start online business for free

If you are bored at home or there's noting to do then grab a computer and start your own business. No, Its not difficult and I am not joking with you. Its easy to start.

1:  -Create your own (.com, .net .....) domains with just $7.49* or Just 344 Rupees (click on above image)
or get a free sub-domain from sub-domain provider sites. You can  get blog in blogger, wordpress or other blogger sites.(search on Google you will get free sub-domain providers)
   Nowadays website making is very easy, It doesn't require any skills of html, Java, CSS.. you can make it very easy by website builders. Don't worry with getting a domain they will provide you easy to use website buiders.

Sunday, October 16, 2011

How to get more Facebook Likes and Comments


Facebook is the fast growing social network which connects people all over the world.
There are many people that are addicted to Facebook, chatting with each other and making friends.
Now that's the problem that there are many status updates and comment but which one is the best which gets more likes and comments.
There are certain rules that by following them you can get 10, 20 or perhaps more than that likes and comments.
There are the rules:

1: Update your status daily or twice a day.
Share something that is interesting or that will attract more people, Like share something funny about your friends or you can share jokes, quotes, news whatever you want.

2: Describe your words by pictures, Share more pictures and you will get more likes.

Saturday, October 8, 2011

Pop box that won't close for Windows 7, Vista and XP

Windows 7 and Vista:

1: Open a notepad.
    Click Start and then search for notepad.

2: Copy the below text to notepad

do
window=msgbox("Message here",39, "Title")

loop

Type your message and give title

3:Save it as Filename.vbs
You can give filename whatever you want.

4:Open it and your message will display



Windows Xp:

1:Open a notepad

2:Copy the below text to notepad

@echo off

:A
msg * Enter your msg here

goto:A
3:Save it as Filename.bat



Please leave a comment.

Popup messages in Windows 7, Vista and Windows XP

Windows 7 and Vista:

1: Open a notepad.
    Click Start and then search for notepad.

2: Copy the below text to notepad

window=msgbox("Message here",39, "Title")

Type your message and give title

3:Save it as Filename.vbs
You can give filename whatever you want.

4:Open it and your message will display



Windows Xp:

1:Open a notepad

2:Copy the below text to notepad

@echo off
msg * Enter your msg here

3:Save it as Filename.bat



Please leave a comment.