I want to fill in a web form with Perl. I am having trouble finding out the correct syntax to accomplish this. As in, how do I go to the URL, select the form, fill in the form, and then press enter to be sure it has been submitted? Any examples would be great. Thanks.
...
I am very interested in human computer interactions and mainly web interaction. Can you please tell me some studies, web sites, papers, links or research groups that are investigating Web pages design metrics similar to this http://www.ccs.neu.edu/home/tarase/TaraseMetrics.pdf.
...
I heard from a friend that asp.net relies on/uses a Windows forms class. I tried to figure out which class that might be.
The only class I found was System.Web.UI.WebControls.FontInfo
with the property public string[] Names
that has an Attribute Editor("System.Windows.Forms.Design.StringArrayEditor--snip")
Is there a reference to the...
I have problem with some JS "virus" on all of my websites. They're on different hostings, and on some one of them appears this code.
<script>
function c2670903e0i49d9f1a845f6b(i49d9f1a846377) {
var i49d9f1a846737 = 16;
return (parseInt(i49d9f1a846377, i49d9f1a846737));
}
function i49d9f1a8472f3(i49d9f1a8476d9) {
var i49d9f1a...
Hello,
I created a webservice using port 61501 and does not use IIS. This webservice is solid and is now in production. So what I did was create another project to run off of 61502. By doing so, I created the same project names, (to get a new assembly reference) and copied the files over to the new directory. The new service install...
Here is my code
<%
request.setAttribute("lcItem", "Hello");
%>
if I do as following, m not gettin the value
<s:property value="%{lcItem}"/>
<s:property value="lcItem"/>
If you have any suggestion plz specify
Thanks in advance,
Cheers
...
I've heard a lot about the semantic web but I'm still not exactly sure what it is. How will it be different to the web we know now?
...
Hi, I was looking to get a prioritized list of things to look for while doing web site testing. There are things we could do to improve the performance of a site and there are things which affects the performance. Is there a guide for developer and testers to follow strictly which will deliver the best website experience?
Related:
W...
How do I setup programmatic web service forwarding from my webapp to an external web service? I need something like tcpmon but then integrated into my webapp war so that my flash files can make web service calls back to the webapp that served them. These calls are, in turn, would be routed to the external web service. ESBs are too hea...
I am writing a web service starting with writing the WSDL. I have been generating server-side skeleton code using wsimport and then writing my own implementing class. I'm running the web service on an Axis2 server. When using soapUI, the SOAP messages coming to and from the service look fine, but when using a web service client, I'm g...
How can I have any uncaught exception get returned as a SOAP fault in my C# web service? It appears that IIS is 'catching' the exception and displaying it on the default error. Below is santized web.config.
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="hibernate-configuration" type="NHibernate.Cfg.Confi...
I am not web-designer, more of a web app server side developer. Like tone deaf, guess I am font blind…Perhaps I dont know what I need.
When you look at Facebook its
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
stackoverflow
font-family:Arial,Helvetica,sans-serif;
gmail
font-family:arial,sans-serif;
nyt...
Yes, I realize this question was asked and answered, but I have specific questions about this that I feel were not clear on that thread and I'd prefer not to get lost in the shuffle on another thread as well.
Previous threads said that rendering the email address to an image the way Facebook does is overkill and unprofessional user expe...
By no means I'm an expert yet on any, but I have an urge to learn something new that migh help me construct better web apps.
What's your take? Should I calm down instead and get better at what I already know?
I've always learned by myself, so maybe I should focus on philosophy and stuff.
...
I have a website that is dynamic in the sense that a lot of data is generated from a database, but the contents of the database changes rarely (about 1-3 times a week). These changes are manual and controlled.
Instead of having the overhead of a dynamic website, I prefer to use a static pages. I'm debating what is the best solution:
cu...
I am a Ruby noob. Has any one in this community written a Ruby app without any frameworks? (edit:My goal is to write one on my own.)Tell us about your experience. How difficult is it? Whats the lowest abstractions you used? What are the pitfalls? Thanks.
...
I have been getting an error on a web page and checking it out with IE8 profiler lists at the top ActiveXObject, only the page is PHP on Apache without any embedded objects; I know I've checked the source.
Any ideas as to what the object is :-
The browser window hosting the page?
Malicious code?
Change of image in some type map to an ac...
I have a web site written in asp/c# and I am looking to add shopping cart edit facilities and delivery options plus allow payment using a card.
I assume that some standard software packages are available to buy which provide this functionality as it is becoming a fairly standard function on the web.
What would be the best software to...
I recently read that for a faster web page load it's a good practice to put the JavaScript links at the end. I did, but now the functions of the referenced file doesn't work. If I put the link at the beginning of the page, everything is fine.
Does this thing of putting JavaScript at the end work only under certain circumstances?
...
I know this isn't programming related, but I hope some feedback which helps me out the misery.
We've actually lots of and different data from our web applications, dating years back.
For example, we've
Apache logfiles
Daily statistics files from our tracking software (CSV)
Another daily statistics from nation-wide rankings for advert...