News Networks
Topics
Stories
People

  • My Networks
  • Popular
  • Recent
  • ABC...XYZ
  • Create New
  • Search
  • Popular
  • Recent
  • Rising Fast
  • ABC...XYZ
  • Popular Today
  • Popular Week
  • Popular Month
  • Rising Fast
  • Hot Discussions
  • My Newsmakers
  • My Followers
  • Recently Active
  • Popular
  • Find
  • Invite Friends
Connect
Sign in using facebook |
Log in |
Sign Up


Hi there. I'm Jason, one of the founders of socialmedian.
socialmedian delivers the news, filtered by your network.
We'd love to have you join in.
You can use facebook connect to sign in.
Connect
OR
Log in 
|
Sign up


Create your socialmedian account
Email
Required

Password
Required

The password must be atleast 6 characters
Username
Required

http://www.socialmedian.com/username
This is same as my twitter ID
Security check

I agree to the terms and conditions and the privacy policy.
Loading...


Already a user? Please Log In
Invalid Login!
Email

Password

Remember me:
Loading...


Forgot Password?

Email:

Welcome to the App Engine News Network
This News Network is designed to help people track and share news about App Engine.


App Engine
Save Cancel


Popular
|
Recent

Previous

Next


0
Clips
Re: ViewDoesNotExist at join No module named atom.service
5 days ago

Google App Engine Google Group: Hello All, I am a python newbie. My friend, who is a python guru solved it for me. I just had to add '/vendor' directory in PYTHONPATH. I have solved this on my local instance. I haven't done it yet on appengine though. Regards, Cage. (Read More)
Topics: AppEngine, python
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: Limit on image size very low
5 days ago

Google App Engine Google Group: Google App Engine is mostly oriented to Web applications. 1Mb size is enough for full screen pictures for most monitors. May be this one of the reasons. (Read More)
Topics: App Engine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] gae user groups
6 days ago

Google App Engine Google Group: Rein, Can you create a ticket in our issue tracker? [link] -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] SMS Verification Issue
6 days ago

Google App Engine Google Group: Are you still having issues verifying your account? -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] Re: Application Timeouts - More than usual
6 days ago

Google App Engine Google Group: Arun, Which actions are triggering the DeadlineExceededError? What are you trying to do in these actions? On Fri, Nov 13, 2009 at 5:43 AM, Arun Shanker Prasad < -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] ApiProxy$UnknownException
6 days ago

Google App Engine Google Group: Lucian, what environment are you getting this in? I'm assuming this is on your development machine. Can you post your OS, Java and SDK versions? -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] How to design data model
6 days ago

Google App Engine Google Group: It can be done in Python version by using eval statement or type()/classobj() function: from google.appengine.ext import db property = {'string': db.StringProperty, 'rating': db.RatingProperty} Book = type('Book', (db.Model,), {'title': property['string'](), 'author': property['string'](), 'rating': property['rating']( (Read More)
Topics: AppEngine, python
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: Django Cache Middleware on App Engine
Nov 12, 2009

Google App Engine Google Group: I Should add that the memcache is properly set (memcache.Set), and shows "set_status: 1 ". So the problem is that the next view of the page does not ever get the cached version. No visitor ever gets a "memcache.Get" What (in App Engine and/or Django) tells a new Request to get a cached Response?. (Read More)
Topics: App Engine, django
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: patching App Engine Patch
Nov 12, 2009

Google App Engine Google Group: Did you also take overall code size and number of loaded modules (in particular on first load) into account? If you have 100% the same code and the only difference is use_library vs aep then this might indicate an io bottleneck in case the integrated Django package is loaded from a different volume/network than the user (Read More)
Topics: App Engine, django
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] How to stagger cron jobs
Nov 12, 2009

Google App Engine Google Group: Hi GAEfan, It's not currently possible to set exact times for jobs that are more frequent than daily. The App Engine runtime will schedule them regularly, but at times it sees fit. If you need them to run at specific times you could, for example, run a daily cron job that enqueues task queue tasks to. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] Re: java-wave incoming mail question
Nov 12, 2009

Google App Engine Google Group: No, only one action should be invoked. It's invoked in standard servlet-mapping precedence order. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] Error: Server Error from Android phone, no log
Nov 12, 2009

Google App Engine Google Group: What is the exact error? Also, can you host a static asset and try to retrieve it with the Android application? I want to rule out that it's a connectivity issue. 2009/11/11 Per Sandström -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

3
Clips
Community Update: deferred, open source, and more
Nov 11, 2009

Google App Engine Blog: Here are some of the recent developments from the greater developer community.deferred.deferNick Johnson recently added a new module to the App Engine Python SDK which allows you to use the task queue service to execute deferred function calls. This library requires minimal configuration and makes it even easier to use task (Read More)
Topics: App Engine, AppEngine, python
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: [google-appengine] SEO Friendly Website using App Engine?
Nov 09, 2009

Google App Engine Google Group: You should use Google Apps to 'map' your domain to App Engine [link] This way the visitor accesses your actual pages using your actual domain, rather than the appspot domain. 2009/11/9 kghate :. (Read More)
Topics: App Engine, AppEngine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

0
Clips
Re: Possible to download code once uploaded?
Nov 09, 2009

Google App Engine Google Group: No. App Engine isn't a revision control system. (Read More)
Topics: App Engine
Add Comment
Share
News Flash
Dislike
 
0%
 
0%

Like
Mood




Loading

Previous

Next


Please enter your Email Id to get a new password
Forgot your password?
Email:

Add something

Snip
News
Site

Instantly Clip News From Any Website
Clip it! on s|m
Or, Enter News Directly Here
Headline:

URL:
(Optional)

Description:
(Optional)

Adding a News...


Add Snip
Adding a Snip...


Now you can import your favorite sites to your socialmedian page
Loading...

Loading...


Is this you?
invite your friends to the "App Engine" News Network

gmail   hotmail   twitter  
Invite
Info and Settings


Created by: Felix 
Created on: May 21, 2008
Noise Level

Low
Medium
High

Change Volume

Low only searches for the primary topic.

Medium searches for relevant combinations of topics.

High will search for any single term, primary or related.

Not sure what to do? Set to medium. You always adjust later.


News Network Members (15)

Loading...

Felix
Socialmediangal
Millette
Alanapost
Socratoad
Fagun
Rinesh
Stuartcw
Rawwell
Hoffmann
Elitest
Shrotriyarakesh
Anachorete
Jamesp137
Kyleakers

Topics

Use the arrows to adjust the relevance rankings.
App Engine
(primary topic)

(Score: 110 Total Vote: 1)
python
delete

(Score: 100 Total Vote: 1)
django
delete

(Score: 100 Total Vote: 1)
AppEngine
delete

(Score: 100 Total Vote: 1)
This keyword is marked as a location. Only stories that contain this keyword will be included in your news lists.
Please wait while we fetch the relevant stories. This may take a few minutes.
Sources

Use the arrows to adjust relevance rankings.
Google App Engine Google Group
delete
(Score: 110 Total Vote: 1)
Added by: Felix on May 21, 2008
Google App Engine Blog
delete
(Score: 100 Total Vote: 1)
Added by: Jasongoldberg on Apr 09, 2008
jessenoller.com
delete
(Score: 100 Total Vote: 1)
Added by: Umang on May 13, 2008
Synap Software
delete
(Score: 100 Total Vote: 1)
Added by: Umang on Jun 09, 2008
Relevant news submitted by members of this News Network

(Score: 100 Total Vote: 1)

We constantly make updates and enhancements based on user feedback. Follow socialmedian on Twitter
Help us out and report a bug or suggest a new feature! Check out our blog for regular company updates, notables, and to see what we're currently working on.
Report a Bug
Suggest a Feature


 Sending...
close
socialmedian Inc. 2008 - 2009
About socialmedian    |        |    Terms of Service    |    Privacy Policy