Monthly Archives: February 2010

Advanced PHP Error Handling via htaccess

February 28, 2010
By

perishablepress.com, Jeff Starr -- In my previous article on logging PHP errors, How to Enable PHP Error Logging via htaccess, we observed three fundamental aspects of preventing, preserving, and protecting your site's PHP errors ...

Read more »

Blog entry for top 20 django tips

February 28, 2010
By

http://blog.ramavadakattu.com/top-10-tips-to-a-new-django-developer.

Read more »

Ping Watcher 1.0.0 RC « WordPress Plugins – Extensions

February 27, 2010
By

Both plugins set PHP error handling to use custom error handlers. The Error Reporting plugin catches all error types. Although the Ping Watcher plugin only catches E_ WARNNG errors, of which it then selectively records ping errors, ...

Read more »

Django tips: Tech Model: Re: Django not reading the URLConf (urls.py)

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Re: Django not reading the URLConf (urls.py). On Sat, Feb 27, 2010 at 4:05 PM, pizted@gmail.com wrote: Did you delete the .pyc files? Python generates a compiled ...

Read more »

Django tips: Tech Model: Django not reading the URLConf (urls.py)

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Django not reading the URLConf (urls.py). If I update any line on the urls.py, this doesn't reflect on the server. I can even DELETE the file, and all the urls are still working. ...

Read more »

Django tips: Tech Model: Django 1.0 admin – no "select all" checkbox

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Django 1.0 admin - no "select all" checkbox. Anyone noticed that django 1.0 admin has no "select all" checkbox in every model object view?. Do i have to clear objects in shell if I ...

Read more »

Using Python strings and dictionaries to create video embedding …

February 27, 2010
By

Python tips and tricks. (3). Personal Comment. (2). Django ShowMeDos. (2). Most Popular Tutorial. (2). OpenOffice. (2). Blogroll. (1). Distraction therapy. (1). Uncategorized. (0). Open Source Advocacy. (0). Archives ...

Read more »

Django tips: Tech Model: Re: Django 1.0 admin – no "select all …

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Re: Django 1.0 admin - no "select all" checkbox. On Sat, Feb 27, 2010 at 1:11 PM, Carlos Ricardo Santos wrote: > Anyone noticed that django 1.0 admin ...

Read more »

Django tips: Tech Model: Re: "Illegal mix of collations": how to …

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Re: "Illegal mix of collations": how to handle that? On Sat, Feb 27, 2010 at 4:06 AM, jul wrote: hi, when submitting some characters in a charfield of a django ...

Read more »

Django tips: Tech Model: Re: search_field doesn't work ?

February 27, 2010
By

Django tips : Tech Model. Saturday, February 27, 2010. Re: search_field doesn't work ? On Feb 27, 12:03 pm, "mendes.rich...@gmail.com" wrote: > Hello Django Users, > > I have the following problem, ...

Read more »