Hi,
Soon my team (5 students total) is going to start our big project for our Intro to Web Development class and I'm wondering if you guys have good ideas for a project?
We can use : XHTML, CSS, JavaScript, and PHP.
I'm not too sure if we are allowed to use a framework like JQuery. Would that limit options?
I'm thinking about a very...
Hi guys,
I've spent a few weeks learning some R and I'm floored at just how slick and powerful it is. I'm using it to plot some data returned from an SQL query, and I'd like to be able to share those plots with others I work with through a web portal.
I realize I can create a cron job to run the R scripts on the webserver to create t...
I use a WebView to display some internet content on one of our app's
Activities.
The problem is that when the user switches out of this activity,
WebView's threads keep running!
The problematic threads are:
Thread [<17> WebViewCoreThread] (Running)
Thread [<25> CookieSyncManager] (Running)
Thread [<19> http0] (Running)
Thread [<29> http...
I have a web page with a set of images and java script files.
I want to cache all the images+java script other than a single image which is the logo.
Is this possible ? and how would I do it ?
I am using IIS server.
...
Hello. And thanks for any suggestions.
I am building a client facing web service, but am struggling with a design implementation.
For each of the service methods, an object is passed as a parameter IE: The CreateCustomer method accepts a Customer object.
The issue that I am having is with the response.
What I have currently in pla...
When a server allows access via Basic HTTP Authentication, what is the experience expected to be on the browser?
I typically just do this with curl:
curl -u myusername:mypassword http://somesite.com
And it works just fine. However, right now I don't have access to curl (long story), and I want to just do it from the web browser, if p...
Hello
This is an interesting one for you all! I am looking at doing an app which contains a webview that points to a website that requires a login. I know how to do the webview, etc but is there a way that I can automatically fill in the usernanme and password through XCode? I am looking at storing the user name and password within ...
I need to develop web application using ASP.net with C# to handle mysql database (viewing, adding, updating, and deleting).
usually I would use asp.net webform to develop this application with C# but now I'm considering to use AJAX but not sure if I should use it or not.
I have the option to do it.
should I switch to AJAX or no need a...
the page http://wespeakforfreedom.com doesn't seem to display correctly on safari (so I have been told, I do not have Safari to test), the thing I find odd is that it displays fine on other webkit based browsers.
From what has been described to me it sounds like a padding issue - any one have any ideas?
...
Hello to all. I have a business plan to design & develop an online employment agency. A web site that brings together both Job Seekers and Employers in an interactive way, more then just your basic classified employment listings.
My two most important goals, are first to find a firm who has a truly experinced web developer with the late...
Is it possible to send both username token and the kerberos token over HTTPs with WCF?
We are able to use custom binding with authentication mode set to 'UserNameOverTransport', which will include a username token in the SOAP header as per OASIS web services security standard.
Alternatively can set the authentication mode to 'KerberosO...
I have a prebuild web app that I want to submit to the app store but I need a iphone we wrapper in order to submit it. can anyone help?
...
Hi All,
I have been asked to do something and i am very new to Sharepoint development and customisation so am a bit unsure how to go about it, or if it is even possible. The brief is to create a web part that shows a list of sub sites of the current site, i have messed around and have created a web part which does this.
The second par...
Hello,
I am a web developer who switched to Mac OS X (Snow Leopard) and now I have some problems with the IDEs thing. I write XHTML, CSS, Javascript, PHP, jQuery and Ajax codes. But on Mac I wanted to ask what is the best (I mean it, The Best) app which handle all these things? with the following features:
Syntax highlighting
Code comp...
How can I code my Android application to start the web browser to display a given URL?
(I'd rather not embed a web browser component into my app, but rather want to start the Android web browser to show the URL.)
Thanks!
...
I used a pgp the other day and it had a portal site that ran on the psp like Windows XP but it was all in web.
Is there a portal web devolopment library to fit the mobile phones javascript and flash?
...
Howdy,
I've been searching for a while for an answer to my problem but so far have found no reliable links. What I'm trying to do is this: I've built a Windows .NET GUI application. I'd like to be able to access the functionality of the Form Controls through a Web Service. Are there any good links on how to do this?
Thanks for your hel...
When a user enters my page, I have to make another AJAX call...to load a data inside a div.
That's just how my application works.
The problem is...when I view the source of this code, it does not contain the source of that AJAX. Of course, when I do wget URL ...it also does not show the AJAX HTML. Makes sense.
But what about Google? W...
I'm building a Java application which will download a HTML page from a website and save the file in my local system. I'm able to manually access the web page's URL via browser. But when I try to access the same URL in my Java program, the server returns a 503 Error. Here's the scenario:
sample URL = http://content.somesite.com/demo/s...
I am trying to open my project (that is in ASP.Net 2.0 ) in VSTS 2008. Earlier i used VS 2005. When i try to build the project it gives me the error "Unable to create DiscoveryClientProtocol from reference map file"? I tried to figure out this error and found that there is some problem with web reference to the web service i am calling.
...