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

Computers & Internet - 8 June 2007

[Selected]: All categories Computers & Internet

Computer Networking · Hardware · Internet · Other - Computers · Programming & Design · Security · Software

2007-06-08 04:49:23 · 6 answers · asked by Anonymous in Software

Ok, i know how to put a border or a text box around alll of your myspace page but what i`d like to know is how you put a border or a text box around a few words or a paragraph thats on your page?

i`ve seen other people do it && i found the code once but i wasn`t looking for it at the time so i know it exists lol...

if there`s anyone who could help i`d appreciate it. =]

2007-06-08 04:49:00 · 4 answers · asked by Arianna 1 in MySpace

2007-06-08 04:47:53 · 9 answers · asked by sparkle 5 in Software

I have 2 questions
1)will my PC have problem when i have two or more anti-virus software at once?
2)My computer: intel pentium D CPU 2.80GHz 2.80GHz,512MB RAM....my PC is very slow and i love to download mp3,movies from the net.How can i boost my pc's speed?

2007-06-08 04:36:01 · 9 answers · asked by Anonymous in Other - Computers

What is the output of this statement?????

printf("%s", S+3);

a. abcdefg
b. defg
c. cdefg

2007-06-08 04:25:58 · 2 answers · asked by Anonymous in Programming & Design

and I'm trying tp put tpgeyher a slide show with background music. Another friend, living, sent me a s;ide show with good photos of the diceased, but I simply have to delete, some, or add the good ones, as the whole slide show is ina ppropite. The slide show(s) are on WEBSHOT.com. and I would like to get this ASAP. Any help, please? j

2007-06-08 04:24:15 · 1 answers · asked by laughing_is_easy 2 in Software

I have tried to connect to a network and had success with that but i cant connect to the internet. I'm trying to connect with a computer thats Vista and keep getting a message that says "Cannot communicate with DNS server(72.2.128.2).

I'm connected to the internet now without my router because thats the only way i can connect. The computer I'm on now is also XP. But here are my properties to each connection and see if anyone can help.

XP Properties: (without Router/ with router)
IP Address: 10.0.0.12 / 192.168.1.100
Subnet mask: 255.255.255.0 / 255.255.255.0
Default Gate.: 10.0.0.1 / 192.168.1.1
DHCP server: 10.0.0.1 / 192.168.1.1
DNS Server: 72.2.128.2 / 72.2.128.2
72.2.189.2 / 72.2.129.2

Vista Properties:
IPv4 IP Address: 192.168.1.103
IPv4 Subnet Mask: 255.255.255.0
IPv4 Default Gate.: 192.168.1.1
IPv4 DHCP Server: 192.168.1.1
IPv4 DNS Server: 72.2.128.2
72.2.129.2

2007-06-08 04:24:13 · 6 answers · asked by Kurt C 1 in Computer Networking

I'm filling out my about Me page on ebay and want to use a background image.
All the hmtl I have tried isn't working :(
What code do I need to use to use an image (and for it to repeat itself over the page)?

2007-06-08 04:18:04 · 7 answers · asked by monssterr 2 in Programming & Design

Can anyone help me??

2007-06-08 04:14:33 · 1 answers · asked by sugata g 1 in Programming & Design

i mean what are the required softwares and how to get them?

2007-06-08 04:10:42 · 4 answers · asked by mariailia 3 in Programming & Design

two questions for users of the nforce 2 chipset
1)is it really nessecary to use the chipset drivers?,i have only installled the "sm bus" as this dosent come as default in windows
2)secondly,which is the part of the chipset drivers responsible for displaying the agp notification in the nvidia control panel,without the chipset drivers(or part of it) my geforce 7600gt comes up as a p.c.i device,which of couse it isnt
any ideas guys?

2007-06-08 03:59:26 · 6 answers · asked by brianthesnail123 7 in Add-ons

make your own icons for free

2007-06-08 03:55:31 · 4 answers · asked by Anonymous in Programming & Design

2007-06-08 03:51:29 · 3 answers · asked by Anonymous in Programming & Design

it should be done either in jdk or blue-j.do write as fast as possible

2007-06-08 03:47:08 · 2 answers · asked by Anonymous in Programming & Design

Ok, I cant get DSL at my house. But my neighbor 2 houses down can get it. He lives about 1/10 or 1/5 of a mile from me. Is there a way to get a wireless router strong enough to get the signal to my house? And can I use this for Xbox Live?

Thanks!

2007-06-08 03:35:00 · 7 answers · asked by Cody 2 in Computer Networking

i'm trying to fix my uncle's old sony vaio desktop. It's model number PCV-90. Anyway, sony only helped me once, but no more. The problem is I need to download the driver for the CD ROM (D drive), b/c the computer is no longer recognizing it. Also, I need to download the driver for USB b/c the computer isn't picking up on it, when i plug something USB in one of the ports. these are the only two problems....can someone tell me if this website even contains these drivers, does the BIOS update help me reinstall these missing components?

http://esupport.sony.com/US/perl/swu-list.pl?mdl=PCV90&UpdateType=Everything

2007-06-08 03:22:15 · 5 answers · asked by caramelchocolatecamilla 3 in Software

Right now I can't swing the price for a new laptop. Don't need a lot of bells and whistles, just enough to run a few programs and store a few documents. Would I have to increase the RAM as well? Thanks for your help.

2007-06-08 03:20:48 · 6 answers · asked by itaint2 1 in Laptops & Notebooks

i'm writing a code below of php plz let me know the meaning of this stepwise,this also includes javascript, function SetAction(action,frm)
{
var i=0;
var check=false;
if(frm['items'],length)
{
for(i=0;i {
if(frm.items[i].checked==true) {
check=true;
break;
}}}else {
if(frm.items.checked==true)
check=true;}
if(check==false)
document.getElementbyId("Error").innerHTML="Error:plz check any checkbox
";
else{
frm.Action.value=action;
frm.submit();}
$rec_id=$_GET['rec'];
$action=$_POST['Action'];
$arr_id=$_POST['items'];
$fld_id='fld_newsData';
if($action){switch($action){ case'Delete':del_records($arr_id,$fld_id); header("Location:index.php?query_str&msg=delete");
break;case'Activate':..........function del_records($arr_id,$fld_id){foreach($arr_id as $key=>$val){$sql=musql_query("DELETE FROM'tbl'WHERE$fld_id=$val'")

2007-06-08 03:18:54 · 5 answers · asked by Dine 1 in Programming & Design

Very frustrating that I have to be stuck inside working, especially when it is sunny outside. I just cannot see my screen. Is there a way to change the contrast or something else to make it more visible?

2007-06-08 03:16:15 · 3 answers · asked by Michael L 1 in Monitors

I have a c++ application in visual studio 2005 which reads processes and writes many files. It crashes in release mode but only when run from the command line outside of visual studio. The same release mode executable never crashes when run from the debugger - what is different ?

2007-06-08 03:13:01 · 4 answers · asked by angvz 2 in Programming & Design

I do not have internet access where I live. I am interested in purchasing Nextel's wireless plan which will help with my laptop, but not with my desktop. (Desktop does not have the card slot for the wireless card.)
Is there any way to hook-up my laptop to my desktop and have internet service on my desktop?
Thanks!

2007-06-08 03:11:37 · 5 answers · asked by IH8MEAT 1 in Computer Networking

I have an Intellimouse that I bought a few years ago when I had an HP computer. Since I bought a Dell, the mouse has not acted right and has now gotten considerably worse. When you click, it takes it as a double, triple, etc. click, making it nearly impossible to drag & drop songs to itunes and play games. Is it just not compatible with the Dell computer? The mouse that came with the Dell has gotten destroyed so I can't just try it out. Do I need to just give in and buy a new one? The keyboard also has an annoying problem: if I hold down a button to have it continue, it does not; it only types it in the once time. I'm thinking I do not want to buy a Dell again. Any ideas?

2007-06-08 03:06:02 · 2 answers · asked by Anonymous in Add-ons

When I attach a document to an email in Outlook, people who receive the email can only download an image of the document icon, not the actual document.
Why?

2007-06-08 03:00:39 · 3 answers · asked by TOnyP 1 in Other - Computers

how do i do this?

2007-06-08 02:58:28 · 10 answers · asked by Anonymous in Other - Computers

Yesterday I was printing out some business cards, and it took like 4 hours when it usually only takes several minutes. Now it will not print at all. My father-in-law thinks that I may be out of ink, but I am not, I have more than half in each cartridge. Everything is hooked up correctly.

2007-06-08 02:58:02 · 3 answers · asked by Anonymous in Printers

i have forgotten my password for an internet site.
it said only i know where they are stored on my computer

2007-06-08 02:53:19 · 8 answers · asked by malcolm.twigg@btinternet.com 1 in Security

how do you back up your website? I have a website on a server and i would like to back up everything for my website so i can move hosts, how do I do it?

2007-06-08 02:47:39 · 4 answers · asked by Anonymous in Programming & Design

fedest.com, questions and answers