Author: esantanche

  • How to Work Remotely

    How to Work Remotely

    Why do I work remotely? I lived in London, UK for many years. My family live in France. At a given point I wanted to rejoin them. Modern technology allows me to work remotely and enjoy living with my family. I don’t have the stress of commute. I can work more and get less stressed…

  • Make code pretty using photography composition rules

    Make code pretty using photography composition rules

    A PHP tutorial about how photography composition rules can help make PHP code easy and beautiful to read and more valuable. This is what I want to talk about in this article. Browsing the web I have found an article that describes some rules that photographers use to make photos more beautiful. I have asked myself if…

  • Php editor, an indispensable tool

    Php editor, an indispensable tool

    A php editor is a must-have tool for a php developer. Even if you are a beginner you need something more than a standard text editor when you write your php scripts. A basic php editor offers many functionalities that help greatly and eliminate many distractions that make your creative efforts more difficult. Let’s look…

  • PHP IDE, comprehensive facilities for PHP programmers

    PHP IDE, comprehensive facilities for PHP programmers

    A PHP IDE (Integrated Development Environment) is a program which integrates many functionalities which help developers create quality code more quickly. I have reviewed many PHP Editors and explained why they are indispensable tools when creating PHP code. PHP Editors offer auto completion, syntax highlighting and symbol browsing. Some of them offer wizards that help with writing…

  • Php frameworks, how to choose

    Php frameworks, how to choose

    Php frameworks are tools that it’s common to find in a developer’s studio. Artists make use of tools to forge their artistic creations. Php developers are artists creating php software and php frameworks are some of their tools. Does a php developer need php frameworks in the same way as a painter needs pigments? Not…

  • When an SMTP server doesn’t return bounces properly

    When an SMTP server doesn’t return bounces properly

    What bounce processing is When you send an email, it’s possible that it’s returned to you because of technical problems or mistakes made when writing the email. One of these mistakes may be that the recipient’s email address is wrong. CRM sending mass emails Many CRMs, Customer Relationship Management system, have the capability of sending…

  • Configuring postfix to relay email through Zoho Mail

    Configuring postfix to relay email through Zoho Mail

    This has taken me quite some time to figure out. First of all you need the Zoho email address you want to use when relaying emails through Zoho. It has to be one of the email addresses you configured by using Zoho control panel. In my case I created one to use only to relay…

  • Impossible to login to WordPress website

    Impossible to login to WordPress website

    The problem was that it was not possible to login to a WordPress website, to the admin dashboard I mean. I tried many things: used scripts to reset the password. They actually change the pwd in the wp_user table. See below an example of update command used to change pwd. deleted cache plugins after having…

  • Installing Open Project on Debian 8 server

    Installing Open Project on Debian 8 server

    I’m going to install Open Project on a VPS (Virtual Private Server). What is Open Project? Open Project is an open source application you can use to manage projects. It’s used for software projects. It supports Agile methodology, bug tracking and time tracking. I’ll use it to manage projects meant to build applications for my…

  • SELinux problems when using phone as webcam

    SELinux problems when using phone as webcam

    What I want to do I don’t want to buy a webcam for my computer. I have a smart-phone with both front and rear cameras. Can’t I use it as webcam? Are you interested in Enhanced Security? Maybe you are not interested in using your smart-phone as webcam. But you may be interested in Enhanced…