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

Programming & Design - September 2007

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

SOMEONE SAID THERES A PROGRAM THAT BURNS AUDIO CD'S AND DOESNT FINALIZE THE DISK SO FURTHER WRITING CAN BE POSSABLE, IS THAT TRUE?

2007-09-02 08:06:34 · 9 answers · asked by Anonymous

every code I find doesnt seem to work, my guess is they are actually meant to be used on myspace??

2007-09-02 06:01:07 · 2 answers · asked by Anonymous

i was told exofusion verison2 is one but cant find it can anyone please help me as iam wanting to write my own game.And i thought by finding something like this then i can change things and add things andd see what works and what doesnt.....please be kind enough to help many thanks

2007-09-02 05:33:34 · 3 answers · asked by zerocool 3

2007-09-02 05:12:14 · 2 answers · asked by ricky 1

I am coloring an image and I was wondering if there is an option where I can make it so colors cant go over black so I don't go over my lines.

2007-09-02 03:58:06 · 2 answers · asked by Kasey 2

2007-09-02 03:46:45 · 10 answers · asked by Anonymous

ive got my paypal shopping cart in my website but when u buy something the quantity doent change, im developing my website in net object fusion 8 and i really need some help.

2007-09-02 03:12:24 · 3 answers · asked by Hassan 2

i heard proficiency in calculus is necessary, is that all? thanks

2007-09-02 02:52:16 · 6 answers · asked by enyiekan 1

i had created an website and i want to place an ad in my site

i want the ad to be placed in the right side of the site that it the place i required to place the ad

please help me to get the html code to paste the add in a specified location in my site

2007-09-02 00:32:30 · 5 answers · asked by praveen M 1

I upload the *.mdb file on my website and I need a simple PHP script to connect to that database.

The local connection was successful, but when I uploaded it, it doensn't work anymore, here's the code:



$db_conn = new COM("ADODB.Connection");
$connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=". realpath("./Database1.mdb").";";
$db_conn->open($connstr);

$rS = $db_conn->execute("SELECT * FROM Customers");
$f1 = $rS->Fields(0);
$f2 = $rS->Fields(1);

while (!$rS->EOF)
{
print $f1->value." ".$f2->value."
\n";
$rS->MoveNext();
}
$rS->Close();
$db_conn->Close();
?>


2007-09-02 00:02:32 · 2 answers · asked by markbriones 2

I would like a simple 'Contact Us' form for my website with a cancel/reset and submit button and a page which appears and says 'thank you for your enquiry' after. Can anyone help?

2007-09-01 21:50:11 · 3 answers · asked by jasemuk 2

Hi, i am 15 and have just a little knoledge of c++, i have Dev C++ and have been messin with that for a few hours. I just know basics of it like comments, variable data types and so on and already find it very interesting and fun. but what resources, tools, books, web sites, etc. do i need to really master it? I want to go into video game programming after i know c++ so any tips regarding that would be nice too. Thank you very much :)

2007-09-01 19:48:54 · 5 answers · asked by Gamezfofun 1

If someone was to purchase a domain name with hosting, and downloaded free web builder, finished and launched, do the web site appears n searches or some additional service is needed?

2007-09-01 14:43:38 · 6 answers · asked by Anonymous

I understand that there are lots of this questions already posted, but I am in need for a serious answer.

I started out with Game Maker back in 2004, and feel that it DOES produce the results I like, but I do feel extremely limited, as I like to program, but also have an artistic vision for my games. I also feel embarrassed that I am working with such a cheap means of programming.

I guess to continue with my answer, that my question that has come up in numerous ways, is that what programming language is the best towards producing games. And no, it doesn't have to be "easy to learn" (although it should be possible to grasp rudimentary concepts and such) I own C++ without fear by Brian Overland, Game programming all in one third edition by Johnathan S. Harbour, and Beginning game programming by Jonathon Harbour.
Reinstating the question again, as I have only been working with 2d games and haven't made the leap towards 3d.
What is the best programming language for computer games?

2007-09-01 13:36:26 · 6 answers · asked by Anonymous

need an honest answer?? If I start learning linux will I get a job or not? If yes how long will it take me to get there?

Linux Administration or programming? Planning to do that in 1 year.

2007-09-01 13:10:53 · 8 answers · asked by George 1

2007-09-01 11:08:37 · 5 answers · asked by Anonymous

I have two files I have stripped all the SQL off them to try and get the POST thing working. This is how the two files look

- user_input_form.php




Username:
Password:





Which works fine but when it goes to the other file

- user_out.php


$username = $_POST["username"]
$password = $_POST["password"]

echo '$username';
echo '$first_name';

?>

returns

Parse error: syntax error, unexpected T_VARIABLE in /home/zendurl/public_html/9/914840/php test/user_out.php on line 4

2007-09-01 10:21:30 · 4 answers · asked by jackkenyon1991 1

I'm a graphic designer who has just launched a new web site and need help with writing that will be published on the page. Usually, I would say that I'm a good writer but recently I've been so overwhelmed with getting the website created, up and running that I have serious writer's block when it comes to trying to sell myself. Hope that didn't sound perverted but I hope you know what I mean. Is there a writer out there willing to exchange services?

I create Websites and layouts, web banners, logos, flyers and work with image manipulation, do touch-ups to photos and create graphics that are both accessible and aesthetic.

www.gx3grafix.com

Thank you in advance.

2007-09-01 10:18:02 · 3 answers · asked by Kimberly 3

i need to know if there is any way to arrange a column of cells according to how many numbers and letters there are in each cell.

i.e. cells containing least amount of numbers and letters go to the top and cells containing more go to the bottom.

does anyone know if there is a way of doing this?

2007-09-01 08:09:08 · 3 answers · asked by Anonymous

Hi, Ive created a website in Macromedia Dreanweaver, and its fine ( eg all the hyperlinks are working etc) when i preview it. I know want to "publish" it, so its a real webaite, but im unsure how to go about this, could someone help ?

2007-09-01 04:57:35 · 4 answers · asked by Luke 2

I am running Mac OSX and there are couple programs I want using an exe format. I am wondering if there is a way to convert it to dmg format.

2007-09-01 03:35:27 · 3 answers · asked by seanmac331 1

fedest.com, questions and answers