1
Feb
We've launched our english version of the website but we are not so good in English. If anyone has time to check the text on the website and tell me if there are any spelling or grammar mistakes I’ll highly appreciate.
The link is www.verycreative.eu
Thanks
Answer: Here is your first paragraph, written in a better way:
Since 2004, […]
Read the rest of this entry »
1
Feb
I'd like to work as a computer programmer after college and I'm trying to decide if I should major in bioinformatics or personal science. I like the bioinformatics major because you study both biology and computer science, but I don't want to work in the bioinformatics field, like I stated I want to work in […]
Read the rest of this entry »
1
Feb
Can anyone recommend a good FTP software for a Macbook. I downloaded CLassic FTP from the apple website, but when the files are transfered….what do i do then.
Filezilla does not seem to work on my MAc for some reason
Answer: The Mac comes with two ftp utilities already. One is called Safari, one is called […]
Read the rest of this entry »
29
Jan
i am taking the introduction to personal science course on MIT open courseware and my assignment was to write a python script that would compute the 1000th prime number i wrote the code to generate odd numbers and test to see if they are prime and only to go up to 999 prime numbers […]
Read the rest of this entry »
29
Jan
I'm using $_GET to grab an id from the URL and then storing this in a variable called $taskid like so:
$taskid = $_GET['id'];
This works fine, however earlier in my code I have an UPDATE SQL statement that updates the task when the submit button is pressed, which looks like this:
$updatelist = “UPDATE list SET name='”.$_POST['name'].”' […]
Read the rest of this entry »
29
Jan
what is a common way to create a listener object???
Answer: This isn’t that bad if you break it down. I assume your using swing.
First you add a listener for something, like a button.
Then when that button is pressed it calls the listener, which is basically just a function where you […]
Read the rest of this entry »
29
Jan
Hello Folks, at the moment I'm doing a rota, I would like you guys to scrutinize the formula which I’m using and potentially give me a smaller formula or more precise formula for my needs. I've got it as far as my brain can take it but I’m sure somebody out there could do better.
Let […]
Read the rest of this entry »
29
Jan
I'm just plum tuckered out at the moment by trail and error. Pls save me some grief by answering the following: Is it possible to put my Java Applet in an html web page I create in Notepad, save that page as an html file, and then email it to friends to share? […]
Read the rest of this entry »
18
Apr
I went to create an HTML page and when I saved it with the .HTML extension, it didn't save as so. It stayed a .doc extension type file. I clicked properties and it states HTML, but the icon is notepad and the open brings of the code to edit in notepad.
Answer: Try saving it as […]
Read the rest of this entry »
18
Apr
I'm in highschool, and I think i'm interested in programming, where can i start, any website suggestions?
Would i need to know how to do HTML, CSS, XML languages, and brower scripting? Cause i know this website that gives you a tutorial on those.
And do you guys kknow how to HTML, CSS, XML languages, […]
Read the rest of this entry »