GA Publications

Free Information Tips & Guide!
Subscribe

Open Question: Dual Authentication Issue?

Hi, At our work we are setting up a system with SSL and it will act as a web server. It is using Apache with ajp connector to connect into Tomcat. The problem occurs when a java applet which uses RMI tunneling is launched. The user follows these steps to reproduce the issue. 1. using IE7 user logs in and enters standard username and password when the prompt appears 2. navigation works correctly as long as no java applet is launched 3. clicks on a link where java applet is launched and the user gets prompted again to enter standard username and password 4. once the username and password has been entered the session runs smoothly with no more prompts for these credentials 5. close IE7 and open up again, go through the same steps and it happens again The initial login prompt is an IE one. The second looks like a java one, it is titled "Authentication Required" when using Java 1.6_15. If you are using Java 1.4_2 or 1.5_15 the dialogue is titled "Password Needed - Networking". This issue happens with IE6, 7 and 8 using either Java 1.4, 1.5 or 1.6. It does not happen when using Firefox. We haven't tested any more browsers. Please also note that this issue does not occur if the web server has SSL turned off. Thanks in advance

Read the rest of this entry →

Open Question: my laptop was stolen, can it be traced online?

my laptop that was recently upgraded and i spent alot of money on. was stolen out of my car. can it be traced if the user gets online and surfs the web? thank you for your time and i appreciate any feedback.

Read the rest of this entry →

Resolved Question: Need help calling a function. C programming beginner. Simple Question?

So, I am trying to call a function and create a program that is basically a simple guessing game. This is my plan for my program: 1)Print out instructions (Which I did) 2)Ask user for guess input (which I did) 3)for each guess the program will out put whether the user got it right or not (this is what i am having trouble with) for number 3, I have a bunch of pre-written functions in a separate .c document that I need to use somehow, the output of how good the user did will depend on the conditions of the functions provided in the .c document. Am i suppose to somehow copy those functions to my program and make it work smoothly? For example if the prewritten functions (framework) document has a bunch of defined constants would I have to define the exact same constants in my program? also, if the prewritten functions framework has defined and created loops using arrays, would I have to somehow integrate those prewritten loops into my program ??? (Ex; copy and paste and make it work good?) thank you

Read the rest of this entry →

Open Question: Macs and Malware.?

I have a macbook, and i have NEVER gotten a virus. ever. SO, tvshack, its a really coll site and ive been using it for a year. i have never had any issues with it. now, everytime i go on, it warns me about malware. So, can a mac get Malware? What will it do? HAs any mac user gotten it from www.tvshack.net ?? thx! easy 10 points

Read the rest of this entry →

Voting Question: Please help me with this Java program. repetion help?

Here is the program System.out.print( "How much is 2 times 1? " ); // prompt number1 = input.nextInt(); // read first number from user if ( number1 == 2) System.out.println( "You're so smart :)" ); else System.out.println( " Sorry. Try agan :( " ); If the anwer is wrong I don't want it to just print sorry try again I want it to reat the question until the user get it right I was wondering if you guys could help show me how to do that? Btw this isn't my whole program Is just a little part of it sorry i meant repetition I want it to repeat the question idf the anser is wrong

Read the rest of this entry →

Voting Question: What differs in administrator user and other user?

I mean what more privileges the admin user gets then another.Can there be more than one admin users?How can I grant or revoke those rights?Is it possible that more than one user can be logged at the same time on one PC?

Read the rest of this entry →

Resolved Question: what happens if you report a user?

report a user's comment will it get deleted or will the user get a message stating its bad or something on facebook

Read the rest of this entry →

Resolved Question: Do U receive Objectionable or Rude, Uncanny Emails for NO Reason U are aware of?

From: In the Wind Subject: Your an ***!!! Message: Your a deranged ***!!! .. The above was just recently received by me AS an Email at 12:02pm Friday 5th March 2010. From where I am its around 10pm, so I must assume that the Email came from somewhere in the USA, based on time periods. The Emailer, has NO Email and the Profile listed is false..its a Profile of NOT the Emailer "IN THE WIND". but of someone called MUGSY at NI, MI in the US. Now I checked the Emailer in my own investigative manner and saw that they have NOT been online on Q&A for well over 1 Year. So, either this person has re-started Q&A and seen some of my Answers..not liked them and decided to call me>> what she did above..OH and yes, I have established she IS a shewho make REALLY nice remarks about wanting to HELP Others.. Her idea of help and mine are obviously entirely different. DO other Q&A users get these type of people Emailing them and what is your personal Opinion, of those who are Abusive in Emails and remain Anonymous. We all have a RIGHT to object or to criticise objectively, but being Rude, well that's another thing entirely..Whats your Opinion? Being the person I am, I ONLY see the Email as from someone who desperately either needs Mental Help or is just a stupid ass-head. I tracked the culprit down to a place in Michigan called, shortened as NA. She has attended the "Village of Schoolcraft" Grand St. Schoolcraft, Michigan..anyone any clues to this info? I am aone of those person who is hot on the trail of the Culprit AND: :"Hocfecit" change your Profile wording.. U are NOT Nobody.. U are "SOMEBODY"

Read the rest of this entry →

Resolved Question: How do I add an adsense revenue sharing model to my site?

The site doesn't exist yet, but I'm curious as to how I'd add an adsense revenue share model to my site. By that I mean, a user gets a percent on the money earned from adsense ads with their ID on certain pages. Any help appreciated, cheers.

Read the rest of this entry →

Resolved Question: Do O2 phone users get O2 arena tickets early?

Read the rest of this entry →

Resolved Question: Creating a "poor man's" Java chat room?

Hey everyone. I was hoping to get some help with a personal Java project I'm trying to code. Let me start off by saying that I'm no Java expert so I'm trying to work within the "basics" so to speak. But I feel like what I've got planned shouldn't be that hard. So here's my issue I'm trying to implement a sort of "simulated" chat applet. I don't want to work with IP addresses or anything like that so here's how I'm envisioning this working. 1. Every user that launches the applet receives a popup(JOptionPane.inputdialog thingy) that asks for the chatroom name. Lets say I pick "MikesChat" as the name. 2. I'd like the program to then take that name I enter and create a file called: MikesChatlog.txt. 3. After that, the first user enters in a screen name in a second pop up. 4. After that I have a Graphical User Interface set up, that has a long thin text field for entering messages, and a big thick one for displaying them. I also have a send button(JButton) that currently just pretty much moves whatever you type in the thin text field, over to the big one(overwriting what was previously there. 5. The real key to this is, the first user gets the MikesChat.txt created. Then the next user enters the same name in, so their applet is referencing that exact same text file. Then when they get to the interface, I want the send button to actually append what they typed to that text file, while the display area then reads said text file and displays it(every second or so) allowing the users to simulate chatting without using IP addresses and the like. ------------------------------------ Basic summary if you don't want to read that long part User 1: Creates chat room by entering its name in a JOptionPane box, causing the program to make a corresponding text file. User 2: enters the same name, thus referencing that text file as well, causing both user's applets to be working with the same file. Then any user that types something in and clicks the send button causes that text to be written to the text file that they are both separately editing, while their display field is reading from it every couple of seconds or every second thus displaying any changes they make in near real time to simulate chatting. I'm at the point where I've got the pop ups working fine. I even got it to create a file using the name that the user puts in. Unfortunately I seem to have to do so in a separate method and I can't get the rest of the program to write to it properly. Any advice would be helpful and if you need more info I'll be happy to discuss it further! I should have said "I can't get the rest of the program to write to it AT ALL actually. Thanks again guys.

Read the rest of this entry →

Resolved Question: Yahoo user account hijacked after Phishing trip.?

How does the legitimate user get the account back after giving the account info to a phishing web site?

Read the rest of this entry →

Resolved Question: has the playstation 3 network "crisis" ended yet?

im not anywhere near my playstion and i was wondering if the PS Network was working yet. all owners of the ps3 "phat" know what im talking about users got kicked off all games and got the error code 8001050f.

Read the rest of this entry →

Resolved Question: How do drug users get HIV?

I was talking to a family who was telling me about how they have a girl in their daycare with HIV. I asked them if they were worried their child might inadvertaintly get infected by the child in question. They explained to me that HIV dies on contact with Oxygen, so it is a non issue. My question then is, how can intervenious drug users get aids from each other if this is the case? It must not be from the blood on the outside of the needle, but maybe their is blood inside the needle that did not come in contact with oxygen, is this possible? This was a conversation peice at our last dinner (sad really), but now I am curious to see what others think?

Read the rest of this entry →

Resolved Question: Does this happen because users get their acount hacked on answers?

i keep repeatedly seeing some users with answers completely contradicting themselves! they will hate someone and then be their biggest fan every other question. so are they faking, getting their accounts hacked, having someone make an identical looking account to theirs, or something else?

Read the rest of this entry →

Resolved Question: ok i'm back bt Which users get on your last nerves?

these are users i can't stand allie britney hasood and authentic black american(he says stupid things that make me bang my head in the keyboard 24/7/365) BQ: What are sounds you are hearing now? I'm hearing a couple of gunshots, not sure if i should go out today shawnque throw me some spare change and i'll go for ya

Read the rest of this entry →

Resolved Question: Isnt the "quit generalizing" slogan more of a "quit reminding us of the truth" cover up?

If we ask a question about black people then we are generalizing but you never see a black user getting accused of generalizing. So when a black user says "quit generalizing" dont they really just mean "quit telling me the truth"?

Read the rest of this entry →

Voting Question: I Have this gay msn virus it sucks this is what it does?

it sends this : en esta foto salgo palida y fea.. no me gusta :( como me vez?? http://www2.image-myspace.info:84/user.get&AlbumID=5920/DSC-NuevoFoto15.JPG.zip and with tht wen i start my computer a meessage box says the computer will shutodwn in 30 seconds and it does i got away from it shuting down by command prompt however the msn virus is still there and the internet is still slow soo yee any ideas?

Read the rest of this entry →

Resolved Question: Any other user getting TROLLED by LOCUTUS OF BORGor 1,2,3,4 out of 5?

What is her problem

Read the rest of this entry →

Resolved Question: Poll: What Yahoo! Answers User gets on your nerves?

Read the rest of this entry →

Resolved Question: Why do the non american black users get pissed when I insult african americans?

I dont insult black people as a whole as much. I used to but now I mostly focus on african americans. So why do these non american black users get so offended?

Read the rest of this entry →

Resolved Question: What do you think of users getting it on in here?

Read the rest of this entry →

Resolved Question: how do i shot upload to youtube right?

Every time my sister tries to upload a video, it gets taken down almost instantly. A song with just a picture, a video project, nothing. It's true that the content isn't really her own creation, but other users get away with it, how?

Read the rest of this entry →

Resolved Question: Write a C++ program to play battleship?

Additional requirements: Write a program to play a game in which you try to sink a fleet of five navy vessels by guessing their locations on a grid. The program uses random numbers to position its ships on a 15 X 15 grid. The ships are of different lengths as follows: Frigate: 2 locations -Tender: 2 locations -Destroyer: 3 locations -Cruiser: 3 locations -Carrier: 4 locations The program must pick one square as the starting location, then pick the direction of the ship on the board and mark off the number of squares in that direction to represent the size of the ship. It must not allow a ship to overlap with another ship, or to run off the board. The user enters coordinates in the range of 1 though 15 for the rows and A though 0 for the columns. The program checks this location, and reports whether it is a hit or a miss. If it is a hit, the program also checks whether the ship has been hit in every location that it occupies. If so, the ship is reported as sunk, and the program identifies which ship it is. The user gets 60 shots to attempt to sink the fleet. If the user sinks all of the ships before using all 60 shots, then he or she wins the game. At the end of the game, the program should output the grid, so that the user can see where the shops are located.

Read the rest of this entry →

Resolved Question: General Networking questions for Pros?

I am studying networking and I am somewhat of a newbie. I have the basics down but I get confused on these 2 things. If someone can help me out I will absolutely appreciate it ! #1 (Servers) Do you need a separate server for each service you are running ? For example I need one server for DHCP and another server for DNS and another server for File Sharing and another server for VPN's. Wouldn't that be extremely expensive for a company to do that. When setting up a network how do you plan this out ? #2 (Speed) What is an example of a company that would use 10+ Gigabit ethernet ? Does the end user get that true speed say for instance when downloading ? Thanks

Read the rest of this entry →

Resolved Question: Is Wikipedia vandalism that big of a deal?

If more people who went on to Wikipedia for research purposes knew how the encyclopedia worked, if they knew about the page history, they wouldn't be misinformed by a vandalized page because they could easily revert vandalism themselves (I myself have done this a few times, I see something I know is not right, I look in the history, sure enough the most recent edit was an unexplained IP change, I revert it, life goes on). Then admins wouldn't have such a hard time. And even though vandalism seems "pointless" since it's removed quickly, anyone CAN still see it if they go to the page history (I do it all the time and get a kick out of how immature some people can be). But it seems some users get so pissed off about vandalism, and yet it's just Wikipedia, and there are thousands of other users and bots out there to revert it. We're lucky we even have a free encyclopedia, millions of people living in third-world countries aren't as fortunate to even have access to free information. I mean, I know vandalism is annoying, but can't admins just learn to be more positive sometimes, I look at some top-ranking editors and all their recent edits are "rv vandalism, undid revision, warning level 4 for user:.., etc" how about "added info" for once? Also, this question has been moved to HAGGER????!!! for great justice and epic lulz on wheels.

Read the rest of this entry →

Resolved Question: i have a problem with rapidshare !!!!!!!!?

every time i try to download any thing it says that Currently a lot of users are downloading files. Please try again in 2 minutes or become a premium member Please note, the server is not going to check again within the next 2 minutes if downloading is possible again. To provide a fair platform, all user get the same options. Your last attempt was 6 seconds ago

Read the rest of this entry →

Voting Question: A Simple C Do While Loop Question?

i apologize for what seems like a simple question, i've been trying to re-learn all this stuff for a class and there's still a few things i need to remember well any who, to my question. for an assignment i've created a program made up of 10 functions where the user gets to choose which one they want to use. well after the user gets done, i'm suppose to ask them if they want to pick again and if they say yes to re-do the whole program and if they say no just simply exit out. i'm pretty sure it involves a do while loop but i could be mistaken. i have one in place right now but i can't get the program to start back up again so if anyone could help me that would be great. here's my code #include #include #include #include #include void tri (int b, int h); void mult (void); int rand1(int rando); int rec (int b, int h); int sqr (int a); void trap (float h, float b1, float b2); int ell (int a, int b); int cir (int r); void square (void); int fact (int x); char *rand_str(char *str, int size); int main (void) { int end = 0; do { srand(time(NULL)); int choice = 0; printf("Please choose a mathematical function:\n\n"); printf("1. Area of a triangle\n"); printf("2. Area of a rectangle and square\n"); printf("3. Area of a trapezoid\n"); printf("4. Area of an ellipse\n"); printf("5. Area of a circle\n"); printf("6. Random number generator\n"); printf("7. Random password generator\n"); printf("8. Square of user entered number\n"); printf("9. Factorial of a number\n"); printf("10. Multiplication\n\n"); printf("Enter your choice: "); scanf("%d", &choice); printf("\n"); if (choice == 1) { int b; int h; printf("Please enter a base measurement: "); scanf("%d", &b); printf("Please enter a height measurement: "); scanf("%d", &h); tri (b, h); } else if (choice == 2) { int pick = 1 || 2; printf(" Rectangle [1] or Square [2] ?"); scanf("%d", &pick); if (pick == 1) { int b; int h; printf("Please enter a base measurement: "); scanf("%d", &b); printf("Please enter a height measurement: "); scanf("%d", &h); printf("The area of your rectangle is %d\n", rec (b, h)); } else if (pick == 2) { int a; printf("Please enter a side measurement:"); scanf("%d", &a); printf("The area of your square is %d\n", sqr (a)); } } else if (choice == 3) { float h; float b1; float b2; printf("Please enter a heigh measurement: "); scanf("%f", &h); printf("Please enter a measurement for base 1: "); scanf("%f", &b1); printf("Please enter a measurement for base 2: "); scanf("%f", &b2); trap (h, b1, b2); } else if (choice == 4) { int a; int b; printf("Please enter a measurement for length A: "); scanf("%d", &a); printf("Please enter a measurement for length B: "); scanf("%d", &b); printf("The area of your ellipse is %d\n", ell (a, b)); } else if (choice == 5) { int r; printf("Please enter a radius measurement: "); scanf("%d", &r); printf("The area of your circle is %d\n", cir (r)); } else if (choice == 6) { int num, rnd1; for (num = 0; num < 1; num++) { rnd1 = rand1(50); printf("%d\n",rnd1); } } else if (choice == 7) { char password [10]; puts (rand_str (password, sizeof password) ); } else if (choice == 8) { square (); } else if (choice == 9) { int x; printf("Please enter a number: "); scanf("%d", &x); printf("Your number factored is %d\n", fact (x)); } else if (choice == 10) { mult (); } } while (end == 1); printf("Do you want to choose another function? Yes [1] No [2] "); scanf("%d", &end); return 0; } int rand1(int rando) { int a = 0; a = rand (); return ( (a % rando) + 5); } void tri (int b, int h) { int sum; sum = .5 * b * h; printf("The area of your triangle is: %d\n", sum); } int rec (int b, int h) { return b*h; } int sqr (int a) { return a*a; } void trap (float h, float b1, float b2) { float sum; sum = (b1 + b2) / 2 *h; printf("The area of your trapezoid is: %.2f\n", sum); } int ell (int a, int b) { return 3.14 * a * b; } int cir (int r) { return 3.14 * r * r; } void square (void) { int x; printf("Please enter a number: "); scanf("%d", &x); printf("Your number squared is %d\n", x * x); } int fact(int x) { if(x==1) return 1; else return x * fact (x-1); } void mult (void) { int x; int y; printf("Please enter a number: "); scanf("%d", &x); printf("Please enter a number: "); scanf("%d", &y); printf("Your numbers multiplied = %d\n", x * y); } char prand1(char prando) { char a = 0; a = rand (); return ( (a % prando) + 5); } char *rand_str(char *str this was suppose to be at the end of my code but it got cut off. char *rand_str(char *str, int size) { char password[] = "abcdefghijklmnopqrstuvwxyz" "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; int i, ranValue = rand()%26+1; for ( i = 0; i

Read the rest of this entry →

Resolved Question: how can i hide the path www.mysite.com/images/ without users getting access?

i wanted a pade not found message display

Read the rest of this entry →

Resolved Question: Why do todays dope users get ripped off?

In my day I got an ounce of weed for 50 bucks

Read the rest of this entry →

Resolved Question: Do any other YA users get a headache when reading some of these questions?

especially the singles/dating section. Does he like me, circle yes, no or maybe, lol. Or is it just me?

Read the rest of this entry →

Resolved Question: How my buddy list in yahoo messenger disclosed by someone ?

Many times, I have got emails in my yahoo account saying that "Mr. XYZ has sent you a hot video" where XYZ is one of my friends in my yahoo friend list. Interestingly XYZ didn't send this kind of mail to me at all. It's been sent by some other party who are able to know my friend list in yahoo. I know yahoo has API for retrieving any yahoo user's online/offline status, display picture. Even some other sites are able to show if any yahoo user gets invisibility mood. But I found no yahoo API or no websites which can show any yahoo user's friend list. Then how the advertising sites retrieve my yahoo buddy list?

Read the rest of this entry →

Resolved Question: What beneft does a user get by posting spam on all questions?

Such as Robort? How do I report a user, but not a question? I know I can use the report abuse option, but is there another way to report someone? Are these really bots or people? Why are they taking chances on getting reported and their account deleted?

Read the rest of this entry →

Resolved Question: for emerald card users..get your refund yet?

I woke up at 7am EST and it was there!!!!! yee haw! Finally! Have a GREAT weekend everyone! Yup it was a GREAT daygot the Wii, games for itclothes, my mini laptop a new 42 inch flat screen TV and we still have a lot left.so happy!

Read the rest of this entry →

Resolved Question: I cant download from RAPIDSHARE HELP!?

this pops out when i try to download something from Rapid Share: Currently a lot of users are downloading files. Please try again in 2 minutes or become a Premium member Please note, the server is not going to check again within the next 2 minutes if downloading is possible again. To provide a fair platform, all user get the same options. Your last attempt was 106 seconds ago. I am free member and. Please help, is there some way to overcome this problem??? i tryed to resume download but no luck that message keeps popping up.

Read the rest of this entry →

Resolved Question: Help: New Beauty Tutorial?

I've just uploaded my first beauty tutorial on youtube, and i'm trying to discover how videos get so popular, and how some users get so many subscribers. If you like beauty tutorials, can you please watch my video and tell me what you think? Thank you :) http://www.youtube.com/watch?v=BcXiXYFwfpQ

Read the rest of this entry →

Resolved Question: Career planning please help, best answer gets 10 points !!?

Which of the following is an economic change that can affect careers? a. New software lets users get music over the Internet. b. A company wants to make recordings without polluting. c. A big recording company buys a small independent label. d. People stop liking the kind of music a company records. How is the U.S. population changing? a. The number of older Americans is growing. b. Women will soon outnumber men by about 2 to 1. c. The number of middle-aged people is nearing zero. d. Fewer immigrants are moving to the U.S.

Read the rest of this entry →

Resolved Question: When will Mac users get over the fact that 90% of the world uses PCs and there is no way for Macs to compete?

Mac users need to get over the fact that they are stuck using PCs and yes you all use PCs. Everything from ATMs to video game systems are PCs. Satellites, governments, The DMV, Banks, and most business' use PCs.

Read the rest of this entry →

Resolved Question: One XP user gets Internet, one doesn't.?

FIOS broadband. Was working earlier. After Spybot Search and Destroy fixed "issues" it had found, the user with the issues can no longer access internet. IE7 says no connection, and suggests checking firewall settings for HTTP, HTTPS, and FTP. This made no difference.

Read the rest of this entry →

Resolved Question: What's the average speed the average user gets on their Bittorrent? Or Maximum!?

The highest I ever got was 1.1MB per second, average about 250KB per second, is that good? anyone else?

Read the rest of this entry →

Resolved Question: Can Y!A introduce a feature where users get a reason or feedback as to why a question gets deleted?

Sometimes one doesn't even know know why a question gets deleted..sometimes I think people who report questions are just plain spiteful and I don't think its right..is it not at least fair that they give a reason Checked my spam: Violation Reason: Misuse of the question and answer format what does that even mean?

Read the rest of this entry →

Resolved Question: Is switching to T-Mobile a good idea?

Any tech savvy people out there? I'm thinking about buying the Google Nexus One phone. It's $529 (gay) for an unlocked one and $179 for one with a T-Mobile provider. I was going to get an unlocked one until I saw that the T-Mobile plan is only $79.99 a month whereas I pay $115 with AT&T for the similar plan. But is switching to T-Mobile a good idea? I have no experience with it but AT&T has a lot of dead spots in my area; and I mean A LOT so I've been meaning to find a way out. Any T-Mobile users got advice? In case you don't know what the Nexus One is, you can check it out here: https://www.google.com/phone/choose?locale=en_US&s7e= I have an iPhone 3G (1st gen) and the nexus one will fit my workaholic needs :D

Read the rest of this entry →

Resolved Question: Who here thinks the hall of fame has gotten overrated?

Everyone is so hyped and crazy about the hall of fame and who is getting in and who is a lock, who is getting in on the first ballot, and should steroids users get in and should Pete Rose or Shoeless Joe Jackson get in. The hall of fame has really gotten overrated. I mean, arent they famous enough as it is? What do you think?

Read the rest of this entry →

Resolved Question: How to change the background of a PowerPoint presentation with a visual basic script?

I'll make my new PowerPoint "OS" soon, and I need a VB script, to change the background of all slides from the presentation. The user gets a pop up window and he can change the original background to another picture. I've got PPT 2007. Is it possible to make this? Thanks for any answers :)

Read the rest of this entry →

Voting Question: Windows 7 installation problem?

I have an Asus G50Vt-X1, and the Asus line has a problem with upgrading operating systems I pirated a Windows 7 Ultimate version and put it on my flash drive. Yes I know, bad. Installation went fine. Skipped the part where it said enter a product key, great, worked. but I had a 30 day period to activate it and yeah. But once I ran this program to activate it (another pirated piece of software) it restarted and I keep getting a ERROR: Cannot open Recovery.dat file before I can even login, which A LOT of Asus users get, so please don't think its because I pirated it and the windows 7 installer is shit. They are saying I need to make a clean install instead of a upgrade, or delete the recovery partitionDo you think thats the problem? I need to burn it to a disk if so, since my flashdrive isnt bootable I'm guessing Thanks for your time reading this I had Vista Home Premium before this, 64bit, and the Windows 7 version I have is 64.

Read the rest of this entry →

Resolved Question: How to control my shared internet bandwith?

First of all I'm using a 3G modem attached to my laptop to connect to the internet. Now I'm sharing the internet connection using an ad Hoc (WiFi NIC) connection through ICS with the help of a software name Connectify. At first it was ok, but after 4 users got connected the bandwidth become slower at my end. How can i control the internet bandwidth currently being shared so that my laptop have 50% of the bandwidth and the other 50% is shared among the other 3 users?

Read the rest of this entry →

Voting Question: Unzipping software for Mac OS X?

I need an unzipping file software for mac's, winzip doesn't quite work. which software do mac users get to unzip files?

Read the rest of this entry →

Resolved Question: How do they help wheelchair users get off a plane?

Like getting down the airplane steps? what if you visit some random caribbean country, which doesn't have one of those ramp thingys you just walk into airport with?

Read the rest of this entry →

Resolved Question: ADOLESCENT USERS! Don't you just hate clones?

I asked a question about me being pregnant (cause I'm really really scared) and this girl answered saying that I was CLONING her and everyone agreed. But I'm not! She's cloning ME! I know a bunch of other users got cloned, but I never thought it would happen to me because I'm barely ever on. Star if you've ever been VICTIM to annoying CLONES! thanks a MILLION abby paige ♥

Read the rest of this entry →

Resolved Question: Is this a genuine YAHOO message?

"Yahoo account user,get back to us Wed, Dec 30, 2009 4:24:07 PM. From: dear customer " The "YAHOO" message continued: "All yahoo free account owners,We are having congestions due to the anonymous registration of yahoo accounts so we are shutting down some yahoo accounts and your account was among those to be deleted.We are sending you this email so that you can verify and let us know if you still want to use this account.If you are still interested please confirm your account by filling the space below.Your User name,password,date of bith and your country information would be needed to verify your account". "Due to the congestion in all Yahoo users and removal of all unused Yahoo Accounts, Yahoo would be shutting down all unused Accounts, You will have to confirm your E-mail by filling out your Login Information below after clicking the reply button, or your account will be suspended within 48 hours for security reasons. * Username: .. . * Password: . * Date of Birth: . * Country Or Territory: . After following the instructions in the sheet, your account will not be interrupted and will continue as normal. Thanks for your attention to this request. We apologize for any inconveniences. Warning!!! Account owner that refuses to update his/her account after two days of receiving this warning stands the risk of lossing his or her account permanently. The Yahoo Management"

Read the rest of this entry →