0
votes
2answers
56 views
Image not displaying from local html on iPhone webview
I am calling an infoPage.html as below with an image from Resources and referenced as img src="eye.png" in the html, the text displays correctly but I cannot load the image (only a …
0
votes
2answers
106 views
How do I copy local Google App Engine Python datastore to local Google App Engine Java datastore?
I have around 4000 entities that I need to insert into a Java App Engine datastore. As I understand it, only the Python version of App Engine currently has tools to upload data fr …
1
vote
3answers
47 views
Should we create local web services within an Asp.Net application which are called by the application itself?
Hi,
I've moved to a new project team and while going over the codebase, found that the team have created a number of local web services which then get called by server code in oth …
0
votes
7answers
53 views
PHP server on local machine?
Hello,
I'm trying to build a php site and I'm wanting to test my php files without uploading them to my host. Basically testing them on my own machine before I upload them.
This …
0
votes
1answer
21 views
T-SQL - Creating a Local User On Windows OS
Hi,
My requirement is that I need to create a local user on my System (On my Windows OS) using T-SQL. And I need to set this user under ‘Administrators’ group.
Using this local …
0
votes
2answers
52 views
UIWebView locally save images and just load html
Hello,
i want to load just the html from the web and show the images from the local resource.
This helped me a lot, but is the path to the resource on every device the same? Or do …
0
votes
4answers
31 views
Using a pointer to a local variable in Dynamic SQL
I am having trouble with dynamic SQL.
Early in my code I assign data to a bunch of local variables.
I want to access these later in my code and use the data values.
The code exa …
3
votes
4answers
552 views
JNDI lookup of EJB3 inside an EAR file on Glassfish
I have an EAR file with a bunch of JARs in it, and one of these JARs contains Local Session Beans (EJB3). I need to perform a JNDI lookup of these Session Beans from within an unma …
0
votes
1answer
96 views
Why apache server works only if I have Internet connection?
Hi, I have installed apache server on my local machine. Then I have managed to see local PHP files with my browser. However, later I found out that I cannot do it if I have no inte …
0
votes
1answer
120 views
Lookup Local EJB from Glassfish LifeCycle module
I can look up the remote interface of an EJB3 from a Glassfish 2.1 using the global jndi name. However, as I understand, if this were not a LC module but an EJB (Servlet), I would …
0
votes
4answers
153 views
Python | How to make local variable global, after script execution
Here is the code. What I need to do is find a way to make 'i' global so that upon repeated executions the value of 'i' will increment by 1 instead of being reset to 0 everytime. Th …
1
vote
2answers
58 views
Correct command to retrieve remote mercurial updates pushed from my second machine
I'm new to Mercurial.
I initialized a Mercurial project on Machine A, committed my changes and uploaded them to a remote repository.
Then I cloned that repository on Machine B, c …
0
votes
1answer
121 views
Android: How to communicate and exchange objects with a Local Service
So far I've a class for a simple local service. What I want to do is to send requests to this local service from different activies in my application. Depending on the parameters o …
0
votes
1answer
30 views
Report View - Could not load file or assembly …
I use VS2008 to develop a web application.
When I open a local report, it's report datasource does not show.
I click the report->DataSource to see it's datasource, but it appear a …
2
votes
1answer
41 views
Loop doesnt work without alert() in ajax readystate()
Problem description:
Hello !
My XMLHTTPRequest object, when ready, does a couple of things, as in, the responseText which i receive, is split up, and sent as a parameter to myFunc …
