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

Computers & Internet - 1 September 2006

[Selected]: All categories Computers & Internet

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

where do u get those!!!!????

2006-09-01 20:43:46 · 3 answers · asked by hannahmileyrox 1 in Programming & Design

2006-09-01 20:41:24 · 8 answers · asked by Winner! 2 in Programming & Design

i developed a program in delphi6, it connects to the MS Access database (using ADO approach)on the same pc, i established the connection (ADOConn - Datasource - ADOTable-DBgrid-DBnavigator) at designtime and successfully compile, build and able to run it.

by the time i transfer the whole folder(Where all the projects and files needed together with the MS Access .mdb) on another pc without delphi, when i click the .exe (i sure it is) it doesnt run, nor returns any error message...what seems to be the problem?

2006-09-01 20:38:24 · 1 answers · asked by raven_002 1 in Programming & Design

I need to design like three of my own web pages for businesses I have recently started (will be starting) and I heard that there are free and very easy to use web design programs I can download from offline. Know of any or have any links?

2006-09-01 20:34:55 · 7 answers · asked by Anonymous in Software

i would like to use my personal image as my layout on my space and cant seem to find any help....so if anyone can help me please respond! thanks

2006-09-01 20:32:36 · 3 answers · asked by Anonymous in Programming & Design

2006-09-01 20:30:14 · 1 answers · asked by Anonymous in Add-ons

I am trying to redirect to a diff page depending on a certain condition,only one condition is working.the code is below.
<%@page import="java.sql.*;"%><%--import the sql pacakage of JAVA.--%>
<%Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");//Database Driver.
//Getting Data from HTML page.
String User=request.getParameter("UserName");
String Pwd=request.getParameter("Pwd");
Connection conn=DriverManager.getConnection("jdbc:odbc:File");
//Create a mysql odbc connection.
Statement st=conn.createStatement();//create a connection statement.
ResultSet res = st.executeQuery("SELECT * FROM users WHERE User_Name='"+User+"' AND Pwd='"+Pwd+"'");//create resultset to access data from database.
if(res!=null)
{
String redirectURL = "DeptInfo.html";//only this works
response.sendRedirect(redirectURL);
}
else//not working
{
String redirectURL = "Login.html";
response.sendRedirect(redirectURL);
}
res.close();//close resultset.
conn.close();//close connection.
%>
can any one tell me y this happens?

2006-09-01 20:30:14 · 1 answers · asked by Niru 1 in Programming & Design

2006-09-01 20:25:31 · 3 answers · asked by Anonymous in Security

I want to know what they are and what makes them diferent.

2006-09-01 20:21:08 · 4 answers · asked by compugecko 1 in Software

2006-09-01 20:20:02 · 8 answers · asked by Anonymous in Security

I have 2 pc's, one is an old pentium 3 pc that i got in the yr2000, the other one is a brand new pc, an athlon x-2, just a month old. I did an experiment, using the same torrent file, and clients (Azereus and BitTornado). The new pc could easily hit 200+ kbps download speed in no time in both clients. However, the pentium 3 can only reach a max speed of 30kbps and averages at around 7.5kbps...So does having a slower pc affect torrent downloads?

2006-09-01 20:15:51 · 5 answers · asked by Anonymous in Internet

2006-09-01 20:15:39 · 3 answers · asked by rgentozala 1 in Add-ons

2006-09-01 20:09:35 · 6 answers · asked by Anonymous in Internet

Do anybody know more bout Bitcomet? At general settings, May I know, how many KB/s should I write at "Global Max Upload Rate" if I want my download files is more faster? I put no limit at "Global Max Download Rate". Thanks for help.

2006-09-01 20:09:34 · 4 answers · asked by Anonymous in Software

How can I find old theaters for sale? (not movie theaters, i'm talking about the ones with a stage.)

2006-09-01 20:04:16 · 4 answers · asked by Anonymous in Internet

2006-09-01 20:03:20 · 9 answers · asked by Anonymous in Internet

2006-09-01 19:57:17 · 3 answers · asked by mahdiar_73 2 in Internet

I prefer desktop style over laptop

first of all the keyboard is hell on me large hands, the laptop gets my lap all hot, and the screen is awful

I much prefer desktop especially for long papers and stuff...

your thoughts on preferences?

2006-09-01 19:55:28 · 11 answers · asked by Evel Man 3 in Desktops

2006-09-01 19:51:02 · 1 answers · asked by Eliyas L 1 in Desktops

Working on a site, need some help. Please check it out and give me your input.

Homebakeddelights.com

Greatly Appreciate It,
Michael Clark

2006-09-01 19:50:40 · 4 answers · asked by mclark7042 1 in Internet

2006-09-01 19:46:50 · 17 answers · asked by BGM 2 in Software

i saw some of my friends' pic in friendster..i wonder where they edited it?......please help...

2006-09-01 19:38:02 · 1 answers · asked by bratzgurl 2 in Internet

Please go to
http://hk.myblog.yahoo.com/jw!uFiA1P2CHxjRsfQuobHB/article?mid=1&prev=-1&;;next=-1
thanks

How I can Cut the photo(old man with glasses) and Paste the photo instead the (man without glasses)

One on left & One on right

note: I want to keep the Laster Hologram on (left photo - left bottom corner) and (right photo - right bottom corner)

2006-09-01 19:34:59 · 4 answers · asked by Apple 1 in Programming & Design

Is there a way to change this? When I try to open the drive it says I have to fomat it and asks if I want to. I've tried formatting it but doesn't work (full or quick). Help!

2006-09-01 19:32:04 · 1 answers · asked by c_los915 2 in Other - Hardware

where can i get the kb888111 for XPsp2

2006-09-01 19:29:46 · 1 answers · asked by kishore l 1 in Other - Hardware

I use windows xp and ie.
From example, I type www.example.com in the address bar, and then all of the addresses that I visited starting with www.example.com will appear below the address bar. How can I export these addresses beginning with www.example.com? like:
www.example.com/1
www.example.com/2
www.example.com/abcd/
...

2006-09-01 19:28:09 · 2 answers · asked by DAVID 2 in Internet

i'm trying to work with Eclipse SWT - Standard Widget Toolkit.
But could not make it out what 'widget' actually means? if any one can help me , please?

2006-09-01 19:27:27 · 1 answers · asked by Reality Bites! 2 in Programming & Design

I got E-mails from winner@freelotto.com that I am A winner of $1,000,000.00. Also I am a winner of $50,000.00 and $300.00 from their corp. Now I am to claim for the prizes. When I log on to the web page it asks me about my Credit Card Number and the CVV.

2006-09-01 19:23:02 · 14 answers · asked by Duryodhan 1 in Security

With all the effort to bring internet features to cell phones, Why not a laptop with a cell phone feature? Hmmmmm

2006-09-01 19:21:52 · 4 answers · asked by scummibear 4 in Other - Computers

fedest.com, questions and answers