Java is much more than just JSP. JSP in Java is like Smarty in PHP, just the view layer.
If you have only input on your page, then there is no way that a search engine bot could know what to input there. The only way is to provide the...
One of the ways it so heave a footer on the main page with links to some search phrases. E.g. in you case: <a...
This script looks like a gateway to your page. Basically it means that one can provide a string that will be executed as a function in your page....
You can look for some freelance translators on appropriate websites (odesk.com, getafreelancer.com etc.), or use google translate :) (but this is...
So let me get this straigth, you have a form on a page that has action set to result.php? Or maybe you want this: when someone goes to...
The best in Java is the whole architecture around it, j2ee or spring based. You could get security, caching, authorization, transactions almost...
Even more, most of the time you could just leave out quotes alltogether: rel=nofollow Robots will follow it, most browsers (probably 99%) will...
I do something like this to resize images: $scaledImage = imagecreatetruecolor($newWidth, $newHeight); $image =...
Do you think you really need memcache? AFAIR it needs to be started separately from PHP, so either your hosting server has to have it, or you...
I used CakePHP, and now KohanaPHP. The difference is like hell(CakePHP) and heaven (KohanaPHP). Now every site I develop I used Kohana. I heard...
It depends, you can use perl, python, php or even ruby. You could try also Java, but the web part is more complicated. Oh, and bash scripts are...
As others said, to late mate. And more over, we have a recession, so sales are going to be smaller, probably 50% than year before.
You could try: document.getElementById("itemval" + ctr); But you have to give your input boxes id like "itemval1", "itemval2" (it is best to...
I'm not sure what libraries you use, I would try changing 1 line in the php part and 1 line in js one. Here it goes. php: $result =...
Separate names with a comma.