Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
4k views

Syncing web project dependencies maven -> eclipse

I've got m2eclipse plugin installed and there's no problem syncing compile time dependencies that appear in pom.xml. Now, I add JPA + Hibernate(or whatever) dependency that maven catches up just fine ...
2
votes
4answers
332 views

What is the most suitable tool to create/maintain a help file?

I am trying to find an open source indexed help file for a site I am working on. I've been looking at documentation for RoboHelp and that comes really close to what I'm interested in using. Does ...
1
vote
1answer
295 views

Eclipse extension point for attribute content in JSP editor (webtools)

I am trying to find extension point for providing custom attribute values in JSP editors, similar to org.eclipse.jdt.ui.javaCompletionProposalComputer in JDT. I looked at WST and JST documentation ...
0
votes
1answer
117 views

How to add x-webkit-speech tag to asp:TextBox

I would like to add the x-webkit-speech attribute to input boxes on my asp.net site. How would I add the attribute x-webkit-speech to a <input id="uxTextInput" value="" x-webkit-speech>
0
votes
2answers
41 views

Is there a web-site from which I can issue an HTTP POST request to any URL?

For debugging/developing purposes, is there a web site where I can go to enter a URL, type of HTTP request to issue and parameters and have the request issued to that URL? I want to give my users ...
0
votes
2answers
920 views

Solve ExtJs dynamic Id generation problem when using Selenium Tool

I am new-bie when it comes to testing and right now I am trying to test a web application and its UI is developed using EXTJS. The problem I am facing is when I try to Record a Macro and automate the ...
0
votes
3answers
190 views

my robots.txt file in web application

I am using asp.net with C#. To increase the searchibility of my site in google, I have searched & found out that I can do it by using my robots.txt , but I really don't have any idea how to ...
0
votes
1answer
1k views

PHP Dev Tools (Eclipse Plugin) — Installation Error… help?

I have already installed WEb Tools, PyDev, and the default Eclipse installation for Ubuntu 10.04 (using "sudo apt-get install eclipe"). I'm now trying to install PHP dev tools plug-in for Eclipse, ...