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

Programming & Design - December 2006

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

I can use frontpage but you cant set a site up through it where people can sigh up to the site and log in to it. I dont know how to use php. Can someone please recommend something for me to use and a site that will teach me how to use it. Thanks

2006-12-04 09:13:21 · 2 answers · asked by Anonymous

I have a table with almost 50,000 telephone numbers. I need to select 100 different telephone numbers ... any help ??

Thank you.

2006-12-04 09:05:47 · 3 answers · asked by evollutionmp 1

I am tinkering with a linux box, and I am trying to setup an in-house intranet. I want to be able to setup ftp accounts for example with hard-drive size limits. I would like the user to be able to add/delete his or her own ftp users also.

If you could point me into the right direction that would be great.

I am not sure if I should be reading up on Apache to perform this or more on linux or both.

Thanks Ron

2006-12-04 08:47:23 · 1 answers · asked by ? 3

#include

using namespace std;

int main()
{
int pH;
cout<<"please tpye the pH to the nearest whole number: ";
cin>> pH;
cin.ignore();
if ( pH < 7 ) {
cout<<"This pH level is acidic \n";
}
if ( pH > 7 ) {
cout<<"This pH level is basic \n";
}
if ( pH == 7 ) {
cout<<"The pH is neutral \n";
}
if ( pH < 0 ) {
cout<<"Please reenter a pH level between 0 and 14 \n";
}
if ( pH > 14 ) {
cout<<"Please reenter a pH level between 0 and 14 \n";
}
cin.get();
}
--- How do you insert the loop here to continually repeat the above when a user hits enter? Thanks for any help.

2006-12-04 08:47:19 · 4 answers · asked by dude605 3

I use dreamweaver to build and manage a couple of websites and for one of the sites, I want to make a drop down menu, so for example if one of the links in the navigation says, "Events", when the mouse is rolled over, I'd like a list of the evnts to appear directly below and then someone can click on the name of the evnt that they want more info for. Thaniks!

2006-12-04 08:40:56 · 3 answers · asked by Rachel 2

i want to make a song out of an essay i did for extra credit
i dont want to sing but type in words and it reads it and i can put music or even from a real song
anyone knows where i can download it or do this plz its due 2morrow
luv ya allllllll

2006-12-04 08:36:29 · 3 answers · asked by Anonymous

I am trying to get something faster than basic DSL. I've thought about cable dsl or Road Runner but I am not sure.

2006-12-04 08:33:51 · 8 answers · asked by JayVee 1

Each .frm file has a binary .frx file associated with it. What is it for?

2006-12-04 08:32:29 · 2 answers · asked by Zefram 2

the file contain this and is listed like this
f 3.46
m 3.29
f 2.31
m 2.11
m 3.45
f 4.01
f 2.42
f 3.21
m 4.00
m 2.12
f 2.45
m 2.34
f 2.43
m 2.62
f 2.75
m 3.45
m 3.67
f 3.09

2006-12-04 08:32:25 · 1 answers · asked by PJ 2

Each .frm file has a binary .frx file associated with it. What is it for?

2006-12-04 08:30:35 · 1 answers · asked by Zefram 2

http://i49.photobucket.com/albums/f259/uni_dimple/chalkholly5.jpg

preferabbly something i can get for free (freeware) or doesnt cost much.......well...give me anything thats out there and the best
tnx

2006-12-04 08:25:30 · 2 answers · asked by incaseuwonder 3

it turns out ok on the first page but whenever i click on a link inside the iframe it goes to that link and gets rid of the iframe. how do i make it so that the link opens up inside the iframe? or a better question to ask is how would i make a song play constantly on a website no matter what link i click on inside the website?

2006-12-04 08:23:32 · 2 answers · asked by Nate R 3

Not just the one i clicked. How do i determine what button was clicked to be used by ASP File?

2006-12-04 08:10:21 · 1 answers · asked by Sufi 7

I really want to know!!!

2006-12-04 07:34:06 · 5 answers · asked by nothingtosay 2

things that boys like to put on myspace

2006-12-04 07:08:34 · 8 answers · asked by RJ 1

At the company we're hiring a new programmer and I require an exam to evaluate his/her skills.

Any web page will suffice.

2006-12-04 07:03:47 · 3 answers · asked by Ya no estoy en Y!R por Facebook! 6

I'VE FIGURED EVERY OTHER THING OUT EXCEPT FOR THIS!!!!
I'M GOING NUT'S with this part of a project can SOMEONE DO THIS AND EMAIL IT TO ME. PLEASE:

You will create an Access database named “SGA USED BOOKS”. Within the database you will create two tables named “BOOK” and “SELLER”. Select appropriate data type and length for each field.

BOOK has the fields TITLE, AUTHOR, and COURSE.

SELLER has the fields NAME, PHONE, COND, PRICE, and COURSE. **COND is a field which lists condition of the book. E is for excellent, G is for good, and P is for poor.

Choose an appropriate field and an appropriate join type, then create a relation between BOOK and SELLER.

Enter the following data into the appropriate tables. **There should be no duplicate book titles in BOOK.

TITLEAUTHORCOURSEPRICENAMEPHONECOND
Sociology TodayMunroeSOC-101 $ 14.00 Joe Van555-7632G
Creative WritingSwan & ShellENG-150 $ 18.00 Mary Nordman555-9421E
Reach for the StarsAlvarezAST-210 $ 2.00 John Mott555-9981E
Creative WritingSwan & ShellENG-150 $ 15.00 Peter Rudd555-9156E
Ethics for Today's SocietyGarrison & PiercePHI-310 $ 20.00 Sandi Radle555-7636P
Sociology TodayMunroeSOC-101 $ 17.00 Daniel Lewis555-0873E
Understanding PsychologyNavaronePSY-101 $ 22.00 Karen Sing555-9802P
Electronic CircuitryCarlsonEGR-255 $ 37.00 Karen Sing555-9802G
Nutrition for Our SoulsFrancisNRS-330 $ 18.00 Dave Corsi555-2384E
Geriatric NursingDyerNRS-265 $ 36.00 Mary Healy555-9920E

Enter your own name and book for this course, CSC-138 in both tables.

Create 5 queries to list TITLE, COURSE, PRICE, NAME, PHONE, & COND.
Apply the following criteria:
all ENG-150 books. Call it query1 and save it.
all books which Karen Sing has listed. Call it query2 and save it.
all books about nursing. Call it query3 and save it.
all books listed for less than $20. Call it query4 and save it.
all books in excellent condition. Call it query5 and save it.

2006-12-04 06:57:53 · 5 answers · asked by xxswt_gurlxx 2

I would like to use it as my avatar on some forums, pleeeeease help.

2006-12-04 06:55:44 · 5 answers · asked by Spaced Out 2

i am a basic level programmer in java and i am finding very difficult while coding, b'cos of my poor logical skill. can some one suggest me to improve my logical skills.

2006-12-04 06:48:33 · 3 answers · asked by JAI 2

A. higher cost and more expensive equipment
B. unified workspace and increased flexibility
C. higher resolution and more space
D. fewer mistakes and greater offset

2006-12-04 06:23:07 · 1 answers · asked by Andrea 1

rather than simply saying the name of the program , or extention

2006-12-04 06:05:17 · 3 answers · asked by Anonymous

I'm new to putting backgrounds in my listings, but I understood that in order to do this I go into HTML and put at the beginning of the HTML. For whatever reason this isn't working. Any ideas to help out?

2006-12-04 06:05:16 · 2 answers · asked by Gryphon 1

for around $100/month

main concerns:
- unix
- uptime
- support

2006-12-04 05:44:51 · 2 answers · asked by jugglaman 4

Essentially what has to happen is this. I have a directory that contains a pdf file. The pdf file is updated once a month but the filename changes. Is it posible to make a hyperlink that just will open any *.pdf file on that directory. Considering there is only one pdf file in there......

2006-12-04 05:42:22 · 2 answers · asked by Anonymous

Includes at least 2 alphabetical and 2 numeric characters.how would i put this in the correct formatt.examples please.

2006-12-04 05:28:11 · 4 answers · asked by holla 2

If there is a way to to this so that photos aren't included I would be interested in learning that as well. Thanks for taking the time to read my question. Happy and safe holidays to all.

2006-12-04 05:27:00 · 6 answers · asked by CJ S 1

does anyone know any good reference or book for c# programming on doing database thing with ms sql server.

2006-12-04 04:37:16 · 4 answers · asked by bannyrock 1

I want to create my own font for another language in a project im doing. Some fonts im basing it on are like Cyrillick (or however its spelt)

I'd really appresicate it.

xx

2006-12-04 04:09:41 · 4 answers · asked by Ensee 2

Hi,

I need help!! I am creating an excel formula and require the correct formula that will produce a score when a certain figure is input.

so the scale I have to work with is

0 points if < £2.71
2 points if < £2.81
3 points if < £2.91
4 points if < £3.01
5 points if < £3.11
6 points if < £3.21
7 points if < £3.31
8 points if < £3.41
9 points if < £3.51
10 points if £3.51 or over

I have tried using the =if(a1<2.70, "0", if a1<2.81, "2" etc

(Where a1 is the input value)

but for some reason I just can't get it to work when I try to submit the formula

HELP!!!

2006-12-04 04:03:13 · 6 answers · asked by Haggis B 3

fedest.com, questions and answers