English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - August 2006

[Selected]: All categories Computers & Internet Programming & Design

My friend wants me to switch over to Yahoo!'s Messenger 8. Is it a Beta program? What does that mean? How is it better or different from Yahoo! Messenger with Voice? Do I need to uninstall the old Messenger with Voice program from Add/Remove before I allow the download of Messenger 8 to go through? I really need to know if this is a wise change-over for my system. Is it like an upgrade? I am using Windows XP Service Pack 2. In closing, what should I watch for? Any cautions? Things to check out before downloading it? What's your "scoop" on Messenger 8? I need lots of input on this before I go ahead and download it into my system. If I download Messenger 8 and do not like it, or want to keep it, how do I get back my old Messenger with Voice once again? Thanks very much for kindly taking the time to answer all my questions on this one! - C.

2006-08-30 06:45:10 · 3 answers · asked by Anonymous

I am the administrator. Computer is Dell Dimension1100. I set power scheme to:
Turn off monitor: after 20 minutes, turn off hard disks: I tried 'never'
and 1 hr., System standby: after 20 minutes. When I click 'save as' for the
Power Scheme of Home/Office Desk, the error message says:"Indicates 2
revision levels are incompatible". I tried to delete and rename Power Scheme
(KB article), but same error message Goes into Standby after 6
minutes, hibernates after another six minutes.Manual Standby from Start lasts 6 minutes. System Restore failed to help. I want to stay in StandBy after 20 minutes idle. HELP!

2006-08-30 06:39:22 · 2 answers · asked by Margo 3

2006-08-30 06:34:55 · 9 answers · asked by Healer 1

I am designing a business card in photoshop, and the printer said to give the file "bleeds". English is not his first language, so i had no clue what he meant by that. Do I just set the canvas size to slightly bigger than what i need printed?

2006-08-30 06:30:50 · 8 answers · asked by Avi R 2

trying to move my "e" button from desktop to the taskbar ... down by the "start" button

2006-08-30 06:15:50 · 11 answers · asked by joe_neanea 1

Write a program that prints its own grading form. the program should output the name and number of the class, the name and number of the programming assignments, your name and student number, and labeled spaces for scores reflecting correctness, quality of style, late deduction, and overall score. You must declare variables (Strings, int...) and use concatenation.

2006-08-30 06:15:33 · 2 answers · asked by cdaminabo 1

I've seen several websites using this format now when allowing other sites to post a link. What does it mean?

rel=“no follow”

2006-08-30 05:40:57 · 3 answers · asked by razsports 1

Is there some way of exporting text from Excel spreadsheet into plain text format? I have a database of contacts in Excel and want to take all the email addresses out (they're all in one column) and put them in a plain text format so I can then copy and paste all the email addresses in one go into the 'to' box when sending emails.
Don't tell me to keep them in the Outlook address book: i use Excel so that I can store all sorts of other information on my work contacts too.

2006-08-30 05:39:08 · 5 answers · asked by Anonymous

I want to use select min(ID) from mysql so I can get the minimal number in the ID. But how can I get the number?

This is my query
$query = "SELECT MIN(News_ID)FROM News WHERE News_ID > $News_ID";

and what kind of php I need to make that certain ID (minimal ID after the current one) shown in a variable?

2006-08-30 05:38:25 · 4 answers · asked by Fleea.Com 2

2006-08-30 04:53:24 · 1 answers · asked by babli v 1

How is the Microsoft SQL better than MySQL? Which is better for security? E-Commerce? Most importantly, Which uses a cheaper server to run on the web?

2006-08-30 04:52:22 · 5 answers · asked by Nicholas M 1

OK, you know how on the Cinderella Story website there is a cell phone that you can click buttons and play music on? How do you get 1 of those for your MySpace? Please help! Thanks!

2006-08-30 04:40:58 · 9 answers · asked by Anonymous

2006-08-30 04:38:32 · 9 answers · asked by thegreygeek 1

I embedded Windows Media Player to my website but few of my friends are asked to download the Mp3 files when they open my website. This should not happen. Is here any1 who could help me with this? My website's address is http://www.dholboys.com

Please advise.

Note: this problem occurs with few users not with everyone.

2006-08-30 04:25:23 · 1 answers · asked by sheenu90210 1

2006-08-30 04:19:42 · 2 answers · asked by hi_someone_special 1

how to restrict or check number of times a command button is click repeatedly in visual basic 6

2006-08-30 03:58:26 · 3 answers · asked by thehebronite 1

If so How and Why?. I was told they dont

2006-08-30 03:55:23 · 6 answers · asked by who cares 1

2006-08-30 03:34:46 · 10 answers · asked by Homolharah 1

I am trying to make my website www.photographybyjoyelle.com through Namo Webcreator. We got the welcome page up but it looks different on everyone's screen. On some, the font looks wrong, on some 1 or 2 pics are missplaced, and on some my "recent shoots" takes you to someone elses photos. It doesn't make any sense to me. How do I make it so that it looks the same on every computer no matter how big or small the screen is? I don't know if this is even anything that can be answered on yahoo answers but it is worth a try... THANKS!

2006-08-30 03:20:16 · 6 answers · asked by elle101604 1

I used vb 6 for my projet and I used msjet 4 for win me i finished my my project when I run the programme i got an error code 3706
provider not found . i installed vbservice pack5 &6.mand mdac also. still have same probelem

2006-08-30 03:06:41 · 3 answers · asked by prasadesvi 2

2006-08-30 03:06:23 · 4 answers · asked by Dumidu H 1

Using the latest version of Internet Explorer, there is a small icon beside the website address. How can i show one of these for my websites?

2006-08-30 03:02:36 · 3 answers · asked by Anonymous

I am creating a website for a client and want to give them the ability of updating the news on their site using their own simple admin area. I want them to be able to log in using a password (no username) and use a simple form that they can insert a date, title and 1-2 lines of text. How can i accomplish this using php or html?

2006-08-30 03:01:00 · 1 answers · asked by Anonymous

Public Function GetDiskSpace() As String

Dim diskClass As _
New System.Management.ManagementClass("Win32_LogicalDisk")
Dim disks As System.Management.ManagementObjectCollection = _
diskClass.GetInstances()
Dim disk As System.Management.ManagementObject
Dim space As System.UInt64
For Each disk In disks
If CStr(disk("Name")) = "C:" Then
space = CType(disk("FreeSpace"), System.UInt64)
End If
Next disk
Return space
End Function

2006-08-30 02:21:44 · 1 answers · asked by VBNewComer 1

Above on my screen, I had where you could edit and all that stuff, now all there is /yahoo plain with a house for home, printer, page & tools that all on the right side, on the left is two stars for favorites and above that two arrows for foward & back. I need the copy/paste and all that stuff back..............help!

2006-08-30 01:40:54 · 5 answers · asked by LaBandit 1

2006-08-30 00:31:39 · 5 answers · asked by arabi_osa 1

fedest.com, questions and answers