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

Programming & Design - May 2007

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

I have a website and i need the Beta testers to be able to edit the website from the website, like in wikipeda. I need them to just be able to click edit and then it will provide them with the editable field. What do i need to do for this to happen?

2007-05-05 07:51:27 · 2 answers · asked by Tucker 2

I'm creating an ad to post on a bulletin board and want to add phone numbers at the bottom for people to tear off but don't know how to change the text alignment from horizontal to vertical, and how to format for this purpose.

2007-05-05 06:34:24 · 1 answers · asked by spudgirl 1

i need to know where i can get software to make my own flash movies and games.

2007-05-05 06:16:17 · 2 answers · asked by oblivon4 1

2007-05-05 05:52:12 · 2 answers · asked by Sujan Panday 1

Lets say I make a webpage where users have to log in to www.mypage.com, then if their password is correct the webpage redirects them to www.mypage.com/enter. But how can I prevent other users from directly going into www.mypage.com/enter. Here is method I came up with, but I don't know if it is correct: when they log in, the webpage can save their IP address on a database, and redirect them to www.mypage.com/enter, and www.mypage.com/enter checks their IP address, if it is in the database, it shows them the page, otherwise it does not. Is this a good idea?
Other ideas are to make a POST method (in php), www.mypage.com/enter will catch the POST variable from www.mypage.com, if it does not exist, then it doesn't let you in. But would this way work if I have about 10 different links under www.mypage.com? Would it work if the user needs to browse from one page to another? What is the user closes the webpage, and opens it again, he would have to log in again!!
Can someone tell me best way

2007-05-05 05:31:03 · 3 answers · asked by Anonymous

2007-05-05 05:25:11 · 2 answers · asked by TrackBeast93 3

I have already downloaded a font, but I want to know how to use it when im typing for a project im working on

does anybody know how to do this???

i rellllyyyyyy need help, so if somebody could help me then that would be GREAT!!!!

thank you =]

2007-05-05 05:09:41 · 6 answers · asked by =]] 1

Thank for replying.

2007-05-05 05:01:18 · 2 answers · asked by Darren 3

Any programmers here?

2007-05-05 04:28:08 · 2 answers · asked by He D 1

make posters etc ! can i download it ?

2007-05-05 04:27:04 · 11 answers · asked by cleverxx 3

I have tried changing the BackGround property of the control but only get a light gray, I right clicked on the control to get more properties, still only light gray.

2007-05-05 04:07:25 · 2 answers · asked by Zefram 2

I run an access database full of Programs and Performers. The database is currently available for viewing on my works intranet using cold fusion. However, I'm trying to convert the website to Frontpage (as it's the only other thing we have available to us) and I'm looking for help on putting access into frontpage. I know a lot of basic HTML knowledge but not a whole lot about SQL or Access. We want the staff to be able to search the database through the website in a query sort of way.

For instance: a 'music' related program for 'teens' or an 'author' program for 'adults' about 'black history'.

We've read through mastering frontpage books and haven't found any real help with frontpage and databases.

Are there any websites where I could get any help or Ideas to accomplish this? Book suggestions? Maybe even other program suggestions (though mind you my company does not have a lot of money or up-to-date equipment...we're government!) Thanks.

2007-05-05 04:00:36 · 4 answers · asked by chill eff 1

Were can i get a URL image from a place besides photbucket and tinypic

2007-05-05 03:46:13 · 3 answers · asked by Anonymous

its a project and i reqiure the complete coding

2007-05-05 01:00:21 · 1 answers · asked by Naman 1

2007-05-05 00:49:07 · 11 answers · asked by Benjamin L 1

I am programming in php. php and mysql are installed on SUSE linux platform. Any other thing in php is successful. But when I try to connect to mysql server, it fails. I am very sure that there is no syntax error in my program. and I have turned off all the firewalls on my linux computer.If you want to see how my codes are:
$db = mysql_connect("localhost");
mysql_select_db("umuryango",$db);
$query = "SELECT * FROM abavandimwe";
$result = mysql_query($query);
$table = mysql_field_table($table,0);
echo $table
?>

here my intertion was to echo the name of the table on the browser using localhost/db.php db.php being the name of the file
umuryango is the database name and abavandimwe is the table name that I created on mysql server. With nothing displayed on the browser I concluded that there is no connection between php and mysql. So I need your help.

2007-05-05 00:25:59 · 4 answers · asked by Olivier N 1

i really need help and guidance... plzzz anyone???

2007-05-04 22:10:29 · 4 answers · asked by Kshipra 1

Can computers think and will they ever be to?

2007-05-04 20:36:43 · 8 answers · asked by Anonymous

2007-05-04 20:18:14 · 2 answers · asked by indycoltsfan1945 1

I am making 5 pc network. 1 as server and the other 4 for rental. I want to set an automatic timer for the 4 pc. I have seen some shop with automatic timer. one that turns off monitor or freeze monitor after the time set in the server. I don't have any idea how it was done and how it work. All I know is that the server control the time use by the other pc, they can set and reset the time and that the customer should inform the attendant earlier if they are extending or else the monitor freeze when time lapse. I can't ask the owner of the shop how and I'm short in cash thats why I cant hire a programmer, so I'm trying to fix everything up. If you know anything about it, will you be kind and teach me how? It will be a great help for me. Thanks!

2007-05-04 20:09:06 · 2 answers · asked by Angel 1

2007-05-04 19:43:56 · 1 answers · asked by Lee H 1

Programming Language: Visual Basic 6.0

2007-05-04 19:31:17 · 2 answers · asked by Santanu S 1

Can someone suggest to me how to execute a function every X seconds? I need this for a game where I need to spawn a unit every, say, 5 seconds.

There's a function in the programming language that I'm using (python), that keeps track of time from the moment the game starts.

Thanks!

2007-05-04 19:07:19 · 1 answers · asked by Anonymous

i tried using wordpad theres big gaps between lines
plz help!

2007-05-04 17:42:38 · 4 answers · asked by Martin S 1

1 What is the function of the /etc/crontab file in Linux?

-to schedule system jobs
- to schedule user jobs
-to validate created processes
-to remove cron jobs



Im thinking this:
-to schedule system jobs
but im not 100% sure

2007-05-04 16:32:37 · 1 answers · asked by Enigma 1

my mind is thinner than a tooth pick, my teacher was explaining this but it went right over my head, even though i was listening as hard as i can to everything he was saying, i couldnt understand how to do it, i have to generate the 1 too 10 times table but i have to generate the code to make this happen, i cant do this by hand.

any help would be great

2007-05-04 15:33:49 · 1 answers · asked by Anonymous

2007-05-04 15:02:58 · 7 answers · asked by Sujan Panday 1

My computer seems to work a lot faster this way? Does this really help you save RAM while running your computer?

2007-05-04 15:00:16 · 7 answers · asked by dustinh456 4

fedest.com, questions and answers