Entries Tagged as 'Tips'
Recently I was doing a server move for a client. From an ancient slow system costing her too much money (and me too much bother dealing with a know-it-all-wrong admin) at Today.net, to a nice modern VPS reliably, competently and fully managed by LiquidWeb.
Last year, I wrote her a travel reservation & quoting app in […]
[Read more →]
Tags: Tips · Macintosh
I use and prefer Lighttpd for serving my Django applications. Tonight I worked out a nearly perfect configuration which allows me to serve the app through fastcgi in both http, and SSL-enabled https. The media files are directly served by Lighty, without hitting the django backend at all, for maximum speed.
Better yet, this […]
[Read more →]
Tags: Hosting · Tips · Django
Over time and thousands of lines of professional Javascript programming, I’ve developed an almost bulletproof Javascript layout style. It is important to have one, even if you are the only person working on your script, because:
it helps you read the code more quickly
it helps you not forget browser "gotchas"
it makes your code more reusable […]
[Read more →]
Tags: Tips · Javascript
On my new dedicated server, I’ve been getting reports of mail bounces. Looking more closely at them, I found they said “451: Deferred sender callout cannot be verified.”This is the result of an anti-spam measure that Cpanel enables by default for Exim.
[Read more →]
Tags: Hosting · Tips
I searched all over the place last night and I couldn’t find anything that could import passwords into Yojimbo for me. I did see a lot of complaining about the lack of ability to do so, however.
Since I really like the app in most ways except for its lame import capabilities, I whipped one […]
[Read more →]
Tags: Tips · Open Source · Macintosh · Python
A short tale about squashing a bug.
You see, my mistrust for IE made me miss the real problem. What was happening was that in IE 7 on Vista, a site I’m building for a client was not loading any Javascript. It wasn’t even loading the base Javascript "jquery.js" and "drupal.js", so my site […]
[Read more →]
Tags: Drupal · Tips
The latest Django revisions have removed the shortcut handlers "auto_now" and "auto_now_add". This didn’t look like a very big deal to replace.
[Read more →]
Tags: Tips · Django · Python
A recent client needed me to run some Windows-only software from their network.
[Read more →]
Tags: Tips · Macintosh · Downloads
Working on a new project for a client, I need to run Django/Satchmo.
[Read more →]
Tags: Domains · Hosting · Best Practices · Tips
I’m so pleased by how useful and concise jQuery has been for my development of a dynamic FAQ module for Drupal. I can’t share that module yet, but I can talk about the jQuery that gives it a snappy and useful facelift.
It isn’t original, of course. Just click-to-toggle questions on a faq page. […]
[Read more →]
Tags: Tips · Javascript