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

Programming & Design - April 2007

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

i'm running windows xp and i want to change the program menus and all text to spanish

2007-04-24 15:00:41 · 3 answers · asked by Anonymous

HELP!! The more research I do the more confused I am getting.

2007-04-24 13:47:55 · 10 answers · asked by seekingsweet 1

Please help

2007-04-24 13:18:06 · 4 answers · asked by Mrs. J 3

Do i need to learn html and php, or is there a specific program I need. Is there programs where you can make a professional looking website without any skills ?

2007-04-24 11:21:57 · 7 answers · asked by Anonymous

What I am trying to do is use a HTML form to write to database then view the information that is in the database on another page of my website. Which needs to also be formatted to blend with my site. Any help? Or another approach method?

2007-04-24 10:45:59 · 2 answers · asked by Anonymous

I am developing some PHP programs for a website. I've been developing locally on my laptop using Apache. Locally, I can access, insert, and modify the tables in my ACESS database.

When I uploaded everything to the server, I can still acess the database to get info, but when I try to insert or update different tables I get a NULL return from odbc_exec.

Does anyone have suggestions?

2007-04-24 08:45:45 · 4 answers · asked by Navidad_98 2

It doesn't have to be "free." I'm looking for a good tutorial on RPG ILE (also known as RPG-IV, I think).

2007-04-24 08:24:03 · 1 answers · asked by Scotty Doesnt Know 7

Can you give me a range/average:

What database size?
How much memory?
How much badwidth?

I am talking about a typical 1,000 member forum with avatars allowed.

2007-04-24 06:44:25 · 1 answers · asked by Anonymous

The tripod site builder won't allow .bmp files, so I need to make it one of those... Is this possible?? HELP!

Thanks

2007-04-24 06:24:25 · 11 answers · asked by Anonymous

2007-04-24 04:26:51 · 5 answers · asked by Anonymous

2007-04-24 04:12:46 · 2 answers · asked by gfo 1

I've started to work with a wonderful non-profit who wants some help with their web page. I've got XHTML/CSS experience, but she also wants some backend stuff done - fillable forms, a database and the likes. Can anyone refer me to their favorite references for MySQL/PHP - ones that would be understandable to a newbie? Books titles are also welcome.

2007-04-24 04:05:00 · 5 answers · asked by hanyo_dossta 2

Once I click on the link, it will expand to other folder which is reside in a database. All the databases are in the form of Excel file type. Once I upload the file in the database, the web can catch the file that I uploaded and display it in the expanded link.

2007-04-24 02:58:59 · 1 answers · asked by Josephine 1

Weather Channel has "Weather on your Website" module that looks pretty neat

2007-04-24 02:03:21 · 3 answers · asked by jeffv71 1

When designing a web site is it possible to begin by using a software package which i'm comfotable with and then making improvements to the web site using a completely seperate, but more advanced software package?
Or do i need to use the same software package from start to finish?

2007-04-24 01:51:13 · 4 answers · asked by Anonymous

hey guys help me ansewr the question a big reward of thank u awaits.

2007-04-23 21:20:44 · 2 answers · asked by lux2love 1

I host my web site at atspace.com, which is free and bannerless, (no ads), but recently when I try to visit my site, instead of my index page I get a page that says "500 Internal Error". What does that mean? What causes it and most importantly, how do I correct it? Is something wrong with my computer, or does everyone who tries to visit my site get the same error message? I've never use a free host before, but if this is typical of their service I'd just as soon pay for a reliable host. Can anybody answer my question? Thanks.

2007-04-23 19:56:56 · 2 answers · asked by jamaica11432 1

we need the free ERP soft for the shoes factory.who can supply it?If you can,ply sent it to my email or supply the link of the soft.
Thanks!

2007-04-23 19:28:28 · 2 answers · asked by David Zhang 1

this c++ program is supposed to read in information about students from a file, calculate gpa and stuff and print it out, when i run the program i have all i get are weird outputs, help me figure this out plz

anyway heres the program

#include
#include
#include

using namespace std;

class Course{
char grade;
int hours;
public:

Course(){
name = "";
hours = 0;
}
Course(string n, char g, int h);

void setName(string n){name=n;}
void setGrade(char g){grade=g;}
void setHours(int h){hours=h;}

string getName(){return name;}
char getGrade(){return grade;}
int getHours(){return hours;}

void print(){
if (name != ""){
cout.width(10); cout<< name;
cout.width(4); cout << grade;
cout.width(4); cout << hours << endl;
}
else
cout << "....." << endl;
}
};
class Student{
string last,first,street,city,state,z...
int id;
int num_classes;
Course classes[15];

2007-04-23 19:17:53 · 3 answers · asked by Alex P 2

2007-04-23 18:06:19 · 3 answers · asked by catwoman 1

1. I never made a website before
2. I know Java programing (I might need it for what I'm doing)
3. I need to make a website that has:
-forums
-is able to modify itself based on data that users put in (I think its called server side web design)
-Involes a lot of programming
-Users can make unsername and password, othersiders cannot come view the site
-I have full control of users/passwords, forums, and can modify it easily
-I have a week to make it (maybe 2)
-It must be efficent (requires less work for me to maintain it)

For example: In my web, users log in with username/password. Inside the website, they all answer a question. Another page of the website shows the everyone's answer in a table, the answers are in order. This table is updated (arranged in order) as more people answer the question. However, when someone makes a new username, he/she cannot enter the site right away, I must confirm the new user. Outsiders cannot come in either.

2007-04-23 17:19:45 · 10 answers · asked by Anonymous

How to create a list of all directories in a system. This is really close

for /r %%x in (*) do echo %%x >> textfile.txt

However it creates a list of all files and their directory paths in a system. I want a list of all directories. I want each directory to be recorded only once.

thanks.

2007-04-23 16:12:03 · 6 answers · asked by Netiad 2

2007-04-23 15:40:51 · 5 answers · asked by bigrastay 1

i need a batch file that when run on any windows operating system will create a text file of ALL folders.

not just dir /s >> textfile.txt

This needs to be in a for loop and when run ONCE it creates a list of ALL directory paths. Therefore the shouldn't be any cd command because we don't know the exact path of say c:\tim\fun

2007-04-23 15:25:20 · 3 answers · asked by Netiad 2

Are their any good free tutorials for Adobe InDesign? I have a photo journalism class that I am required to use InDesign but my teacher never taught me how to use it. Please help!

2007-04-23 15:08:28 · 5 answers · asked by BeachBlondie 1

batch job. howto write all directory paths on a computer to one text file. not just dir ... > textfile.txt I am looking for a code snip that will record all of the directories to one file. in the windows environment

2007-04-23 14:54:18 · 5 answers · asked by Netiad 2

CREATE TABLE HISTORIAN(
HistorianID int NOT NULL,
Name char(30) NOT NULL,
Phone int NULL,
Email varchar(1000) NULL,
InstitutionID int NULL,
CONSTRAINT HistorianIDPK PRIMARY KEY (HistorianID),
CONSTRAINT NameAK1 UNIQUE (Name),
CONSTRAINT InstitutionIDFK FOREIGN KEY (InstitutionID) REFERENCES INSTITUTION (InstitutionID)
);

CREATE TABLE INSTITUTION(
InstitutionID int NOT NULL,
Name char(30) NOT NULL,
Website varchar(1000) NULL,
Phone int NULL,
Description varchar(1000) NULL,
AreaID int NULL,
CONSTRAINT InstitutionIDPK PRIMARY KEY (InstitutionID),
CONSTRAINT NameAK1 UNIQUE (Name),
CONSTRAINT AreaIDFK FOREIGN KEY (AreaID) REFERENCES AREA (AreaID)
);



CREATE TABLE AREA(
AreaID int NOT NULL,
Country varchar(1000) NOT NULL,
Region char(30) NOT NULL,
Latitude/Longitude char(1000) NULL,
InstitutionID int NULL,
Description varchar(1000) NULL,
CONSTRAINT AreaDPK PRIMARY KEY (AreaID),
CONSTRAINT RegionAK1 UNIQUE (Region),
CONSTRAINT InstitutionIDFK FOREIGN KEY (InstitutionID) REFERENCES INSTITUTION (InstitutionID)

2007-04-23 14:17:42 · 2 answers · asked by garlin104300 1

how to establish connection between oracle 10g express edition and v.b 6.

Can any1 please post how to connect oracle 10g express edition to MS V.B 6.

I am trying to connect v.b 6 to oracle. Please post how to connect the database and also post the string to write in V.b 6.

I am using win xp operating system.

Thankyou

2007-04-23 13:38:43 · 3 answers · asked by JaYaNtH 3

fedest.com, questions and answers