Friday, April 26th, 2013
I don’t have all the answers and sometimes one visitor to my site is kind enough to help out a prior visitor with an answer to their question. Here is Luke’s explanation of how to reaolve the problem an anonymous visitor was having where they Can’t Embed Images in Email.
Posted in Golden Oldie | Permalink | Comments Off
Thursday, April 25th, 2013
Asking for a password to be entered twice when it is first being set makes sense when the actual text is hidden and you need to request the second copy to check for typos. Now there are arguments for and against just having an ordinary text field for a password which would negate the need [...]
Posted in Golden Oldie | Permalink | Comments Off
Sunday, April 21st, 2013
The steps to set up an email account for any domain that you have that has cpanel available on the hosting is relatively straightforward. Creating an Email Account using cPanel
Posted in Golden Oldie | Permalink | Comments Off
Thursday, February 28th, 2013
When sending the one email to more than one person, particularly when those people do not know one another, it is extremely poor practice to include all their email addresses in the To: and Cc: fields. Doing so not only means that people may have to scroll down a long way just to get past [...]
Posted in Golden Oldie | Permalink | Comments Off
Friday, February 1st, 2013
One often looked for feature that people want to be able to add to their web pages is a form on the page allowing their visitors to “tell a friend” about the page by sending them an email linking to that page. This short tutorial shows some HTML and PHP code that you can add [...]
Posted in Golden Oldie | Permalink | 1 Comment »
Saturday, December 22nd, 2012
There are two ways to attach images into an HTML email. You can either place the image on the internet somewhere and link to it from your email or you can embed the image into the email itself. Each of these has advantages and disadvantages as this article discusses. One advantage of linked emails is [...]
Posted in Golden Oldie | Permalink | 1 Comment »
Sunday, December 2nd, 2012
Files that are available for download from a web site or which are sent to you as an attachment to an email are often in a compressed format. This provides several benefits – the file itself is smaller because it is compressed and also the compressed file may in fact contain several related files all [...]
Posted in Golden Oldie | Permalink | Comments Off
Wednesday, November 28th, 2012
Things can get very complicated when it comes to working out the current time in connection with things on the internet such as web pages and emails. There is the current time where you are. There is the time where the server is where a web page is hosted. There is the time at the [...]
Posted in Golden Oldie | Permalink | 1 Comment »
Thursday, November 15th, 2012
The amount of spam emails that people receive is ridiculous. Those who actually buy from the spammers (and hence encourage the spammer to sent out millions more spam emails) should be slowly tortured to death (after all that’s what they are effectively doing to everyone else by encouraging the spammers). Just what you can do [...]
Posted in Golden Oldie | Permalink | Comments Off
Saturday, July 28th, 2012
By performing the steps in the right order you can easily move web hosting from one hosting provider to another without your visitors even being aware of the move. This is particularly true for static web pages and with pages that allow your visitors to post their own comments etc. you will a worst lose [...]
Posted in Golden Oldie | Permalink | Comments Off
Friday, April 20th, 2012
In this article about emails we look at some of the different MIME types that can be defined in emails and what they are used for. By using the appropriate MIME types in your email you can provide alternative parts in plain text, HTML etc, embed images in the email, add attachments, digitally sign emails, [...]
Posted in Golden Oldie | Permalink | Comments Off
Friday, September 23rd, 2011
Including a web address in an email is relatively straightforward. Most email programs will even make the address into an active link to the web page provided it is written in a way that is recognisable as a web address. One problem though is that email programs often wrap text after so many characters and [...]
Posted in Golden Oldie | Permalink | Comments Off