Eric Guo's blog.cloud-mes.com

Hoping writing JS, Ruby & Rails and Go article, but fallback to DevOps note

Python 2.5 SSL Package Version 1.15 for GAE

Permalink

In Windows platform, most quickly way to building up the Google App Engine SDK is install ActiveStates Python 2.5.6.10 and the MSI version of GoogleAppEngine 1.5.3.

But after you finish installation and get ready to deploy your first application, you will got the very annoy error which require SSL module for python, it is very hard to find such SSL module in internet as most of the links is source code code and require you build SSL by yourself in a C++ VS2003/MingW environment.

So I just upload a version in 115 disk for you download. (yes, binary version so you have to trust me there is no problem...)

A GAE Based Blog, Micolog 7.412 With Django 1.2 Enable

Permalink

I would like to thank XuMing and his Micolog, it’s very small blog program on GAE but functional is quite complete. Micolog is a good reference source code if you are newly to Google App Engine. There is also someone who write a article about how to upgrade the exist Micolog from Django 0.96 to Django 1.2, the article is download is broken and still have some problem about template safe notation modify here and there.

So I would like to contribute a modified version of Micolog v7.412 source code, which I spend quite several days to debug and merge the change both in the new github.com and old SVN on Google Code code repository, I also change/enhanced the feature as below:

  • Update tinymce editor to version 3.9.4
  • Fix IE6 can not comment bug
  • Fix sys_plugin can no load error
  • Minor change Pixel theme css
  • Add IE9 pin site feature in Pixel
  • Do some python code standard layout and import optimize
  • Allow suppress logo and other not needed copyright in admin page
  • Fix email notify in sys_plugin after upgrade to 1.2
  • Add replay via comments
  • New paging facility

The source code is also used in this blog and seems quite stable and I hope you will like it.

Price Compare: Sina App Engine vs Google App Engine

Permalink

Resource SAE GAE Unit of Measure Rate
Bandwidth $0.37 $0.12 GByte 3.08
CPU Time $0.15 $0.10 CPU hour 1.5
Store Data $0.0077 $0.008 GByte per day 0.9625

Conclusion: SAE price is a little higher than Google, specially the bandwidth.

My First Post as an Independent Blogger

Permalink

I used to write the blog in MS live space, the word press, cnblogs.com and in Sina's weibo.com, but Now I'm start to write the blogs as an independent blogger!

I know the complexity of launching the website, but I think it's worth as every aspect of my blog site are all under my control, so building up according to the highest web standard is now possible!