January 2012
2 posts
November 2011
2 posts
2 tags
October 2011
2 posts
Login with Tumblr
wegif:
In case you miss it you can now login with your Tumblr on WeGIF !!!
Please reblog!
Cheers, The WeGIF Team
August 2011
1 post
analytics code to activate site speed
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-XXXXX-X’]);
_gaq.push([‘_trackPageview’]);
_gaq.push([‘_trackPageLoadTime’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src =...
July 2011
1 post
Empty Gif view
Python/Django version of a view that returns an empty 1x1 gif image
from django.http import HttpResponse
code = "\x47\x49\x46\x38\x39\x61\x01\x00\x01\x00\xf0\x01\x00\xff\xff\xff\x00\x00\x00\x21\xf9\x04\x01\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\x01\x00\x01\x00\x00\x02\x02\x44\x01\x00\x3b"
def empty_gif(request):
return HttpResponse(code, mimetype="image/gif")
September 2010
1 post
2 tags
App Engine People Source Code Available
We started AppEnginePeople.net to learn more about GAE and hopefully create something useful. Enough devs signed up and showed interest, more then we anticipated, so we decided to open source the code of the site.
It’s available on Bitbucket and licensed under the Apache license:
https://bitbucket.org/sserrano/ae-people/src
It’s one of our first app engine projects. Sorry if the...
August 2010
1 post
Flying with Flask in Google App Engine →
May 2010
1 post
App Engine People gets stats
mugurm:
Sebastian put up a statistics page up on appenginepeople.net. Check it out and see what version of the SDK devs are using and also what the countries with the most google app engine developers are.
March 2010
4 posts
3 tags
BlobStore upload with django form validation...
This is my current approach to handle blobstore uploads that also need a django form validation.
You can find the get_uploads helper function here: blobstore get_uploads helper function for django request
I tried to do the example as simple as possible, but complete. This may not be perfect, all comments are welcome.
Seba
#### core/models.py ####
from google.appengine.ext import...
AppEngine Developer Directory
mugurm:
We’ve recently launched AppEnginePeople.net, a new directory site for Google App Engine developers, which is basically a clone of DjangoPeople.net but for app engine.
If you are interested in creating a profile just visit the site and sign in with your Google account.
4 tags
appenginepeople
if you develop apps for #appengine you can add yourself to http://www.appenginepeople.net/
February 2010
1 post
3 tags
December 2009
3 posts
4 tags
tracking html5/css3 support with analytics and...
You may think that html5 and css3 is going to become widespread in something akin to a geologic time scale. The truth is that many html5 and css3 features have currently widespread support.
Below, there is an small snippet to track the browser support for these advanced features for your user base, using google analytics and modernizr.
Modernizr is a small footprint javascript library that let...
this kitty got popular (animated gif) →
appengine-storages has now a datastore backend
I just push a datastore based backend.
The code still needs more work and testing, so please not use it on any production site.
But if you are brave enough (or stupid) to do it, send me an email with your experience.
Cheers, Sebastián
November 2009
2 posts
django-flash works on app engine
The django-flash application, that provides a Rails-like flash messages support for Django. Works out of the box, if you have session support at the Google App Engine.
http://djangoflash.destaquenet.com/
local_settings at google app engine
A common trick done in django is have a separated file for local development settings, like:
#settings.py try: from localsettings import * except ImportError: print 'localsetting could not be imported' pass #Or raise
An easy way to achieve this with the app egine dev_appserver is check the SERVER_SOFTWARE enviroment value, so even if the dev_settings are uploaded to the live version...
August 2009
1 post
Leyendo: Programming the Semantic Web, 1st Edition →
This book will help you:
Learn how the Semantic Web allows new and unexpected uses of data to emerge
Understand how semantic technologies promote data portability with a simple, abstract model for knowledge representation
December 2008
2 posts
popular gifs →