Friday, November 19, 2010

Rollback an update in Goolge app engine,

..i spent 10 minutes to figure out how to do it. So .. i decide to write it down in case of other use

Google App engine, MAC OS , Python


Google Document:

appcfg.py [options] rollback
Undoes a partially completed update for the given application. You can use this if an update was interrupted, and the command is reporting that the application cannot be updated due to a lock.





This is the address of my application :


/Users/Huy/Documents/web2pyforGAE_truyennganhay/web2py

Execution:

appcfg.py rollback /Users/Huy/Documents/web2pyforGAE_truyennganhay/web2py


Result


Application: truyennganvietnam; version: 2.
Server: appengine.google.com.
Rolling back the update.
Email: hello.i.love.it@gmail.com
Password for hello.i.love.it@gmail.com: 



Make sure you allow GAE to install Command type when it asks.

Done.

Monday, June 14, 2010

My first try with Web2py and Google app engine

 ... First word.. I have only 1 year experience with Software developer .

So i have to decide which tool is the quickest and easiest to use the answer is:

  1. Google App Engine
  2. Web2py




Here's my first try with them: 



The idea is create a place for reading free short story on the web by using User's story.
It's still a work in progress. 



Tuesday, May 4, 2010

How to use subversion with google code

Today, i decide place my project on google code.

cos', i don't want to study Subversion in detail yet, the solution is TortoiseSVN

Here 're the tutorial:
http://mzaher.wordpress.com/2009/03/02/how-to-use-svn-with-google-code/

The problem is there 's no Mac version...

Wednesday, March 10, 2010

When developer do designing job !!!

... i'm working on a project by my self so as it sounds i have to do all the work from coding to designing.

After a days of searching with a goal of creating very creative website design i actually give up. ^^

Do the designing part is so much hassle... which color for header? , which color for each column..etc it just simple out of reach for me .

So the strategy is: instead of trying to make something unique, beautiful by my self. I decide to copy Color-scheme from whatever website that suit my need... Yup...Easy.


here's some thing for reading if somewant whose doesn't know designing start to design a website.
http://www.allwebdesignresources.com/webdesignblogs/graphics/webdesigncolorcombinationsguide/
http://answers.google.com/answers/threadview/id/290239.html
http://www.pagetutor.com/colorpicker/index.html
They provide very useful information about color designing.


 ...i skip that part and do searching then i found pretty cool designing color cheme website
http://www.inspirationbit.com/16-best-loved-font-bits-in-web-design/

I would go back to design part late when programming part is done.^^

Sunday, February 28, 2010

Use web2py with GAE for be

For beginner .. every step is a new lesson . It's great to find a good tutorial somewhere



Step 1:
Download and install Google app engine

Step 2:
Download Web2py source code.
E:\web2py_src

Step3:
Create a project in Google app engine

Step 4:
Update app.yaml


application: [Your APP name ]
version: 1
api_version: 1

Step 5: Execute
>dev_appserver.py[Your web2py directory]

Ex:
>dev_appserver.py E:\web2py_src --port 8000



Step 6: Upload to Google app engine if youre ready
appcfg.py update [Your web2py directory]

C:\Users\vkx>appcfg.py update E:\web2py_2











Friday, December 18, 2009

How to register your Free domain.co.cc with Google apps

After countless frustration with Plesk about how to get my domain to work.
I decided to give 'free' a try
And Co.cc is wonderful option . it just works.
This is how i did it

Go to
http://www.co.cc
Search for your domain. Register the CNAME record as :

http://www.co.cc/google_apps/google_apps.php

check it with Google apps.
You're done.


With Plesk. I also found a very helpful tutorial but it doesn't work for me yet
http://branchwire.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=1#

Tuesday, December 15, 2009

Simple Useful CSS tutorial

After wasting time with other website i found it

http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml