this is app-engine-patch http://code.google.com/p/app-engine-patch/
i download it ,and unzip , but can't running on my google-app-engine launcher
why ?
thanks
Hi Guys
I am trying to create a webapp to share docs with all editor features (just like google docs).
My main requirements for this app are as follows:
1. Should have all editor features (can be done using open office api, google docs api, Microsoft office web apps api)
2. Should be shared between multiple users and can be edited by multiple…
I'm trying to get In App Purchase with my existing iPad App working. I'm stuck retrieving the Product Information from App Store:
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
The SKProductsResponse only contains invalid Product IDs. I tried every potential solution I found here or on…
We have an ASP.NET MVC application + IIS 7.5 + SQL Server 2008 R2.
We have to load a lot of aggregate counters on the each page.
We decided to use ajax and call with javascript
for each counter or groups of counters and return them as JSON result.
We solve the problem that user doesn't wait for page loading, page loads fast.
User waits for…
I have to create a web application (preferably using the Google App Engine) that will allow users to access it through a url link (not a Desktop application). The application graphically looks like a flow chart and each item in the chart can be selected to pull up a video (not in another window).
It is recommended that I use Python. I have…
I am an enterprise app programmer, mainly using Java, but now I want to move into web programming and build websites that are visited by millions of users. But what is surprising to me is that the salary level is so much different. A Java programmer seems to get a higher salary than a web programmer. Why is this so? Is it perceived that…
I was setting up permissions for pages in a ASP.NET website with <location> tags in web.config, something similar to this:
<location path="Users.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>…
In testing out various features of Web API I've found a few oddities in the way that the serialization is handled. These are probably not super common but they may throw you for a loop. Here's what I found. Simple Parameters from Xml or JSON Content Web API makes it very easy to create action methods that accept parameters that are…
I'm using Windows 8 x64 RTM, but when I open the mail app and compose an email, then pick contact using the "+" button:
I'm greeted with an error message from people hub:
This app uses email addresses and none of your contacts have any. Open the People app to add this info to your contacts.
However I do have contacts…
Introduction:
Cross Site Scripting(XSS) and Cross-Site Request Forgery (CSRF) attacks are one of dangerous attacks on web. They are among the most famous security issues affecting web applications. OWASP regards XSS is the number one security issue on the…
If i was to design this application in modules (ie split a large app in smaller modular applications)
I might design it like this, is this correct?
MainApplicaionX
the following 5 modules?
Company
Customer
Employee
Supplier
Banking
if Not How would you create this into a modular app?
Hello I am trying to deploy a web application in a Felix container.
I have all the required configuration done with my webapp like the setting up of the manifest headers:
Webapp-Context:
Bundle-ClassPath:
Bundle-Activator:
Import-Package:
Bundle-SymbolicName:
etc
The Pax bundles that I have dropped in the same container are:…
So, I've got a mandate to make our aged trillion lined Delphi appweb based and it needs to make heavy use of the <canvas> element (HTML5 compatibility doesn't seem to be a big issue since we can just make our clients use a compatible browser the way we'd make them use a compatible version of Windows in the win32…
I'm working with google-app-engine-django + zipped django. Just running "python manage.py test" succeeded without error.
But with virtualenv, test was failed with "import unittest error". same error with Django 1.1.
- OSX 10.5.6
- google-app-engine-django (r101 via svn) : r100 was failed with launcher 1.3.0
-…
In general, how do you guys handle user update/data freshness interaction with the user (UI issue) in web-apps?
For example:
Multi-users web-app (like project management)
Login to a "virtual" space
People can update project names, etc
How to handle a situation such that:
user-A and user-B load a project…
I have an app that I was going to release as a free (lite) version with some of the total functionality and a paid full version with advanced functionality. Now, with in app purchase for free apps I am thinking of going that route with the ability to unlock features as needed. I'm not talking about a trial…
I am developing a C#/SQL ASP.NET web application in VS 2008. Currently I am using the Server.Transfer method to transfer control from one ASPX.CS file to another ASPX file. The first time through, this works. But after control is transferred to this new file it encounters a condition:
if (restart ==…
Microsoft Visual Web Developer 2010 Express is a free and robust development environment for building, testing and deploying Web applications across the Microsoft Web Platform including ASP.Net, Internet Information Services and SQL Server. Unleash your Read More......(read more)
In this post, I will demonstrate how to use Dependency Injection in ASP.NET Web API using Autofac in an ASP.NET MVC 4 app. The new ASP.NET Web API is a great framework for building HTTP services. The Autofac IoC container provides the better integration with ASP.NET Web API for applying dependency…
If your want to grow your Small Business, Web Site Development is a crucial ingredient for this new growth going forward. Web development is more than putting words or content on a web page. Today more than 50% of folks looking for products or services use the internet to find what they needs.…
Cassandra relseases on the we-coffee.com site a new version of Bonnie.NET. The Bonnie.NET Web Edition (http://www.we-coffee.com/bonnie/bonnieWeb.aspx).
This new version permits to digitally sign texts, files and from data from an ASP.NET web-pages.
It integrates the PKCS#7 standard to…
My Project has 2 java files (A.java and B.java in same package). A.java uses methods in B.java. And, an external jar has been added in the project build path. In order to create a web service (bottom up) from the class, I created a new Dynamic Web Project in Eclipse with axis2 as the…
I was setting up a new machine for presentations and I was getting ready to install Visual Studio 2010 Express and figured I'd go see if the Web Platform Installer (we call it "Web-P-I") had the new versions of VS2010 ready to go. If you're not familiar, I've blogged about…
This question is in conjuction with How would you approach developing a Hotel Reservation System?
The solution to a system with different interfaces(or clients i should say) is to go with developing a Web service and have other systems interact with it.
I never had the…
I'm a java web developer for nearly 3 years. Always trying to learn more and be better but still I feel that the amount of knowledge is not that good as I want. The knowledge in some places still seems to be non-systematic and don't provide a very strong base to solve…