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

Programming & Design - July 2007

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

2007-07-29 06:50:04 · 10 answers · asked by MoM 3

2007-07-29 06:49:05 · 5 answers · asked by MoM 3

Is it safe to have apache server on your computer for local web development? I mean, is my computer safe if I have a regular cable modem and no router if I run Apache server to test my websites locally?

2007-07-29 06:05:54 · 3 answers · asked by operaphantom2003 4

how to create a "BAI CHART" using PHP????

2007-07-29 05:13:38 · 1 answers · asked by Anonymous

2007-07-29 04:24:14 · 2 answers · asked by ROBERT O 1

are there any functions in comparing and subtracting Dates in Java

example
june 10,2007
- june 5, 2007
____________
5 days

2007-07-29 02:16:46 · 3 answers · asked by Anonymous

Ex:
The Internet Protocol (IP) is a data-oriented protocol used for communicating data across a packet-switched internetwork.

Other things I already know:
POP3
SMTP
TCP/IP
http
https
asp
php
I need 22 more

2007-07-29 01:52:17 · 2 answers · asked by Anonymous

I want to copy the directory, plus the files within it, plus any subdirectories and I want to use DOS to do this, as I'm writing a DOS batch file to go on CD-ROM.

2007-07-29 00:32:42 · 4 answers · asked by brilliant_moves 7

I have to create a database but not by using a JDBC by using textPad. It is going to be command line.I would like to know if i can store data,read,delete,search by using RandomAccess onto dat or txt files. for example: i have to delete an item by using the seek() then deleting it.

This database is like an inventory database storing materials like life-jackets and wakeboards for example. So i created a main class, then sub-classes. I have created my classes which use inheritance.

Secondly, my program has a "address database" in it, which has the name, phone numbers and address of contacts.. Can i use a linked list to store data here?

2007-07-29 00:08:18 · 4 answers · asked by Anonymous

Hi! I've got a blogsite: http://www.axf1page.blogspot.com and the problem is that whenever I make a table, it doesn't align itself properly under the heading. While the table itself is perfect, it's positioning is not. Please check out my blog and let my know what can be done about it. There's nothing seemingly wrong with the coding too. Please do let me know. Thanks.

2007-07-28 22:59:51 · 2 answers · asked by axman1000 2

ex::IF (CONDITION)
statement
statement
ENDIF

Q1) if we have several if's we add several endif's?
that is::
IF (condi)
statmt
IF (cond)
Stmt
IF (cd)
st
END IF (once or thrice??)

Q2)
(example is given on a site why does the first one use several ENDIF and the other only one
Example1::
IF mark >= 80 THEN
grade = "A"
comment = "Excellent"
ELSE
IF mark >= 70 THEN
grade = "B"
ELSE
IF mark >= 60 THEN
grade = "C"
ELSE
IF mark >= 50 THEN
grade = "D"
ELSE
grade = "N"
comment = "Poor"
ENDIF
ENDIF
ENDIF
ENDIF


Example2:::

IF mark >= 80 THEN
grade = "A"
comment = "Excellent"
ELSE IF mark >= 70 THEN
grade = "B"
ELSE IF mark >= 60 THEN
grade = "C"
ELSE IF mark >= 50 THEN
grade = "D"
ELSE
grade = "N"
comment = "Poor"
ENDIF

2007-07-28 22:50:51 · 3 answers · asked by Doopy D 1

I am following an example in a textbook, but I have to modify it to fit what I am trying to do. I have tried including everything in that program and only modify what I needed to, but for some reason, when I run my program, I get a blank JFrame window. What are possible reasons for this?

Thanks in advance!

2007-07-28 21:21:16 · 2 answers · asked by Anonymous

How do i position an unorderd list and keep the markers. It seem as though it works fine when the tag look like this:






But when i try to position it using




the markers disapear.

this problem only happens with Internet explorer, I open the file in netscape and the dots show up.

2007-07-28 20:54:58 · 2 answers · asked by pll366 1

2007-07-28 19:47:59 · 1 answers · asked by Rupom 2

2007-07-28 19:01:45 · 7 answers · asked by Anonymous

I have a website and I want to know how people get pages that are ubber long and they have links at the top so when you click them it puts you on the same page, but to a certain part of the site...

Does anyone know how to do this?

The websites I need this for are
Freewebs.com
4t.com
If that helps any. Also, if you know a better FREE website creator that you DO NOT have to download anything for, what is it?

PLEASEEEE HELPPPP!

2007-07-28 18:56:01 · 3 answers · asked by Anonymous

or any kind of RMI API interface.

2007-07-28 17:33:35 · 2 answers · asked by Andy T 7

Basiaclly I'm wanting start my own web page (business) and just need to know how to get started.

I know I need to get a domain name. Where?

Can I pay for a doamin name with Pay pal? I don't have a credit card.

I have lots of web space at Comcast (My ISP). Can I use that or do I need to use something else?

What's the easiest program to use to build a page with?

I would like it to look similar to this ----> http://www.dvdavenue.tv/themes/cartoon.html

Nothing major, probably just that main page(to start off with) and not all the multiple pages until probably later after I know what I'm doing.

And with the ability for the person to buy items using credit card or pay pal.

Is there something special you have to have to be able to do that?

If someone could just steer me in the right direction then I would greatly appreciate it.

Thanks

2007-07-28 15:38:49 · 9 answers · asked by Dr. Gonzo 3

I'll need a stepe by step instruction..thx

2007-07-28 15:38:26 · 2 answers · asked by Anonymous

I posted and received an answer to a question with regard to disabling copying of the text on a web page. The question is here: http://answers.yahoo.com/question/index;_ylt=Ah2Fr8m5P17azZ8qSi.P68_sy6IX?qid=20070728180322AA4gpSF

My new question is, what is a work around that will enable me to copy that text? The web says "It's easy to get around it if you know how to do it," but they don't explain how. That is the question. How?

An example of the text to be copied is http://www.snopes.com.

2007-07-28 15:19:05 · 7 answers · asked by ipguy 3

The application is for submission to a system where there is a master record (the submission) and secondary records. A second page allows the user to edit individual sub records in a grid, like an Excell sreadsheet in appearance. The main record has about 20 fields, perhaps 2 K of data and the sub records about 5 or 6 fields representing perhaps 150 characters. There are no graphics to speak of, all data is text.
Think of it like a class record with the main record having: subject, teacher, schedule, etc and then the sub-records would be the students with name, age, grade and mark.
As we add students, the performance starts to suffer. Why and what performance would you consider reasonable. Are we doing too much allowing the user to edit up to 50 students using a grid like this?
Back-end is Oracle, browser is IE and it runs over an enterprise WAN with the odd dial up user but most on 100MB ethernet.

2007-07-28 15:02:29 · 1 answers · asked by davster 6

IS THERE ANY FREE V.I.O.P OUT THERE SKYPE ISNT FREE ANYMORE, U HAVE TO PAY FOR THE CALLS.

2007-07-28 12:04:56 · 6 answers · asked by Anonymous

Hi
I'm making a layout right now using Photoshop Cs2
ok so when i begin to make the layout after I finish the project it look crystal clear and stuff but after I save the image look blah and not so clean.
I was wondering does anybody know any method to make my image look crystal clear and stuff after I save?

2007-07-28 12:01:27 · 4 answers · asked by Anonymous

Nothing fancy. Please post the site I can download it off of.

2007-07-28 10:34:24 · 9 answers · asked by \m/ 3

im instaling archicad 10 and im getting this message error java.lang.noclassdefFoundError: run Exception in thread "main"... what does that mean??... what should i do to run my program properly??.. should i download a java program or something?

2007-07-28 09:21:22 · 2 answers · asked by carmen 2

2007-07-27 19:21:22 · 7 answers · asked by yez_33 1

2007-07-27 16:50:48 · 7 answers · asked by Marisol 2

fedest.com, questions and answers