Saturday, October 1, 2011

Hidden dangers of Facebook

Over the last few years, Facebook's growth has been phenomenal. The world's no. 1 social networking site also sometime back beat Google to become the most visited Web site in the US for an entire week at a stretch. However, the site has also lately being receiving lot of flak for its privacy policies.
An expert in online privacy drew attention to the five dangers of sharing information on social networking site Facebook. Joan Goodchild, senior editor of CSO (Chief Security Officer) Online, said that marketing efforts by the company often results in a compromise on account holders' privacy.
Goodchild noted five risks of using Facebook. They are:
1. According to Facebook policy last updated on April 2010, "When you connect with an application or website it will have access to General Information about you. The term General Information includes your and your friends' names, profile pictures, gender, user IDs, connections, and any content shared using the Everyone privacy setting. ... The default privacy setting for certain types of information you post on Facebook is set to "everyone." ... Because it takes two to connect, your privacy settings only control who can see the connection on your profile page. If you are uncomfortable with the connection being publicly available, you should consider removing (or not making) the connection."
2. In March, private e-mail according to a Gawker report, private email addresses that many Facebook users wanted to keep hidden were revealed publicly on a multitude of Facebook profiles. The glitch was later resolved by Facebook.
3. Recently, a Facebook event invitation was reportedly sent to some over 2,300 friends of Jim Breyer, Accel Partners venture capitalist who sits on Facebook's board of directors, asking "Would you like a Facebook phone number?" However, the message was actually a scam and the users who entered their passwords in response to the message in turn sent the whole thing to their friends lists too.
"This was a phishing scam and Jim's account appears to have been compromised," read a statement from Facebook as provided to venture industry news site PEHub.
4. On May 6th, the popular social network patched a major security bug that allowed users to snoop on their friends' private chats, and view their pending friend requests. The exploit forced Facebook to temporarily disable chat.
5. Earlier this week, 15 privacy and consumer protection organizations filed a complaint with the Federal Trade Commission, alleging that the site manipulates privacy settings to make users' personal information available for commercial use.

falling character code in c

#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<string.h>
void main()
{
         int i,j,l,t;
         char y[20];
         clrscr();
         printf("Enter a string\n");
         gets(y);
         l=strlen(y);
         t=1;
         for(j=0;j<l;j++,t++)
         {
          for(i=3;i<=24;i++)
          {
           clrscr();
           puts(y);
           gotoxy(t,i);
           printf("%c",y[j]);
           delay(100);
          }
         }
         clrscr();
         getch();
}

See, what hackers eyeing now

Hackers have broken into the cellphones of celebrities like Scarlett Johansson and Prince William. But what about the rest of us, who might not have particularly salacious photos or voice messages stored in our phones, but nonetheless have e-mails , credit card numbers and records of our locations?

Android app 'Is your son gay' creates controversy

Popular search engine Google has landed in a soup after launching a smartphone app that helps parents determine their son's sexuality.

The Android program 'Is Your Son Gay?' has recently hit the market and has outraged gay-rights groups, with one brandishing the app 'ridiculous and horrifying'.

The controversial app asks parents 20 questions, including 'does he like to dress well?', 'does he like football?', 'does he like musical comedies?' and 'does he like Madonna?' to help them discover the sexuality of their son.

Once the quiz is completed parents receive one of two answers- 'You have nothing to worry about, your son is not gay.' Or it informs parents: 'Your son is gay. Accept it and know it's not his choice.'

Meanwhile, the French developer of the app insisted that the concept was meant to be a humorous approach towards helping moms accept their sons' homosexuality.

However, Eliza Byard, executive director of the Gay, Lesbian and Straight Educational Network in the U.S., has denounced the app.

"The questions in this app are horrendous stereotypes that would be completely laughable if they weren't so dangerous," the Daily Mail quoted her as telling CBS New York.

"The implication, one, is that there is one way to be if you're gay and, two, that there's sort of blame to attach to parents," she added.

Friday, September 30, 2011

Cellphones, Software, GPS, Intel to acquire Telmap, dole out easy to implement location APIs to AppUp developers

In case you weren't watching, Intel's Elements 2011 Keynote slipped in a sly acquisition announcement: the firm recently signed a deal to absorb Telmap, an Israel-based outfit whose location platform is the backbone of countless navigation apps. Intel's Peter Biddle says the navigation firm is to become a wholly-owned subsidiary of Intel, and will help AppUp developers pack their apps with unique location capabilities via Telmap's standardized APIs. Biddle wraps it up simply enough: "New advanced capabilities with just a few lines of code." Details on the deal are scarce, but hit the source link below to see Biddle's full statement in Intel's AppUp wrap-up.

Free online programming test;

free online test;
test your programming skills , and check out result with in a click , with your mistakes in programming tests.
http://www.indiabix.com/online-test/c-programming-test/