Submitted by Hans Salvisberg on Thu, 2013-10-24 12:31
I found that Google/Gmail was suddenly filing email from my domains into the spam folder of the recipients. At that point I had implemented SPF a few years back. It's difficult to access whether SPF pass increases the chances for successful delivery, but SPF fails definitely increase the odds of rejections, which is a good thing, because it makes my domains unattractive for spoofing. This in turn has reduced the number of non-delivery messages (back-scatter) for spam that claimed to originate from one of my domains to just about none.
Submitted by Hans Salvisberg on Wed, 2013-09-11 01:19
Here's what 111.93.188.66 (presumably Parallels, India) did:
cat /etc/issue
/usr/local/psa/bin/admin --show-password
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa
\q
use psa;
select id,name from domains where cl_id = vendor_id;
select id,login from clients where parent_id is null;
update domains set vendor_id=1 where cl_id=vendor_id;
Submitted by Hans Salvisberg on Sun, 2012-04-29 04:01
I run some German-language sites, but I strongly prefer working with an English-language user interface. A possible solution is the Administration Language module, which lets you select an alternative langauge for the administration pages, but it falls short in several ways:
- I want to see everything in English, not just the administration pages,
- I have a deputy administrator who prefers to see the administrtion pages in German, and
Submitted by Hans Salvisberg on Wed, 2012-03-21 00:41
Submitted by Hans Salvisberg on Mon, 2012-02-13 01:39
Internet Explorer's High Privacy setting "blocks all cookies from websites that do not have a compact privacy policy." This includes out-of-the-box installations of Drupal 7.
Here's a work-around:
Add
header('P3P: CP="We do not have a P3P policy"');
to your settings.php file. Tested with IE9.
Submitted by Hans Salvisberg on Wed, 2011-09-07 12:34
Submitted by Hans Salvisberg on Sun, 2011-08-14 19:30
Everyone has got their list of favorite extensions — here's mine...
Submitted by Hans Salvisberg on Thu, 2011-03-17 12:20
This is work in progress...
I like working in Eclipse, and I've gotten used to having one project for each major Drupal version. This allows me to put the corresponding contribs inside the respective sites/all/modules directory and to just .gitignore them. That way I can let my local webserver serve each Drupal version without having to switch branches.
Set Up a Cache
Submitted by Hans Salvisberg on Tue, 2011-03-15 23:02
Setting up msysGit on my Win7 box has been a bit of a pain.
Here's a step by step guide:
1. I don't quite understand what the Portable version is all about, but I went with the other one.
2. If you're not running as Administrator, then the Installer fails. So, run it as Admin. I had also installed TortoiseGit, and the Installer made me choose from
( ) Use OpenSSH
( ) Use (Tortoise)Plink
The former ultimately lead to success.
Submitted by Hans Salvisberg on Sat, 2011-02-19 18:52
Pages