A small news
In past days (maybe months) i started propgramming websites.
I wrote three websites in PHP and now one in Python using Flask microframework.
For now i only think about Web programming i got some skill.
My Ranking site writen in Python using Flask granktop100.com
Ah and small update from Linux i use ArchLinux now and dont want any changes
i loved it.
Gnome 3 ?!
Back debian squeeze … not impressed with gnome 3 and ubuntu’s unity …. still waiting for elementary lucious luna.
Pidgin behind Proxy
Google Talk:
Modify>>Advanced
Connection Security: Use old-style SSL
Connection Port: 443
Connection Server: talk.google.com
Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128
Facebook:
Modify>>Advanced
Connection Security: Use old-style SSL
Connection Port: 443
Connection Server: chat.facebook.com
Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128
IRC:
Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128
Arch Linux

Nice cool fast liux distribution.
Big repository with newest packages.
Fast installing from precompiled binary packages.
Easy installation for competent users.
Nice init scripts well documented files.
Newer Kenyan Univerity protal
Mobile JKuat retires in favor of Univerisity Deck, a portal for most univerity websites in Kenya, and which will then acquire a url at PageStyler, our personal site schedule for launch .. next month.
App Engine Studio
Thinking of starting a small appengine studio, pagestyler for East African clients. This will be an opportunity to experiment with several python mpesa apis.
Inline colored information text in bash
#!/bin/bash
clnone="\033[0m"
clred="\033[31m"
clgreen="\033[32m"
echo -en "\r:: ${clred}Starting server ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading resources ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading commands ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading callbacks ${clnone}"
sleep 1
echo -e "\r:: ${clgreen}Server Started ${clnone}"