I'm working on an assignment which has asked us to store images in a MySQL database. I'm able to store and retrieve the images but am just wondering if anyone knows how best to save that image to the...
I’ve got a site running on my local machine (apache) and I’m wondering if any of you could tell me how to block access to the parent folder. I’m assuming it’s something in httpd.conf ?
...
If you all you need is to have the print function in a separate method then see below. I have used a public/static method in the main class because I'm not sure what other classes you have as part of...
Could you just loop through the elements in the array and run a comparison of each against the previous element which returns false if one is out of order?
You're looking for a combination of JavaScript and CSS in order to do that. Your best bet would be to go the jQuery route but if you would like to use CSS only then check out some of these...
Your question is not very clear but you can find a lot of this information by searching for MySQL administration job postings to see what they require...
Thank you very much for taking the time to post this! I did not see your post until after I posted my final solution. This is a much more efficient method and I wished I had seen it...
Thank you, I was not sure about that. When I remove the other document.forms[1,2] etc... the validation still does not work. Do I place all 4 rules inside the same function? Or do I...
I will give that a shot. If it is possible to post some code just to get me started that would be great, if not then I will start on this and post what I am able to come up with....
I am trying to create a form validation script which must be written in JavaScript (no jQuery allowed). I think that I have the idea right but something is going wrong with the script....
Correct! Currently this is what is happening: http://pawelduda.com/wp-content/uploads/2010/04/2010-04-24_css_equal_height_columns.png (just found that online) - I dont want the wording on the navbar...
Thanks so much for taking the time to reply. Well, I would prefer a liquid layout but at this point my main concern is that the page looks ok, I am also ok with a fixed layout.
I am still quite new to CSS and have been struggling with this issue for a couple days now. I have a simple website layout for a class that I am taking, I have done the layout with CSS (we...
I am new to CSS and am trying to finish off a project for a Web Development class which I am taking. I am having a bit of an issue with the external CSS file that I am linking to all of my...