Pages

Showing posts with label Fun. Show all posts
Showing posts with label Fun. Show all posts

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.