Is there a way I can learn on Web Dynpro without having to set up an SAP environment? There was an opening for a job requiring Web Dynpro skills and it was mentioned alongside with other Java skills. I wanted to apply but have no clue on web dynpro, and so wanted to set up an environment to understand what it is all about.
Can someone t...
I have a web page loaded up in the browser (i.e. its DOM and element positioning are both accessible to me) and I want to find the block element (or a sorted list of these elements), which likely contains the most content (as in a continuous block of text). The goal is to exclude things like menus, headers, footers and such.
...
I want to run JavaScript code at the server side. I want to manipulate result returned by JavaScript inside my Java code. How can it be done?
...
I wish to block ALL my content from any users using an ad-blocking browser extension (ie. Adblock Plus for Firefox, Adthwart for Chrome).
How can I acheive this? Is there a server-side solution? Client-side?
Edit 1
This question regards the detection of ad-blocking browser extensions:
http://stackoverflow.com/questions/1185067/detec...
I'm looking for something like Google Sets, but in API form. Google Sets doesn't allow scraping, nor does it have an API.
Example, I'd like to search for "electronics" and have it return "cd player, television, telephone, computer, etc...". Possibly, like Google Sets, have it take a couple words.
A good example of the results I'm loo...
Hi All,
Is there a standard way or library to copy and paste from a spreasheet to a web form?
When I select more than one cell from Excel I (obviously) lose the delimiter and all is pasted into one cell of the web form.
Does it have to be done in VB? or could the processing be done once the paste action is started on the web form?
Than...
I'm looking for a Version Control system that has a pretty front end that I can customize to look the way I want.
Users need to have the ability to upload documents and edit them - Based on their access level. Some documents will require a higher access level to edit. Some documents will be available for download to all users and some w...
I haven't had any experience with web service related development. So, any ideas will be greatly appreciated.
Suppose, I have a file listing draft specification of WSDL operations. Following is one example. How would I go about creating the WSDL file. Is notepad sufficient or do I need to have WSDL editor?
getHostSystemInfo
Return...
We are using Axis2 in our enterprise currently. Our project involves making call to multiple webservices for fault diagnostics. The problem is that very frequently we have changes in WSDLs (which are non-life threatening as in new data-types and services just get added, very rarely is something dropped) due to which we have to upgrade ou...
I have a question for those of you doing web work with python. Is
anyone familiar with a python based reporting tool? I am about to
start on a pretty big web app and will need the ability to do some end
user reporting (invoices, revenue reports, etc). It can be an existing
django app or anything python based so I can hook into it. Thank...
I want to run a PHP file as a web page in Eclipse, but every time I try to run it, I get a "404 not found error". I'm using the default PHP Web server in the run configuration. Here's a screenshot of how I got it configured...
What am I doing wrong?
Thank you
...
I'm developing a web site that has a search box as part of the standard page template (similar to what you see on the top right of the SO site). I want to dynamically preview possible matches to the user input, similar to what you see when you start typing in a query into the google.com search page, as a drop down that appears underneath...
Hello all,
a web service is running with IIS.
When calling the initialize service, some libraries are dynamically loaded in order to start a wpf application.
The code compiles, runs... but the window never shows up. No exception is thrown whatsoever.
Below is the code that is executed to create the WPF application:
public void Start(...
Is there a website like Stackoverflow that specializes in code review? I always have code that needs to be reviewed. Is there a specialized website for that?
...
I need to be able to select an element that has certain content (innerHTML).
e.g. I have some anchors each with a number as their text. How can I select the anchor with '1' as its text?
I have tried this
$('a[innerHTML="1"]')
this seems to work in IE but not ff or chrome!
...
What can be used for Server to Server Web Services, SOAP or JSON. I know you can use
JSON for Browser to Server, but I'm not sure if you can use it for Server to Server.
One server is using Apache and the other is using IIS.
Thank you.
...
A supplier uses Ping Federate for SAML-based single sign-on. I've got some custom SAML 2.0 code which implements a rudimentary identity provider. I'm doing IDP-initiated SSO with URL and HTTP Post. The PF service provider is at https://domain/sp/startSSO.ping. What URL should I be posting my response (assertion) to on the PF server?
I t...
What's the open source code editor with the best code competion for HTML, CSS and JS? (such as Dreamweaver and MS Expression Web or Visual Web Developer). Because I really find it annoying to have to download the whole framework of Adobe and MS products as they are 200MB+. Notepad++ is nice but its Auto-completion isn't as advanced as DW...
I want to Consume a Currency Conversion Web service,
Specification is, User should be able to Select Two Countries from Dropdown list on the UI, such that those values should be sent as parameters to the conversion method.
How can I do this ???
...
Hi! I need to download a webpage and all its media (like css javascript and images) to make a sort of backup (like firefox does when you click on File -> Save) with python.
Is there any library to do that or I shall create my own one?
...