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:

App Engine
Previous

Next


0
Clips
Re: API Environment Configuration in Eclipse when using Java Application Configuration
2 hours ago

Google App Engine Google Group: Answer: include a -server argument in Program arguments as such: -server com.google.appengine.tools.dev elopment.gwt.AppEngineLauncher. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] DocList query URI no longer working
1 day ago

Google App Engine Google Group: I've seen your post in one forum, but have you tried this one? [link] The forum on the link above is for questions specific to DocumentList. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: [google-appengine] Re: mail.Send() complains I need more quota even though I don't
1 day ago

Google App Engine Google Group: There are also burst quotas: [link] The limits are here: [link] The quota you're exceeding with 10 emails is the 8 recipients/minute limit. Note that if you enable billing, this quota will go up to 5,100 recipients a. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Re: Error: An error occurred for the API request datastore_v3.RunQuery()
1 day ago

Google App Engine Google Group: I'm not seeing any global problems during these times: [link] Can you provide an application ID? -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: [google-appengine] Re: Why not implement a Django database backend for App Engine?
1 day ago

Google App Engine Google Group: I've started working on (or at least at this point only arguing with django people) this project as well, but it is still some time off so I wouldn't hold your breath quite yet. (Read More)
News Network: App Engine
Topics: App Engine, Django


0
Clips
Re: AppEngine sends header: X-XSS-Protection: 0
1 day ago

Google App Engine Google Group: Can you think of an attack that would have been mitigated by the filter if it was enabled for static content? If someone comes up with an attack, our chances to get rid of the ugly header quickly will improve significantly (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] GAE Python Chinese feed url fetch problem
1 day ago

Google App Engine Google Group: It looks like there may be an issue with feedsky and responding to "Accepts-Encoding: gzip" header. I changed urlfetch to work like this: content = urlfetch.fetch(url, headers={ "Accept-Encoding" : "identity" }) It has not (Read More)
News Network: App Engine
Topic: Python


0
Clips
Re: [google-appengine] Re: Best practice for environment architecture design (development, test, verification, production)
1 day ago

Google App Engine Google Group: By the way - regarding the question about multiple versions of the same app: we have a restriction against this if it is used for the sake of dodging quota. This isn't the case here. Many of our customers run multiple versi (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Helloworld is not updated (reload problem)
1 day ago

Google App Engine Google Group: I am running Helloworld and got stuck with reloading problem. The tutorial says iterative development is supported by AppEngine. But, when I change helloworld.py and refresh browser, the page does not change. Could you let (Read More)
News Network: App Engine


0
Clips
live full framework on appengine
1 day ago

Google App Engine Google Group: with everything moving on to webapps and online storage, and being google the main company pushing this, i was wwondering why is there everything on the web to be used but too little to build? Of course, we already have Av (Read More)
News Network: App Engine


0
Clips
Model.get_or_insert
1 day ago

Google App Engine Google Group: I hope there is something obvious I am missing but a call to get_or_insert() fails in the sandbox (using eclipse on a Windows desktop) The offending line is: pe = PersonEmail.get_or_insert(emai l) Class PersonEmail is de (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Re: Cron job schedule time reset when uploading new version
2 days ago

Google App Engine Google Group: I used the original message text as the text for the issue [link] 2009/11/18 Ikai L (Google) :. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Re: Limit on image size very low
3 days ago

Google App Engine Google Group: Cynthia, I have good news for you: From here: [link] - Service for storing and serving large files It's coming! We hear you. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
News Network: App Engine
Topic: App Engine


0
Clips
Re: [google-appengine] Cron job syntax
3 days ago

Google App Engine Google Group: Here's the fun way! Figure out a way to represent the sequence of hours you need it to run... n0 = 6, n1 = n0 + 1, n2 = n1 + 1, n3 = n2 + 1, n4 = n3 + 1, n5 = n4 + 3, n6 = n5 + 4 Have a cron job start it off at 6am... The (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Basic site
3 days ago

Google App Engine Google Group: The helloworld example here [link] is probably about as simple as it comes. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Accessing the Data Store from outside application
3 days ago

Google App Engine Google Group: Look at the article for the remote_api. 2009/11/18 mscwd01 :. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Re: Increasing task queue quotas
3 days ago

Google App Engine Google Group: Is your processing not possible with the deferred module added in 1.2.5 [link] If you launch many tasks to process the uploads you waste a lot of CPU retrieving the data needed. With the deferred method you run for about (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Edit models with key lists
3 days ago

Google App Engine Google Group: Or write a custom filter that checks to see if the current category is found in the list of checked categories. 2009/11/17 Joshua Smith :. (Read More)
News Network: App Engine


0
Clips
Re: [google-appengine] Re: Admin dashboard chart shows only last 18 hours instead of 24
3 days ago

Google App Engine Google Group: fixed for my all apps, thanks. (Read More)
News Network: App Engine


0
Clips
Re: dashboard server error 500
3 days ago

Google App Engine Google Group: Login to your appengine admin page and look for "Logs" link in the left side. Clicking it will show you the different types of logs and default logs are "Error" related. Click on the plus-es to see the description of the (Read More)
News Network: App Engine


Previous

Next


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?

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