Tech talk!
Discussing my experiences with technology!
Saturday, March 7, 2009
How I set up my Turbogears based development environment...
›
The start of 2009 brought along a new project for me. It was based on Turbogears 1.0.4.4 with Postgresql 8.3 as the database. Here is a list...
Friday, March 6, 2009
Remote access to PostgreSQL Server
›
Error: "could not connect to Server: Connection refused" The resolution is a five step process : - 1. Firstly, check if your firew...
Thursday, March 5, 2009
JSON
›
JSON is an acronym for JavaScript Object Notation . It is a means of transferring serialized JavaScript objects so that a JavaScript applica...
Tuesday, March 3, 2009
Existing database tables and SQLObject
›
Define the existing table "Bookmark" as a class in python:- class Bookmark(SQLObject): _fromDatabase = True # the table structu...
Connecting to an existing database using TurboGears framework
›
Your application would need a DB connection to access the database. A connection is how you tell SQLObject to locate your database. SQLObjec...
Wednesday, September 3, 2008
Chrome Finish
›
Woke up with sleepy eyes, rubbed them to clear my hazy vision. Opened my laptop and saw my news of the day. Google releases new web browser ...
‹
Home
View web version