Feed on
Posts
Comments

Category Archive for 'turbogears'

In this tutorial I’ll show you how to create a simple, yet powerful, tagging system using SQLAlchemy with TurboGears. As the concept of tags, and social tagging in particular, have become very popular, clients now demand “tagging-enabled” applications. So, here’s a simple way to get you started.
Our application will associate sites with tags (many to [...]

Read Full Post »

Webilder 0.5 Released

Webilder is a great way to have beautiful wallpapers on your GNOME or KDE desktop. You tell Webilder what flickr tags to follow and relevant photos are downloaded to your computer. Very simple. So how Webilder is related to TurboGears?
It occured to me that it would be nice to have a place where people can [...]

Read Full Post »

How To Make IE Cache Less

Internet Explorer is known to cache the responses of GET calls. The problem occurs if your javascript functions request the same url over and over again. Internet Explorer will cache the response of the first call, and subsequent calls will automatically return the same response, without actually contacting the server. There are two approaches to [...]

Read Full Post »

Four Tips on Identity Testing

I remember that day about a month ago, when it occured to me it is high time that I write some unit tests for my project. In the beginning, it felt like travelling where no man has gone before - a lot of technical issues to settle. I introduced my BrowserSession class to aid stateful [...]

Read Full Post »

Lately I’ve started to write many unit tests for my secret turbogears project. My secret project, like many other web 2.0 applications, can have a lot of users logged in at the same time and the actions of one user can affect other users.
The current testing tools provided by TurboGears do not give “one obvious [...]

Read Full Post »

I have been a customer of BlueHost (a very friendly web hosting provider) since I’ve created the Python Challenge, about a year ago. A short time later, I’ve added to my account the domain thesamet.com which I use as my personal homepage and blog. Recently, I’ve started working with TurboGears and wondered whether BlueHost could [...]

Read Full Post »

« Prev