Sponsored Content
The Lounge What is on Your Mind? The Social Network (the facebook movie): What Did You Think? Post 302494087 by Neo on Friday 4th of February 2011 10:41:59 PM
Old 02-04-2011
Interesting!

I was a little bit surprised to see very little people interested in this topic.

Most forum users are not interested in "social networking" sites like Facebook, it seems.
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Facebook

Im using Mozilla Firefox on my Linux laptop. When I'm logged in at Facebook I can see the general page but when I'm going to my "own" page I can't see the posts, just the head of the page. I don't know if it's a problem related to Linux or Mozilla. Greatful for any help. (1 Reply)
Discussion started by: Midde
1 Replies

2. Programming

development of social network site

Dear All, I am going to outsource the development of social network site and I have found the Ukrainian company working on this field NET Technology Center WEB 100 Have you ever outsourced your activities to Ukraine? And I would be really thankful to hear your feedbacks from those who might... (3 Replies)
Discussion started by: r_larson
3 Replies

3. Post Here to Contact Site Administrators and Moderators

Facebook links

Some posts have a live link to Facebook. This is a banned site here and on many commercial sites. It triggers alerts. How can we stop the system trying and failing to connect to Facebook? Example hidden (hugely long) link is: Like Interestingly, posting the link triggers the ERROR box on... (4 Replies)
Discussion started by: methyl
4 Replies
XSelectInput(3X11)														XSelectInput(3X11)

NAME
XSelectInput - select input events SYNOPSIS
XSelectInput(display, w, event_mask) Display *display; Window w; long event_mask; ARGUMENTS
Specifies the connection to the X server. Specifies the event mask. Specifies the window whose events you are interested in. DESCRIPTION
The XSelectInput function requests that the X server report the events associated with the specified event mask. Initially, X will not report any of these events. Events are reported relative to a window. If a window is not interested in a device event, it usually propa- gates to the closest ancestor that is interested, unless the do_not_propagate mask prohibits it. Setting the event-mask attribute of a window overrides any previous call for the same window but not for other clients. Multiple clients can select for the same events on the same window with the following restrictions: Multiple clients can select events on the same window because their event masks are disjoint. When the X server generates an event, it reports it to all interested clients. Only one client at a time can select CirculateRequest, ConfigureRequest, or MapRequest events, which are associated with the event mask SubstructureRedirect- Mask. Only one client at a time can select a ResizeRequest event, which is associated with the event mask ResizeRedirectMask. Only one client at a time can select a ButtonPress event, which is associated with the event mask ButtonPressMask. The server reports the event to all interested clients. XSelectInput can generate a BadWindow error. DIAGNOSTICS
A value for a Window argument does not name a defined Window. SEE ALSO
Xlib -- C Language X Interface XSelectInput(3X11)
All times are GMT -4. The time now is 03:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy