- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
15 Posted Topics
hey, i was wondering what is the best idea for a computer science project to be done, i thought a 3 D virtual city will be very helpful for tourism and educational purposes, its also fun to program. does any one have better ideas? ;) | |
Hi all i need to know if there is by a way by any chance to delete unused images from my virtual directory or wwwroot folder dunamically on the user request using php ? thank you all | |
Re: [QUOTE=kc0arf]Hello, This may be way-overboard, but I would love to see a virtual environment of a router-network. Have a program that when launched sets up an environment. Use a couple shapes for routers, and have abilities to program in IP numbers and perhaps other protocols. Have it accept the subnet … | |
Hi.this is my first thread on this forum im new here..im on my final year to be a computer engineer im almost done with my MCSD certification..yet i cant decide a software project for my graduation :sad: im looking for briliant ideas with some details about acheiving them.. im so … | |
Hi all, i was wondering if i can find free vedio tutorials about java for beginners who doesn't have programming experience nor they understand the O.O concept? | |
Hey,sup im on my final year to be a computer engineer and im trying to decide what to do as a software graduation project, no briliant ideas are coming til now :rolleyes: i can use some ideas that u already known, heard about or disccussed. plz help me :cry: | |
Re: well from my experience you better not using the StringBuilder its full of over head, now if you are really dealing with very large strings you better use data sets or design a small data structure that accepts Object and proccess your data with. | |
hi, im in the middle of a situation where i have an auto incriment primary key and i need to change its value back to zero any ideas ? | |
hi.. i need to know how can i print a specified form of a web page and not the whole web page using php, if im having a large page with a form inside it i just need to print out the form itself and not the whole page is … | |
Re: <form name="" method="post" action="evaluate.php"> <input name="yesno" type="radio" value="yes"></td> <td>Yes</td> <input name="yesno" type="radio" value="no"></td> <td>No</td> <input name="yesno" type="radio" value="other"></td> <td>Other</td> <input type="submit" name="Submit" value="Submit"> </form> <?php if (isset($_POST['yesno'])) { $yesno=$_POST['yesno']; if($yesno == "yes") { header("Location: test01.php " ); } if($yesno == "no") { header("Location: test02.php " ); } if($yesno == "other") … | |
hey, i've been in a middle of a problem about passing a php variable from one .php page to another? for example: if im in a middle of sign.php which has a variable called $username: this user name is to be known through all the rest .php pages in my … | |
Re: actually C# depends entirely on bool data types in both selection and loop statements, it does not accept any other types we used to in C++ for example E.G : While (1) // it will compile in C++ but it will be a compiler error in C# { } | |
i've been trying to install apache and every time i do: make install the final step in installing it... then i update the httpd.config file and i try to start the server it gives me the following error: mod_sock: unable to bind to 0.0.0.0:80 cannot open log files.. im installing … | |
Re: hello, well this is valid in C++ but you may try to do it in separate statements or store the results in separate pointers just to avoid the logical errors that might occur, always remember flexibility comes before simplisity ;) | |
Re: well if your working under .net frame work you can see that it has the J# language, it also have an itermediate language which is higher level than assembly, it might be helpful looking at it and its not that difficult if you concentrate a bit ;) |
The End.