Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
7answers
3k views

Determine site's absolute, fully-qualified url in asp.net

How can I consistently get the absolute, fully-qualified root or base url of the site regardless of whether the site is in a virtual directory and regardless of where my code is in the directory ...
2
votes
1answer
156 views

Zend PHP qualification

The company I work for paid alot of money to put me on the Zend PHP programming course, i completed all the online classes and tutorials all I need to do know is book the test and pass. Any advice ...
1
vote
1answer
32 views

how to get fully qualified SQL type name in java to be used with CallableStatement.registerOutParameter

Anyone know how to make a "fully-qualified name of an SQL structured type " tobe passed as an argument to this function: public void registerOutParameter(int paramIndex, ...
1
vote
2answers
179 views

XML Schema - elementFormDefault is unqualified but namespace prefix is used

I am not an expert on XML Schema so I am wondering how can the following be correct: In emma (http://www.w3.org/TR/emma/) all examples given are using fully qualified emma (both at elements and ...
1
vote
1answer
490 views

iPhone iAd: “no qualified ads found for this request”

I have a problem with iAd. I have two apps: let's call them AAA and BBB. AAA is a new application which is "Waiting for upload" with iAd enabled. BBB is an existing application which I want to update ...
0
votes
0answers
4 views

Searching for a non-interactive tool (dll?) in order to verify qualified electronic signatures

I am looking for a (native) Windows DLL or command line tool which 1. takes a file and a qualified electronic signature as input 2. verifies the signature 3. outputs an error or a report for the ...
0
votes
0answers
118 views

JAXB form attribute being set explicitly as unqualified even though elementFormDefault set to qualified

I have used the @xmlType annotation to declare a class as part of the a WSDL and used the package-info.java file to set the elementFormDefault as qualified using the @XmlSchema annotation But on ...
0
votes
2answers
276 views

Google Maps API: Can you explicitly qualify address parts

We're using the Google Maps API for an application to determine distance and driving directions for a set of addresses in a database. Overall, we're dealing with around a 1000 addresses and some have ...