AppEngine
Tag details
Welcome to the 'AppEngine' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'AppEngine'.
Look up
"AppEngine"
at The Free Dictionary
Latest blogosphere posts tagged “AppEngine”
-
Note on Content-Type in Google App Engine
make YJL —
Authority: 109
I tried to fix the Content-Type of a feed in my app, I read the Response Class doc and it had a line of code (didnt try Expires)): self.response.headers.add_header(Expires, expires_str) Needless to say I adopted it and made it to be: self.response.headers.add_header(Content-Type, application/rss+xml; ...2 days ago -
Automatic Place maker/Google map details Module by eliasma
freelancersblog.net —
Authority: 177
Developer Qualifications Developers must understand the process involved in integrating website content into Google maps. Please do not send me a static instance of a Google map with a place maker, and assume that this makes you qualified for the project… (Budget: $250-750, Jobs: AJAX, Google App Engine, ...3 days ago -
How to Use Google App Engine UrlFetch API to download the files over 1M
RubyPDF Blog —
Authority: 117
Nick Johnson said,Currently, API calls are limited to 1MB, but requests and responses are limited to 10M. If you want to permit larger files, you could split them up into chunks and store them in the datastore. The 30 second request limit applies only to the time your code spends processing the request, not time [...]3 days ago -
Google articles to get you started on adding maps to mobile, using App Engine for spatial search
D' Technology Weblog —
Authority: 529
Google Geo developers team have posted three new articles to get you started on adding maps to mobile and using App Engine for spatial search: Overview of Mobile Development Options for the Google Maps API – Putting a map on a phone seems natural these days. This article goes over options for developing a ...4 days ago -
Google reviews display + by eliasma
Freelancer jobs resources —
Authority: 166
The project involves creation of one page, Google reviews integration, and a couple of small site changes. The website is http://cucanada.com/ See attached document for project details. (Budget: $30-250, Jobs: AJAX, Google App Engine, PHP)Related posts: Google reviews display + by eliasma Familiar with ...4 days ago -
Google reviews display + by eliasma
Freelancer jobs resources —
Authority: 166
The project involves creation of one page, Google reviews integration, and a couple of small site changes. The website is http://cucanada.com/ See attached document for project details. (Budget: $30-250, Jobs: AJAX, Google App Engine, PHP)Related posts: Google reviews display + by eliasma Familiar with ...4 days ago -
2009-12-23 google data feed for oscommerce by loveoscommerce
freelancersblog.net —
Authority: 177
Hello I need someone to revise my froogle feeder for oscommerce. I have a shop and the feeder worked well in past, but recently google changed their policy so they disapproved my data feed. I will upload… (Budget: $30-250, Jobs: Google App Engine, OSCommerce, PHP, Shopping Carts) Original post by ...4 days ago -
Speaking Gaelyk is easy with the App Engine
The Disco Blog —
Authority: 402
The introduction of the Google App Engine for both Python and Java has resulted in various frameworks emerging that facilitate developing applications targeted for Google’s infrastructure. The Gaelyk framework , one such framework written in Groovy , eases development of lightweight applications that leverage ...4 days ago -
Remove PDF Password Online -Google App Engine
RubyPDF Blog —
Authority: 117
After made iText worked on Google App Engine, I built Another application, Remove PDF Password Online. It bases on iText 2.1.7 but with many modification.the main features of pdfdecrypt online are,remove restrictions on any secured PDF document (you should have the right to do it, for example, if you forgot the ...5 days ago -
A look back on 2009
Google Code Blog —
Authority: 120
2009 was a remarkable year for developers. Vic Gundotra, VP of our developer team declared at Google I/O, "The web has won!" and this year was full of launches and announcements that remind us how the web has become the platform of our day. We found lots of inspiration from the developers at Google I/O in San ...5 days ago -
The New Google: Internet Giant Opens Up About Real-Time and Local Search, Cloud Computing, and Data Liberation
Xconomy —
Authority: 665
Technology , Internet , Software Gregory T. Huang wrote: When it comes to product and business strategy, Google is one of the most secretive companies around. So I was pleased when the Internet giant agreed to grant me a series of interviews last week, most of them with senior product managers from its ...5 days ago -
Google App Engine for Java Cheat Sheet
Code Beach —
Authority: 123
This Dzone Refcard provides an in depth introduction to the cloud computing technology, Google App Engine. Covering everything from the basics of compiling, deploying and data storage to the specialized capabilities and supporting frameworks. Google App Engine for Java is a must have Refcard for anyone looking to make ...6 days ago -
Hosting Java applications in the web
Veera Sundar: Java, Web, Design and much more —
Authority: 118
As a Java developer, I always choose Java as my first programming language to develop any of my ideas into a real application. If I want this application to be available for the world, then I have to put it on the web. But, when you compare with the options available for hosting a PHP application, with the Java’s ...1 week ago -
iGoogle style web portal by dayzman
freelancersblog.net —
Authority: 177
We are looking for someone (preferably an individual) to create a web portal closely similar to iGoogle and Netvibes, to be run on Google App Engine. The site does *not* need to support customisable widgets and does *not* need an API for widget and theme development at this point… (Budget: $250-750, Jobs: AJAX, ...1 week ago -
How to run iText on Google App Engine
RubyPDF Blog —
Authority: 117
Have applied Google App Engine (aka GAE) for a long time, recently I thought maybe I can build some PDF manipulation services on GAE, and I am familiar with iText, so I decide to try iText on GAE.after some search, I got the following solution,iText has dependencies on certain Java classes (java.awt.Color, ...1 week ago -
5 Web Platforms to Watch Out for in 2010
HarryJerry.com —
Authority: 129
Real-time web and mobile platforms are set to take over our little lives in a big way. We saw it in 2009, it’ll only get bigger in 2010. Today I’ll take a look at 5 of the most promising web platforms for 2010. So what is a web platform? A web platform is simply an API that allows developers to access data from ...1 week ago -
Google App Engine endorses Larger File Uploads with BLOB Storage
ProgrammerFish - Everything that's programmed! —
Authority: 131
It is time Google should have done that and smartly enough they did it. Now you can upload files of upto 50mb in size (image, video, textual or anything classified as a file) using the new BLOB storage API that’s built on top of the existing DataStore API. It’s available for both Java and Python [...] ...1 week ago -
The New Google App Engine Blobstore API – First Thoughts
DeveloperZen —
Authority: 405
Google’s App Engine 1.3.0 was released yesterday along with a brand new Blobstore API allowing the storage and serving of files up to 50MB. Store and Serve – Files can be uploaded and stored as blobs, to be served later in response to user requests. Developers can build their own organizational structures ...1 week ago -
Twimonial and Let Secrets Out
make YJL —
Authority: 109
Twimonial and Let Secrets Out ("LSO") are my 7th and 6th GAE apps, it created both in a month. I decided to post about them because I couldnt get anyone to use them. You can read about why I created LSO in its blog, the code is licensed under the modified BSD. Here is a screenshot of it: As the title ...1 week ago -
Using Mixpanel API In Google App Engine Applications (Python)
Obvious Ideas —
Authority: 103
We started using MixPanel to get realtime statistics on user engagement in our application. We’ve been using MixPanel before for funnel tracking , but you can’t really appreciate their service until you start using their event tracking. It is truly realtime (as advertised) – the second the user performs an ...1 week ago

