My Yahoo Answers
It's hard to prove what I know with a list of achievements or a résumé-style rundown of skills. What you see here are my free contributions to the Yahoo Answers community. These are real-world problems and real-world answers.
Viewing 1-10 of Hundreds

Ibrahim

rawrrcakes
Make the background transparent on an image?
Can someone PLEASE make the background of this image transparent for me?? You'll win a cookie. Thanks.
http://img23.imageshack.us/img23/2681/th2dujipu11.jpg
Thank you omnichad, but the background is still white.

Jia

FinalCutPro
kharl m
computer code for visual basic?
i need help how to write a computer code. for example suppose a paragraph is written in one text box and you want to change certain words if they appear and change the word into another word and leave the other words as it is. for example so far i only know how to do it with one word.
if textbox1.text="child" then
textbox2.text="word"
please give specific info as im new to programming

Altaïr Creed
Need help with my website background?
So, I own a website www.animemizu.com and I'm using the wallpaper with Naruto fighting Sasuke, but the thing is that the website background isn't visible to everyone the way it should, does anyone know how to make the background visible the same way for everyone?
Here's the link to the background...
http://i542.photobucket.com/albums/gg426/hackman30/Vidberry_Naruto_skin_final.jpg
Thanks again...

samurai
MySQL: How to select a random row from each group?
select (I want to select a random row from each group)
from tablename
where conditional expression
group by fieldname
So if there are N groups, I can get N random rows. How can I do it?
I want to extract a random row from each group.
After ”group by", the big table is grouped into many sub tables. I want to get a random row from each sub table.

Tina
Visual Basic - Help with counter?
I'm currently doing my final project in my programming class. What my program does is collects user details (name, address, postal code, birthday) as well as information about their mobile phone (how many they have, who their service provider is, payment method, and mobile phone manufacturer). Right now I'm working on making the project count. For example, every time Bell Mobility is selected, 1 is added to the total number of Bell Mobility users.
The variables I am using are as follows:
Dim bellmob As Integer (Bell Mobility)
Dim telusmob As Integer (Telus Mobility)
Dim virginmob As Integer (Virgin Mobile)
Dim fido As Integer (Fido)
Dim mike As Integer (Mike)
Dim koodoomob As Integer (Koodoo)
Dim rogerswir As Integer (Rogers Wireless)
Dim solomob As Integer (Solo)
Dim other As Integer (Other)
So far, what I have for my code is this:
Open "list.txt" For Input As #2
Do While Not EOF(2)
'Input what I want it to do or what you want it to input. <- I have to tell my program what I want it to do - But what do I write?
If Combo10 = "Bell Mobility" Then
bellmob = bellmob + 1
End If
If Combo7 = "Bell Mobility" Then
bellmob = bellmob + 1
End If
If Combo13 = "Bell Mobility" Then
bellmob = bellmob + 1
End If
Do Until EOF(2)
Close 2
End Sub
I'm not exactly sure how to make this work. When I go to run my program it highlights 'End Sub' and comes up with an error message saying: Do without Loop. Any ideas on how to fix this?
Help is greatly appreciated.
Thank-you.
Powered by Yahoo! Answers










