Google recently announced their Public DNS Service. It's suppose to be faster and more secure than regular DNS.
Based on the Google instructions and my limited understanding of DNS it can only be used by web surfers.
How can web developers take advantage of Google's new service to better our websites and web applications?
Is their a...
I am getting the following error while browsing the my webpage
i checked and seen anaymous access has been enabled and integrated aunthentication has been turned off ...
Could you please help?
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials that you supplied. ...
I'm creating a web application that will involve habitual file uploading and retrieval (PDFs, Word Documents, etc).
Here are the requirements:
need to be able to link to them in my view script so a user can download the files.
files should not be accessible to users who are not logged in.
Question #1: Where should I store these file...
What do you think is the best iphone/ipod touch dev websites.
Like to see tutorial, sample codes for cool app, native or Web app.
...
I am going to be creating a work order system with three roles
The "client" - The client can request projects to be completed by the worker. The project must be selected from a list of templates and various sub options all referred to as a campaign (campaign types come and go throughout the year)
The worker - The worker must be able to...
When using some existing forum software in a larger web-site, how easy is it to:
1)Make your site's login functionality log the user into the forum
2)Make your site's registration functionality create forum login data
I suppose in a way it might be easier to ONLY use the forum's database for maintaining users, but that means trusting ...
While this isn't strictly programming related, it's something I've run into as a web developer on several occasions, and I imagine others have run into as well. For that reason, I hope this question can remain open.
As web developers, we know how to make our applications work. But clients/customers/visitors aren't necessarily happy with...
I have a Pylons-based web application which connects via Sqlalchemy (v0.5) to a Postgres database. For security, rather than follow the typical pattern of simple web apps (as seen in just about all tutorials), I'm not using a generic Postgres user (e.g. "webapp") but am requiring that users enter their own Postgres userid and password, ...
I've started my degree project, a mobile application suitable for iPhone, Android and (in the near future) Symbian. The server architecture is the following:
web site (for "standard" users);
web service (for mobile connections), based on TomCat and Axis2;
mySQL DB to storage users data.
Surfing across the web, I've read a lot of disc...
Hi,
I have a question related to a web app that I developed in PHP, MYSQL.
basically part 1 is :
I display results in the form of table say for software testing.
ID Prod_Name Set Date Result Platform
1 Alpha1 Pro1 01.01.01 PASS 2.3.1.2_OS
Now, I have divided the tables accordingly
Table Name: Result...
Hi all,
I'm using Apple iPhone Configuration Utility to configure in-company mobile phones. I'd like to add to home screen an icon for a in-house web application we have developed. Using the Web Clip section, it's easy to add the webclip to home screen, however, and here are the main issues:
- The webclip doesn't show up the png icon d...
Is there a good book available for orienting a non-technical person to the architecture of the Internet and a "web application"?
I'd like a book that describes what goes on at the server and the sort of programs that support those activities, how the server and client communicate over the network, and what happens in the client (inclu...
So far I've found Address (port of SWFaddress?) and BBQ. Which other plugins that provide this functionality exist, and which is better/standard?
So far I've only built my own hackish #-reading scripts, but need something that can handle multiple variables, i.e. #user=bob&sortBy=rating.
Any suggestions or opinions are welcome.
Thanks!...
I am new to using gwt, although I am starting to get the hang of things. One perplexing situation I came across today was the following. (This is abbreviated to simplify my question)
public class MyPanel extends DecoratorPanel{
public MyPanel(){
final TextBox tb = new TextBox();
tb .setText("test");
this.add(tb);
...
HTTP 1.1 allows 2 connections per host name. On the other hand, yahoo performance rules suggest to reduce the number of DNS look ups.
how does one balance this? thanks
...
I can use removeFromParent to get rid of something on the RootPanel from a class that doesnt have onModuleLoad in it. However, can you add a widget to the RootPanel from another class? I cannot figure out how to do so. So for example:
public classA extends EntryPoint{
public void onModuleLoad(){
MyPanel panel = new MyPanel();
RootPan...
Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application?
Thanks!
...
Suppose you've got a webapp that's passing usernames and passwords around in hidden form fields.
I know it's a very bad idea, but I'm interested in enumerating why... any thoughts?
update - This is a hypothetical question.
I couldn't find a resource that just enumerated the reasons - I know of plenty of reasons why it's a bad idea, I'...
I have inherited a webapp built using NetBean's internal ant.
All jsps reside in:
WEB-INF/jsp
And the web.xml has hardcoded links to /WEB-INF/jsp/somefile.jsp
How can I use the maven war plugin to place the JSP there, maintaining consistency with the current structure ?
My pom currently reads:
<warSourceDirectory>${basedir}/web/WE...
I'm looking for any kind of resources about the development of ASP.NET (MVC) web applications for mobile phones (especially phones with webkit-based browsers).
As an example, I know about the jQTouch javascript-framework which is mainly targeted at iPhone development.
Are there any other frameworks, articles, best-practices, etc. which...