Original content

Protected by Copyscape Plagiarism Checker

Saturday, February 26, 2011

Get paid for your response

I think most of you are aware of surveys. Yes, I am speaking about online survey's. You will be get paid for your response for the survey's, based on which some market decisions were made.

How it works?

If a new service or product is released by a big concerns, it will not release it blindly. Before releasing the product analysis of the minds of the receiver of the product or service is done.

How to analyze?

This is where market research companies comes in to play. These market research companies creates the questionnaire with the question which enables the market analyst to collect required information to do business analysis.

Then what is there for us?

This is our main part. Where the market research companies will collect the response for their questions, yes from us(Customer for the service or product). How they are able to collect response for their questions from us, to do this they will contact companies which are maintaining the details of the general public.

Based on the survey, whether the product is for youth, children, married...etc. the market research company will create the survey and send the links to the respondents and pay them for attending and providing the response.

Tuesday, January 25, 2011

Enable Winchat in windows XP

It's an applications to chat with in the network...



Just type "winchat" in the "RUN"..You will get the chat window shown below.

Just click on the dial icon and select the name of the system you want to chat inside your network.

Here comes the problem...there may be no response at the receiving end...Just follow the below steps.

1. Open Control panel->Administrator tools->services.
2. In the right-pan of the Services window, enable "Network DDE DSDM" first and enable "Network DDE" after that.
3. After completing the above two steps, just restart your PC.

Saturday, January 1, 2011

Final year project ideas

Hi friends,

When I was doing my degree, I always have a will to do a great project(Computer related). But I was not able to think what to do.

Finally I submitted some scrap and scored the marks. But now I find a way to get ideas. Visit the following website, where requirements for projects are posted. You can find the one which matches your skill set and start implementing it.

http://www.freelancer.com/

You can also earn too...If you got the skills required.

Saturday, November 27, 2010

BSNL 3G data card Teracom H/W: v1.0 S/W: LW273 v1.2 with other network

I think it is easy to flash other 3G modems mainly Huawei to use network's other than the one for which the modem was provided.

But mine in 7.2Mbps teracom modem provided by BSNL. I was not able to use other network sim cards in windows. When I insert different sim card the application provided with the modem will rise error message.

What I did is tried in ubuntu. Just start your PC with your modem pluged into the USB, It will be automatically detected. Now change the settings according to the network and use.

If modem is not detected, Copy the contents of the virtual drive created in your windows while plugging the modem for the first time. You can find a folder with a name Linux, copy it and install in your ubuntu. After installing in ubuntu you may get error message, ignore it.

Now after installing the program in ubuntu, restart you PC. Now your modem will be detected.

Enjoy......This worked for me...............I Will let you know once I find a way in windows......Also let me know if there is already a way to use in windows......

Cheers....

Saturday, September 18, 2010

Sample confirmIT coding

Below is the sample code to know how coding will look like in confirmIT.

if( f('Q1').get() == '1' )
{
f('Q2').set('1');
}

  • In the above code f(‘Q1’) refers to the single choice question object having the question id ‘Q1’.
  • f() is used to refer the objects in the confirmIT.
  • f(‘Q1’).get() == ‘1’ means first choice of the single choice question is selected.
  • f(‘Q2’).set(‘1’);  this statement sets the first choice of the single question object haveing the question id ‘Q2’.

Wednesday, July 14, 2010

DataEnvironment connection already open problem (VB6.0)

IF DataEnvironment.connection_name.state <> 0 then

DataEnvironment.connection_name.close

DataEnvironment.connection_name.open

End if

DataEnvironment.dataenvirnoment_command_under_connection_name para1,para2….paran

Tuesday, July 6, 2010

What is the use of CONFIRMIT

It is SOS(Software as Service) kind of web service. We can use the tool only through the internet. It is used to generate online questionnaire to take surveys. Using the CONFIRMIT we can generate the questions of various types like single choice question, multi choice question and grid question.

We have objects in CONFIRMIT which are called nodes. We can drag the required nodes depending on the type of question we need. In the next post I will provide the screen shots for different type of questions.