I am Java beginner and I am trying to code something. Currently I am stucked at getPixelColor(). It开发者_开发技巧\'s the method of class Robot. I can get pixel color but don\'t know how to compare wi
For some time I have been trying to solve fairly common problem consisting of basically three steps: fetch html page with specified URL and store its content in a String
I\'m trying to do a simple GET with ruby to the Facebook fql.query method without success. The url is basically structured like this:
I need to get variables from a html link, this is the link and when it is clicked it shows the popup window.
I am creating a login script. When the user logs in I am at the minute pulling the data from mysql by setting a php session with the users email, then using that to pull an array for everything I nee
Though I have seen other posts similar, I haven\'t been able to find out the exact cause/solution to my problem, so I hope i\'m not just reposting what others have asked:
I have this line of code in my JSP. (I\'m using struts 1.3) <html:form action=\"screening/mine.do\" method=\"post\">
I am using a webservice. I have used HTTP GET for all the functionality. But this functionality need to send a long XML which is getting problem fo query length to much long. I know that service also
How can I make GET requests to work if my website is built on includes? for example in index.html I rely on <!--#include virtual=\"/includes/columns/col-2.shtml\" --> to show the content.
It\'s possible to display parametres as a folders (order counts). How to do that? As result, website.com/?x=a&y=b&z=c would look like website.com/a/b/c - shorter and easier.