Monthly Archives: January 2010

Django tips and_tricks (1) | Grails Tutorial

January 31, 2010
By

Related Links. python - Favorite Django Tips & Features? - Stack Overflow · Top 10 tips to a new django developer - Move On · Django tips : A simple AJAX example, part 1 · Django 開発初心者に送る 10 の Tips (超訳?) - SPEAKER BREAKA ...

Read more »

How to suppress nagging javascript errors? « The Relentless …

January 31, 2010
By

Hence it would be advisable you use the jquery error handling in addition, to be on the safer side: $(window).error(function(){. return true;. });. As far as i have seen, jquery error handling function works pretty well ...

Read more »

How to suppress nagging javascript errors? « Some Keynotes

January 31, 2010
By

As far as i have seen, jquery error handling function works pretty well in all the browsers. I would recommend you to use this only in the final production stage and not during development. Just for the simple fact that during ...

Read more »

KissER Error Handling & Debugging – osCommerce and osCMax shopping …

January 28, 2010
By

Also, when errors print to screen via standard PHP error handling they show your servers full path which is a potential serious security risk, KissER suppresses these full paths. There are those ( usually contributors of dodgy ...

Read more »

osCommerce Community Add-Ons

January 28, 2010
By

Also, when errors print to screen via standard PHP error handling they show your servers full path which is a potential serious security risk, KissER suppresses these full paths. There are those ( usually contributors of dodgy ...

Read more »

Re: 'Context' object has no attribute 'period'

January 27, 2010
By

On Jan 27, 1:52 am, Andy wrote: > I am (still) new to Django and a novice at relational databases, so I > am having some problems. I've read and read, but can't sort this out. ...

Read more »

OpenSUSE Weekly News/Dashboard

January 26, 2010
By

. +. : "Python is a programming language that lets you work more quickly and ...

Read more »

Ten essential Python tips for beginners

January 25, 2010
By

We've compiled ten essential Python tips especially for the new user, so without further ado, let's get started...

Read more »

Model Field Subclass

January 24, 2010
By

Hi all,. I'm subclassing ImageField to add another function/property to the standard one (probably will add more later): from django.db import models class RemoteImageField(models.ImageField): def thumbnail_url(self, name): ...

Read more »

Linux Today – Ten essential Python tips for beginners

January 22, 2010
By

We've compiled ten essential Python tips especially for the new user, so without further ado, let's get started… "1. Running Python scripts. " On most of the UNIX systems, you can run Python scripts from the command line like so: ...

Read more »