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

Programming & Design - March 2007

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

It would be wonderful to be able to download it via P2P. Do you hava any ideas what e-book should I download?

2007-03-21 09:46:32 · 3 answers · asked by Zephyr_Seven 1

2007-03-21 09:44:36 · 5 answers · asked by JwH 2

I want to create a website listing properties for rent. I am starting small as I only have a few properties at the moment, so it seemed to make sense to just have a few static pages strung together.

In the future though, when i have more properties i will want to be able to add paramaterised searches and other functionality which will demand a database driven site.

Would i be recommended to start with the dynamic site from the start? How much more expensive to build will it be than just the simple static version?

2007-03-21 09:36:28 · 3 answers · asked by Anonymous

ok, so im working with C++ here, and im asking people to input a date in the form mm/dd/yyyy

im using a void function that looks like this:

void output_date (int month, int day, int year)
{
char SLASH = '/';
cout << month << SLASH << day << SLASH << year << endl;
}

when they input the date like this "12/20/2007" the output will look like this "12/20/2007"

but i have to make sure that the 'day' is two digits long, so if they input "12/4/2007" i have to output "12/04/2007"

i only have to do that for the value of 'day'

will someone please help me! i dont know how to make the day number have a '0' infront if it to make it a two digit int, and to not add anything to it if its arleady a two digit int!

p.s. im doing this for a class and i can not change the void function or anything else, we have to only use things we've gone over in class so i can not go and rewrite the whole thing in a different way. it has to be this way or i get an F. i just need a way to put that '0' in there

2007-03-21 09:27:06 · 2 answers · asked by 63godtoh 3

Our design people would like to pick and choose from available CSS fonts and would like to ensure they are available on the broadest variety of browsers. Is there a comprehensive reference that displays these fonts and indicates browser compatibility?

2007-03-21 09:22:19 · 2 answers · asked by speakeasy 6

Okay, my forms aren't running in order I want them to and my project is due tommorow.

I have my beginning form with a button with the code:

frmEquipment.show ()
me.hide ()

Which sounds good to me.

Instead of going to that form it's going to my other form:
frmGame

Anyone know why?

Btw...supposed to go:

frmStart -> frmEquipment -> frmGame -> frmScore

2007-03-21 09:17:12 · 5 answers · asked by Anonymous

it was used ages ago, its language is PDL, it master files are VLJ, VLM and VCC, do you anything about it, is there any information online, couldn't find any.

2007-03-21 09:11:22 · 1 answers · asked by jljimenezs30 4

i have created a frame. On the top portion of the frame i want to display an image of jpeg format and the bottom part should contain 3 buttons, can some one let me know how to do this !

2007-03-21 09:09:09 · 2 answers · asked by chintu_victor 1

how to carry out a validation check in micrsoft access

thanks

2007-03-21 08:58:08 · 1 answers · asked by Anonymous

how can i make an online slide show? like with a link so i can send it to my friends and i can add my pics and a song?

2007-03-21 08:42:59 · 4 answers · asked by Anonymous

In this question will mean hitting the enter key on the keyboard (so you know). For example, in the about me section, if you type: "hello this is my profile and thats it" It prints like this: "hello this is my profile and thats it" instead of how it appears (each statement on a separate line). What code command can you use to tell it to output on separate lines as desired?

2007-03-21 08:39:39 · 2 answers · asked by Ryan 2

Say my code is:
# PRO1.pl
open (MYFILE, 'data.txt');
while () {
chomp;
print "$_\n";
}
close (MYFILE);

But I want to run all these from this PRO1.pl program

$ perl PRO1.pl part1.txt
$ perl PRO1.pl part2.txt
$ perl PRO1.pl part3.txt

What do I change 'data.txt' so I can use any text file with this program.

I know I can be change it to a variable
$fileName='data.txt'
open (MYFILE, $fileName);

But how do I get a parameter into the program so that it will open the parameter file and not the variable file.

2007-03-21 08:33:24 · 3 answers · asked by Magician 1

Hi,

I am not at all computer savvy, so please forgive me if I don't use the correct jargon.

Basically, I have recently started downloading Torrent files. This was hard enough for me as it's completely new territory!!! Everything was going fine, once I'd downloaded them, I would burn them to a DVD - just as a data disc, and my player can read data discs. Recently I downloaded some movies, and they were 'different'. Instead of just one file, they had millions of them (slight exaggeration), and they werent in any format I recognise.

One of them had an info doc attached with instructions on burning with Nero! So, I thought, 'Ok, I'll see if Nero is for sale on Ebay'.

There are a BILLION different Nero's!

My question (and sorry for taking so long to get to it) is:

WHAT BASIC NERO PACKAGE DO I NEED TO BURN DVD'S???

2007-03-21 07:58:39 · 5 answers · asked by Dreamer 3

I have got two images next to each other on my site and there is a gap between them. I want to get rid off this gap, ideally with css.

2007-03-21 07:45:14 · 5 answers · asked by thenameless05 2

Is it possible to Request.ServerVariables and then load them into a recordset? If so, can someone show me how to do this?

Much thanks!

2007-03-21 07:31:05 · 1 answers · asked by UBigDummie 1

I am trying to create a form where my coworkers can fill out in html and have asp code to send it to me. I need some code on both the client and server side of things. Thanks

2007-03-21 06:58:54 · 1 answers · asked by SigEpShawn 2

I got a website from freewebs siteand put a counter on my video page, does this counter only count people who go on my video page or my website as a whole?

2007-03-21 06:57:22 · 1 answers · asked by Anonymous

It's the logo at the top-left of the page on www.apogeenet.net

2007-03-21 06:54:48 · 2 answers · asked by Anonymous

look at mentioned below url: http://www.doubleagent.com/video.php?v=1263&ct=40&cps=0&sb=mr

I would like to implement video site.
There will be two parts of content: one for adult video and another one -not adult. On each part there will be two screens one for video sharing another one for addvertisment.
Both video parts will be functional as youtube.com video (macromedia flash player).

2007-03-21 06:40:49 · 1 answers · asked by NMX 1

Hi there,
I am working on a project for my accounting department. I need to use autoit to open a webpage, log into it, and click on a specific link.

The problem that I'm having is that I can't seem to find a tutorial that goes through the steps in sequential order. Is there one that I can find online? Or a book that I can buy?

Also, it seems to me, from looking at people's examples, that autoit is very poweful and has a lot of uses. Where do people learn this? Is autoit based on another language?

Thanks
Eric

2007-03-21 06:35:30 · 2 answers · asked by yoelbenyossef 2

6

i have had absolutely no experience of programming. every tutorial i find is for people with programming experience. I have the microsoft visual c++ express edition but i can't find a good tutorial. If someone could provide a link to one i would be forever grateful

2007-03-21 06:30:02 · 5 answers · asked by marc 4

I'm creating a database for a beauty and esthetics business. What are some of the tables, forms and queries I should include? Any ideas?

2007-03-21 06:18:27 · 2 answers · asked by Ash 2

please suggest me some address where i could find source code in c++ for a simple text editor ... i need to submit it for my project .. please help me

2007-03-21 06:16:39 · 4 answers · asked by Anonymous

how can i detect the current page url from within actionscript?

say flash.html embeds testflash.swf
how can i use actionscript in testflash to obtain the url of the page where it is embedded in (flash.html)?

2007-03-21 06:10:44 · 3 answers · asked by jd 1

2007-03-21 06:03:59 · 4 answers · asked by bravelittletoasterstrudel 2

I already have certain fields set as "memo," but I still can't see all of the data on the table, and I need to be able to edit the text. It's as if it will only let me see so much of the text. Anyone know how to overcome this? Thanks!

2007-03-21 06:00:42 · 3 answers · asked by curious1 2

i am learning visual basic this year and next year i am learning java and i want to know which is hard to learn

2007-03-21 05:45:58 · 10 answers · asked by Anonymous

does anybody has experinced somethin similar? in which case how did you solve it? =/

2007-03-21 05:42:00 · 1 answers · asked by puki el pagano 5

fedest.com, questions and answers